.wds_animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.wds_animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.wds_animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    -ms-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(//hunterphoenix.tv/wp-content/plugins/slider-wd/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3);
  src: url(//hunterphoenix.tv/wp-content/plugins/slider-wd/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(//hunterphoenix.tv/wp-content/plugins/slider-wd/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(//hunterphoenix.tv/wp-content/plugins/slider-wd/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(//hunterphoenix.tv/wp-content/plugins/slider-wd/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(//hunterphoenix.tv/wp-content/plugins/slider-wd/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}.wds_hide { display:none!important; }
.wd_error {
  border-color: #dd3d36 !important;
}

.wd_updated {
  border-color: #7ad03a !important;
}

.wd_error,
.wd_updated {
  background: #fff none repeat scroll 0 0;
  border-left: 4px solid #fff;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  margin: 5px 0 2px;
  padding: 1px 12px;
}

.wds_more {
  font-size: 12px;
}

div[id^="wds_container"] * {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
}

div[id^="wds_container"] p {
  padding: 0 !important;
  margin: 0 !important;
}

div[id^="wds_container"] video {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.wds_layer a,
.wds_layer a:hover {
  color: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  text-decoration: none;
}

.wds_loading_img {
  border: none !important;
  float: none;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border: medium none !important;
}

.wds_loading {
  text-align: center;
  height: 150px;
  margin-top: 60px;
}

div[id^="wds_container"] .wds_btn_cont {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 100%;
}

div[id^="wds_container"] .wds_contTableCell {
  display: table-cell;
}

div[id^="wds_container"] .wds_contTable {
  display: table;
}

div[id^="wds_container"] .wds_left_btn_cont,
div[id^="wds_container"] .wds_right_btn_cont,
div[id^="wds_container"] .wds_pp_btn_cont {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index: 150;
}

div[id^="wds_container"] .wds_left_btn_cont {
  margin-left: 10px;
}

div[id^="wds_container"] .wds_right_btn_cont {
  margin-right: 10px;
}

.wds_preview_cont1 {
  display: table;
  height: 100%;
  width: 100%;
}

.wds_preview_cont2 {
  display: table-cell;
  vertical-align: middle;
}

span[data-type="wds_text_parent"] * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  margin: inherit;
  padding: inherit;
}

@-webkit-keyframes wdszoom0 { 100% { background-size: 170% auto; }}
@-webkit-keyframes wdszoom70 { 100% { background-size: 100% auto; }}
@-moz-keyframes wdszoom0 { 100% { background-size: 170% auto; }}
@-moz-keyframes wdszoom70 { 100% { background-size: 100% auto; }}
@keyframes wdszoom0 { 100% { background-size: 170% auto; }}
@keyframes wdszoom70 { 100% { background-size: 100% auto; }}

@-webkit-keyframes wdszoomv0 { 100% { background-size: auto 170%; }}
@-webkit-keyframes wdszoomv70 { 100% { background-size: auto 100%; }}
@-moz-keyframes wdszoomv0 { 100% { background-size: auto 170%; }}
@-moz-keyframes wdszoomv70 { 100% { background-size: auto 100%; }}
@keyframes wdszoomv0 { 100% { background-size: auto 170%; }}
@keyframes wdszoomv70 { 100% { background-size: auto 100%; }}

.wds_play_btn_cont{
  width:100%; 
  height:100%; 
  position:absolute; 
  z-index: 1; 
  cursor:pointer
}#start-resizable-editor-section{display:none}.stk-button-group:not(.stk-collapse-on-desktop) .block-editor-block-list__layout{justify-content:var(--stk-alignment-justify-content)}.stk-button-group:is(.stk--collapse-on-desktop)>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-block]{margin-inline-end:var(--stk-alignment-margin-right);margin-inline-start:var(--stk-alignment-margin-left)}.stk--block-orientation-horizontal>.block-editor-inner-blocks>.block-editor-block-list__layout>*+*{margin-left:var(--stk-block-margin-bottom)}.stk--block-orientation-horizontal>.block-editor-inner-blocks>.block-editor-block-list__layout{display:flex!important;flex-direction:row}.stk--block-orientation-horizontal>.block-editor-inner-blocks>.block-editor-block-list__layout>*{margin-bottom:0;margin-top:0}.stk--block-orientation-horizontal>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-block]{width:auto}.stk-block.stk-block-blockquote :is(.stk-container.stk-block-blockquote__content,.stk-inner-blocks){flex-direction:row}.stk-block-blockquote__content{max-width:none!important}.stk-block-blockquote .stk-block-icon{flex:0;margin-inline-end:16px;width:auto}.stk-block-accordion{box-sizing:border-box}.stk-block-accordion summary{--stk-block-margin-bottom:0;--stk-icon-size:16px;cursor:pointer;list-style:none}.stk-block-accordion summary::-webkit-details-marker{display:none}.stk-block-accordion summary .stk-block-icon:first-child{justify-content:flex-start}.stk-block-accordion summary .stk-block-icon:last-child{justify-content:flex-end}.stk-block-accordion summary.stk-block-column:focus:not(:focus-visible){outline:none}.stk-block-accordion .stk-block-accordion__heading .stk-block-icon-label .stk-block-heading{flex:1}.stk-block-accordion .stk-block-accordion__heading .stk-block-icon-label .stk-block-icon{flex:0 0 40px}.stk-block-accordion .stk-block-accordion__heading .stk-block-column__content{width:unset}.stk-block-accordion .stk-block-accordion__content>.stk-container{padding:var(--stk-container-padding)}.stk-block-accordion summary .stk--svg-wrapper{transition:all .7s cubic-bezier(.2,.6,.4,1)}.stk-block-accordion[open]>summary .stk--svg-wrapper:not(.stk--has-icon2){transform:rotate(180deg)}.stk-block-accordion[open]>summary .stk--svg-wrapper.stk--has-icon2 .stk--inner-svg{display:none}.stk-block-accordion[open]>summary .stk--icon-2{display:block!important}.stk-block-accordion .stk-block-accordion__content{height:100%;opacity:1;overflow:hidden;transform:translateY(0)}.stk-block-accordion .stk-block-accordion__content>*>*{flex-shrink:0}.stk-block-accordion .stk-block-accordion__content:has(.stk-block-timeline){transform:none}.stk-block-accordion:not([open]) .stk-block-accordion__content{max-height:0;opacity:0;transform:translateY(25px)}.stk-block-accordion>.stk-block-column{order:0!important}.stk-inner-blocks>.stk-block-accordion__wrapper:last-child,.stk-inner-blocks>.stk-block-accordion__wrapper:last-child>*{margin-bottom:0}.stk-block-button{--stk-block-margin-bottom:0}.stk-block.stk-block-button{min-width:-moz-fit-content;min-width:fit-content;width:auto}.stk-button,.stk-button:after,.stk-button:before{box-sizing:border-box}.stk-button-group{max-width:none!important}.stk-block-call-to-action__content>.stk-inner-blocks.stk--column-flex{justify-content:center}.stk-block-card__image{background-size:cover;height:300px;width:100%}.stk-block-card__image+.stk-block-card__content:not(.stk-container-padding){padding-top:var(--stk-block-margin-bottom)}.stk-block-card__content{display:flex;flex-direction:column}.stk-block-carousel{--gap:30px;--slides-to-show:1;--button-offset:12px;--button-gap:12px;--button-height:40px;--button-width:40px;--dot-color:#aaa;--dot-color-hover:#1b1b1b;--dot-size:8px;--dot-gap:16px;--dot-active-width:30px;--dot-active-height:var(--dot-size,8px);--dot-offset:12px;--transition-duration:0.3s;--stk-columns-spacing:0px!important}.stk-block-carousel .stk-block-carousel__content-wrapper{max-width:100%}.stk-block-carousel.stk--is-slide[data-slides-to-show="1"]{--gap:0px}.stk-block-carousel .stk-block-carousel__slider>.stk-block-column{order:0}.stk-block-carousel__slider{background:#0000;cursor:grab;display:flex;flex-direction:row;margin:0 auto;overflow:hidden;position:relative;scrollbar-width:none;width:100%}.stk-block-carousel__slider-wrapper{position:relative;z-index:1}.stk-block-carousel__button,.stk-block-carousel__dot{all:unset!important;cursor:pointer!important;transition:all .3s ease-in-out,outline-offset 0s,outline 0s!important}.stk-block-carousel__button:before,.stk-block-carousel__dot:before{transition:all .3s ease-in-out!important}.stk-block-carousel__buttons{align-items:center;display:flex;flex-direction:row;gap:var(--button-gap,12px);inset:var(--button-offset,12px);justify-content:space-between;pointer-events:none;position:absolute;z-index:9999}.stk-block-carousel__buttons svg{overflow:visible}.stk-block-carousel__button{pointer-events:all!important;-webkit-user-select:none;user-select:none}.stk-block-carousel__dots{display:flex;flex-direction:row;gap:min(var(--dot-gap),var(--dot-gap) - (24px - var(--dot-size)));justify-content:center;margin-top:max(var(--dot-offset),-24px);min-height:24px;position:relative;top:min(0px,var(--dot-offset) + 24px);z-index:2}.stk-block-carousel__dots li{list-style:none}.stk-block-carousel.stk--is-fade .stk-block-carousel__slider>.stk-block-column{flex:1 0 100%!important;height:auto;opacity:1;transition:opacity .3s ease-in-out;transition-delay:calc(var(--transition-duration, .3s)*.3);transition-duration:max(var(--transition-duration,.3s) * 1.15,.01s);width:100%}.stk-block-carousel.stk--is-fade .stk-block-carousel__slider>.stk-block-column.stk-block-carousel__slide--active{transition-delay:0s;transition-duration:var(--transition-duration,.3s)}.stk-block-carousel.stk--is-fade .stk-block-carousel__slider>.stk-block-column:not(:first-child){left:0;opacity:0;position:relative;visibility:hidden}.stk-block-carousel.stk--is-slide .stk-block-carousel__slider:not(.stk--snapping-deactivated){scroll-behavior:smooth;scroll-snap-type:inline mandatory}.stk-block-carousel .stk-block-carousel__slider.stk--snapping-deactivated{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.stk-block-carousel.stk--is-slide .stk-block-carousel__slider{-ms-overflow-style:none;gap:var(--gap);overflow-x:scroll;overflow-x:-moz-scrollbars-none;overflow-y:hidden;overscroll-behavior-inline:contain}.stk-block-carousel.stk--is-slide .stk-block-carousel__slider::-webkit-scrollbar{display:none!important;height:0!important}.stk-block-carousel.stk--is-slide .stk-block-carousel__slider>*{flex:1 0 calc(100%/var(--slides-to-show) - var(--gap)/var(--slides-to-show)*(var(--slides-to-show) - 1))!important;scroll-snap-align:start}.stk-block-carousel .stk--hidden{clip:rect(0 0 0 0);border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.stk-block-carousel__button{align-items:center!important;background:#fff!important;border-radius:100%!important;color:initial!important;display:flex!important;height:var(--button-height,40px)!important;justify-content:center!important;opacity:.9!important;padding:initial!important;width:var(--button-width,40px)!important}.stk-block-carousel__button:hover{background:#fff;opacity:1}.stk-block-carousel__button svg{height:16px;width:16px}.stk-block-carousel__dot{align-items:center!important;display:flex!important;height:max(24px,var(--dot-size,8px))!important;justify-content:center!important;position:relative!important;width:max(24px,var(--dot-size,8px))!important;will-change:margin,margin-inline,width}.stk-block-carousel__dot,.stk-block-carousel__dot:hover{background:#0000!important}.stk-block-carousel__dot:before{background:var(--dot-color,#aaa);border-radius:var(--dot-size,8px);content:""!important;height:var(--dot-size,8px);inset:auto!important;opacity:1!important;position:absolute;width:var(--dot-size,8px)}.stk-block-carousel__dot:hover:before{background:var(--dot-color-hover,#1b1b1b)}.stk-block-carousel__dot.stk-block-carousel__dot--active{margin-inline:max(0px,(24px - var(--dot-size))/2)!important;width:var(--dot-active-width,30px)!important}.stk-block-carousel__dot.stk-block-carousel__dot--active:before{background:#1b1b1b;height:var(--dot-active-height);width:var(--dot-active-width,30px)}.stk-block-carousel.stk--dots-outline .stk-block-carousel__dot:not(.stk-block-carousel__dot--active,:hover):before{background:#0000;box-shadow:inset 0 0 0 1px var(--dot-color,#aaa)}.stk-block-carousel.stk--arrows-outside.stk--arrows-justify-space-between.stk--arrows-align-center .stk-block-carousel__buttons{inset:0}.stk-block-carousel.stk--arrows-outside.stk--arrows-justify-space-between.stk--arrows-align-center .stk-block-carousel__slider{width:calc(100% - var(--button-width)*2 - var(--button-offset)*2)}.stk-block-carousel.stk--arrows-outside:is(.stk--arrows-align-flex-end,.stk--arrows-align-flex-start) .stk-block-carousel__slider-wrapper{flex-direction:column;gap:var(--button-offset,12px)}.stk-block-carousel.stk--arrows-outside:is(.stk--arrows-align-flex-end,.stk--arrows-align-flex-start) .stk-block-carousel__buttons{position:static}.stk-block-carousel.stk--arrows-outside.stk--arrows-align-flex-start .stk-block-carousel__slider-wrapper{flex-direction:column-reverse}.stk-block-carousel .stk-img-carousel.lazyload[src*="data:"]{height:1px!important}.stk-block.stk-block-column .stk-column-wrapper{width:100%}.stk-block-column__content{box-sizing:border-box}.stk-column-wrapper>.stk-inner-blocks{margin-bottom:0}.stk-block .stk--align-last-block-to-bottom{height:100%}.stk-block .stk--align-last-block-to-bottom>:last-child{margin-top:auto}.stk-block:is(.stk-block-column--v3,[data-v])>.stk-column-wrapper{min-width:0}.stk--fit-content>.stk-block-column,.stk--flex>.stk-block-column{flex:0 1 auto!important;max-width:none;min-width:24px;width:-moz-fit-content;width:fit-content}.stk-block-columns>.stk-block-content{--stk-column-gap:0px;column-gap:var(--stk-column-gap);margin-left:auto;margin-right:auto}:where(.stk-has-design-system-spacing-and-borders) .stk-block-columns>.stk-block-content{--stk-column-gap:var(--stk-columns-column-gap,0px);row-gap:var(--stk-columns-row-gap,0)}:where(.stk-block-columns){--stk-col-order-1:1;--stk-col-order-2:2;--stk-col-order-3:3;--stk-col-order-4:4;--stk-col-order-5:5;--stk-col-order-6:6;--stk-col-order-7:7;--stk-col-order-8:8;--stk-col-order-9:9;--stk-col-order-10:10;--stk-col-order-11:11;--stk-col-order-12:12;--stk-col-order-13:13;--stk-col-order-14:14;--stk-col-order-15:15;--stk-col-order-16:16;--stk-col-order-17:17;--stk-col-order-18:18;--stk-col-order-19:19;--stk-col-order-20:20;--stk-col-order-21:21;--stk-col-order-22:22;--stk-col-order-23:23;--stk-col-order-24:24;--stk-col-order-25:25;--stk-col-order-26:26;--stk-col-order-27:27;--stk-col-order-28:28;--stk-col-order-29:29;--stk-col-order-30:30;--stk-col-order-31:31;--stk-col-order-32:32;--stk-col-order-33:33;--stk-col-order-34:34;--stk-col-order-35:35;--stk-col-order-36:36;--stk-col-order-37:37;--stk-col-order-38:38;--stk-col-order-39:39;--stk-col-order-40:40}.stk-block-column:first-child{order:var(--stk-col-order-1,initial)}.stk-block-column:nth-child(2){order:var(--stk-col-order-2,initial)}.stk-block-column:nth-child(3){order:var(--stk-col-order-3,initial)}.stk-block-column:nth-child(4){order:var(--stk-col-order-4,initial)}.stk-block-column:nth-child(5){order:var(--stk-col-order-5,initial)}.stk-block-column:nth-child(6){order:var(--stk-col-order-6,initial)}.stk-block-column:nth-child(7){order:var(--stk-col-order-7,initial)}.stk-block-column:nth-child(8){order:var(--stk-col-order-8,initial)}.stk-block-column:nth-child(9){order:var(--stk-col-order-9,initial)}.stk-block-column:nth-child(10){order:var(--stk-col-order-10,initial)}.stk-block-column:nth-child(11){order:var(--stk-col-order-11,initial)}.stk-block-column:nth-child(12){order:var(--stk-col-order-12,initial)}.stk-block-column:nth-child(13){order:var(--stk-col-order-13,initial)}.stk-block-column:nth-child(14){order:var(--stk-col-order-14,initial)}.stk-block-column:nth-child(15){order:var(--stk-col-order-15,initial)}.stk-block-column:nth-child(16){order:var(--stk-col-order-16,initial)}.stk-block-column:nth-child(17){order:var(--stk-col-order-17,initial)}.stk-block-column:nth-child(18){order:var(--stk-col-order-18,initial)}.stk-block-column:nth-child(19){order:var(--stk-col-order-19,initial)}.stk-block-column:nth-child(20){order:var(--stk-col-order-20,initial)}.stk-block-column:nth-child(21){order:var(--stk-col-order-21,initial)}.stk-block-column:nth-child(22){order:var(--stk-col-order-22,initial)}.stk-block-column:nth-child(23){order:var(--stk-col-order-23,initial)}.stk-block-column:nth-child(24){order:var(--stk-col-order-24,initial)}.stk-block-column:nth-child(25){order:var(--stk-col-order-25,initial)}.stk-block-column:nth-child(26){order:var(--stk-col-order-26,initial)}.stk-block-column:nth-child(27){order:var(--stk-col-order-27,initial)}.stk-block-column:nth-child(28){order:var(--stk-col-order-28,initial)}.stk-block-column:nth-child(29){order:var(--stk-col-order-29,initial)}.stk-block-column:nth-child(30){order:var(--stk-col-order-30,initial)}.stk-block-column:nth-child(31){order:var(--stk-col-order-31,initial)}.stk-block-column:nth-child(32){order:var(--stk-col-order-32,initial)}.stk-block-column:nth-child(33){order:var(--stk-col-order-33,initial)}.stk-block-column:nth-child(34){order:var(--stk-col-order-34,initial)}.stk-block-column:nth-child(35){order:var(--stk-col-order-35,initial)}.stk-block-column:nth-child(36){order:var(--stk-col-order-36,initial)}.stk-block-column:nth-child(37){order:var(--stk-col-order-37,initial)}.stk-block-column:nth-child(38){order:var(--stk-col-order-38,initial)}.stk-block-column:nth-child(39){order:var(--stk-col-order-39,initial)}.stk-block-column:nth-child(40){order:var(--stk-col-order-40,initial)}.stk-block-count-up__text{font-size:48px}.stk-block-count-up__text:not(.stk--count-up-active){opacity:0}.stk-block.stk-block-countdown{text-align:center}.stk-block.stk-block-countdown.stk-block-countdown--aligned .stk-block-countdown__content-container{width:unset}.stk-block-countdown__container{display:flex;flex:1 0 auto;gap:16px}.stk-block-countdown__content-container{word-wrap:break-word;box-sizing:initial;justify-content:center;width:100%}.stk-block-countdown__label{margin:8px 0 0}.stk-block-countdown__digit{font-size:40px;height:50%}.stk-block-countdown__digit,.stk-block-countdown__label{line-height:1}.stk-block-countdown__divider-wrapper{align-items:center;display:flex;justify-content:center}.stk-block-countdown__divider-wrapper .stk-block-countdown__divider-colon{color:#000;display:flex;font-size:45px;justify-content:center;line-height:1;position:relative;top:-12px}.stk-block-countdown__divider-wrapper .stk-block-countdown__divider-line{background-color:#000;height:50%;width:1px}.stk-block-countdown__message{display:none;margin:0}:where(.stk-has-color-schemes) .stk-block-countdown__digit{color:var(--stk-accent-color)}:where(.stk-has-color-schemes) .stk-block-countdown__digit:where(:hover){color:var(--stk-accent-color-hover,var(--stk-accent-color))}:where(.stk-has-color-schemes) .stk-block-countdown__divider-wrapper .stk-block-countdown__divider-colon{color:var(--stk-accent-color)}:where(.stk-has-color-schemes) .stk-block-countdown__divider-wrapper .stk-block-countdown__divider-colon:where(:hover){color:var(--stk-accent-color-hover,var(--stk-accent-color))}:where(.stk-has-color-schemes) .stk-block-countdown__divider-wrapper .stk-block-countdown__divider-line{background-color:var(--stk-accent-color)}:where(.stk-has-color-schemes) .stk-block-countdown__divider-wrapper .stk-block-countdown__divider-line:where(:hover){background-color:var(--stk-accent-color-hover,var(--stk-accent-color))}.stk-block.stk-block-divider .stk-block-divider__dot,.stk-block.stk-block-divider hr.stk-block-divider__hr{background:#ddd}:where(.stk-has-color-schemes) .stk-block.stk-block-divider .stk-block-divider__dot,:where(.stk-has-color-schemes) .stk-block.stk-block-divider hr.stk-block-divider__hr{background:var(--stk-accent-color,#ddd)}:where(.stk-has-color-schemes) .stk-block.stk-block-divider .stk-block-divider__dot:where(:hover),:where(.stk-has-color-schemes) .stk-block.stk-block-divider hr.stk-block-divider__hr:where(:hover){background:var(--stk-accent-color-hover,var(--stk-accent-color,#ddd))}.stk-block.stk-block-divider hr.stk-block-divider__hr{border:0;height:1px;margin-left:var(--stk-dots-margin-left,auto);margin-right:var(--stk-dots-margin-right,auto);max-width:none;padding:0;width:50%}.stk-block.stk-block-divider hr.stk-block-divider__hr:after,.stk-block.stk-block-divider hr.stk-block-divider__hr:before{display:none}.stk-block.stk-block-divider:is(.is-style-bar) hr.stk-block-divider__hr{border-radius:3.5px;height:7px}.stk-block.stk-block-divider:is(.is-style-dots,.is-style-asterisks) .stk-block-divider__dots{display:flex;flex-direction:row;justify-content:space-between;margin-left:var(--stk-dots-margin-left,auto);margin-right:var(--stk-dots-margin-right,auto);overflow:hidden;width:10%}.stk-block.stk-block-divider:is(.is-style-dots,.is-style-asterisks) .stk-block-divider__dot{border-radius:100%;flex-shrink:0;height:8px;width:8px}.stk-block.stk-block-divider:is(.is-style-asterisks) .stk-block-divider__dot{background:#0000;position:relative}.stk-block.stk-block-divider:is(.is-style-asterisks) .stk-block-divider__dot:before{content:"*";font-family:Georgia,Times,Times New Roman,serif;font-size:14.4px;left:0;line-height:1;position:absolute;top:0;vertical-align:middle}.stk-block-expand>.stk-inner-blocks.stk-block-content{display:block}.stk-block-expand .stk-block-button{display:inline-block}.stk-block-expand [aria-hidden=true]{display:none!important}.stk-block-expand [aria-hidden=true]+.stk-block-button{display:none}.stk-block-feature{--stk-column-gap:0px;--stk-row-gap:0px}.stk-block-feature>*>.stk-block-content{column-gap:var(--stk-column-gap);row-gap:var(--stk-row-gap)}.stk-block-feature>*>.stk-row{display:flex;flex-direction:row;flex-wrap:var(--stk-feature-flex-wrap,wrap)}.stk-block-feature-grid.stk--column-wrap-desktop .stk--flex>*>*>[data-type="stackable/column"],.stk-block-feature-grid.stk--column-wrap-desktop .stk--flex>.stk-block-column{flex:var(--stk-flex-grow,1) 1 calc(100% - var(--stk-column-gap, 0px)*0/1)!important}.stk-block-heading__bottom-line,.stk-block-heading__top-line{background-color:#000;height:4px;width:100px}.stk-block-heading--v2 .stk-block-heading__text:not(.stk-block-heading--use-theme-margins){margin:0!important}.stk-block-hero__content>.stk-inner-blocks.stk--column-flex:not(.stk--block-horizontal-flex){align-items:center;justify-content:center}.stk-block-horizontal-scroller:not(.editor){overflow:hidden}.stk-block-horizontal-scroller:not(.editor)>.stk-block-content{--stk-column-gap:0px;-ms-overflow-style:none;box-sizing:border-box;cursor:grab;display:grid;gap:var(--stk-column-gap);grid-auto-columns:var(--stk-column-width,300px);grid-auto-flow:column;height:var(--stk-column-height);overflow-x:auto;overflow-x:-moz-scrollbars-none;overscroll-behavior-inline:contain;padding-inline-start:var(--stk-left-offset,0)}.stk-block-horizontal-scroller:not(.editor)>.stk-block-content>.stk-block-column{scroll-snap-align:var(--stk-snapping,center);width:100%!important}.stk-block-horizontal-scroller:not(.editor)>.stk-block-content.stk--with-scrollbar{scrollbar-color:var(--stk-scrollbar-thumb-color,#d3d3d3) var(--stk-scrollbar-track-color,#eee);scrollbar-width:var(--stk-scrollbar-height-firefox,auto)}.stk-block-horizontal-scroller:not(.editor)>.stk-block-content.stk--with-scrollbar::-webkit-scrollbar{height:var(--stk-scrollbar-height,10px)}.stk-block-horizontal-scroller:not(.editor)>.stk-block-content.stk--with-scrollbar::-webkit-scrollbar-track{background:var(--stk-scrollbar-track-color,#eee);border-radius:var(--stk-scrollbar-thumb-radius,0)}.stk-block-horizontal-scroller:not(.editor)>.stk-block-content.stk--with-scrollbar::-webkit-scrollbar-thumb{background:var(--stk-scrollbar-thumb-color,#d3d3d3);border-radius:var(--stk-scrollbar-thumb-radius,0)}.stk-block-horizontal-scroller:not(.editor)>.stk-block-content:not(.stk--with-scrollbar){scrollbar-width:none}.stk-block-horizontal-scroller:not(.editor)>.stk-block-content:not(.stk--with-scrollbar)::-webkit-scrollbar{height:0!important}.stk-block-horizontal-scroller:not(.editor)>.stk-block-content:not(.stk--snapping-deactivated){scroll-behavior:smooth;scroll-snap-type:inline mandatory}.stk-block-horizontal-scroller:not(.editor)>.stk-block-content.stk--snapping-deactivated{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.stk-block-horizontal-scroller .stk-img-horizontal-scroller.lazyload[src*="data:"]{height:1px!important}.stk-block-icon-box__content{max-width:none!important}.stk-block-icon-box__content>:not(.stk-block-icon-label){padding-left:64px}.stk-block-icon-button{--stk-block-margin-bottom:0}.stk-block.stk-block-icon-button{width:auto}.stk-block.stk-block-icon-button .stk-button{border-radius:100%}.stk-block-icon-label .stk-inner-blocks{gap:28px}.stk-block-icon-label :is(.stk-block-icon,.stk-block-heading){--stk-block-margin-bottom:0;align-items:center;display:flex}.stk-block-icon-label .stk-block-heading__text{margin-block:0;text-align:start;width:100%}.stk-block-icon-label .stk-row{flex-wrap:nowrap}.stk-block-icon-label .stk-block-heading,.stk-block-icon-label .wp-block-stackable-heading.stk-block-heading{width:inherit}.stk-block-icon-label.stk-block-icon-label--use-flex-basis .stk-block-icon{flex:0 0 64px}.stk-block-icon-label.stk-block-icon-label--use-flex-basis .stk-inner-blocks{gap:0}.stk-block-icon-list .stk-block-icon-list--grid:is(ul,ol){column-gap:var(--stk-icon-list-column-gap,16px);display:grid;grid-template-columns:repeat(var(--stk-icon-list-column-count,1),1fr);row-gap:var(--stk-icon-list-row-gap,0);text-align:start;width:100%}.stk-block-icon-list .stk-block-icon-list--column:is(.stk-block-icon-list__ul,.stk-block-icon-list__ol){column-count:var(--stk-icon-list-column-count,1);column-gap:var(--stk-icon-list-column-gap,16px);display:block;text-align:start;width:100%}.stk-block-icon-list .stk-block-icon-list--column:is(.stk-block-icon-list__ul,.stk-block-icon-list__ol) .stk-block-icon-list__group{list-style-type:none!important;padding-inline-start:0;width:-moz-fit-content;width:fit-content}.stk-block-icon-list .stk-block-icon-list--column:is(.stk-block-icon-list__ul,.stk-block-icon-list__ol) .wp-block-stackable-icon-list-item{margin-bottom:var(--stk-icon-list-row-gap,0)}.stk-block-icon-list .stk-block-icon-list--column:is(.stk-block-icon-list__ul,.stk-block-icon-list__ol) .wp-block-stackable-icon-list-item:last-child{margin-bottom:0}.stk-block-icon-list :is(ul.stk-block-icon-list__ul,ol.stk-block-icon-list__ol){flex:none}.stk-block-icon-list ol{list-style-image:none}.stk-block-icon-list ul.stk-block-icon-list__ul{list-style-type:none!important}.stk-block-icon-list ol.stk-block-icon-list__ol,.stk-block-icon-list ul.stk-block-icon-list__ul{padding-inline-start:var(--stk-icon-list-indentation,0)}.stk-block-icon-list .stk-block-icon-list__ol{counter-reset:stk-icon-list-counter;list-style-type:none!important}.stk-block-icon-list li{break-inside:avoid;page-break-inside:avoid}.stk-block-icon-list.stk-block :is(ol:not(.stk-block-icon-list__ol)),.stk-block-icon-list.stk-block :is(ul:not(.stk-block-icon-list__ul)){padding-inline-start:1em}.stk-block-icon-list :not(ul.stk-block-icon-list__ul,ol.stk-block-icon-list__ol),.stk-block-icon-list :not(ul.stk-block-icon-list__ul,ol.stk-block-icon-list__ol) li:not(.stk-block-icon-list-item){width:-moz-fit-content;width:fit-content}.stk-block-icon-list :not(ul.stk-block-icon-list__ul,ol.stk-block-icon-list__ol) li:not(.stk-block-icon-list-item)::marker{line-height:0}.stk-block-icon-list.stk-block :is(ul,ol){margin-bottom:0;margin-left:var(--stk-alignment-margin-left);margin-right:var(--stk-alignment-margin-right);margin-top:0}.stk-block-icon-list.stk-block :is(ul,ol) li:last-child{margin-bottom:0}:where(.stk-has-color-schemes) .stk-block-icon-list{--stk-icon-list-marker-color:var(--stk-accent-color)}:where(.stk-has-color-schemes) .stk-block-icon-list :where(.stk-block-icon-list-item):where(:hover){--stk-icon-list-marker-color:var(--stk-accent-color-hover,var(--stk-accent-color))}.stk-block-icon-list-item{list-style-type:none!important}.stk-block-icon-list.stk-block .wp-block-stackable-icon-list-item:not(:last-child):after{border:1px #0006;bottom:calc(var(--stk-icon-list-row-gap, 0px)/-2)!important;content:""!important;display:block;left:0;position:absolute;width:100%}.stk-block-icon-list.stk-block svg.ugb-custom-icon :is(g,path,rect,polygon,ellipse){fill:var(--stk-icon-list-marker-color)!important;color:var(--stk-icon-list-marker-color)!important}.stk-block-icon-list-item__content{gap:var(--stk-icon-list-icon-gap,8px)}.stk-block-icon-list .stk-block-icon-list__ul .stk-block-icon-list-item{flex-direction:column;margin-inline:0 auto;width:100%}.stk-block-icon-list .stk-block-icon-list__ul .stk-block-icon-list-item .stk-block-icon-list-item__content{align-items:center;display:flex;position:relative;width:-moz-fit-content;width:fit-content}.stk-block-icon-list .stk-block-icon-list__ul .stk-block-icon-list-item .stk-block-icon-list-item__content .stk--svg-wrapper .stk--inner-svg svg{fill:var(--stk-icon-list-marker-color);color:var(--stk-icon-list-marker-color);height:var(--stk-icon-height,var(--stk-icon-list-icon-size,16px));opacity:var(--stk-icon-list-icon-opacity,1);position:relative;transform:rotate(var(--stk-icon-list-icon-rotation,0deg));width:var(--stk-icon-height,var(--stk-icon-list-icon-size,16px))}.stk-block-icon-list .stk-block-icon-list__ul .stk-block-icon-list-item .stk-block-icon-list-item__content .stk--svg-wrapper .stk--inner-svg svg :is(use,g,path,rect,polygon,ellipse){fill:var(--stk-icon-list-marker-color);color:var(--stk-icon-list-marker-color)}.stk-block-icon-list [data-type^="stackable/"] .stk-block-icon-list-item .stk--svg-wrapper svg{cursor:copy}.stk-block-icon-list.stk-block [data-block][data-type="stackable/icon-list-item"]:not(:focus):hover:after{outline:none}.stk-block-icon-list .stk-block-icon-list__ol li.stk-block-icon-list-item{counter-increment:stk-icon-list-counter;margin-inline:0 auto;width:100%}.stk-block-icon-list .stk-block-icon-list__ol li.stk-block-icon-list-item .stk-block-icon-list-item__content{align-items:center;display:flex;position:relative;width:-moz-fit-content;width:fit-content}.stk-block-icon-list .stk-block-icon-list__ol li.stk-block-icon-list-item .stk-block-icon-list-item__content .stk-block-icon-list-item__marker:before{color:var(--stk-icon-list-marker-color);content:counter(stk-icon-list-counter,var(--stk-list-style-type,decimal)) ". ";display:block;font-size:var(--stk-icon-height,var(--stk-icon-list-icon-size,16px));opacity:var(--stk-icon-list-icon-opacity,1);transform:rotate(var(--stk-icon-list-icon-rotation,0deg));vertical-align:middle;white-space:nowrap}li.wp-block-stackable-icon-list-item.stk-block-icon-list-item{margin-bottom:0}.stk-block-icon-list-item__marker,.stk-block-icon-list-item__text:is(.has-text-color):not(.stk--is-gradient){-webkit-text-fill-color:initial!important;-moz-text-fill-color:initial!important;-o-text-fill-color:initial!important}.stk-block-image .stk-img-wrapper{margin-left:var(--stk-alignment-margin-left,auto);margin-right:var(--stk-alignment-margin-right,auto)}.stk-block-image figure{margin:0}.stk--block-horizontal-flex>.block-editor-inner-blocks>.block-editor-block-list__layout [data-type="stackable/image"]:has(.stk-img-placeholder){width:150px}.stk--block-horizontal-flex>.block-editor-inner-blocks>.block-editor-block-list__layout [data-type="stackable/image"]:has(.stk-img-placeholder) .stk-block-image:not(.stk--is-resizing) .stk-img-placeholder.stk--never-resized{height:200px!important}.stk--block-horizontal-flex>.block-editor-inner-blocks>.block-editor-block-list__layout [data-type="stackable/image"]:has(.stk-img-placeholder)>.stk-block-image{width:100%}.stk-block-image .stk-img-figcaption{margin:0;text-align:left}.stk-block-image-box .stk-block-column .stk-block-column__content{justify-content:center}.stk-block-image-box .stk-inner-blocks{display:grid}.stk-block-image-box .stk-inner-blocks>.stk-block{grid-column:1/2;grid-row:1/2}.stk-block-image-box .stk-img-wrapper{height:100%}.stk-block-image-box .stk-block-heading__text{margin-block:0}.stk-block-image-box .stk-block-image{--stk-block-margin-bottom:0}.stk-block-image-box .stk-block-column{margin:0}.stk-block-image-box.stk-block .stk-block.stk-block,.stk-block-image-box.stk-block .stk-img-wrapper:after,.stk-block-image-box.stk-block .stk-img-wrapper:before,.stk-block-image-box.stk-block .stk-img-wrapper>img.stk-img{transition-duration:var(--stk-transition-duration,.32s)}.stk-block-image-box__content{max-width:none!important}.stk-block-map .stk-block-map__canvas{height:350px}.stk-block-map iframe{height:350px!important}.stk-block-map .stk-map-wrapper{margin-left:var(--stk-alignment-margin-left,auto);margin-right:var(--stk-alignment-margin-right,auto)}.stk-block-map.stk--uses-api-key.stk--missing-api-key .stk-block-map__canvas{align-items:center;background:#ddd;color:#000;display:flex;justify-content:center;text-align:center}.wp-block-group>.stk-block-map{width:400px}.stk-block-notification{--stk-container-background-color:#40ba7b;--stk-container-color:#fff}.stk-block-notification.stk--is-error{--stk-container-background-color:#d9534f}.stk-block-notification.stk--is-warning{--stk-container-background-color:#ffdd57}.stk-block-notification.stk--is-info{--stk-container-background-color:#2091e1}.stk-block-notification.stk--is-dismissible .stk-container{padding-inline-end:var(--stk-notification-padding-end,60px)}.stk-block-notification__content{position:relative}.stk-block-notification__close-button{all:unset;background:unset!important;cursor:pointer;inset-inline-end:32px;margin-top:-4px;margin-inline-end:-4px;padding:4px;position:absolute;right:32px;top:32px;z-index:2}.stk-block-notification__close-button svg{fill:var(--stk-container-color);display:block}.stk-block-notification__close-button:focus{outline-offset:0}.stk-block-number-box__container,div.stk-block-number-box__text{align-items:center;display:inline-flex;flex:0 1 auto;font-size:56px;font-weight:700;justify-content:var(--stk-alignment-justify-content,center)}.stk-block-number-box.stk--has-shape .stk-block-number-box__container,.stk-block-number-box.stk--has-shape div.stk-block-number-box__text{background:var(--stk-button-background-color);border-radius:100%;color:#fff;height:96px;width:96px}:where(.stk-has-color-schemes) .stk-block-number-box.stk--has-shape .stk-block-number-box__container,:where(.stk-has-color-schemes) .stk-block-number-box.stk--has-shape div.stk-block-number-box__text{color:var(--stk-button-text-color,#fff)}:where(.stk-has-color-schemes) .stk-block-number-box.stk--has-shape .stk-block-number-box__container:where(:hover),:where(.stk-has-color-schemes) .stk-block-number-box.stk--has-shape div.stk-block-number-box__text:where(:hover){background:var(--stk-button-background-color-hover,var(--stk-button-background-color));color:var(--stk-button-text-color-hover,var(--stk-button-text-color,#fff))}.stk-block-posts:not(.stk--has-container) .stk-block-posts__items{row-gap:32px}.stk-block-posts__items{column-gap:var(--stk-column-gap,0);display:flex;flex-wrap:wrap;row-gap:0}.stk-block-posts__items :is([class*=stk-block-posts__],.stk-img-wrapper):not(.stk-block-posts__item){margin-bottom:var(--stk-block-margin-bottom)}.stk-block-posts__items :is([class*=stk-block-posts__],.stk-img-wrapper):not(.stk-block-posts__item):last-child{margin-bottom:0}.stk-block-posts__items .stk-container{flex:1;margin:6px}.stk-block-posts__items .stk-container:not(.stk--no-padding){margin:var(--stk-column-margin)}.stk-block-posts__item .stk-block-posts__category>a.stk-button{border-radius:4px;display:inline-flex;padding:4px 8px}.stk-block-posts__item{display:flex;flex-basis:calc(100%/var(--stk-columns, 2) - var(--stk-column-gap, 16px) + var(--stk-column-gap, 16px)/var(--stk-columns, 2));overflow:hidden;position:relative;width:calc(100%/var(--stk-columns, 2) - var(--stk-column-gap, 16px) + var(--stk-column-gap, 16px)/var(--stk-columns, 2))}.stk-block-posts__title{margin-top:0!important}.stk-block-posts__meta-sep{margin-inline:1ch}.stk-block-posts__image-link,.stk-block-posts__readmore{display:block}.stk-block-posts__category a,.stk-block-posts__title a{display:inline-block;text-decoration:none}.stk-block-posts__excerpt,.stk-block-posts__title{-webkit-hyphens:auto;hyphens:auto;word-break:break-word}.stk-block-posts:is(.is-style-list) .stk-container{display:flex}.stk-block-posts:is(.is-style-list) .stk-img-wrapper{height:100%;width:100%}.stk-block-posts:is(.is-style-list) .stk-block-posts__image-link:not(:empty),.stk-block-posts:is(.is-style-list) .stk-block-posts__image-link:not(:empty)~.stk-container-padding{flex-basis:50%}.stk-block-posts:is(.is-style-list) .stk-container-padding{padding-block:0;padding-inline-end:0}.stk-block-posts .stk-container-padding{box-sizing:border-box;flex:1}.stk-block-price{line-height:1}.stk-block-price .stk-block-text{--stk-block-margin-bottom:0}.stk-block-price .stk-block-text:first-child{vertical-align:top}.stk-block-price__price{font-size:56px;line-height:.7}.stk-block-progress-bar:not(.alignfull){width:100%}.stk-progress-bar{background-color:var(--progress-background,#f0f0f0);border-radius:var(--progress-border-radius,0);height:var(--progress-size,32px);overflow:hidden;position:relative;width:var(--progress-bar-width,100%)}.stk-progress-bar .stk-progress-bar__bar{--progress-percent:calc((var(--progress-value, 50%)/var(--progress-max, 100))*100);align-items:center;background-color:var(--progress-color-1,#3498db);border-radius:var(--progress-bar-border-radius,0);display:flex;height:100%;justify-content:space-between;width:0}.stk-progress-bar .stk-progress-bar__bar .stk-progress-bar__inner-text{overflow:hidden;white-space:nowrap!important}.stk-progress-bar .stk-progress-bar__bar .stk-progress-bar__inner-text.stk-progress-bar__text{padding-inline-start:12px;text-overflow:ellipsis}.stk-progress-bar .stk-progress-bar__bar .stk-progress-bar__inner-text.stk-progress-bar__progress-value-text{padding-inline-end:12px}.stk-progress-bar.stk--with-animation .stk-progress-bar__bar{transition:width .7s cubic-bezier(.2,.6,.4,1);will-change:width}.stk-progress-bar.stk-animate .stk-progress-bar__bar{width:var(--progress-percent)}:where(.stk-has-color-schemes) .stk-block-progress-bar{--progress-color-1:var(--stk-accent-color)}.stk-block .stk-block-progress-bar__container{display:flex;justify-content:var(--stk-alignment-justify-content,flex-start);width:100%}.stk-progress-circle{position:relative}.stk-progress-circle,.stk-progress-circle svg{height:var(--progress-size,150px);width:var(--progress-size,150px)}.stk-progress-circle svg{--progress-percent:calc((var(--progress-value, 50)/var(--progress-max, 100))*100);--progress-dash-array:calc(var(--progress-size, 150px)/2*2*3.1415 - var(--progress-thickness, 8px)/2*2*3.1415);--progress-dash-offset:calc((100 - var(--progress-percent))/100*3.1415*(var(--progress-size, 150px)/2*2 - var(--progress-thickness, 8px)/2*2));transform:rotate(-90deg)}.stk-progress-circle svg circle{fill:none;stroke:var(--progress-background,#f0f0f0);stroke-width:var(--progress-thickness,8px);stroke-linecap:var(--progress-rounded,butt);cy:calc(var(--progress-size, 150px)/2);cx:calc(var(--progress-size, 150px)/2);r:calc(50% - var(--progress-thickness, 8px)/2);height:100%;width:100%}.stk-progress-circle .stk-progress-circle__bar{stroke-dasharray:var(--progress-dash-array);stroke-dashoffset:var(--progress-dash-array);stroke:var(--progress-color-1,#3498db)}.stk-progress-circle .stk-number{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.stk-progress-circle.stk--with-animation .stk-progress-circle__bar{transition:stroke-dashoffset .7s cubic-bezier(.2,.6,.4,1);will-change:stroke-dashoffset}.stk-progress-circle.stk-animate .stk-progress-circle__bar{stroke-dashoffset:var(--progress-dash-offset)}:where(.stk-has-color-schemes) .stk-block-progress-circle{--progress-color-1:var(--stk-accent-color)}.stk-block .stk-block-progress-circle__container{display:flex;justify-content:var(--stk-alignment-justify-content,center);width:100%}.stk-block-separator{overflow-x:hidden}.stk-block-separator .stk-block-separator__inner{height:248px;overflow:hidden;position:relative}.stk-block-separator .stk-block-separator__inner svg{filter:drop-shadow(0 2px 20px rgba(153,153,153,.2));padding-top:48px}.stk-block-separator__inner svg,.stk-separator__wrapper svg{fill:#fff}.stk-block.stk-block-spacer{height:50px;margin-bottom:0!important}.stk-block-tab-content{display:flex;margin-bottom:0}.stk-block-tab-content>.stk-inner-blocks{display:grid}.stk-block-tab-content>.stk-inner-blocks>.stk-block{grid-column:1/1;grid-row:1/1;z-index:1}.stk-block-tab-content>.stk-inner-blocks>.stk-block[hidden]{visibility:hidden}.stk-block-tabs>.stk-block-tabs--fade>.stk-block-tab-content [role=tabpanel]{opacity:1;transition:opacity .3s cubic-bezier(.45,.05,.55,.95),visibility 0s;transition-delay:.01s,0s}.stk-block-tabs>.stk-block-tabs--fade>.stk-block-tab-content [role=tabpanel][hidden]{opacity:0;pointer-events:none;transition:opacity .3s cubic-bezier(.45,.05,.55,.95),visibility 0s;transition-delay:0s,.3s}.stk-block-tabs--vertical>.stk-block-tab-content>.stk-inner-blocks{height:100%}.stk-block-tab-labels{--stk-block-margin-bottom:0;--tabs-flex:none;--tabs-column-gap:12px;--tabs-row-gap:8px}.stk-block-tabs__tab{all:unset;background-color:initial!important;cursor:pointer;flex:var(--tabs-flex,none);outline:revert;padding:12px}.stk-block-tab-labels__wrapper{column-gap:var(--tabs-column-gap,12px);display:flex;flex-wrap:wrap;justify-content:flex-start;row-gap:var(--tabs-row-gap,8px)}.stk-block-tabs--horizontal .stk-block-tab-labels__wrapper{flex-direction:row}.stk-block-tabs--vertical .stk-block-tab-labels__wrapper{flex-direction:column}.stk-block-tabs__tab{--stk-icon-size:16px;align-items:center;display:flex;gap:8px;justify-content:flex-start}.stk-block-tab-labels__text{flex:0 1 auto}.stk-block-tabs__tab .stk-block-tab-labels__text{transition:none!important}.stk-block-table-of-contents .stk-table-of-contents__table{column-gap:32px;margin:0}.stk-block-table-of-contents li{-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;-o-column-break-inside:avoid;-ms-column-break-inside:avoid;column-break-inside:avoid}.stk-block-table-of-contents :is(ul,ol){padding-inline-start:1em}.stk-block-table-of-contents:is(.stk--is-gradient) li{-webkit-text-fill-color:initial;-moz-text-fill-color:initial;-o-text-fill-color:initial}.stk-block-table-of-contents:is(.stk--has-background-overlay){background-clip:initial!important}.stk-block-table-of-contents .stk-table-of-contents__title{margin-block-end:0;margin-block-start:0}:where(.stk-has-color-schemes) .stk-block-table-of-contents ::marker{color:var(--stk-accent-color)}:where(.stk-has-color-schemes) .stk-block-table-of-contents ::marker:where(:hover){--stk-accent-color:var(--stk-accent-color-hover)}.stk-block-tabs{--tabs-gap:16px}.stk-block-tabs>.stk-inner-blocks{display:grid;gap:var(--tabs-gap,16px)}.stk-block-tabs[data-initial-tab="1"]>*>.stk-block-tab-content>*>.stk-column:not([aria-labelledby]):not(:first-child),.stk-block-tabs[data-initial-tab="10"]>*>.stk-block-tab-content>*>.stk-column:not([aria-labelledby]):not(:nth-child(10)),.stk-block-tabs[data-initial-tab="2"]>*>.stk-block-tab-content>*>.stk-column:not([aria-labelledby]):not(:nth-child(2)),.stk-block-tabs[data-initial-tab="3"]>*>.stk-block-tab-content>*>.stk-column:not([aria-labelledby]):not(:nth-child(3)),.stk-block-tabs[data-initial-tab="4"]>*>.stk-block-tab-content>*>.stk-column:not([aria-labelledby]):not(:nth-child(4)),.stk-block-tabs[data-initial-tab="5"]>*>.stk-block-tab-content>*>.stk-column:not([aria-labelledby]):not(:nth-child(5)),.stk-block-tabs[data-initial-tab="6"]>*>.stk-block-tab-content>*>.stk-column:not([aria-labelledby]):not(:nth-child(6)),.stk-block-tabs[data-initial-tab="7"]>*>.stk-block-tab-content>*>.stk-column:not([aria-labelledby]):not(:nth-child(7)),.stk-block-tabs[data-initial-tab="8"]>*>.stk-block-tab-content>*>.stk-column:not([aria-labelledby]):not(:nth-child(8)),.stk-block-tabs[data-initial-tab="9"]>*>.stk-block-tab-content>*>.stk-column:not([aria-labelledby]):not(:nth-child(9)){display:none}.ct-widget.widget_block:not(:first-child):has(.stk-block-timeline){margin-top:0}.stk-block-timeline{--gap:16px;--line-dot-size:11px;--line-dot-border-radius:100%;--line-accent-bg-color:#000;--line-accent-bg-color-2:var(--line-accent-bg-color,#000);--line-accent-bg-location:50%;--line-bg-color:#eee;--line-bg-width:3px;--content-line:40px;--fixed-bg:linear-gradient(to bottom,var(--line-accent-bg-color,#000) 0,var(--line-accent-bg-color-2,#000) var(--line-accent-bg-location,50%),var(--line-bg-color,#eee) var(--line-accent-bg-location,50%));margin-block-start:0!important;padding:16px 0;position:relative}:where(.stk-has-color-schemes) .stk-block-timeline{--line-accent-bg-color:var(--stk-accent-color,#000)}.wp-block-stackable-timeline.stk-block.stk-block-timeline{margin-bottom:0}.stk-block-timeline>.stk-inner-blocks{align-items:center;column-gap:var(--gap,16px);display:grid;grid-template-columns:1fr var(--line-dot-size,16px) 1fr;grid-template-rows:auto;position:static}.stk-block-timeline--right .stk-block-timeline__date{text-align:end}.stk-block-timeline--left>.stk-inner-blocks>*{grid-row:1/2}.stk-block-timeline--left .stk-block-timeline__content{grid-column:1/2;text-align:end}.stk-block-timeline--left .stk-block-timeline__middle{grid-column:2/3}.stk-block-timeline--left .stk-block-timeline__date{grid-column:3/4}.stk-block-timeline>.stk-inner-blocks>*{z-index:2}.stk-block-timeline>.stk-inner-blocks:after{background:var(--fixed-bg);background-attachment:fixed;bottom:0;content:"";inset-inline-start:calc(50% - var(--line-bg-width, 3px)/2);position:absolute;top:0;width:var(--line-bg-width,3px);z-index:2}.stk-block-timeline__middle{background:var(--fixed-bg);background-attachment:fixed;border-radius:var(--line-dot-border-radius,100%);height:var(--line-dot-size,16px);position:relative;width:var(--line-dot-size,16px);z-index:2}.stk-block-timeline>.stk-inner-blocks:after{bottom:50%;top:50%}.stk-block-timeline+.stk-block-timeline>.stk-inner-blocks:after,.widget_block:where(:has(.stk-block-timeline))+.widget_block .stk-block-timeline>.stk-inner-blocks:after{top:0!important}.stk-block-timeline:not(.stk-is-last)>.stk-inner-blocks:after{bottom:0}.stk-block-timeline__middle:after{background:var(--fixed-bg);background-attachment:fixed;border-radius:var(--line-bg-width,3px);content:"";height:var(--line-bg-width,3px);inset-inline-start:50%;position:absolute;top:calc(50% - var(--line-bg-width, 3px)/2);width:var(--content-line,0)}.stk-block-timeline--left .stk-block-timeline__middle:after{inset-inline-end:50%;inset-inline-start:auto}.stk-block-timeline--right .stk-block-timeline__content{margin-inline-start:max(var(--content-line,0) - var(--line-dot-size,0) * .5,0px)}.stk-block-timeline--left .stk-block-timeline__content{margin-inline-end:max(var(--content-line,0) - var(--line-dot-size,0) * .5,0px)}.stk-block-video-popup .stk-inner-blocks{display:grid;max-width:none!important}.stk-block-video-popup .stk-inner-blocks .stk-block{grid-column:1/2;grid-row:1/2;margin:0}.stk-block-video-popup .stk-block-icon{align-self:center;justify-self:center;width:auto;z-index:2}.stk-block-video-popup .stk-img-wrapper{height:100%}.stk-block-video-popup :is(.stk-block-icon,.stk-block-image){--stk-block-margin-bottom:0}.stk-block-video-popup__overlay{all:unset;background-color:initial!important;cursor:pointer;display:grid;margin:0 auto;width:100%!important}.stk--is-helloelementor-theme .stk-block-carousel__slider-wrapper.alignwide{margin-left:unset;margin-right:unset}:where(.stk-has-block-style-inheritance.stk--is-twentytwentyfive-theme) :where(.stk-block-button .stk-button){border-radius:9999px}.stk--has-background-overlay{background-position:50%;background-size:cover;overflow:hidden;position:relative;z-index:1}.stk--has-background-overlay:before{bottom:0;content:""!important;left:0;position:absolute;right:0;top:0;z-index:2}.stk--has-background-overlay>:not(.stk-video-background){position:relative;z-index:3}.stk--has-background-overlay>.stk-container:has(>.stk-block-link){position:static}.stk--has-background-overlay:has(>.stk-container>.stk-block-link):before{z-index:-1}.stk-video-background{height:100%;left:50%;margin:0;max-width:none!important;object-fit:cover;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:100%;z-index:1}.stk--column-flex{height:100%}:is(.stk-block-content,.stk-inner-blocks):not(.stk--column-flex):has(>:is(.stk--block-margin-top-auto,.stk--block-margin-bottom-auto)){height:100%}.stk-container:has(>.stk--column-flex){display:flex;flex-direction:column}:is(.stk-block-content,.stk-inner-blocks):not(.stk--column-flex).stk--height-100-polyfill{height:100%}.stk-container.stk-container--has-child-column-flex-polyfill{display:flex;flex-direction:column}.stk-block>:where(:not(.stk-row,.stk-inner-blocks,.stk--svg-wrapper,.stk-block-number-box__text)){flex:1}.stk-block-link~*{z-index:1}.stk-block:is(.is-style-link) .stk-button[class*=stk--hover-effect-]{display:block}.stk-block .stk-button{transform-origin:center}.stk-block .stk-button.stk--hover-effect-darken:hover{filter:brightness(.9) contrast(1.2)}.stk-block .stk-button.stk--hover-effect-lift:hover{box-shadow:0 4px 10px -2px #0003;transform:translateY(-4px)}.stk-block .stk-button.stk--hover-effect-scale:hover{transform:scale(1.05)}.stk-block .stk-button.stk--hover-effect-lift-scale:hover{box-shadow:0 4px 10px -2px #0003;transform:translateY(-4px) scale(1.05)}.stk-block .stk-button.stk--hover-effect-lift-more:hover{box-shadow:0 8px 16px -8px #0003;transform:translateY(-8px)}.stk-block .stk-button.stk--hover-effect-scale-more:hover{transform:scale(1.1)}.stk-block .stk-button.stk--hover-effect-lift-scale-more:hover{box-shadow:0 4px 10px -2px #0003;transform:translateY(-8px) scale(1.1)}.stk--svg-wrapper{display:inline-block;position:relative}.stk--svg-wrapper>.stk--inner-svg{display:flex;z-index:1}.stk--svg-wrapper .stk--shape-icon{height:100%;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:100%;z-index:-1}.stk-block-icon{font-size:0}.stk-block .stk--inner-svg svg:last-child .fa-secondary{fill:var(--fa-secondary-color,currentColor);opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.stk-block .stk--inner-svg svg:last-child .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:1;opacity:var(--fa-primary-opacity,1)}.stk-img-wrapper{display:block;margin:0 auto;overflow:hidden;position:relative;width:100%;will-change:filter}.stk-img-wrapper.stk-img--gradient-overlay:before,.stk-img-wrapper:after,.stk-img-wrapper:before{content:"";inset:0;opacity:var(--stk-gradient-overlay,.3);pointer-events:none;position:absolute;z-index:1}.stk-img-wrapper.stk-img--gradient-overlay:hover:after,.stk-img-wrapper.stk-img--gradient-overlay:not(:hover):before{opacity:0!important}.stk-img-wrapper img{display:block!important;height:100%!important;margin:0!important;object-fit:cover;width:100%!important}.stk-img-wrapper.stk-img--shape img,.stk-img-wrapper.stk-img--shape:after,.stk-img-wrapper.stk-img--shape:before{border-radius:0;mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.stk-img-wrapper.stk-image--shape-stretch,.stk-img-wrapper.stk-image--shape-stretch:after,.stk-img-wrapper.stk-image--shape-stretch:before{-webkit-mask-size:100% 100%;mask-size:100% 100%}.stk-img-wrapper.stk-image--shape-stretch img{-webkit-mask-size:inherit!important;mask-size:inherit!important}:root{--stk-block-margin-bottom:24px;--stk-column-margin:12px;--stk-columns-column-gap:0px;--stk-columns-row-gap:0px;--stk-container-padding:32px;--stk-container-padding-large:64px 80px;--stk-container-padding-small:16px 32px;--stk-container-border-style:none;--stk-container-border-width:1px;--stk-container-border-radius:0px;--stk-container-box-shadow:0px 4px 24px #0000000a;--stk-container-background-color:#fff;--stk-container-color:#1e1e1e;--stk-block-background-padding:24px;--stk-block-background-border-style:none;--stk-block-background-border-width:1px;--stk-block-background-border-radius:0px;--stk-block-background-box-shadow:none;--stk-block-background-color:#f1f1f1;--stk-image-border-radius:0px;--stk-image-drop-shadow:none;--stk-button-min-height:0px;--stk-button-padding:12px 16px;--stk-button-border-style:none;--stk-button-border-width:1px;--stk-button-ghost-border-width:2px;--stk-button-border-radius:0px;--stk-button-box-shadow:none;--stk-button-icon-size:24px;--stk-button-icon-gap:8px;--stk-button-column-gap:12px;--stk-button-row-gap:12px;--stk-button-background-color:#008de4;--stk-button-text-color:#fff;--stk-icon-button-padding:12px;--stk-icon-list-row-gap:0px;--stk-icon-list-icon-gap:8px;--stk-icon-list-indentation:0px;--stk-icon-size:36px;--stk-icon-color:#a6a6a6;--stk-icon-shape-color:#ddd;--stk-subtitle-size:16px;--stk-subtitle-color:#39414d;--stk-tab-accent-color:#008de4}.entry-content .stk-block,.stk-block,.stk-block-column__content>*{margin-bottom:var(--stk-block-margin-bottom)}.stk-button-group{column-gap:var(--stk-button-column-gap);justify-content:var(--stk-alignment-justify-content);row-gap:var(--stk-button-row-gap)}.stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination):not(.is-style-link) .stk-button{--stk-icon-color:var(--stk-button-text-color);background:var(--stk-button-background-color);padding:var(--stk-button-padding)}.stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination):not(.is-style-link) .stk-button .stk--inner-svg,.stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination):not(.is-style-link) .stk-button>.stk-button__inner-text,.stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination):not(.is-style-link) .stk-button>.stk-button__inner-text:hover{color:var(--stk-button-text-color)}.stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination) .stk-button{--stk-icon-size:1em}.stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination).is-style-ghost{--stk-button-text-color:var(--stk-button-background-color)}.stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination).is-style-ghost .stk-button:before{border-color:var(--stk-button-background-color);border-width:var(--stk-button-ghost-border-width)}.stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination).is-style-plain{--stk-button-text-color:var(--stk-button-background-color)}.stk-block-icon-button .stk-button{--stk-button-padding:var(--stk-icon-button-padding)}.stk--block-horizontal-flex{column-gap:var(--stk-block-margin-bottom)}.stk-container:not(.stk--no-padding){padding:var(--stk-container-padding)}.stk--container-small .stk-container:not(.stk--no-padding){--stk-container-padding:var(--stk-container-padding-small)}.stk-container:not(.stk--no-background){background-color:var(--stk-container-background-color);border-radius:var(--stk-container-border-radius);box-shadow:var(--stk-container-box-shadow);color:var(--stk-container-color)}.stk-container-padding{padding:var(--stk-container-padding)}.stk-block:not(.stk-block-column){--stk-columns-spacing:var(--stk-column-margin)}body:not(.wp-admin) .stk-block-columns:has(>.stk-block-content>.stk-block-column:first-child:last-child){--stk-columns-spacing:0}.stk-block-columns.stk-block-columns--has-single-block-polyfill{--stk-columns-spacing:0}.stk-block-background{background-color:var(--stk-block-background-color)}.stk-block-background:not(.stk--no-padding){padding:var(--stk-block-background-padding)}.stk--inner-svg{border-color:var(--stk-icon-color)}.stk--inner-svg svg:last-child:not(.ugb-custom-icon):not(.stk-custom-icon){height:var(--stk-icon-size);width:var(--stk-icon-size)}.stk--inner-svg svg:last-child:not(.ugb-custom-icon):not(.stk-custom-icon),.stk--inner-svg svg:last-child:not(.ugb-custom-icon):not(.stk-custom-icon) :is(g,path,rect,polygon,ellipse){fill:var(--stk-icon-color)}.stk-subtitle{font-size:var(--stk-subtitle-size)}.stk-block-posts__meta,.stk-subtitle{color:var(--stk-subtitle-color)}:where(.stk-has-design-system-spacing-and-borders,.stk-has-design-system-buttons-and-icons) .stk-container:not(.stk--no-background){border-style:var(--stk-container-border-style);border-width:var(--stk-container-border-width)}:where(.stk-has-design-system-spacing-and-borders,.stk-has-design-system-buttons-and-icons) .stk-container:not(.stk--no-background):hover{border-width:var(--stk-container-border-width-hover,var(--stk-container-border-width));box-shadow:var(--stk-container-box-shadow-hover,var(--stk-container-box-shadow))}:where(.stk-has-design-system-spacing-and-borders,.stk-has-design-system-buttons-and-icons) :where(.stk-hover-parent:hover) .stk-container:not(.stk--no-background){border-width:var(--stk-container-border-width-parent-hover,var(--stk-container-border-width));box-shadow:var(--stk-container-box-shadow-parent-hover,var(--stk-container-box-shadow))}:where(.stk-has-design-system-spacing-and-borders,.stk-has-design-system-buttons-and-icons) :where(.stk-hover-parent:hover) .stk-container:not(.stk--no-background):hover{border-width:var(--stk-container-border-width-hover,var(--stk-container-border-width-parent-hover,var(--stk-container-border-width)));box-shadow:var(--stk-container-box-shadow-hover,var(--stk-container-box-shadow-parent-hover,var(--stk-container-box-shadow)))}:where(.stk-has-design-system-spacing-and-borders,.stk-has-design-system-buttons-and-icons) .stk-block-background{border-radius:var(--stk-block-background-border-radius);box-shadow:var(--stk-block-background-box-shadow)}:where(.stk-has-design-system-spacing-and-borders,.stk-has-design-system-buttons-and-icons) .stk-block.stk-block-background{border-style:var(--stk-block-background-border-style);border-width:var(--stk-block-background-border-width)}:where(.stk-has-design-system-spacing-and-borders,.stk-has-design-system-buttons-and-icons) .stk-block.stk-block-background:hover{border-width:var(--stk-block-background-border-width-hover,var(--stk-block-background-border-width));box-shadow:var(--stk-block-background-box-shadow-hover,var(--stk-block-background-box-shadow))}:where(.stk-has-design-system-spacing-and-borders,.stk-has-design-system-buttons-and-icons) :where(.stk-hover-parent:hover) .stk-block.stk-block-background{border-width:var(--stk-block-background-border-width-parent-hover,var(--stk-block-background-border-width));box-shadow:var(--stk-block-background-box-shadow-parent-hover,var(--stk-block-background-box-shadow))}:where(.stk-has-design-system-spacing-and-borders,.stk-has-design-system-buttons-and-icons) :where(.stk-hover-parent:hover) .stk-block.stk-block-background:hover{border-width:var(--stk-block-background-border-width-hover,var(--stk-block-background-border-width-parent-hover,var(--stk-block-background-border-width)));box-shadow:var(--stk-block-background-box-shadow-hover,var(--stk-block-background-box-shadow-parent-hover,var(--stk-block-background-box-shadow)))}:where(.stk-has-design-system-spacing-and-borders,.stk-has-design-system-buttons-and-icons) .stk-img-wrapper{filter:drop-shadow(var(--stk-image-drop-shadow))}:where(.stk-has-design-system-spacing-and-borders,.stk-has-design-system-buttons-and-icons) .stk-img-wrapper:hover{filter:drop-shadow(var(--stk-image-drop-shadow-hover,var(--stk-image-drop-shadow)))}:where(.stk-has-design-system-spacing-and-borders,.stk-has-design-system-buttons-and-icons) .stk-img-wrapper img{border-radius:var(--stk-image-border-radius)}:where(.stk-has-design-system-spacing-and-borders,.stk-has-design-system-buttons-and-icons) :where(.stk-hover-parent:hover) .stk-img-wrapper{filter:drop-shadow(var(--stk-image-drop-shadow-parent-hover,var(--stk-image-drop-shadow)))}:where(.stk-has-design-system-spacing-and-borders,.stk-has-design-system-buttons-and-icons) :where(.stk-hover-parent:hover) .stk-img-wrapper:hover{filter:drop-shadow(var(--stk-image-drop-shadow-hover,var(--stk-image-drop-shadow-parent-hover,var(--stk-image-drop-shadow))))}:where(.stk-has-design-system-spacing-and-borders,.stk-has-design-system-buttons-and-icons) .stk--inner-svg svg:last-child:is(.ugb-custom-icon,.stk-custom-icon){height:var(--stk-custom-icon-size);width:var(--stk-custom-icon-size)}:where(.stk-has-design-system-spacing-and-borders,.stk-has-design-system-buttons-and-icons) .stk--inner-svg svg:last-child:not(.ugb-custom-icon):not(.stk-custom-icon){height:var(--stk-icon-size);width:var(--stk-icon-size)}:where(.stk-has-design-system-buttons-and-icons) .stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination):not(.is-style-link) .stk-button:before{border-style:var(--stk-button-border-style);box-shadow:var(--stk-button-box-shadow)}:where(.stk-has-design-system-buttons-and-icons) .stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination):not(.is-style-link) .stk-button:hover:before{box-shadow:var(--stk-button-box-shadow-hover,var(--stk-button-box-shadow))}:where(.stk-has-design-system-buttons-and-icons) .stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination):not(.is-style-link,.is-style-ghost) .stk-button:before{border-width:var(--stk-button-border-width)}:where(.stk-has-design-system-buttons-and-icons) .stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination):not(.is-style-link,.is-style-ghost) .stk-button:hover:before{border-width:var(--stk-button-border-width-hover,var(--stk-button-border-width))}:where(.stk-has-design-system-buttons-and-icons) .stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination) .stk-button{--stk-icon-size:var(--stk-button-icon-size);--stk-custom-icon-size:var(--stk-custom-button-icon-size);min-height:var(--stk-button-min-height)}:where(.stk-has-design-system-buttons-and-icons) .stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination).is-style-ghost .stk-button:hover:before{border-width:var(--stk-button-ghost-border-width-hover,var(--stk-button-ghost-border-width))}:where(.stk-has-design-system-buttons-and-icons) :is(.stk-block-button,.stk-block-pagination) .stk-button{border-radius:var(--stk-button-border-radius)}:where(.stk-has-design-system-buttons-and-icons) :where(.stk-hover-parent:hover) .stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination):not(.is-style-link,.is-style-ghost) .stk-button:before{border-width:var(--stk-button-border-width-parent-hover,var(--stk-button-border-width));box-shadow:var(--stk-button-box-shadow-parent-hover,var(--stk-button-box-shadow))}:where(.stk-has-design-system-buttons-and-icons) :where(.stk-hover-parent:hover) .stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination):not(.is-style-link,.is-style-ghost) .stk-button:hover:before{border-width:var(--stk-button-border-width-hover,var(--stk-button-border-width-parent-hover,var(--stk-button-border-width)));box-shadow:var(--stk-button-box-shadow-hover,var(--stk-button-box-shadow-parent-hover,var(--stk-button-box-shadow)))}:where(.stk-has-design-system-buttons-and-icons) :where(.stk-hover-parent:hover) .stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination).is-style-ghost .stk-button:before{border-width:var(--stk-button-ghost-border-width-parent-hover,var(--stk-button-ghost-border-width));box-shadow:var(--stk-button-box-shadow-parent-hover,var(--stk-button-box-shadow))}:where(.stk-has-design-system-buttons-and-icons) :where(.stk-hover-parent:hover) .stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination).is-style-ghost .stk-button:hover:before{border-width:var(--stk-button-ghost-border-width-hover,var(--stk-button-ghost-border-width-parent-hover,var(--stk-button-ghost-border-width)));box-shadow:var(--stk-button-box-shadow-hover,var(--stk-button-box-shadow-parent-hover,var(--stk-button-box-shadow)))}:where(.stk-has-color-schemes) :where(.stk-block)>:is(p,div){color:var(--stk-text-color)}:where(.stk-has-color-schemes) .stk-block>:is(h1,h2,h3,h4,h5,h6){color:var(--stk-heading-color)}:where(.stk-has-color-schemes) :is(.stk-block-text__text,.stk-block-heading__text,.is-style-link,.stk-table-of-contents__table) a{color:var(--stk-link-color,var(--theme-link-initial-color,unset))}:where(.stk-has-color-schemes) :is(.stk-block-text__text,.stk-block-heading__text,.is-style-link,.stk-table-of-contents__table) a:hover{color:var(--stk-link-color-hover,var(--stk-link-color,var(--theme-link-hover-color,unset)))}:where(.stk-has-color-schemes) .stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination){--stk-accent-color:var(--stk-button-text-color)}:where(.stk-has-color-schemes) .stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination):not(.is-style-link) .stk-button:where(:hover){--stk-icon-color:var(--stk-button-text-color-hover,var(--stk-button-text-color));--stk-accent-color-hover:var(--stk-button-text-color-hover,var(--stk-button-text-color));--stk-accent-color:var(--stk-button-text-color-hover,var(--stk-button-text-color));background:var(--stk-button-background-color-hover,var(--stk-button-background-color))}:where(.stk-has-color-schemes) .stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination):not(.is-style-link) .stk-button:where(:hover) .stk--inner-svg{color:var(--stk-button-text-color-hover,var(--stk-button-text-color))}:where(.stk-has-color-schemes) .stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination):not(.is-style-link) .stk-button:where(:hover)>.stk-button__inner-text{color:var(--stk-button-text-color-hover,var(--stk-button-text-color))}:where(.stk-has-color-schemes) .stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination):not(.is-style-link) .stk-button:where(:hover)>.stk-button__inner-text:hover{color:var(--stk-button-text-color-hover,var(--stk-button-text-color))}:where(.stk-has-color-schemes) .stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination).is-style-ghost{--stk-button-text-color:var(--stk-button-outline-color,var(--stk-button-background-color))}:where(.stk-has-color-schemes) .stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination).is-style-ghost .stk-button:before{border-color:var(--stk-button-outline-color,var(--stk-button-background-color))}:where(.stk-has-color-schemes) .stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination).is-style-ghost:where(:hover){--stk-button-text-color-hover:var(--stk-button-outline-color-hover,var(--stk-button-outline-color,var(--stk-button-background-color-hover,var(--stk-button-background-color))));--stk-accent-color-hover:var(--stk-button-outline-color-hover,var(--stk-button-outline-color,var(--stk-button-background-color-hover,var(--stk-button-background-color))))}:where(.stk-has-color-schemes) .stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination).is-style-ghost:where(:hover) .stk-button:before{border-color:var(--stk-button-outline-color-hover,var(--stk-button-outline-color,var(--stk-button-background-color-hover,var(--stk-button-background-color))))}:where(.stk-has-color-schemes) .stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination).is-style-plain{--stk-button-text-color:var(--stk-button-plain-text-color,var(--stk-button-background-color))}:where(.stk-has-color-schemes) .stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination).is-style-plain .stk-button:hover{--stk-button-text-color-hover:var(--stk-button-plain-text-color-hover,var(--stk-button-plain-text-color,var(--stk-button-background-color-hover,var(--stk-button-background-color))));--stk-accent-color-hover:var(--stk-button-plain-text-color-hover,var(--stk-button-plain-text-color,var(--stk-button-background-color-hover,var(--stk-button-background-color))));--stk-accent-color:var(--stk-button-plain-text-color-hover,var(--stk-button-plain-text-color,var(--stk-button-background-color-hover,var(--stk-button-background-color))))}:where(.stk-has-color-schemes) .stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination).is-style-link{--stk-button-text-color:var(--stk-link-color)}:where(.stk-has-color-schemes) .stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination).is-style-link :where(.stk-button:hover){--stk-accent-color-hover:var(--stk-link-color-hover);--stk-accent-color:var(--stk-link-color-hover)}:where(.stk-has-color-schemes) .stk-container:not(.stk--no-background){background-image:var(--stk-container-background-color)}:where(.stk-has-color-schemes) .stk-container:not(.stk--no-background):hover{background-color:var(--stk-container-background-color-hover,var(--stk-container-background-color));background-image:var(--stk-container-background-color-hover,var(--stk-container-background-color))}:where(.stk-has-color-schemes) .stk-block-background{background-image:var(--stk-block-background-color)}:where(.stk-has-color-schemes) .stk-block-background:hover{background-color:var(--stk-block-background-color-hover,var(--stk-block-background-color));background-image:var(--stk-block-background-color-hover,var(--stk-block-background-color))}:where(.stk-has-color-schemes) .stk--inner-svg{border-color:var(--stk-accent-color,var(--stk-icon-color))}:where(.stk-has-color-schemes) .stk--inner-svg svg:last-child:not(.ugb-custom-icon):not(.stk-custom-icon),:where(.stk-has-color-schemes) .stk--inner-svg svg:last-child:not(.ugb-custom-icon):not(.stk-custom-icon) :is(g,path,rect,polygon,ellipse){fill:var(--stk-accent-color,var(--stk-icon-color))}:where(.stk-has-color-schemes) .stk--inner-svg:where(:hover){border-color:var(--stk-accent-color-hover,var(--stk-accent-color,var(--stk-icon-color)))}:where(.stk-has-color-schemes) .stk--inner-svg:where(:hover) svg:last-child:not(.ugb-custom-icon):not(.stk-custom-icon),:where(.stk-has-color-schemes) .stk--inner-svg:where(:hover) svg:last-child:not(.ugb-custom-icon):not(.stk-custom-icon) :is(g,path,rect,polygon,ellipse){fill:var(--stk-accent-color-hover,var(--stk-accent-color,var(--stk-icon-color)))}:where(.stk-has-color-schemes) .stk-subtitle{color:var(--stk-accent-color,var(--stk-subtitle-color))}:where(.stk-has-color-schemes) .stk-subtitle:where(:hover){color:var(--stk-accent-color-hover,var(--stk-accent-color,var(--stk-subtitle-color)))}:where(.stk-has-color-schemes) .stk-block-posts__meta{color:var(--stk-accent-color,var(--stk-subtitle-color))}:where(.stk-has-color-schemes) .stk-block-posts__meta:where(:hover){color:var(--stk-accent-color-hover,var(--stk-accent-color,var(--stk-subtitle-color)))}:where(.stk-has-block-style-inheritance.stk-has-color-schemes) .stk-block:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination):not(.is-style-link) .stk-button{color:var(--stk-button-text-color-hover,var(--stk-button-text-color))}body.stk--anim-init .stk--has-background-overlay:before,body.stk--anim-init .stk-block .stk-button:after,body.stk--anim-init .stk-block .stk-button:before,body.stk--anim-init .stk-block li::marker,body.stk--anim-init .stk-block-tabs__tab,body.stk--anim-init .stk-img-wrapper:after,body.stk--anim-init .stk-img-wrapper:before,body.stk--anim-init :is(.stk-block,.stk-container,.stk-container-padding,.stk-img-wrapper,.stk-img-wrapper img,.stk-block-heading__top-line,.stk-block-heading__bottom-line,.stk-block-posts__item-hide,.stk-block-posts__title>a,.stk-button,.stk-button__inner-text,.stk-block li,.stk-block p,.stk-block h1,.stk-block h2,.stk-block h3,.stk-block h4,.stk-block h5,.stk-block h6,.stk-block [class*=__text]){transition:var(--stk-transition-default,all var(--stk-transition-duration,.12s) cubic-bezier(.45,.05,.55,.95),flex 0s,max-width 0s,visibility 0s)}body.stk--anim-init .stk--has-background-overlay:before,body.stk--anim-init .stk-block .stk-button:after,body.stk--anim-init .stk-block .stk-button:before,body.stk--anim-init .stk-block li::marker,body.stk--anim-init .stk-block-tabs__tab,body.stk--anim-init .stk-img-wrapper:after,body.stk--anim-init .stk-img-wrapper:before,body.stk--anim-init :where(.stk-block,.stk-container,.stk-container-padding,.stk-img-wrapper,.stk-img-wrapper img,.stk-block-heading__top-line,.stk-block-heading__bottom-line,.stk-block-posts__item-hide,.stk-block-posts__title>a,.stk-button,.stk-button__inner-text,.stk-block li,.stk-block p,.stk-block h1,.stk-block h2,.stk-block h3,.stk-block h4,.stk-block h5,.stk-block h6,.stk-block [class*=__text]){border-style:none;border-width:1px}body.stk--anim-init .stk--svg-wrapper :is(.stk--shape-icon,.stk--inner-svg,.stk--inner-svg *){transition:var(--stk-transition-default,all var(--stk-transition-duration,.12s) cubic-bezier(.45,.05,.55,.95))}body.stk--anim-init .stk--svg-wrapper .stk--inner-svg svg:last-child{transition:var(--stk-transition-default,all var(--stk-transition-duration,.12s) cubic-bezier(.45,.05,.55,.95),fill 0s)}.stk-block,.stk-container,.stk-container-padding{min-height:0}body.stk--is-blocksy-theme .stk-block{--stk-block-width-default-detected:var(--theme-block-max-width,var(--block-max-width));--stk-block-width-wide-detected:var(--theme-block-wide-max-width,var(--block-wide-max-width))}body.stk--is-astra-theme{--stk-block-width-wide-detected:calc(var(--stk-block-width-default-detected) + 200px)}body.stk--is-astra-theme .entry-content :is(.alignfull,.alignwide)>.alignwide{margin-left:auto;margin-right:auto}body.stk--is-neve-theme{--stk-block-width-wide-detected:70vw}body.stk--is-kadence-theme :is(.entry-content,.site-content) .stk-block>.stk-inner-blocks.alignwide,body.stk--is-kadence-theme :is(.entry-content,.site-content) .stk-block>.stk-inner-blocks:not(.alignwide){margin-left:auto;margin-right:auto}body.stk--is-storefront-theme :is(.entry-content,.site-content) .stk-block.alignwide:not(.stk-block-background){padding-left:0;padding-right:0}body.stk--is-storefront-theme :is(.entry-content,.site-content) .stk-block>.stk-inner-blocks:is(.alignwide,.alignfull){margin-left:auto;margin-right:auto;padding:0}body.stk--is-twentytwentyone-theme{--stk-block-width-default-detected:var(--responsive--aligndefault-width);--stk-block-width-wide-detected:var(--responsive--alignwide-width)}.stk-block{box-sizing:border-box;position:relative}.stk--block-horizontal-flex .stk-block{width:auto}.stk-block,:is(.entry-content,.site-content) .stk-block{margin-top:0}:is(.entry-content,.site-content) .stk-block>.stk-content-align{margin-left:auto;margin-right:auto;margin-block:0;width:auto}.stk-block.stk-column,.stk-column{margin-bottom:0;margin-top:0;min-width:1px}.stk-block.stk-block-column.stk-column>.stk-column-wrapper{margin:var(--stk-columns-spacing)}:root{--stk-block-width-default-detected:900px;--stk-block-width-wide-detected:80vw}.stk-block .stk-block.alignfull{width:100%}.stk-row{display:flex;flex-direction:row;flex-wrap:wrap}.stk-column{align-items:stretch;box-sizing:border-box;display:flex;flex:1 1 0;margin-left:0;margin-right:0}.stk-block-content{position:relative;width:100%}.stk-block-content:not(.stk-row){display:flex;flex-direction:column;justify-content:flex-start}.stk-inner-blocks{flex:1}.stk-inner-blocks:not(.stk-row){display:flex;flex-direction:column;justify-content:flex-start}.stk-inner-blocks:not(.stk-row).stk--block-horizontal-flex{flex-direction:row;justify-content:space-evenly}.stk-inner-blocks:not(.stk-row).stk--block-horizontal-flex>*{margin-bottom:0;margin-top:0}.stk-inner-blocks>:first-child{margin-top:0}.stk-inner-blocks>:last-child{margin-bottom:0}.stk-block-background.stk-column>.stk-block-content{margin:0}.stk-image--fit{height:100%!important;object-fit:cover;width:100%!important}:is(.stk-block.alignleft,.stk-block.alignright) .stk-inner-blocks:first-of-type>.stk-block{max-width:350px;width:auto}.stk-block .stk-block-heading__text,.stk-block .stk-block-subtitle__text,.stk-block .stk-block-text__text{margin-bottom:0}.stk-block .stk-block-subtitle__text,.stk-block .stk-block-text__text,.stk-block-heading,.stk-block-subtitle,.stk-block-text{margin-top:0}.stk-block-heading,.stk-block-subtitle,.stk-block-text{word-break:break-word}:where(.stk-block-heading:not(:first-child)) .stk-block-heading__text{margin-top:1.5em}.stk-block-heading:first-child .stk-block-heading__text:not([contenteditable]){margin-top:0}.stk-block-heading__text:after,.stk-block-heading__text:before,.stk-block-subtitle__text:after,.stk-block-subtitle__text:before,.stk-block-text__text:after,.stk-block-text__text:before{content:unset}:is(.stk--is-gradient,.stk--is-gradient li,.stk--is-gradient span,.stk--is-gradient a){-webkit-text-fill-color:#0000;-moz-text-fill-color:#0000;-o-text-fill-color:#0000;background-clip:text;-webkit-background-clip:text;-moz-background-clip:text;-o-background-clip:text}.stk-block .stk-button-group:not(.stk-collapse-on-desktop){justify-content:var(--stk-alignment-justify-content)}.stk-block .stk-button-group:is(.stk--collapse-on-desktop) .stk-block:is(.stk-block-button,.stk-block-icon-button){margin-inline-end:var(--stk-alignment-margin-right);margin-inline-start:var(--stk-alignment-margin-left)}.stk--block-orientation-horizontal>*+*{margin-left:var(--stk-block-margin-bottom)}.stk--block-orientation-horizontal .stk-block{width:auto}.stk-inner-blocks:not(.stk-row).stk--block-orientation-horizontal{flex-direction:row}.stk-inner-blocks:not(.stk-row).stk--block-orientation-horizontal>*{margin-bottom:0;margin-top:0}.stk-block .stk-button-group{align-items:center;flex-direction:row}.stk-button-group .stk-block{margin-inline:revert}:where(body:not(.stk-has-block-style-inheritance)) :is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination,.stk-block-load-more,.stk-block-posts):not(.is-style-link) .stk-button{text-decoration:none!important}:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination,.stk-block-load-more,.stk-block-posts):not(.is-style-link) .stk-button{align-items:center;column-gap:8px;display:flex;justify-content:center;position:relative;text-decoration:none}:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination,.stk-block-load-more,.stk-block-posts):not(.is-style-link) .stk-button .stk--svg-wrapper:not(:only-child):first-child .stk--inner-svg svg:last-child{margin-inline-end:var(--stk-button-icon-gap)}:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination,.stk-block-load-more,.stk-block-posts):not(.is-style-link) .stk-button .stk--svg-wrapper:not(:only-child):last-child .stk--inner-svg svg:last-child{margin-inline-start:var(--stk-button-icon-gap)}:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination,.stk-block-load-more,.stk-block-posts):not(.is-style-link) .stk-button:after,:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination,.stk-block-load-more,.stk-block-posts):not(.is-style-link) .stk-button:before{border-radius:inherit;content:"";height:100%;inset:0;pointer-events:none;position:absolute;width:100%}:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination,.stk-block-load-more,.stk-block-posts):not(.is-style-link) .stk-button:before{z-index:2}:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination,.stk-block-load-more,.stk-block-posts):not(.is-style-link) .stk-button:after{opacity:0;z-index:1}:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination,.stk-block-load-more,.stk-block-posts):not(.is-style-link) .stk-button>*{z-index:2}:is(.stk-block-button,.stk-block-icon-button,.stk-block-pagination,.stk-block-load-more,.stk-block-posts).is-style-pill .stk-button{border-radius:100px;width:4em}.stk-block{text-align:start}.stk-block [class*=has-text-align-],.stk-block[class*=has-text-align-]{text-align:var(--stk-alignment-text-align,start)}.has-text-align-center{--stk-alignment-padding-left:0;--stk-alignment-justify-content:center;--stk-alignment-text-align:center;--stk-alignment-margin-left:auto;--stk-alignment-margin-right:auto}.has-text-align-center,.has-text-align-left{text-align:var(--stk-alignment-text-align,start)}.has-text-align-left{--stk-alignment-justify-content:flex-start;--stk-alignment-text-align:start;--stk-alignment-margin-left:0;--stk-alignment-margin-right:auto}.has-text-align-right{--stk-alignment-justify-content:flex-end;--stk-alignment-text-align:end;--stk-alignment-margin-left:auto;--stk-alignment-margin-right:0;text-align:var(--stk-alignment-text-align,start)}.has-text-align-justify{--stk-alignment-text-align:justify}.has-text-align-space-between{--stk-alignment-justify-content:space-between}.has-text-align-space-around{--stk-alignment-justify-content:space-around}.has-text-align-space-evenly{--stk-alignment-justify-content:space-evenly}.stk-block{justify-content:var(--stk-alignment-justify-content);text-align:var(--stk-alignment-text-align,start);z-index:1}@supports (-webkit-touch-callout:inherit){.stk-block.stk-block,.stk-container.stk-container{background-attachment:scroll!important}}.stk-block:after,.stk-block:not(.stk--has-background-overlay):before{content:none!important}.stk--transparent-overlay{all:unset!important;background:#0000!important;cursor:pointer!important;inset:0!important;position:absolute!important;width:100%!important;z-index:3!important}.stk-block:is(.stk-has-top-separator,.stk-has-bottom-separator)>:not(.stk-video-background){z-index:2}.stk-block.stk-has-bottom-separator:not(.stk-has-top-separator)>:not(.stk-separator,.stk-video-background),.stk-block:is(.stk-has-top-separator,.stk-has-bottom-separator) .stk-separator~:not(.stk-separator,.stk-video-background){position:relative;z-index:3}.stk-block .stk-separator__top{transform:scaleY(-1)}.stk-block .stk-separator__bottom .stk-separator__wrapper{bottom:0;top:auto}.stk-block .stk-separator__bottom .stk-separator__layer-1{transform:none}.stk-block .stk-separator__wrapper{height:200px;inset:auto 0 0 0}.stk-block .stk-separator__layer-1{height:100%;position:absolute;width:100%;z-index:4}.stk-block .stk-separator,.stk-block .stk-separator__wrapper{margin:0;max-width:none!important;position:absolute!important}.stk-block .stk-separator{inset:-1px 0;overflow:hidden;pointer-events:none}.stk-block .stk-separator svg{filter:drop-shadow(0 2px 20px rgba(153,153,153,.2));left:0;right:0}.entry-content .stk-block.stk-has-top-separator{padding-top:200px}.entry-content .stk-block.stk-has-bottom-separator{padding-bottom:200px}:is(.ugb-highlight,.stk-highlight)[style*=background]{display:inline;padding:.1em .4em}.stk--has-column-order .stk-block-column:first-child{order:var(--stk-col-order-1,initial)}.stk--has-column-order .stk-block-column:nth-child(2){order:var(--stk-col-order-2,initial)}.stk--has-column-order .stk-block-column:nth-child(3){order:var(--stk-col-order-3,initial)}.stk--has-column-order .stk-block-column:nth-child(4){order:var(--stk-col-order-4,initial)}.stk--has-column-order .stk-block-column:nth-child(5){order:var(--stk-col-order-5,initial)}.stk--has-column-order .stk-block-column:nth-child(6){order:var(--stk-col-order-6,initial)}.stk--has-column-order .stk-block-column:nth-child(7){order:var(--stk-col-order-7,initial)}.stk--has-column-order .stk-block-column:nth-child(8){order:var(--stk-col-order-8,initial)}.stk--has-column-order .stk-block-column:nth-child(9){order:var(--stk-col-order-9,initial)}.stk--has-column-order .stk-block-column:nth-child(10){order:var(--stk-col-order-10,initial)}.stk--has-column-order .stk-block-column:nth-child(11){order:var(--stk-col-order-11,initial)}.stk--has-column-order .stk-block-column:nth-child(12){order:var(--stk-col-order-12,initial)}.stk--has-column-order .stk-block-column:nth-child(13){order:var(--stk-col-order-13,initial)}.stk--has-column-order .stk-block-column:nth-child(14){order:var(--stk-col-order-14,initial)}.stk--has-column-order .stk-block-column:nth-child(15){order:var(--stk-col-order-15,initial)}.stk--has-column-order .stk-block-column:nth-child(16){order:var(--stk-col-order-16,initial)}.stk--has-column-order .stk-block-column:nth-child(17){order:var(--stk-col-order-17,initial)}.stk--has-column-order .stk-block-column:nth-child(18){order:var(--stk-col-order-18,initial)}.stk--has-column-order .stk-block-column:nth-child(19){order:var(--stk-col-order-19,initial)}.stk--has-column-order .stk-block-column:nth-child(20){order:var(--stk-col-order-20,initial)}@media (prefers-reduced-motion){.stk-progress-bar.stk--with-animation .stk-progress-bar__bar,.stk-progress-circle.stk--with-animation .stk-progress-circle__bar{transition:none}}@media (-ms-high-contrast:none){.stk-img-wrapper.stk-img--shape,::-ms-backdrop{border-radius:9999px!important}}#end-resizable-editor-section{display:none}