@import url(https://fonts.googleapis.com/css?family=Pacifico:regular);/* Hide CONTACT nav item on desktop only */
@media (min-width: 981px){

  li[data-id="1049904"]{
    display: none !important;
  }

}/* Header */
.skn-front-end.skn-home-page #header{position:fixed; transform: translate(0, -100%); opacity:0.1}
.skn-home-page #header{transition:transform 0.3s linear, opacity 0.3s ease-in;}
.skn-home-page #header.scrolled{transform: translate(0,0); opacity: 1}
.skn-home-page div[data-wrapped-id="header"]{
    height:0 !important;
    overflow:visible;
}
.cell-bounce-in {
  animation: cellBounceIn 0.55s cubic-bezier(0.22, 1.25, 0.36, 1) both;
  transform-origin: center;
}

@keyframes cellBounceIn {
  0% {
    opacity: 0;
    transform: scale(0.86) translateY(10px);
  }

  60% {
    opacity: 1;
    transform: scale(1.04) translateY(-2px);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.gf-grayscale {
  filter: grayscale(100%);
}
.section-left-lime {
  position: relative;
}
.gf-fade-edges {
  position: relative;
}

/* left fade */
.gf-fade-edges::before,
.gf-fade-edges::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;              /* adjust fade width */
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

/* left */
.gf-fade-edges::before {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, rgba(255,255,255,0) 100%);
}

/* right */
.gf-fade-edges::after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, rgba(255,255,255,0) 100%);
}

.section-left-lime::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 28px; /* adjust thickness */
  background: #d7df45;
}


.gf-card-lime {
  position: relative;
  border-radius: 20px !important;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* lime stripe only */
.gf-card-lime::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 8px;
  background: #d7df45;
  border-radius: 20px 0 0 20px;
  pointer-events: none;
  transition: width 0.25s ease;
}

.gf-card-lime:hover {
  transform: scale(1.04);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.gf-card-lime:hover::before {
  width: 10px;
}

.gf-card-teal {
  position: relative;
  border-radius: 20px !important;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gf-card-teal::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 8px;
  background: #00a19a;
  border-radius: 20px 0 0 20px;
  pointer-events: none;
  transition: width 0.25s ease;
}

.gf-card-teal:hover {
  transform: scale(1.04);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.gf-card-teal:hover::before {
  width: 10px;
}

.gf-card-pink {
  position: relative;
  border-radius: 20px !important;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gf-card-pink::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 8px;
  background: #e97d9d;
  border-radius: 20px 0 0 20px;
  pointer-events: none;
  transition: width 0.25s ease;
}

.gf-card-pink:hover {
  transform: scale(1.04);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.gf-card-pink:hover::before {
  width: 10px;
}

a.a_1049381 {
  display: inline-block;
  background-color: #d7df45;
  color: #231F20;

  padding: 16px 32px; /* taller + wider */
  border-radius: 999px;

  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;

  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

a.a_1049381:hover {
  background-color: #46A49D;
   color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

a.a_1049381:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(0,0,0,0.12);
}
.gf-block-lime-top {
  position: relative;
  border-radius: 14px 14px 0 0 !important;
  overflow: hidden;
}

.gf-block-lime-top::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 24px;
  background: #d7df45;
  border-radius: 14px 0 0 0;
  pointer-events: none;
}
.gf-block-lime-bottom {
  position: relative;
  border-radius: 0 0 14px 14px !important;
  overflow: hidden;
}

.gf-block-lime-bottom::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 24px;
  background: #d7df45;
  border-radius: 0 0 0 14px;
  pointer-events: none;
}

.gf-rounded-section {
  border-radius: 20px !important;
  overflow: hidden !important;
}

.gf-hover-grow {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  will-change: transform;
}

.gf-hover-grow:hover {
  transform: scale(1.04);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  z-index: 2;
}.gf-social-left {
  width: 100%;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center;
  text-align: left !important;
}.gf-left-force {
  display: block !important;
  text-align: left !important;
}

.gf-left-force * {
  text-align: left !important;
}

/* kill flex centering from parent systems */
.gf-left-force {
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

/* button */
.gf-linkedin-btn {
  display: inline-flex !important;
  margin: 0 !important;
  float: left !important; /* this is the key fallback */
  
  width: 52px;
  height: 52px;

  border-radius: 50%;
  border: 3px solid #d7df45;
  color: #d7df45;

  text-decoration: none;

  align-items: center;
  justify-content: center;

  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.gf-linkedin-btn i {
  font-size: 20px;
}

/* hover */
.gf-linkedin-btn:hover {
  border-color: #00a19a;
  color: #00a19a;
  transform: scale(1.04);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.caption_container,
.caption {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

.lime {
  position: relative;
  border-radius: 20px !important;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* lime stripe only */
.lime::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 8px;
  background: #d7df45;
  border-radius: 20px 0 0 20px;
  pointer-events: none;
  transition: width 0.25s ease;
}

.teal {
  position: relative;
  border-radius: 20px !important;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.teal::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 8px;
  background: #00a19a;
  border-radius: 20px 0 0 20px;
  pointer-events: none;
  transition: width 0.25s ease;
}


.pink {
  position: relative;
  border-radius: 20px !important;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pink::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 8px;
  background: #e97d9d;
  border-radius: 20px 0 0 20px;
  pointer-events: none;
  transition: width 0.25s ease;
}

.preloader{color:#000000; }
#wrap{min-width:0px; }
.baseparagraph, .fakep, .skn-cell-standard ul, .skn-cell-standard ol, .p_1049104, p{font-family:aptos; font-size:18px; font-size:1.5rem; color:#231F20; font-weight:400; font-style:normal; text-decoration:none; text-align:left; letter-spacing:normal; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:1.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_1049105 p, .skn-post-content.p_1049105 ul.skn-text-list, .skn-post-content.p_1049105 ol.skn-text-list, .p_1049105{font-family:aptos; font-size:18px; font-size:1.5rem; 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_1049106 p, .skn-post-content.p_1049106 ul.skn-text-list, .skn-post-content.p_1049106 ol.skn-text-list, .p_1049106{font-family:aptos; font-size:13.2px; font-size:1.1rem; color:#FFFFFF; font-weight:400; word-spacing:normal; text-transform:inherit; font-variant:inherit; margin-right:auto; margin-left:auto; }
.skn-post-content.p_1049367 p, .skn-post-content.p_1049367 ul.skn-text-list, .skn-post-content.p_1049367 ol.skn-text-list, .p_1049367{font-size:21.6px; font-size:1.8rem; line-height:1.2; margin-right:auto; margin-left:auto; }
.skn-post-content.p_1049425 p, .skn-post-content.p_1049425 ul.skn-text-list, .skn-post-content.p_1049425 ol.skn-text-list, .p_1049425{font-size:18px; font-size:1.5rem; line-height:1.2; margin-right:auto; margin-left:auto; }
.skn-post-content.p_1049444 p, .skn-post-content.p_1049444 ul.skn-text-list, .skn-post-content.p_1049444 ol.skn-text-list, .p_1049444{font-size:21.6px; font-size:1.8rem; color:#FFFFFF; margin-right:auto; margin-left:auto; }
.skn-post-content.p_1049445 p, .skn-post-content.p_1049445 ul.skn-text-list, .skn-post-content.p_1049445 ol.skn-text-list, .p_1049445{font-size:32.4px; font-size:2.7rem; color:#FFFFFF; font-weight:600; text-align:center; margin-right:auto; margin-left:auto; }
.skn-post-content.p_1049477 p, .skn-post-content.p_1049477 ul.skn-text-list, .skn-post-content.p_1049477 ol.skn-text-list, .p_1049477{font-size:16.8px; font-size:1.4rem; margin-right:auto; margin-left:auto; padding-top:1%; padding-right:1%; padding-bottom:1%; padding-left:1%; }
.skn-post-content.p_1049476 p, .skn-post-content.p_1049476 ul.skn-text-list, .skn-post-content.p_1049476 ol.skn-text-list, .p_1049476{color:#FFFFFF; margin-right:auto; margin-left:auto; }
.skn-post-content.p_1049504 p, .skn-post-content.p_1049504 ul.skn-text-list, .skn-post-content.p_1049504 ol.skn-text-list, .p_1049504{font-size:26.4px; font-size:2.2rem; color:#FFFFFF; font-weight:700; margin-right:auto; margin-left:auto; }
.skn-post-content.p_1049823 p, .skn-post-content.p_1049823 ul.skn-text-list, .skn-post-content.p_1049823 ol.skn-text-list, .p_1049823{font-size:19.2px; font-size:1.6rem; color:#FFFFFF; text-align:center; margin-right:auto; margin-left:auto; }
.span_1049305{font-weight:700; word-spacing:normal; text-transform:inherit; font-variant:inherit; }
.span_1049312{color:#ffffff; word-spacing:normal; text-transform:inherit; font-variant:inherit; }
.span_1050513{color:#46A49D; }
.baseheading, h1, h2, h3, h4, h5, h6, .h2_1049114, h2{font-family:aptos; font-size:24px; font-size:2rem; color:#231F20; font-weight:400; font-style:normal; text-decoration:none; text-align:center; letter-spacing:normal; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:1.4; text-shadow:none; width:100%; margin-top:0%; margin-right:auto; margin-bottom:0%; margin-left:auto; padding-top:0%; padding-right:0%; padding-bottom:0%; padding-left:0%; }
.h2_1049116{font-family:aptos; font-size:31.2px; font-size:2.6rem; color:#231F20; font-weight:500; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:1.2; margin-right:auto; margin-left:auto; }
.h2_1049328{font-family:aptos-display; color:#46A49D; font-weight:900; line-height:1; margin-right:auto; margin-left:auto; }
.h2_1049366{font-family:aptos; font-size:38.4px; font-size:3.2rem; font-weight:700; text-align:left; text-transform:uppercase; line-height:0.95; margin-right:auto; margin-left:auto; }
.h2_1049359{font-family:aptos; font-size:36px; font-size:3rem; color:#46A49D; font-weight:900; text-transform:uppercase; margin-right:auto; margin-left:auto; }
.h2_1049358{font-family:aptos; font-size:36px; font-size:3rem; color:#231F20; font-weight:700; text-align:left; text-transform:uppercase; line-height:1; margin-right:auto; margin-left:auto; }
.h2_1049421{color:#231F20; font-weight:700; text-transform:uppercase; line-height:1.1; margin-right:auto; margin-left:auto; }
.h2_1049422{font-size:25.2px; font-size:2.1rem; font-weight:700; margin-right:auto; margin-left:auto; padding-bottom:1%; }
.h2_1049440{font-size:48px; font-size:4rem; font-weight:700; text-align:left; line-height:1.05; margin-right:auto; margin-left:auto; }
.h2_1049471{font-size:38.4px; font-size:3.2rem; font-weight:700; margin-right:auto; margin-left:auto; }
.h2_1050514{font-family:Pacifico; font-size:40.8px; font-size:3.4rem; color:#D5DF42; font-weight:300; margin-right:auto; margin-left:auto; }
a{font-family:inherit; font-size:0px; font-size:inherit; color:#46A49D; 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_1049381{font-family:inherit; font-size:14.4px; font-size:1.2rem; color:#FFFFFF; font-weight:700; font-style:inherit; text-decoration:inherit; text-align:inherit; letter-spacing:inherit; word-spacing:inherit; text-transform:uppercase; font-variant:inherit; line-height:inherit; }
.a_1049465{font-family:inherit; font-size:0px; font-size:inherit; color:#46A49D; font-weight:600; font-style:inherit; text-decoration:inherit; text-align:inherit; letter-spacing:inherit; word-spacing:inherit; text-transform:inherit; font-variant:inherit; line-height:inherit; }
.a_1049465:hover{color:#D5DF42; }
.a_1049478{font-family:inherit; font-size:0px; font-size:inherit; color:#FFFFFF; font-weight:inherit; font-style:inherit; text-decoration:inherit; text-align:inherit; letter-spacing:inherit; word-spacing:inherit; text-transform:inherit; font-variant:inherit; line-height:inherit; }
.a_1049478:hover{color:#D7D7D8; }
.a_1049491{font-family:inherit; font-size:0px; font-size:inherit; color:#D5DF42; 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_1049491:hover{color:#FFFFFF; }
.ul_1049107> li, .icon.ul_1049107:after{font-family:aptos; font-size:16.8px; font-size:1.4rem; color:#231F20; font-weight:700; font-style:normal; text-decoration:none; text-align:center; letter-spacing:normal; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:1.2; text-shadow:none; margin-top:0%; margin-right:0%; margin-bottom:0%; margin-left:3%; padding-top:0%; padding-right:0%; padding-bottom:0%; padding-left:0%; }
.ul_1049108> li, .icon.ul_1049108: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_1049107> li:hover, .icon.ul_1049109:after{font-family:aptos; font-size:16.8px; font-size:1.4rem; color:#D5DF42; font-weight:700; 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:3%; padding-top:0%; padding-right:0%; padding-bottom:0%; padding-left:0%; }
.ul_1049108> li:hover, .icon.ul_1049110:after{color:#e9eaea; word-spacing:normal; text-transform:inherit; font-variant:inherit; text-shadow:none; }
.ul_1049480> li.selected, .icon.ul_1049482:after{color:#D5DF42; word-spacing:normal; text-transform:inherit; font-variant:inherit; }
.ul_1049480> li:hover, .icon.ul_1049481:after{color:#D5DF42; word-spacing:normal; text-transform:inherit; font-variant:inherit; }
.ul_1049480> li, .icon.ul_1049480:after{font-family:aptos; font-size:14.4px; font-size:1.2rem; color:#FFFFFF; font-weight:700; font-style:normal; text-decoration:none; text-align:center; letter-spacing:normal; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:1.2; text-shadow:none; margin-top:0%; margin-right:0%; margin-bottom:0%; margin-left:3%; padding-top:0%; padding-right:0%; padding-bottom:0%; padding-left:0%; }
.ul_1049108> li.selected, .icon.ul_1049111:after{color:#e9eaea; word-spacing:normal; text-transform:inherit; font-variant:inherit; text-shadow:none; }
.ul_1049107> li.selected, .icon.ul_1049113:after{font-family:aptos; font-size:16.8px; font-size:1.4rem; color:#D5DF42; font-weight:700; 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:3%; padding-top:0%; padding-right:0%; padding-bottom:0%; padding-left:0%; }
.custom-stylesheet-var{z-index:20211209; position:relative; }
.grid-stylsheet-test{position:absolute; z-index:-5;; }
.width_1049045{width:100%; }
.width_1049396{width:96%; }
.max_width_1049046{max-width:960px; }
.max_width_1049083{max-width:1200px; }
.max_width_1049093{max-width:800px; }
.max_width_1049365{max-width:1500px; }
.max_width_1049447{max-width:1920px; }
.grid-setting-1049047 .masonry-column-sizer{width:12.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049047 .skn-cell.cols1{width:12.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049047 .skn-cell.cols2{width:30%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049047 .skn-cell.cols3{width:47.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049047 .skn-cell.cols4{width:65%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049047 .skn-cell.cols5{width:82.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049047 .skn-cell.cols6{width:100%; }
.grid-setting-1049047 .masonry-gutter-sizer{width:5%; }
.skn-section:not(.custom-grid) .grid-setting-1049047 .skn-cell{margin-bottom:4%; }
.grid-setting-1049096 .masonry-column-sizer{width:12.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049096 .skn-cell.cols1{width:12.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049096 .skn-cell.cols2{width:30%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049096 .skn-cell.cols3{width:47.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049096 .skn-cell.cols4{width:65%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049096 .skn-cell.cols5{width:82.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049096 .skn-cell.cols6{width:100%; }
.grid-setting-1049096 .masonry-gutter-sizer{width:5%; }
.skn-section:not(.custom-grid) .grid-setting-1049096 .skn-cell{margin-bottom:3%; }
.grid-setting-1049097 .masonry-column-sizer{width:7.4166666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049097 .skn-cell.cols1{width:7.4166666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049097 .skn-cell.cols2{width:15.833333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049097 .skn-cell.cols3{width:24.25%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049097 .skn-cell.cols4{width:32.666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049097 .skn-cell.cols5{width:41.083333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049097 .skn-cell.cols6{width:49.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049097 .skn-cell.cols7{width:57.916666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049097 .skn-cell.cols8{width:66.333333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049097 .skn-cell.cols9{width:74.75%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049097 .skn-cell.cols10{width:83.166666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049097 .skn-cell.cols11{width:91.583333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049097 .skn-cell.cols12{width:100%; }
.grid-setting-1049097 .masonry-gutter-sizer{width:1%; }
.skn-section:not(.custom-grid) .grid-setting-1049097 .skn-cell{margin-bottom:0%; }
.grid-setting-1049355 .masonry-column-sizer{width:6.3636363636364%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049355 .skn-cell.cols1{width:6.3636363636364%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049355 .skn-cell.cols2{width:15.727272727273%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049355 .skn-cell.cols3{width:25.090909090909%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049355 .skn-cell.cols4{width:34.454545454545%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049355 .skn-cell.cols5{width:43.818181818182%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049355 .skn-cell.cols6{width:53.181818181818%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049355 .skn-cell.cols7{width:62.545454545455%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049355 .skn-cell.cols8{width:71.909090909091%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049355 .skn-cell.cols9{width:81.272727272727%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049355 .skn-cell.cols10{width:90.636363636364%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049355 .skn-cell.cols11{width:100%; }
.grid-setting-1049355 .masonry-gutter-sizer{width:3%; }
.skn-section:not(.custom-grid) .grid-setting-1049355 .skn-cell{margin-bottom:8%; }
.grid-setting-1049374 .masonry-column-sizer{width:calc(100% / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049374 .skn-cell.cols1{width:calc(100% * 1 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049374 .skn-cell.cols2{width:calc(100% * 2 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049374 .skn-cell.cols3{width:calc(100% * 3 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049374 .skn-cell.cols4{width:calc(100% * 4 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049374 .skn-cell.cols5{width:calc(100% * 5 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049374 .skn-cell.cols6{width:calc(100% * 6 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049374 .skn-cell.cols7{width:calc(100% * 7 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049374 .skn-cell.cols8{width:calc(100% * 8 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049374 .skn-cell.cols9{width:calc(100% * 9 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049374 .skn-cell.cols10{width:calc(100% * 10 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049374 .skn-cell.cols11{width:calc(100% * 11 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049374 .skn-cell.cols12{width:calc(100% * 12 / 12); }
.grid-setting-1049374 .masonry-gutter-sizer{width:0%; }
.skn-section:not(.custom-grid) .grid-setting-1049374 .skn-cell{margin-bottom:0%; }
.grid-setting-1049426 .masonry-column-sizer{width:5.5833333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049426 .skn-cell.cols1{width:5.5833333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049426 .skn-cell.cols2{width:14.166666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049426 .skn-cell.cols3{width:22.75%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049426 .skn-cell.cols4{width:31.333333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049426 .skn-cell.cols5{width:39.916666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049426 .skn-cell.cols6{width:48.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049426 .skn-cell.cols7{width:57.083333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049426 .skn-cell.cols8{width:65.666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049426 .skn-cell.cols9{width:74.25%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049426 .skn-cell.cols10{width:82.833333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049426 .skn-cell.cols11{width:91.416666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049426 .skn-cell.cols12{width:100%; }
.grid-setting-1049426 .masonry-gutter-sizer{width:3%; }
.skn-section:not(.custom-grid) .grid-setting-1049426 .skn-cell{margin-bottom:3%; }
.grid-setting-1049819 .masonry-column-sizer{width:5.5833333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049819 .skn-cell.cols1{width:5.5833333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049819 .skn-cell.cols2{width:14.166666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049819 .skn-cell.cols3{width:22.75%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049819 .skn-cell.cols4{width:31.333333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049819 .skn-cell.cols5{width:39.916666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049819 .skn-cell.cols6{width:48.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049819 .skn-cell.cols7{width:57.083333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049819 .skn-cell.cols8{width:65.666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049819 .skn-cell.cols9{width:74.25%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049819 .skn-cell.cols10{width:82.833333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049819 .skn-cell.cols11{width:91.416666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1049819 .skn-cell.cols12{width:100%; }
.grid-setting-1049819 .masonry-gutter-sizer{width:3%; }
.skn-section:not(.custom-grid) .grid-setting-1049819 .skn-cell{margin-bottom:6%; }
.padding_1049049{padding:1% 0% 1% 0%; }
body[data-skn-threshold="620"] .padding_1049049{padding:2% 0% 2% 0%; }
.padding_1049050{padding:2% 0% 2% 0%; }
body[data-skn-threshold="620"] .padding_1049050{padding:4% 0% 4% 0%; }
.padding_1049051{padding:3% 0% 3% 0%; }
body[data-skn-threshold="620"] .padding_1049051{padding:6% 0% 6% 0%; }
.padding_1049052{padding:4% 0% 4% 0%; }
body[data-skn-threshold="620"] .padding_1049052{padding:8% 0% 8% 0%; }
.padding_1049053{padding:5% 0% 5% 0%; }
body[data-skn-threshold="620"] .padding_1049053{padding:10% 0% 10% 0%; }
.padding_1049055{padding:1% 1% 1% 1%; }
body[data-skn-threshold="620"] .padding_1049055{padding:2% 2% 2% 2%; }
.padding_1049056{padding:2% 2% 2% 2%; }
body[data-skn-threshold="620"] .padding_1049056{padding:4% 4% 4% 4%; }
.padding_1049057{padding:3% 3% 3% 3%; }
body[data-skn-threshold="620"] .padding_1049057{padding:6% 6% 6% 6%; }
.padding_1049058{padding:4% 4% 4% 4%; }
body[data-skn-threshold="620"] .padding_1049058{padding:8% 8% 8% 8%; }
.padding_1049059{padding:5% 5% 5% 5%; }
body[data-skn-threshold="620"] .padding_1049059{padding:10% 8% 10% 8%; }
.padding_1049061{padding:1% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_1049061{padding:2% 0% 0% 0%; }
.padding_1049062{padding:2% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_1049062{padding:4% 0% 0% 0%; }
.padding_1049063{padding:3% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_1049063{padding:6% 0% 0% 0%; }
.padding_1049064{padding:4% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_1049064{padding:8% 0% 0% 0%; }
.padding_1049065{padding:5% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_1049065{padding:10% 0% 0% 0%; }
.padding_1049066{padding:0% 0% 1% 0%; }
body[data-skn-threshold="620"] .padding_1049066{padding:0% 0% 2% 0%; }
.padding_1049067{padding:0% 0% 2% 0%; }
body[data-skn-threshold="620"] .padding_1049067{padding:0% 0% 4% 0%; }
.padding_1049068{padding:0% 0% 3% 0%; }
body[data-skn-threshold="620"] .padding_1049068{padding:0% 0% 6% 0%; }
.padding_1049069{padding:0% 0% 4% 0%; }
body[data-skn-threshold="620"] .padding_1049069{padding:0% 0% 8% 0%; }
.padding_1049070{padding:0% 0% 5% 0%; }
body[data-skn-threshold="620"] .padding_1049070{padding:0% 0% 10% 0%; }
.padding_1049071{padding:0% 1% 0% 1%; }
body[data-skn-threshold="620"] .padding_1049071{padding:0% 2% 0% 2%; }
.padding_1049072{padding:0% 2% 0% 2%; }
body[data-skn-threshold="620"] .padding_1049072{padding:0% 4% 0% 4%; }
.padding_1049073{padding:0% 3% 0% 3%; }
body[data-skn-threshold="620"] .padding_1049073{padding:0% 6% 0% 6%; }
.padding_1049074{padding:0% 4% 0% 4%; }
body[data-skn-threshold="620"] .padding_1049074{padding:0% 8% 0% 8%; }
.padding_1049075{padding:0% 5% 0% 5%; }
body[data-skn-threshold="620"] .padding_1049075{padding:0% 8% 0% 8%; }
.padding_1049089{padding:15% 0% 15% 0%; }
body[data-skn-threshold="620"] .padding_1049089{padding:20% 0% 20% 0%; }
.padding_1049091{padding:10% 0% 10% 0%; }
body[data-skn-threshold="620"] .padding_1049091{padding:20% 0% 20% 0%; }
.padding_1049092{padding:20% 0% 20% 0%; }
body[data-skn-threshold="620"] .padding_1049092{padding:20% 0% 20% 0%; }
.padding_1049095{padding:2% 3% 4% 3%; }
body[data-skn-threshold="620"] .padding_1049095{padding:4% 6% 8% 6%; }
.padding_1049099{padding:2% 4% 2% 4%; }
body[data-skn-threshold="620"] .padding_1049099{padding:4% 8% 4% 8%; }
.padding_1049331{padding:4% 3% 4% 3%; }
body[data-skn-threshold="620"] .padding_1049331{padding:8% 6% 8% 6%; }
.padding_1049337{padding:0% 3% 0% 3%; }
body[data-skn-threshold="620"] .padding_1049337{padding:0% 6% 0% 6%; }
.padding_1049338{padding:1% 3% 1% 3%; }
body[data-skn-threshold="620"] .padding_1049338{padding:2% 6% 2% 6%; }
.padding_1049348{padding:2% 3% 2% 3%; }
body[data-skn-threshold="620"] .padding_1049348{padding:4% 6% 4% 6%; }
.padding_1049382{padding:2% 0% 6% 3%; }
body[data-skn-threshold="620"] .padding_1049382{padding:4% 0% 12% 6%; }
.padding_1049389{padding:0% 0% 1% 2%; }
body[data-skn-threshold="620"] .padding_1049389{padding:0% 0% 2% 4%; }
.padding_1049407{padding:2% 3% 0% 3%; }
body[data-skn-threshold="620"] .padding_1049407{padding:4% 6% 0% 6%; }
.padding_1049408{padding:0% 3% 4% 3%; }
body[data-skn-threshold="620"] .padding_1049408{padding:0% 6% 8% 6%; }
.padding_1049441{padding:3% 6% 3% 3%; }
body[data-skn-threshold="620"] .padding_1049441{padding:6% 8% 6% 6%; }
.padding_1049492{padding:2% 3% 1% 3%; }
body[data-skn-threshold="620"] .padding_1049492{padding:4% 6% 2% 6%; }
.padding_1049734{padding:4% 3% 0% 3%; }
body[data-skn-threshold="620"] .padding_1049734{padding:8% 6% 0% 6%; }
.skn-cell-widget-menu[data-menu-id="1049054"] .skn-menu-wrap{top:0px; left:0px; }
.skn-subnav[data-menu-id="1049054"] .skn-menu-wrap{top:0px; left:0px; }
.skn-cell-widget-menu[data-menu-id="1049060"] .skn-menu-wrap{top:0px; left:0px; }
.skn-subnav[data-menu-id="1049060"] .skn-menu-wrap{top:0px; left:0px; }
.skn-cell-widget-menu[data-menu-id="1049090"] .skn-menu-wrap{top:0px; left:0px; }
.skn-subnav[data-menu-id="1049090"] .skn-menu-wrap{top:0px; left:0px; }
.skn-cell-widget-menu[data-menu-id="1049094"] .skn-menu-wrap{top:0px; left:0px; }
.skn-subnav[data-menu-id="1049094"] .skn-menu-wrap{top:0px; left:0px; }
.skn-cell-widget-menu[data-menu-id="1049483"] .skn-menu-wrap{top:0px; left:0px; }
.skn-subnav[data-menu-id="1049483"] .skn-menu-wrap{top:0px; left:0px; }
.gallery_setting_1049081 .slide{margin-right:10px; margin-left:10px; }
.gallery_setting_1049081 .carousel-dot-group{display:none; }
.gallery_setting_1049081 .carousel-dot-row{justify-content:center; }
.gallery_setting_1049081 .carousel-dot{margin:0 0px; }
.gallery_setting_1049081 .carousel-dot:before{height:px; width:px; }
.lightbox .gallery_setting_1049082 .slide{width:100% !important; transition:opacity 1s ease; will-change:opacity; }
.gallery_setting_1049082 .carousel-dot-group{display:none; }
.gallery_setting_1049082 .carousel-dot-row{justify-content:center; }
.gallery_setting_1049082 .carousel-dot{margin:0 0px; }
.gallery_setting_1049082 .carousel-dot:before{height:px; width:px; }
.lightbox .gallery_setting_1049086 .slide{width:100% !important; transition:opacity 1s ease; will-change:opacity; }
.gallery_setting_1049086 .carousel-dot-group{display:none; }
.gallery_setting_1049086 .carousel-dot-row{justify-content:center; }
.gallery_setting_1049086 .carousel-dot{margin:0 0px; }
.gallery_setting_1049086 .carousel-dot:before{height:px; width:px; }
.gallery_setting_1049503 .slide{transition:opacity 1.5s cubic-bezier(0.250, 0.100, 0.250, 1.000); will-change:opacity; width:calc((100% - 0px) / 1); }
.gallery_setting_1049503 .caption_container{background-color:transparent; }
.gallery_setting_1049503 .snimagegrid .caption_container{background-color:transparent; }
.gallery_setting_1049503 .flickity-prev-next-button{color:rgba(255,255,255,1); }
.gallery_setting_1049503 .flickity-prev-next-button:hover{color:rgba(255,255,255,1); }
.gallery_setting_1049503 .flickity-button{background-color:transparent; width:50px; height:50px; }
.gallery_setting_1049503 .carousel-dot:before{background-color:rgba(255,255,255,0.5); height:8px; width:8px; }
.gallery_setting_1049503 .carousel-dot.is-selected:before{background-color:rgba(255,255,255,1); }
.gallery_setting_1049503 .carousel-dot:hover:before{background-color:rgba(255,255,255,1); }
.gallery_setting_1049503 .carousel-dot-row{justify-content:center; }
.gallery_setting_1049503 .carousel-dot{margin:0 1px; }
.gallery_setting_1049538 .slide{width:calc((100% - 56px) / 8); margin-right:4px; margin-left:4px; }
.gallery_setting_1049538 .caption_container{background-color:transparent; }
.gallery_setting_1049538 .snimagegrid .caption_container{background-color:transparent; }
.gallery_setting_1049538 .flickity-prev-next-button{color:rgba(0,0,0,1); }
.gallery_setting_1049538 .flickity-prev-next-button:hover{color:rgba(0,0,0,1); }
.gallery_setting_1049538 .flickity-button{background-color:rgba(255,255,255,0.75); width:20px; height:20px; }
.gallery_setting_1049538 .flickity-button:hover{background-color:rgba(255,255,255,1); }
.gallery_setting_1049538 .carousel-dot-group{display:none; }
.gallery_setting_1049538 .carousel-dot-row{justify-content:center; }
.gallery_setting_1049538 .carousel-dot{margin:0 1px; }
.gallery_setting_1049538 .carousel-dot:before{height:8px; width:8px; }
.margin_1049084{margin-top:2%; margin-bottom:2%; }
.skn-inline.margin_1049084{margin-right:0%; margin-left:0%; }
.margin_1049406{margin-top:4%; margin-bottom:0%; }
.skn-inline.margin_1049406{margin-right:0%; margin-left:0%; }
.margin_1049539{margin-top:2%; margin-bottom:0%; }
.skn-inline.margin_1049539{margin-right:0%; margin-left:0%; }
.background_1049085.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777391187tgficon-14.png"); background-size:59% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049085.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777391187tgficon-14.webp"); }
.avif .background_1049085.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777391187tgficon-14.avif"); }
.background_1049085.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777391187tgficon-14.png"); background-size:59% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049085.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777391187tgficon-14.webp"); }
.avif .background_1049085.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777391187tgficon-14.avif"); }
.background_1049085.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777391187tgficon-14.png"); background-size:59% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049085.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777391187tgficon-14.webp"); }
.avif .background_1049085.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777391187tgficon-14.avif"); }
.background_1049085.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777391187tgficon-14.png"); background-size:59% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049085.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777391187tgficon-14.webp"); }
.avif .background_1049085.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777391187tgficon-14.avif"); }
.background_1049085.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777391187tgficon-14.png"); background-size:59% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049085.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777391187tgficon-14.webp"); }
.avif .background_1049085.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777391187tgficon-14.avif"); }
.background_1049085.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777391187tgficon-14.png"); background-size:59% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049085.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777391187tgficon-14.webp"); }
.avif .background_1049085.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777391187tgficon-14.avif"); }
.background_1049085.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777391187tgficon-14.png"); background-size:59% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049085.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777391187tgficon-14.webp"); }
.avif .background_1049085.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777391187tgficon-14.avif"); }
.background_1049085.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777391187tgficon-14.png"); background-size:59% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049085.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777391187tgficon-14.webp"); }
.avif .background_1049085.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777391187tgficon-14.avif"); }
.background_1049085.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777391187tgficon-14.png"); background-size:59% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049085.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777391187tgficon-14.webp"); }
.avif .background_1049085.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777391187tgficon-14.avif"); }
.background_1049085.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777391187tgficon-14.png"); background-size:59% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049085.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777391187tgficon-14.webp"); }
.avif .background_1049085.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777391187tgficon-14.avif"); }
.background_1049085.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777391187tgficon-14.png"); background-size:59% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049085.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777391187tgficon-14.webp"); }
.avif .background_1049085.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777391187tgficon-14.avif"); }
.background_1049098.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_1049098.in-view[data-skn-threshold="160"]{background-image:url(""); }
.avif .background_1049098.in-view[data-skn-threshold="160"]{background-image:url(""); }
.background_1049098.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_1049098.in-view[data-skn-threshold="320"]{background-image:url(""); }
.avif .background_1049098.in-view[data-skn-threshold="320"]{background-image:url(""); }
.background_1049098.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_1049098.in-view[data-skn-threshold="480"]{background-image:url(""); }
.avif .background_1049098.in-view[data-skn-threshold="480"]{background-image:url(""); }
.background_1049098.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_1049098.in-view[data-skn-threshold="683"]{background-image:url(""); }
.avif .background_1049098.in-view[data-skn-threshold="683"]{background-image:url(""); }
.background_1049098.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_1049098.in-view[data-skn-threshold="960"]{background-image:url(""); }
.avif .background_1049098.in-view[data-skn-threshold="960"]{background-image:url(""); }
.background_1049098.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_1049098.in-view[data-skn-threshold="1366"]{background-image:url(""); }
.avif .background_1049098.in-view[data-skn-threshold="1366"]{background-image:url(""); }
.background_1049098.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_1049098.in-view[data-skn-threshold="1920"]{background-image:url(""); }
.avif .background_1049098.in-view[data-skn-threshold="1920"]{background-image:url(""); }
.background_1049098.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_1049098.in-view[data-skn-threshold="2400"]{background-image:url(""); }
.avif .background_1049098.in-view[data-skn-threshold="2400"]{background-image:url(""); }
.background_1049098.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_1049098.in-view[data-skn-threshold="2880"]{background-image:url(""); }
.avif .background_1049098.in-view[data-skn-threshold="2880"]{background-image:url(""); }
.background_1049098.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_1049098.in-view[data-skn-threshold="3360"]{background-image:url(""); }
.avif .background_1049098.in-view[data-skn-threshold="3360"]{background-image:url(""); }
.background_1049098.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_1049098.in-view[data-skn-threshold="3840"]{background-image:url(""); }
.avif .background_1049098.in-view[data-skn-threshold="3840"]{background-image:url(""); }
.background_1049361.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777410856tgficon-05.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049361.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777410856tgficon-05.webp"); }
.avif .background_1049361.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777410856tgficon-05.avif"); }
.background_1049361.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777410856tgficon-05.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049361.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777410856tgficon-05.webp"); }
.avif .background_1049361.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777410856tgficon-05.avif"); }
.background_1049361.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777410856tgficon-05.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049361.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777410856tgficon-05.webp"); }
.avif .background_1049361.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777410856tgficon-05.avif"); }
.background_1049361.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777410856tgficon-05.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049361.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777410856tgficon-05.webp"); }
.avif .background_1049361.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777410856tgficon-05.avif"); }
.background_1049361.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777410856tgficon-05.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049361.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777410856tgficon-05.webp"); }
.avif .background_1049361.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777410856tgficon-05.avif"); }
.background_1049361.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777410856tgficon-05.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049361.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777410856tgficon-05.webp"); }
.avif .background_1049361.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777410856tgficon-05.avif"); }
.background_1049361.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777410856tgficon-05.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049361.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777410856tgficon-05.webp"); }
.avif .background_1049361.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777410856tgficon-05.avif"); }
.background_1049361.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777410856tgficon-05.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049361.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777410856tgficon-05.webp"); }
.avif .background_1049361.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777410856tgficon-05.avif"); }
.background_1049361.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777410856tgficon-05.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049361.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777410856tgficon-05.webp"); }
.avif .background_1049361.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777410856tgficon-05.avif"); }
.background_1049361.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777410856tgficon-05.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049361.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777410856tgficon-05.webp"); }
.avif .background_1049361.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777410856tgficon-05.avif"); }
.background_1049361.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777410856tgficon-05.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049361.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777410856tgficon-05.webp"); }
.avif .background_1049361.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777410856tgficon-05.avif"); }
.background_1049371.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777410832tgficon-45.png"); background-size:80% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049371.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777410832tgficon-45.webp"); }
.avif .background_1049371.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777410832tgficon-45.avif"); }
.background_1049371.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777410832tgficon-45.png"); background-size:80% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049371.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777410832tgficon-45.webp"); }
.avif .background_1049371.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777410832tgficon-45.avif"); }
.background_1049371.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777410832tgficon-45.png"); background-size:80% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049371.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777410832tgficon-45.webp"); }
.avif .background_1049371.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777410832tgficon-45.avif"); }
.background_1049371.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777410832tgficon-45.png"); background-size:80% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049371.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777410832tgficon-45.webp"); }
.avif .background_1049371.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777410832tgficon-45.avif"); }
.background_1049371.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777410832tgficon-45.png"); background-size:80% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049371.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777410832tgficon-45.webp"); }
.avif .background_1049371.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777410832tgficon-45.avif"); }
.background_1049371.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777410832tgficon-45.png"); background-size:80% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049371.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777410832tgficon-45.webp"); }
.avif .background_1049371.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777410832tgficon-45.avif"); }
.background_1049371.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777410832tgficon-45.png"); background-size:80% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049371.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777410832tgficon-45.webp"); }
.avif .background_1049371.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777410832tgficon-45.avif"); }
.background_1049371.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777410832tgficon-45.png"); background-size:80% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049371.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777410832tgficon-45.webp"); }
.avif .background_1049371.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777410832tgficon-45.avif"); }
.background_1049371.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777410832tgficon-45.png"); background-size:80% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049371.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777410832tgficon-45.webp"); }
.avif .background_1049371.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777410832tgficon-45.avif"); }
.background_1049371.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777410832tgficon-45.png"); background-size:80% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049371.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777410832tgficon-45.webp"); }
.avif .background_1049371.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777410832tgficon-45.avif"); }
.background_1049371.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777410832tgficon-45.png"); background-size:80% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049371.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777410832tgficon-45.webp"); }
.avif .background_1049371.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777410832tgficon-45.avif"); }
.background_1049373.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777410802tgficon-01.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049373.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777410802tgficon-01.webp"); }
.avif .background_1049373.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777410802tgficon-01.avif"); }
.background_1049373.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777410802tgficon-01.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049373.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777410802tgficon-01.webp"); }
.avif .background_1049373.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777410802tgficon-01.avif"); }
.background_1049373.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777410802tgficon-01.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049373.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777410802tgficon-01.webp"); }
.avif .background_1049373.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777410802tgficon-01.avif"); }
.background_1049373.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777410802tgficon-01.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049373.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777410802tgficon-01.webp"); }
.avif .background_1049373.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777410802tgficon-01.avif"); }
.background_1049373.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777410802tgficon-01.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049373.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777410802tgficon-01.webp"); }
.avif .background_1049373.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777410802tgficon-01.avif"); }
.background_1049373.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777410802tgficon-01.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049373.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777410802tgficon-01.webp"); }
.avif .background_1049373.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777410802tgficon-01.avif"); }
.background_1049373.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777410802tgficon-01.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049373.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777410802tgficon-01.webp"); }
.avif .background_1049373.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777410802tgficon-01.avif"); }
.background_1049373.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777410802tgficon-01.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049373.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777410802tgficon-01.webp"); }
.avif .background_1049373.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777410802tgficon-01.avif"); }
.background_1049373.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777410802tgficon-01.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049373.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777410802tgficon-01.webp"); }
.avif .background_1049373.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777410802tgficon-01.avif"); }
.background_1049373.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777410802tgficon-01.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049373.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777410802tgficon-01.webp"); }
.avif .background_1049373.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777410802tgficon-01.avif"); }
.background_1049373.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777410802tgficon-01.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049373.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777410802tgficon-01.webp"); }
.avif .background_1049373.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777410802tgficon-01.avif"); }
.background_1049390.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777411632tgficon-16.png"); background-size:60% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049390.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777411632tgficon-16.webp"); }
.avif .background_1049390.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777411632tgficon-16.avif"); }
body[data-skn-threshold="620"] .background_1049390.in-view{background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)!important; }
.webp body[data-skn-threshold="620"] .background_1049390.in-view{background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)!important; }
.avif body[data-skn-threshold="620"] .background_1049390.in-view{background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)!important; }
.background_1049390.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777411632tgficon-16.png"); background-size:60% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049390.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777411632tgficon-16.webp"); }
.avif .background_1049390.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777411632tgficon-16.avif"); }
.background_1049390.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777411632tgficon-16.png"); background-size:60% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049390.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777411632tgficon-16.webp"); }
.avif .background_1049390.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777411632tgficon-16.avif"); }
.background_1049390.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777411632tgficon-16.png"); background-size:60% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049390.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777411632tgficon-16.webp"); }
.avif .background_1049390.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777411632tgficon-16.avif"); }
.background_1049390.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777411632tgficon-16.png"); background-size:60% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049390.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777411632tgficon-16.webp"); }
.avif .background_1049390.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777411632tgficon-16.avif"); }
.background_1049390.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777411632tgficon-16.png"); background-size:60% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049390.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777411632tgficon-16.webp"); }
.avif .background_1049390.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777411632tgficon-16.avif"); }
.background_1049390.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777411632tgficon-16.png"); background-size:60% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049390.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777411632tgficon-16.webp"); }
.avif .background_1049390.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777411632tgficon-16.avif"); }
.background_1049390.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777411632tgficon-16.png"); background-size:60% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049390.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777411632tgficon-16.webp"); }
.avif .background_1049390.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777411632tgficon-16.avif"); }
.background_1049390.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777411632tgficon-16.png"); background-size:60% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049390.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777411632tgficon-16.webp"); }
.avif .background_1049390.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777411632tgficon-16.avif"); }
.background_1049390.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777411632tgficon-16.png"); background-size:60% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049390.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777411632tgficon-16.webp"); }
.avif .background_1049390.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777411632tgficon-16.avif"); }
.background_1049390.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777411632tgficon-16.png"); background-size:60% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049390.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777411632tgficon-16.webp"); }
.avif .background_1049390.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777411632tgficon-16.avif"); }
.background_1049430.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777397781tgficon-07.png"); background-size:30% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049430.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777397781tgficon-07.webp"); }
.avif .background_1049430.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777397781tgficon-07.avif"); }
body[data-skn-threshold="620"] .background_1049430.in-view{background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)!important; }
.webp body[data-skn-threshold="620"] .background_1049430.in-view{background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)!important; }
.avif body[data-skn-threshold="620"] .background_1049430.in-view{background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)!important; }
.background_1049430.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777397781tgficon-07.png"); background-size:30% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049430.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777397781tgficon-07.webp"); }
.avif .background_1049430.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777397781tgficon-07.avif"); }
.background_1049430.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777397781tgficon-07.png"); background-size:30% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049430.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777397781tgficon-07.webp"); }
.avif .background_1049430.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777397781tgficon-07.avif"); }
.background_1049430.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777397781tgficon-07.png"); background-size:30% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049430.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777397781tgficon-07.webp"); }
.avif .background_1049430.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777397781tgficon-07.avif"); }
.background_1049430.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777397781tgficon-07.png"); background-size:30% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049430.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777397781tgficon-07.webp"); }
.avif .background_1049430.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777397781tgficon-07.avif"); }
.background_1049430.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777397781tgficon-07.png"); background-size:30% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049430.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777397781tgficon-07.webp"); }
.avif .background_1049430.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777397781tgficon-07.avif"); }
.background_1049430.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777397781tgficon-07.png"); background-size:30% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049430.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777397781tgficon-07.webp"); }
.avif .background_1049430.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777397781tgficon-07.avif"); }
.background_1049430.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777397781tgficon-07.png"); background-size:30% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049430.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777397781tgficon-07.webp"); }
.avif .background_1049430.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777397781tgficon-07.avif"); }
.background_1049430.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777397781tgficon-07.png"); background-size:30% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049430.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777397781tgficon-07.webp"); }
.avif .background_1049430.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777397781tgficon-07.avif"); }
.background_1049430.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777397781tgficon-07.png"); background-size:30% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049430.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777397781tgficon-07.webp"); }
.avif .background_1049430.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777397781tgficon-07.avif"); }
.background_1049430.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777397781tgficon-07.png"); background-size:30% auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049430.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777397781tgficon-07.webp"); }
.avif .background_1049430.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777397781tgficon-07.avif"); }
.background_1049443.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777404309tgficon-09.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049443.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777404309tgficon-09.webp"); }
.avif .background_1049443.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777404309tgficon-09.avif"); }
.background_1049443.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777404309tgficon-09.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049443.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777404309tgficon-09.webp"); }
.avif .background_1049443.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777404309tgficon-09.avif"); }
.background_1049443.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777404309tgficon-09.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049443.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777404309tgficon-09.webp"); }
.avif .background_1049443.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777404309tgficon-09.avif"); }
.background_1049443.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777404309tgficon-09.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049443.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777404309tgficon-09.webp"); }
.avif .background_1049443.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777404309tgficon-09.avif"); }
.background_1049443.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777404309tgficon-09.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049443.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777404309tgficon-09.webp"); }
.avif .background_1049443.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777404309tgficon-09.avif"); }
.background_1049443.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777404309tgficon-09.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049443.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777404309tgficon-09.webp"); }
.avif .background_1049443.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777404309tgficon-09.avif"); }
.background_1049443.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777404309tgficon-09.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049443.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777404309tgficon-09.webp"); }
.avif .background_1049443.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777404309tgficon-09.avif"); }
.background_1049443.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777404309tgficon-09.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049443.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777404309tgficon-09.webp"); }
.avif .background_1049443.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777404309tgficon-09.avif"); }
.background_1049443.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777404309tgficon-09.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049443.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777404309tgficon-09.webp"); }
.avif .background_1049443.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777404309tgficon-09.avif"); }
.background_1049443.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777404309tgficon-09.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049443.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777404309tgficon-09.webp"); }
.avif .background_1049443.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777404309tgficon-09.avif"); }
.background_1049443.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777404309tgficon-09.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1049443.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777404309tgficon-09.webp"); }
.avif .background_1049443.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777404309tgficon-09.avif"); }
.background_1049473.in-view:before{position:absolute; content:""; z-index:-2; display:block; width:100%; height:100%; top:0%; left:0%; opacity:0.3; }
.background_1049473.in-view[data-skn-threshold="160"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777394444tgficon-44.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1049473.in-view[data-skn-threshold="160"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777394444tgficon-44.webp"); }
.avif .background_1049473.in-view[data-skn-threshold="160"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777394444tgficon-44.avif"); }
.background_1049473.in-view[data-skn-threshold="320"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777394444tgficon-44.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1049473.in-view[data-skn-threshold="320"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777394444tgficon-44.webp"); }
.avif .background_1049473.in-view[data-skn-threshold="320"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777394444tgficon-44.avif"); }
.background_1049473.in-view[data-skn-threshold="480"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777394444tgficon-44.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1049473.in-view[data-skn-threshold="480"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777394444tgficon-44.webp"); }
.avif .background_1049473.in-view[data-skn-threshold="480"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777394444tgficon-44.avif"); }
.background_1049473.in-view[data-skn-threshold="683"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777394444tgficon-44.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1049473.in-view[data-skn-threshold="683"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777394444tgficon-44.webp"); }
.avif .background_1049473.in-view[data-skn-threshold="683"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777394444tgficon-44.avif"); }
.background_1049473.in-view[data-skn-threshold="960"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777394444tgficon-44.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1049473.in-view[data-skn-threshold="960"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777394444tgficon-44.webp"); }
.avif .background_1049473.in-view[data-skn-threshold="960"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777394444tgficon-44.avif"); }
.background_1049473.in-view[data-skn-threshold="1366"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777394444tgficon-44.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1049473.in-view[data-skn-threshold="1366"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777394444tgficon-44.webp"); }
.avif .background_1049473.in-view[data-skn-threshold="1366"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777394444tgficon-44.avif"); }
.background_1049473.in-view[data-skn-threshold="1920"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777394444tgficon-44.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1049473.in-view[data-skn-threshold="1920"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777394444tgficon-44.webp"); }
.avif .background_1049473.in-view[data-skn-threshold="1920"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777394444tgficon-44.avif"); }
.background_1049473.in-view[data-skn-threshold="2400"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777394444tgficon-44.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1049473.in-view[data-skn-threshold="2400"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777394444tgficon-44.webp"); }
.avif .background_1049473.in-view[data-skn-threshold="2400"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777394444tgficon-44.avif"); }
.background_1049473.in-view[data-skn-threshold="2880"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777394444tgficon-44.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1049473.in-view[data-skn-threshold="2880"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777394444tgficon-44.webp"); }
.avif .background_1049473.in-view[data-skn-threshold="2880"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777394444tgficon-44.avif"); }
.background_1049473.in-view[data-skn-threshold="3360"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777394444tgficon-44.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1049473.in-view[data-skn-threshold="3360"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777394444tgficon-44.webp"); }
.avif .background_1049473.in-view[data-skn-threshold="3360"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777394444tgficon-44.avif"); }
.background_1049473.in-view[data-skn-threshold="3840"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777394444tgficon-44.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1049473.in-view[data-skn-threshold="3840"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777394444tgficon-44.webp"); }
.avif .background_1049473.in-view[data-skn-threshold="3840"]:before{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777394444tgficon-44.avif"); }
.background_1049733.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777392603tgficon-10.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049733.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777392603tgficon-10.webp"); }
.avif .background_1049733.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777392603tgficon-10.avif"); }
.background_1049733.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777392603tgficon-10.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049733.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777392603tgficon-10.webp"); }
.avif .background_1049733.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777392603tgficon-10.avif"); }
.background_1049733.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777392603tgficon-10.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049733.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777392603tgficon-10.webp"); }
.avif .background_1049733.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777392603tgficon-10.avif"); }
.background_1049733.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777392603tgficon-10.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049733.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777392603tgficon-10.webp"); }
.avif .background_1049733.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777392603tgficon-10.avif"); }
.background_1049733.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777392603tgficon-10.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049733.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777392603tgficon-10.webp"); }
.avif .background_1049733.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777392603tgficon-10.avif"); }
.background_1049733.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777392603tgficon-10.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049733.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777392603tgficon-10.webp"); }
.avif .background_1049733.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777392603tgficon-10.avif"); }
.background_1049733.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777392603tgficon-10.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049733.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777392603tgficon-10.webp"); }
.avif .background_1049733.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777392603tgficon-10.avif"); }
.background_1049733.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777392603tgficon-10.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049733.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777392603tgficon-10.webp"); }
.avif .background_1049733.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777392603tgficon-10.avif"); }
.background_1049733.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777392603tgficon-10.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049733.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777392603tgficon-10.webp"); }
.avif .background_1049733.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777392603tgficon-10.avif"); }
.background_1049733.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777392603tgficon-10.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049733.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777392603tgficon-10.webp"); }
.avif .background_1049733.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777392603tgficon-10.avif"); }
.background_1049733.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777392603tgficon-10.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049733.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777392603tgficon-10.webp"); }
.avif .background_1049733.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777392603tgficon-10.avif"); }
.background_1049753.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777403364tgficon-05.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:0% 50%; background-attachment:scroll; }
.webp .background_1049753.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777403364tgficon-05.webp"); }
.avif .background_1049753.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777403364tgficon-05.avif"); }
.background_1049753.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777403364tgficon-05.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:0% 50%; background-attachment:scroll; }
.webp .background_1049753.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777403364tgficon-05.webp"); }
.avif .background_1049753.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777403364tgficon-05.avif"); }
.background_1049753.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777403364tgficon-05.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:0% 50%; background-attachment:scroll; }
.webp .background_1049753.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777403364tgficon-05.webp"); }
.avif .background_1049753.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777403364tgficon-05.avif"); }
.background_1049753.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777403364tgficon-05.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:0% 50%; background-attachment:scroll; }
.webp .background_1049753.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777403364tgficon-05.webp"); }
.avif .background_1049753.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777403364tgficon-05.avif"); }
.background_1049753.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777403364tgficon-05.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:0% 50%; background-attachment:scroll; }
.webp .background_1049753.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777403364tgficon-05.webp"); }
.avif .background_1049753.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777403364tgficon-05.avif"); }
.background_1049753.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777403364tgficon-05.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:0% 50%; background-attachment:scroll; }
.webp .background_1049753.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777403364tgficon-05.webp"); }
.avif .background_1049753.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777403364tgficon-05.avif"); }
.background_1049753.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777403364tgficon-05.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:0% 50%; background-attachment:scroll; }
.webp .background_1049753.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777403364tgficon-05.webp"); }
.avif .background_1049753.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777403364tgficon-05.avif"); }
.background_1049753.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777403364tgficon-05.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:0% 50%; background-attachment:scroll; }
.webp .background_1049753.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777403364tgficon-05.webp"); }
.avif .background_1049753.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777403364tgficon-05.avif"); }
.background_1049753.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777403364tgficon-05.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:0% 50%; background-attachment:scroll; }
.webp .background_1049753.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777403364tgficon-05.webp"); }
.avif .background_1049753.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777403364tgficon-05.avif"); }
.background_1049753.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777403364tgficon-05.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:0% 50%; background-attachment:scroll; }
.webp .background_1049753.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777403364tgficon-05.webp"); }
.avif .background_1049753.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777403364tgficon-05.avif"); }
.background_1049753.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777403364tgficon-05.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:0% 50%; background-attachment:scroll; }
.webp .background_1049753.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777403364tgficon-05.webp"); }
.avif .background_1049753.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777403364tgficon-05.avif"); }
.background_1049783.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777410856tgficon-05.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049783.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777410856tgficon-05.webp"); }
.avif .background_1049783.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777410856tgficon-05.avif"); }
.background_1049783.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777410856tgficon-05.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049783.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777410856tgficon-05.webp"); }
.avif .background_1049783.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777410856tgficon-05.avif"); }
.background_1049783.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777410856tgficon-05.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049783.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777410856tgficon-05.webp"); }
.avif .background_1049783.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777410856tgficon-05.avif"); }
.background_1049783.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777410856tgficon-05.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049783.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777410856tgficon-05.webp"); }
.avif .background_1049783.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777410856tgficon-05.avif"); }
.background_1049783.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777410856tgficon-05.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049783.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777410856tgficon-05.webp"); }
.avif .background_1049783.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777410856tgficon-05.avif"); }
.background_1049783.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777410856tgficon-05.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049783.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777410856tgficon-05.webp"); }
.avif .background_1049783.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777410856tgficon-05.avif"); }
.background_1049783.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777410856tgficon-05.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049783.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777410856tgficon-05.webp"); }
.avif .background_1049783.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777410856tgficon-05.avif"); }
.background_1049783.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777410856tgficon-05.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049783.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777410856tgficon-05.webp"); }
.avif .background_1049783.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777410856tgficon-05.avif"); }
.background_1049783.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777410856tgficon-05.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049783.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777410856tgficon-05.webp"); }
.avif .background_1049783.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777410856tgficon-05.avif"); }
.background_1049783.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777410856tgficon-05.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049783.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777410856tgficon-05.webp"); }
.avif .background_1049783.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777410856tgficon-05.avif"); }
.background_1049783.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777410856tgficon-05.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049783.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777410856tgficon-05.webp"); }
.avif .background_1049783.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777410856tgficon-05.avif"); }
.background_1049809.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777410832tgficon-45.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049809.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777410832tgficon-45.webp"); }
.avif .background_1049809.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777410832tgficon-45.avif"); }
.background_1049809.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777410832tgficon-45.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049809.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777410832tgficon-45.webp"); }
.avif .background_1049809.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777410832tgficon-45.avif"); }
.background_1049809.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777410832tgficon-45.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049809.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777410832tgficon-45.webp"); }
.avif .background_1049809.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777410832tgficon-45.avif"); }
.background_1049809.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777410832tgficon-45.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049809.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777410832tgficon-45.webp"); }
.avif .background_1049809.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777410832tgficon-45.avif"); }
.background_1049809.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777410832tgficon-45.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049809.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777410832tgficon-45.webp"); }
.avif .background_1049809.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777410832tgficon-45.avif"); }
.background_1049809.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777410832tgficon-45.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049809.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777410832tgficon-45.webp"); }
.avif .background_1049809.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777410832tgficon-45.avif"); }
.background_1049809.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777410832tgficon-45.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049809.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777410832tgficon-45.webp"); }
.avif .background_1049809.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777410832tgficon-45.avif"); }
.background_1049809.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777410832tgficon-45.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049809.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777410832tgficon-45.webp"); }
.avif .background_1049809.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777410832tgficon-45.avif"); }
.background_1049809.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777410832tgficon-45.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049809.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777410832tgficon-45.webp"); }
.avif .background_1049809.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777410832tgficon-45.avif"); }
.background_1049809.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777410832tgficon-45.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049809.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777410832tgficon-45.webp"); }
.avif .background_1049809.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777410832tgficon-45.avif"); }
.background_1049809.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777410832tgficon-45.png"); background-size:auto 98%; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1049809.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777410832tgficon-45.webp"); }
.avif .background_1049809.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777410832tgficon-45.avif"); }
.background_1049816.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.png"); background-size:auto 70%; background-repeat:no-repeat; background-position:4% 50%; background-attachment:scroll; }
.webp .background_1049816.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.webp"); }
.avif .background_1049816.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.avif"); }
body[data-skn-threshold="960"] .background_1049816.in-view{background-image:url("https://cloudfront.sketchanet.com/assets/image/transparent.png")!important; }
.webp body[data-skn-threshold="960"] .background_1049816.in-view{background-image:url("https://cloudfront.sketchanet.com/assets/image/transparent.webp")!important; }
.avif body[data-skn-threshold="960"] .background_1049816.in-view{background-image:url("https://cloudfront.sketchanet.com/assets/image/transparent.avif")!important; }
.background_1049816.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.png"); background-size:auto 70%; background-repeat:no-repeat; background-position:4% 50%; background-attachment:scroll; }
.webp .background_1049816.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.webp"); }
.avif .background_1049816.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.avif"); }
.background_1049816.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.png"); background-size:auto 70%; background-repeat:no-repeat; background-position:4% 50%; background-attachment:scroll; }
.webp .background_1049816.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.webp"); }
.avif .background_1049816.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.avif"); }
.background_1049816.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.png"); background-size:auto 70%; background-repeat:no-repeat; background-position:4% 50%; background-attachment:scroll; }
.webp .background_1049816.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.webp"); }
.avif .background_1049816.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.avif"); }
.background_1049816.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.png"); background-size:auto 70%; background-repeat:no-repeat; background-position:4% 50%; background-attachment:scroll; }
.webp .background_1049816.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.webp"); }
.avif .background_1049816.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.avif"); }
.background_1049816.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.png"); background-size:auto 70%; background-repeat:no-repeat; background-position:4% 50%; background-attachment:scroll; }
.webp .background_1049816.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.webp"); }
.avif .background_1049816.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.avif"); }
.background_1049816.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.png"); background-size:auto 70%; background-repeat:no-repeat; background-position:4% 50%; background-attachment:scroll; }
.webp .background_1049816.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.webp"); }
.avif .background_1049816.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.avif"); }
.background_1049816.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.png"); background-size:auto 70%; background-repeat:no-repeat; background-position:4% 50%; background-attachment:scroll; }
.webp .background_1049816.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.webp"); }
.avif .background_1049816.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.avif"); }
.background_1049816.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.png"); background-size:auto 70%; background-repeat:no-repeat; background-position:4% 50%; background-attachment:scroll; }
.webp .background_1049816.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.webp"); }
.avif .background_1049816.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.avif"); }
.background_1049816.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.png"); background-size:auto 70%; background-repeat:no-repeat; background-position:4% 50%; background-attachment:scroll; }
.webp .background_1049816.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.webp"); }
.avif .background_1049816.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.avif"); }
.background_1049816.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.png"); background-size:auto 70%; background-repeat:no-repeat; background-position:4% 50%; background-attachment:scroll; }
.webp .background_1049816.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.webp"); }
.avif .background_1049816.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/17780216291684164299tgflogowhitegrad-ezgif-com-avif-to-png-converter.avif"); }
.background_1050515.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777410802tgficon-01.png"); background-size:auto 105%; background-repeat:no-repeat; background-position:140% 50%; background-attachment:scroll; }
.webp .background_1050515.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777410802tgficon-01.webp"); }
.avif .background_1050515.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/160/1777410802tgficon-01.avif"); }
.background_1050515.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777410802tgficon-01.png"); background-size:auto 105%; background-repeat:no-repeat; background-position:140% 50%; background-attachment:scroll; }
.webp .background_1050515.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777410802tgficon-01.webp"); }
.avif .background_1050515.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/320/1777410802tgficon-01.avif"); }
.background_1050515.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777410802tgficon-01.png"); background-size:auto 105%; background-repeat:no-repeat; background-position:140% 50%; background-attachment:scroll; }
.webp .background_1050515.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777410802tgficon-01.webp"); }
.avif .background_1050515.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/480/1777410802tgficon-01.avif"); }
.background_1050515.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777410802tgficon-01.png"); background-size:auto 105%; background-repeat:no-repeat; background-position:140% 50%; background-attachment:scroll; }
.webp .background_1050515.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777410802tgficon-01.webp"); }
.avif .background_1050515.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/683/1777410802tgficon-01.avif"); }
.background_1050515.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777410802tgficon-01.png"); background-size:auto 105%; background-repeat:no-repeat; background-position:140% 50%; background-attachment:scroll; }
.webp .background_1050515.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777410802tgficon-01.webp"); }
.avif .background_1050515.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/960/1777410802tgficon-01.avif"); }
.background_1050515.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777410802tgficon-01.png"); background-size:auto 105%; background-repeat:no-repeat; background-position:140% 50%; background-attachment:scroll; }
.webp .background_1050515.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777410802tgficon-01.webp"); }
.avif .background_1050515.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1366/1777410802tgficon-01.avif"); }
.background_1050515.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777410802tgficon-01.png"); background-size:auto 105%; background-repeat:no-repeat; background-position:140% 50%; background-attachment:scroll; }
.webp .background_1050515.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777410802tgficon-01.webp"); }
.avif .background_1050515.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/1920/1777410802tgficon-01.avif"); }
.background_1050515.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777410802tgficon-01.png"); background-size:auto 105%; background-repeat:no-repeat; background-position:140% 50%; background-attachment:scroll; }
.webp .background_1050515.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777410802tgficon-01.webp"); }
.avif .background_1050515.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2400/1777410802tgficon-01.avif"); }
.background_1050515.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777410802tgficon-01.png"); background-size:auto 105%; background-repeat:no-repeat; background-position:140% 50%; background-attachment:scroll; }
.webp .background_1050515.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777410802tgficon-01.webp"); }
.avif .background_1050515.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/2880/1777410802tgficon-01.avif"); }
.background_1050515.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777410802tgficon-01.png"); background-size:auto 105%; background-repeat:no-repeat; background-position:140% 50%; background-attachment:scroll; }
.webp .background_1050515.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777410802tgficon-01.webp"); }
.avif .background_1050515.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3360/1777410802tgficon-01.avif"); }
.background_1050515.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777410802tgficon-01.png"); background-size:auto 105%; background-repeat:no-repeat; background-position:140% 50%; background-attachment:scroll; }
.webp .background_1050515.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777410802tgficon-01.webp"); }
.avif .background_1050515.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1049020/images/3840/1777410802tgficon-01.avif"); }
.complexSwatch1049469{border-radius:20px 20px 20px 20px; border:6px solid rgb(70, 164, 157); border:6px solid rgba(70, 164, 157, 1); }
.complexSwatch1049469:before{border-radius:14px 14px 14px 14px; }
.complexSwatch1049469:after{border-radius:14px 14px 14px 14px; }
.complexSwatch1049469 > .skn-background-video{border-radius:14px 14px 14px 14px; }
.complexSwatch1049469 > .skn-background-gallery{border-radius:14px 14px 14px 14px; }
.complexSwatch1049468{border-radius:250px 250px 250px 250px; border:none; }
.complexSwatch1049468:before{border-radius:250px 250px 250px 250px; }
.complexSwatch1049468:after{border-radius:250px 250px 250px 250px; }
.complexSwatch1049468 > .skn-background-video{border-radius:250px 250px 250px 250px; }
.complexSwatch1049468 > .skn-background-gallery{border-radius:250px 250px 250px 250px; }
.complexSwatch1049362{background-color:#EDF6F0; background-color:rgba(237, 246, 240, 1); border-radius:20px 20px 20px 20px; border:none; }
.complexSwatch1049362:before{border-radius:20px 20px 20px 20px; }
.complexSwatch1049362:after{border-radius:20px 20px 20px 20px; }
.complexSwatch1049362 > .skn-background-video{border-radius:20px 20px 20px 20px; }
.complexSwatch1049362 > .skn-background-gallery{border-radius:20px 20px 20px 20px; }
.complexSwatch1049439{background-color:#46A49D; background-color:rgba(70, 164, 157, 1); border:none; }
.complexSwatch1049341{background-color:#EDF6F0; background-color:rgba(237, 246, 240, 1); border:none; }
.complexSwatch1049332{background-color:#D7DF44; background-color:rgba(215, 223, 68, 1); border:none; }
.complexSwatch1049103{border-top:none; border-right:none; border-bottom:1px solid rgb(0, 0, 0); border-bottom:1px solid rgba(0, 0, 0, 1); border-left:none; }
.complexSwatch1049101{background-color:#231F20; background-color:rgba(35, 31, 32, 1); border:none; }
.complexSwatch1049102{background-color:#e9eaea; background-color:rgba(233, 234, 234, 1); border:none; }
.complexSwatch1049100{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; }
