/**
 * Smash Balloon design tokens — local plugin mirror.
 *
 * Single source of truth for design tokens used by Instagram Feed Pro.
 * Mirrored verbatim from `@smashballoons/tokens` v0.4.0 (npm). To bump
 * the snapshot: copy the relevant slice of `dist/tokens.css` from the
 * package and update the `Mirror version` line below. Consumer CSS
 * references the aliases at the bottom of this file and does not need
 * to be touched when values change.
 *
 * Future migration: when sb-common centralizes token distribution, the
 * `Package mirror` block can be replaced with an @import / wp_enqueue
 * of the official package without breaking the alias contract below.
 *
 * Mirror version: @smashballoons/tokens@0.4.0
 * Slice scope:    fg + focus + opacity-disabled + duration (semantic
 *                 layer required by SMASH-1378 a11y PRs). Extend in
 *                 follow-up PRs as new tokens (border, bg, motion) are
 *                 adopted.
 */

:root {
	/* ===== Package mirror — @smashballoons/tokens@0.4.0 ===== */

	/* Color primitives referenced by the semantic layer below. */
	--sb-color-gray-600: #4a5565;
	--sb-color-gray-700: #364153;
	--sb-color-wp-light-blue-600: #007ca8;

	/* Duration primitives — referenced directly by consumer transitions
	   and overridden by the reduced-motion @media block below. */
	--sb-duration-75:   75ms;
	--sb-duration-100:  100ms;
	--sb-duration-150:  150ms;
	--sb-duration-200:  200ms;
	--sb-duration-300:  300ms;
	--sb-duration-500:  500ms;
	--sb-duration-700:  700ms;
	--sb-duration-1000: 1000ms;

	/* Opacity */
	--sb-opacity-disabled: 0.5;

	/* Semantic foreground */
	--sb-fg-muted:  var(--sb-color-gray-700);
	--sb-fg-subtle: var(--sb-color-gray-600);

	/* Semantic focus */
	--sb-focus-ring: var(--sb-color-wp-light-blue-600);

	/* ===== Plugin-local aliases (stable consumer-site names) =====
	   Bump the package values above; consumers reference these aliases
	   and do not need to be renamed. Drop an alias here when a follow-up
	   PR migrates its usage sites to the package name directly. */
	--sb-text-secondary: var(--sb-fg-muted);
	--sb-text-tertiary:  var(--sb-fg-subtle);
}

/* Reduced-motion override — zeroes every duration token so any consumer
   transition that uses `var(--sb-duration-*)` inherits the override
   automatically. Transforms / @keyframes still need an explicit
   `prefers-reduced-motion: no-preference` wrap at the consumer site. */
@media (prefers-reduced-motion: reduce) {
	:root {
		--sb-duration-75:   0.01ms;
		--sb-duration-100:  0.01ms;
		--sb-duration-150:  0.01ms;
		--sb-duration-200:  0.01ms;
		--sb-duration-300:  0.01ms;
		--sb-duration-500:  0.01ms;
		--sb-duration-700:  0.01ms;
		--sb-duration-1000: 0.01ms;
	}
}

#sb_instagram a:focus-visible,#sb_instagram button:focus-visible,.sbi_lightbox a:focus-visible,.sbi_lightbox button:focus-visible{
    /* !important needed because pre-existing `outline: none` resets on
       :focus / :active (e.g. .sbi_lightbox a:focus around line 1247)
       would otherwise suppress the focus ring for keyboard users. */outline:2px solid var(--sb-focus-ring)!important;outline-offset:2px!important}#sb_instagram .sbi_item:has(.sbi_photo:focus-visible){outline:2px solid var(--sb-focus-ring);outline-offset:0}#sb_instagram .sb_instagram_header:has(.sbi_header_link:focus-visible){outline:2px solid var(--sb-focus-ring);outline-offset:2px}#sb_instagram{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 auto;padding:0;width:100%}#sb_instagram:after{clear:both;content:"";display:table}#sb_instagram.sbi_fixed_height{overflow:hidden;overflow-y:auto}#sb_instagram #sbi_images,#sb_instagram.sbi_fixed_height{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#sb_instagram .sbi_header_link{-webkit-box-shadow:none;box-shadow:none}#sb_instagram .sbi_header_link:hover{border:none}#sb_instagram #sbi_images .sbi_item{zoom:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;margin:0!important;opacity:1;overflow:hidden;text-decoration:none;-webkit-transition:all var(--sb-duration-500) ease;-moz-transition:all var(--sb-duration-500) ease;-o-transition:all var(--sb-duration-500) ease;transition:all var(--sb-duration-500) ease;vertical-align:top;width:100%}#sb_instagram #sbi_images .sbi_item.sbi_transition{opacity:0}#sb_instagram #sbi_images{display:grid;padding:12px 0;width:100%}#sb_instagram.sbi_col_1 #sbi_images{grid-template-columns:repeat(1,1fr)}#sb_instagram.sbi_col_2 #sbi_images{grid-template-columns:repeat(2,1fr)}#sb_instagram.sbi_col_3 #sbi_images{grid-template-columns:repeat(3,1fr)}#sb_instagram.sbi_col_4 #sbi_images{grid-template-columns:repeat(4,1fr)}#sb_instagram.sbi_col_5 #sbi_images{grid-template-columns:repeat(5,1fr)}#sb_instagram.sbi_col_6 #sbi_images{grid-template-columns:repeat(6,1fr)}#sb_instagram.sbi_col_7 #sbi_images{grid-template-columns:repeat(7,1fr)}#sb_instagram.sbi_col_8 #sbi_images{grid-template-columns:repeat(8,1fr)}#sb_instagram.sbi_col_9 #sbi_images{grid-template-columns:repeat(9,1fr)}#sb_instagram.sbi_col_10 #sbi_images{grid-template-columns:repeat(10,1fr)}#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(1,1fr)}#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(2,1fr)}#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(3,1fr)}#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(4,1fr)}#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(5,1fr)}#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(6,1fr)}#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(7,1fr)}#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(8,1fr)}#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(9,1fr)}#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(10,1fr)}#sb_instagram .sbi_photo_wrap{position:relative}#sb_instagram .sbi_photo{display:block;text-decoration:none}#sb_instagram .sbi_photo img{height:inherit;object-fit:cover;scale:1;transition:-webkit-transform var(--sb-duration-500) ease-in-out;transition:transform var(--sb-duration-500) ease-in-out;transition:transform var(--sb-duration-500) ease-in-out,-webkit-transform var(--sb-duration-500) ease-in-out;vertical-align:middle;width:100%}#sb_instagram .sbi_no_js img{display:none}#sb_instagram a,#sb_instagram a:active,#sb_instagram a:focus,#sb_instagram a:hover{outline:none}#sb_instagram img{display:block;margin:0!important;max-width:100%!important;opacity:1!important;padding:0!important}#sb_instagram .sbi_link{background:rgba(0,0,0,.5);bottom:0;color:#fff;display:none;font-size:12px;line-height:1.1;padding:10px 0;position:absolute;right:0;text-align:center;width:100%}#sb_instagram .sbi_link a{zoom:1;color:#fff;display:inline-block;font-size:12px;line-height:1.1;padding:0 6px;text-decoration:none;vertical-align:top}#sb_instagram .sbi_link .sbi_lightbox_link{padding-bottom:5px}#sb_instagram .sbi_link a:focus,#sb_instagram .sbi_link a:hover{text-decoration:underline}#sb_instagram .sbi_photo_wrap:focus .sbi_link,#sb_instagram .sbi_photo_wrap:hover .sbi_link{display:block}#sb_instagram svg:not(:root).svg-inline--fa{display:inline-block;height:1em}#sb_instagram .sbi_type_carousel .sbi_playbtn,#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,#sb_instagram .sbi_type_video .sbi_playbtn,#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,.sbi_type_carousel .fa-clone{color:#fff;color:hsla(0,0%,100%,.9);display:block!important;font-style:normal!important;position:absolute;text-shadow:0 0 8px rgba(0,0,0,.8);z-index:1}#sb_instagram .sbi_type_carousel .sbi_playbtn,#sb_instagram .sbi_type_video .sbi_playbtn{font-size:48px;left:50%;margin-left:-19px;margin-top:-24px;padding:0;top:50%;z-index:2}#sb_instagram .sbi_type_carousel .fa-clone{font-size:24px;right:12px;text-shadow:0 0 8px rgba(0,0,0,.3);top:12px}#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,.sbi_type_carousel svg.fa-clone{-webkit-filter:drop-shadow(0 0 2px rgba(0,0,0,.4));filter:drop-shadow(0 0 2px rgba(0,0,0,.4))}#sb_instagram .sbi_loader{-webkit-animation:sbi-sk-scaleout var(--sb-duration-1000) infinite ease-in-out;animation:sbi-sk-scaleout var(--sb-duration-1000) infinite ease-in-out;background-color:#000;background-color:rgba(0,0,0,.5);border-radius:100%;height:20px;left:50%;margin:-10px 0 0 -10px;position:relative;top:50%;width:20px}#sb_instagram br{display:none}#sbi_load p{display:inline;margin:0;padding:0}#sb_instagram #sbi_load .sbi_loader{background-color:#fff;margin-top:-11px;opacity:1;position:absolute}@-webkit-keyframes sbi-sk-scaleout{0%{-webkit-transform:scale(0)}to{opacity:0;-webkit-transform:scale(1)}}@keyframes sbi-sk-scaleout{0%{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}to{opacity:0;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}#sb_instagram .fa-spin,#sbi_lightbox .fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}#sb_instagram .fa-pulse,#sbi_lightbox .fa-pulse{-webkit-animation:fa-spin var(--sb-duration-1000) infinite steps(8);animation:fa-spin var(--sb-duration-1000) infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.sbi-screenreader{display:block!important;height:0!important;line-height:0!important;overflow:hidden!important;text-align:left!important;text-indent:-9999px!important;width:0!important}#sb_instagram .sb_instagram_header,.sb_instagram_header{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden;padding:12px 0;position:relative}#sb_instagram .sb_instagram_header a,.sb_instagram_header a{transition:color var(--sb-duration-500) ease}.sb_instagram_header.sbi_header_outside{display:flex;float:none;margin-left:auto!important;margin-right:auto!important}.sbi_no_avatar .sbi_header_img{background:#333;color:#fff;height:50px;position:relative;width:50px}.sb_instagram_header .sbi_header_hashtag_icon{background:rgba(0,0,0,.75);bottom:0;color:#fff;left:0;opacity:0;position:absolute;text-align:center;top:0;width:100%}.sbi_no_avatar .sbi_header_hashtag_icon{color:#fff;display:block;opacity:.9;-webkit-transition:background .6s linear,color .6s linear;-moz-transition:background .6s linear,color .6s linear;-o-transition:background .6s linear,color .6s linear;transition:background .6s linear,color .6s linear}.sbi_no_avatar:hover .sbi_header_hashtag_icon{display:block;opacity:1;-webkit-transition:background var(--sb-duration-200) linear,color var(--sb-duration-200) linear;-moz-transition:background var(--sb-duration-200) linear,color var(--sb-duration-200) linear;-o-transition:background var(--sb-duration-200) linear,color var(--sb-duration-200) linear;transition:background var(--sb-duration-200) linear,color var(--sb-duration-200) linear}@media (min-width:480px){#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img,.sb_instagram_header.sbi_medium .sbi_header_img,.sb_instagram_header.sbi_medium .sbi_header_img img{border-radius:50%;height:80px;width:80px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,.sb_instagram_header.sbi_medium .sbi_header_text h3{font-size:20px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info{font-size:14px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,.sb_instagram_header.sbi_medium .sbi_header_text h3{line-height:1.4}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img,#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img,.sb_instagram_header.sbi_large .sbi_header_img,.sb_instagram_header.sbi_large .sbi_header_img img{border-radius:50%;height:120px;width:120px}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3,.sb_instagram_header.sbi_large .sbi_header_text h3{font-size:28px}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,.sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,.sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info{font-size:16px}}#sb_instagram .sb_instagram_header .sbi_header_img,.sb_instagram_header .sbi_header_img{-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:50%;height:50px;overflow:hidden;position:relative;width:50px}#sb_instagram .sb_instagram_header .sbi_header_img_hover,.sb_instagram_header .sbi_header_img_hover{background:rgba(0,0,0,.75);bottom:0;color:#fff;left:0;opacity:0;position:absolute;text-align:center;top:0;width:100%}#sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,#sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo,.sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,.sb_instagram_header .sbi_header_img_hover .sbi_new_logo{font-size:24px;height:24px;left:50%;margin-left:-12px;margin-top:-12px;position:absolute;top:50%;width:24px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo,.sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo{font-size:36px;height:36px;margin-left:-18px;margin-top:-18px;width:36px}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo,.sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo{font-size:48px;height:48px;margin-left:-24px;margin-top:-24px;width:48px}#sb_instagram .sb_instagram_header .sbi_header_img_hover i{overflow:hidden}#sb_instagram .sb_instagram_header .sbi_header_img_hover,.sb_instagram_header .sbi_header_img_hover{transition:opacity .4s ease-in-out;z-index:2}#sb_instagram .sb_instagram_header .sbi_fade_in,.sb_instagram_header .sbi_fade_in{opacity:1;transition:opacity var(--sb-duration-200) ease-in-out}#sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover,#sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover,.sb_instagram_header a:focus .sbi_header_img_hover,.sb_instagram_header a:hover .sbi_header_img_hover{opacity:1}#sb_instagram .sb_instagram_header .sbi_header_text,.sb_instagram_header .sbi_header_text{align-items:center;display:flex;gap:20px;justify-content:flex-start}#sb_instagram .sb_instagram_header.sbi_large .sbi_feedtheme_header_text,.sb_instagram_header.sbi_large .sbi_feedtheme_header_text{gap:8px}.sb_instagram_header.sbi_medium .sbi_feedtheme_header_text{gap:4px}.sbi_feedtheme_header_text{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:4px;justify-content:flex-start}#sb_instagram .sb_instagram_header a,.sb_instagram_header a{text-decoration:none}#sb_instagram .sb_instagram_header h3,.sb_instagram_header h3{font-size:16px;line-height:1.3;margin:0;padding:0}#sb_instagram .sb_instagram_header p,.sb_instagram_header p{font-size:13px;line-height:1.3;margin:0;padding:0}#sb_instagram p:empty{display:none}#sb_instagram .sb_instagram_header .sbi_header_text img.emoji,.sb_instagram_header .sbi_header_text img.emoji{margin-right:3px!important}#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info,.sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info{clear:both}#sb_instagram #sbi_load{clear:both;float:left;text-align:center;width:100%}#sb_instagram #sbi_load .fa-spinner{display:none;font-size:15px;left:50%;margin:-8px 0 0 -7px;position:absolute;top:50%}#sb_instagram #sbi_load{opacity:1;transition:all var(--sb-duration-500) ease-in}#sb_instagram .sbi_load_btn .sbi_btn_text,#sb_instagram .sbi_load_btn .sbi_loader{opacity:1;transition:all var(--sb-duration-100) ease-in}#sb_instagram .sbi_hidden{opacity:0!important}#sb_instagram #sbi_load .sbi_load_btn,#sb_instagram .sbi_follow_btn a{zoom:1;background:#333;border:none;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;display:inline-block;font-size:13px;line-height:1.5;margin:5px auto 0;padding:7px 14px;text-decoration:none;vertical-align:top}#sb_instagram #sbi_load .sbi_load_btn{position:relative}#sb_instagram .sbi_follow_btn{zoom:1;display:inline-block;text-align:center;vertical-align:top}#sb_instagram .sbi_follow_btn.sbi_top{display:block;margin-bottom:5px}#sb_instagram .sbi_follow_btn a{background:#408bd1;color:#fff}#sb_instagram #sbi_load .sbi_load_btn,#sb_instagram .sbi_follow_btn a{transition:all var(--sb-duration-100) ease-in}#sb_instagram #sbi_load .sbi_load_btn:focus,#sb_instagram #sbi_load .sbi_load_btn:hover{box-shadow:inset 0 0 20px 20px hsla(0,0%,100%,.25);outline:none}#sb_instagram .sbi_follow_btn a:focus,#sb_instagram .sbi_follow_btn a:hover{box-shadow:inset 0 0 10px 20px #359dff;outline:none}#sb_instagram #sbi_load .sbi_load_btn:active,#sb_instagram .sbi_follow_btn a:active{box-shadow:inset 0 0 10px 20px rgba(0,0,0,.3)}#sb_instagram .sbi_follow_btn .fa,#sb_instagram .sbi_follow_btn svg{font-size:15px;margin-bottom:-1px;margin-right:7px}#sb_instagram .sbi_follow_btn svg{vertical-align:-.125em}#sb_instagram #sbi_load .sbi_follow_btn{margin-left:5px}#sb_instagram .sb_instagram_error{line-height:1.4;text-align:center;width:100%}#sbi_mod_error{background:#eee;border:1px solid #ddd;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;clear:both;color:#333;display:none;font-size:13px;margin:10px 0 0;padding:10px 15px;text-align:center}#sbi_mod_error br{display:initial!important}#sbi_mod_error p{line-height:1.3!important;margin:0!important;padding:5px 0!important}#sbi_mod_error ol,#sbi_mod_error ul{margin:0!important;padding:5px 0 5px 20px!important}#sbi_mod_error li{margin:0!important;padding:1px 0!important}#sbi_mod_error span{font-size:12px}#sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play,#sb_instagram.sbi_medium .sbi_playbtn{font-size:23px;margin-left:-9px;margin-top:-12px}#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone{font-size:18px;right:8px;top:8px}#sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play,#sb_instagram.sbi_small .sbi_playbtn{font-size:18px;margin-left:-7px;margin-top:-9px}#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone{font-size:12px;right:5px;top:5px}@media (max-width:640px){#sb_instagram.sbi_col_3 #sbi_images,#sb_instagram.sbi_col_4 #sbi_images,#sb_instagram.sbi_col_5 #sbi_images,#sb_instagram.sbi_col_6 #sbi_images{grid-template-columns:repeat(2,1fr)}#sb_instagram.sbi_col_10 #sbi_images,#sb_instagram.sbi_col_7 #sbi_images,#sb_instagram.sbi_col_8 #sbi_images,#sb_instagram.sbi_col_9 #sbi_images{grid-template-columns:repeat(4,1fr)}#sb_instagram.sbi_width_resp{width:100%!important}}@media (max-width:480px){#sb_instagram.sbi_col_10 #sbi_images,#sb_instagram.sbi_col_3 #sbi_images,#sb_instagram.sbi_col_4 #sbi_images,#sb_instagram.sbi_col_5 #sbi_images,#sb_instagram.sbi_col_6 #sbi_images,#sb_instagram.sbi_col_7 #sbi_images,#sb_instagram.sbi_col_8 #sbi_images,#sb_instagram.sbi_col_9 #sbi_images{grid-template-columns:1fr}#sb_instagram.sbi_mob_col_10 #sbi_images{grid-template-columns:repeat(10,1fr)}#sb_instagram.sbi_mob_col_9 #sbi_images{grid-template-columns:repeat(9,1fr)}#sb_instagram.sbi_mob_col_8 #sbi_images{grid-template-columns:repeat(8,1fr)}#sb_instagram.sbi_mob_col_7 #sbi_images{grid-template-columns:repeat(7,1fr)}#sb_instagram.sbi_mob_col_6 #sbi_images{grid-template-columns:repeat(6,1fr)}#sb_instagram.sbi_mob_col_5 #sbi_images{grid-template-columns:repeat(5,1fr)}#sb_instagram.sbi_mob_col_4 #sbi_images{grid-template-columns:repeat(4,1fr)}#sb_instagram.sbi_mob_col_3 #sbi_images{grid-template-columns:repeat(3,1fr)}#sb_instagram.sbi_mob_col_2 #sbi_images{grid-template-columns:repeat(2,1fr)}#sb_instagram.sbi_mob_col_1 #sbi_images{grid-template-columns:1fr}}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap{box-sizing:border-box;overflow:hidden;position:relative}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before{content:"";display:block;padding-top:100%;z-index:-300}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo{bottom:0;left:0;position:absolute;right:0;top:0}#sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition{opacity:1}#sb_instagram.sbi_no_js .sbi_load_btn,#sb_instagram.sbi_no_js .sbi_photo img{display:none}#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo,#sb_instagram #sbi_images .sbi_no_js_customizer .sbi_imgLiquid_ready.sbi_photo{padding-bottom:0!important}#sb_instagram #sbi_mod_error .sb_frontend_btn{background:#ddd;background:rgba(0,0,0,.1);border-radius:5px;color:#444;display:inline-block;margin-top:10px;padding:6px 10px;text-decoration:none}#sb_instagram #sbi_mod_error .sb_frontend_btn:hover{background:#ccc;background:rgba(0,0,0,.15)}#sb_instagram #sbi_mod_error .sb_frontend_btn .fa{margin-right:2px}#sb_instagram.sbi_palette_dark,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lightbox_tooltip,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_share_close,.sbi_header_outside.sbi_header_palette_dark{background-color:rgba(0,0,0,.85);color:hsla(0,0%,100%,.75)}#sb_instagram.sbi_palette_dark .sbi_caption,#sb_instagram.sbi_palette_dark .sbi_meta,#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox p,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,.sbi_header_palette_dark,.sbi_header_palette_dark .sbi_bio{color:hsla(0,0%,100%,.75)}#sb_instagram.sbi_palette_dark .sbi_expand a,#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox .sbi_lb-commenter,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,.sbi_header_palette_dark a{color:#fff}#sb_instagram.sbi_palette_light,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lightbox_tooltip,#sbi_lightbox.sbi_palette_light_lightbox .sbi_share_close,.sbi_header_outside.sbi_header_palette_light{background-color:hsla(0,0%,100%,.75);color:rgba(0,0,0,.85)}#sb_instagram.sbi_palette_light .sbi_caption,#sb_instagram.sbi_palette_light .sbi_meta,#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox p,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,.sbi_header_palette_light,.sbi_header_palette_light .sbi_bio{color:rgba(0,0,0,.85)}#sb_instagram.sbi_palette_light .sbi_expand a,#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox .sbi_lb-commenter,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,.sbi_header_palette_light a{color:#000}@media (max-width:480px){#sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_mob_col_1 #sbi_images{grid-template-columns:1fr}#sb_instagram.sbi_mob_col_2 #sbi_images{grid-template-columns:repeat(2,1fr)}#sb_instagram.sbi_mob_col_3 #sbi_images{grid-template-columns:repeat(3,1fr)}#sb_instagram.sbi_mob_col_4 #sbi_images{grid-template-columns:repeat(4,1fr)}#sb_instagram.sbi_mob_col_5 #sbi_images{grid-template-columns:repeat(5,1fr)}#sb_instagram.sbi_mob_col_6 #sbi_images{grid-template-columns:repeat(6,1fr)}#sb_instagram.sbi_mob_col_7 #sbi_images{grid-template-columns:repeat(7,1fr)}}@media (max-width:800px){#sb_instagram.sbi_tab_col_10 #sbi_images{grid-template-columns:repeat(10,1fr)}#sb_instagram.sbi_tab_col_9 #sbi_images{grid-template-columns:repeat(9,1fr)}#sb_instagram.sbi_tab_col_8 #sbi_images{grid-template-columns:repeat(8,1fr)}#sb_instagram.sbi_tab_col_7 #sbi_images{grid-template-columns:repeat(7,1fr)}#sb_instagram.sbi_tab_col_6 #sbi_images{grid-template-columns:repeat(6,1fr)}#sb_instagram.sbi_tab_col_5 #sbi_images{grid-template-columns:repeat(5,1fr)}#sb_instagram.sbi_tab_col_4 #sbi_images{grid-template-columns:repeat(4,1fr)}#sb_instagram.sbi_tab_col_3 #sbi_images{grid-template-columns:repeat(3,1fr)}#sb_instagram.sbi_tab_col_2 #sbi_images{grid-template-columns:repeat(2,1fr)}#sb_instagram.sbi_tab_col_1 #sbi_images{grid-template-columns:1fr}}@media (max-width:480px){#sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_mob_col_1 #sbi_images{grid-template-columns:1fr}#sb_instagram.sbi_mob_col_2 #sbi_images{grid-template-columns:repeat(2,1fr)}#sb_instagram.sbi_mob_col_3 #sbi_images{grid-template-columns:repeat(3,1fr)}#sb_instagram.sbi_mob_col_4 #sbi_images{grid-template-columns:repeat(4,1fr)}#sb_instagram.sbi_mob_col_5 #sbi_images{grid-template-columns:repeat(5,1fr)}#sb_instagram.sbi_mob_col_6 #sbi_images{grid-template-columns:repeat(6,1fr)}#sb_instagram.sbi_mob_col_7 #sbi_images{grid-template-columns:repeat(7,1fr)}#sb_instagram.sbi_mob_col_8 #sbi_images{grid-template-columns:repeat(8,1fr)}#sb_instagram.sbi_mob_col_9 #sbi_images{grid-template-columns:repeat(9,1fr)}#sb_instagram.sbi_mob_col_10 #sbi_images{grid-template-columns:repeat(10,1fr)}}#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide{display:none!important}body:after{content:url(https://winterbear.com/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png);display:none}.sbi_lightboxOverlay{background-color:#000;display:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);left:0;opacity:.9;position:absolute;top:0;z-index:99999}.sbi_lightbox{font-weight:400;left:0;line-height:0;position:absolute;text-align:center;width:100%;z-index:100000}.sbi_lightbox .sbi_lb-image{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;display:block;height:auto;max-width:inherit;object-fit:contain}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-image{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-ms-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.sbi_lightbox a:active,.sbi_lightbox a:focus,.sbi_lightbox a:hover{outline:none}.sbi_lightbox a img{border:none}.sbi_lb-outerContainer{*zoom:1;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;height:250px;margin:0 auto 5px;position:relative;width:250px}.sbi_lb-outerContainer:after{clear:both;content:"";display:table}.sbi_lb-container-wrapper{height:100%}.sbi_lb-container{bottom:0;height:100%;left:0;padding:4px;position:relative;right:0;top:0;width:100%}.sbi_lb-loader{height:20px;left:0;line-height:0;margin-top:-10px;position:absolute;text-align:center;top:50%;width:100%}.sbi_lb-loader span{background:url(https://winterbear.com/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png) no-repeat;display:block;height:14px;margin:0 auto;width:14px}.sbi_lb-nav{left:0;top:0;width:100%;z-index:10}.sbi_lb-container>.nav{left:0}.sbi_lb-nav a{background-image:url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");height:90%;outline:none;position:absolute;top:0;z-index:100}.sbi_lb-next,.sbi_lb-prev{cursor:pointer;display:block;height:100%}.sbi_lb-nav a.sbi_lb-prev{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);float:left;left:-70px;opacity:.5;padding-left:10px;padding-right:10px;-webkit-transition:opacity var(--sb-duration-200);-moz-transition:opacity var(--sb-duration-200);-o-transition:opacity var(--sb-duration-200);transition:opacity var(--sb-duration-200);width:50px}.sbi_lb-nav a.sbi_lb-prev:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.sbi_lb-nav a.sbi_lb-next{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);float:right;opacity:.5;padding-left:10px;padding-right:10px;right:-70px;-webkit-transition:opacity var(--sb-duration-200);-moz-transition:opacity var(--sb-duration-200);-o-transition:opacity var(--sb-duration-200);transition:opacity var(--sb-duration-200);width:50px}.sbi_lb-nav a.sbi_lb-next:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.sbi_lb-nav span{background:url(https://winterbear.com/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png) no-repeat;display:block;height:45px;left:20px;margin:-25px 0 0;position:absolute;top:55%;width:34px}.sbi_lb-nav a.sbi_lb-prev span{background-position:-53px 0}.sbi_lb-nav a.sbi_lb-next span{background-position:-18px 0;left:auto;right:20px}.sbi_lb-dataContainer{*zoom:1;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;font-family:Open Sans,Helvetica,Arial,sans-serif;margin:0 auto;padding-top:10px;width:100%}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer{background:#fff;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;padding-right:300px;position:relative}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-container-wrapper{background:#000;position:relative}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer{background:#fff;bottom:0;height:100%;line-height:1.4;overflow:hidden;overflow-y:auto;position:absolute;right:-300px;text-align:left;top:0;width:300px!important}.sbi_lb-commentBox:after,.sbi_lb-data:after,.sbi_lb-dataContainer:after{clear:both;content:"";display:table}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox{display:block!important;margin-top:20px;padding:4px;width:100%}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number{padding-bottom:0}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption{margin-bottom:20px;max-width:100%;width:100%}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption .sbi_caption_text{display:inline-block;padding-top:10px}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-comment{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;clear:both;display:block!important;float:left;font-size:12px;margin:0 0 1px;min-width:100%;padding:3px 20px 3px 0;width:100%}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter{font-weight:700;margin-right:5px}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p{text-align:left}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer{box-sizing:border-box;padding:15px 20px}.sbi_lb-data{color:#ccc;padding:0 4px}.sbi_lb-data .sbi_lb-details{float:left;line-height:1.1;text-align:left;width:85%}.sbi_lb-data .sbi_lb-caption{word-wrap:break-word;color:#ccc;float:left;font-size:13px;font-weight:400;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto;line-height:1.3;overflow-wrap:break-word;padding-bottom:3px;word-break:break-word}.sbi_lb-data .sbi_lb-caption a{color:#ccc;font-weight:700;text-decoration:none}.sbi_lb-commenter:hover,.sbi_lb-data .sbi_lb-caption a:hover{color:#fff;text-decoration:underline}.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username{color:#ccc;display:block;float:left;margin:0 0 5px;padding-bottom:0;width:100%}.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p{color:#fff;text-decoration:underline}#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number,#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a,#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username{color:#333}.sbi_lightbox .sbi_lightbox_username img{background:#666;border:none;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:40px;float:left;height:32px;margin-right:10px;width:32px}.sbi_lightbox_username p{color:#ccc;float:left;font-size:13px;font-weight:700;line-height:32px;margin:0;padding:0}.sbi_lb-data .sbi_lb-number{clear:both;color:var(--sb-text-tertiary);display:block;float:left;font-size:12px;padding:5px 0 15px}.sbi_lb-data .sbi_lb-close{color:var(--sb-text-tertiary);display:block;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);float:right;font-size:18px;height:30px;opacity:.7;outline:none;text-align:right;-webkit-transition:opacity var(--sb-duration-200);-moz-transition:opacity var(--sb-duration-200);-o-transition:opacity var(--sb-duration-200);transition:opacity var(--sb-duration-200);width:30px}.sbi_lb-data .sbi_lb-close:hover{color:#fff;cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.sbi_lb-nav{height:auto}.sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video{position:relative!important}.sbi_lb-container{padding:0}.sbi-feed-block-cta{border:1px solid #e8e8eb!important;border-radius:2px!important;position:relative!important;text-align:center!important;width:100%!important}.sbi-feed-block-cta-img-ctn{float:left!important;margin-bottom:35px!important;margin-top:50px!important;width:100%!important}.sbi-feed-block-cta-img,.sbi-feed-block-cta-img-ctn{align-items:center!important;display:flex!important;justify-content:center!important;position:relative!important}.sbi-feed-block-cta-img{border:2px solid #dcdde1!important;border-radius:16px!important;height:65px!important;-webkit-transform:rotate(-3deg)!important;transform:rotate(-3deg)!important;width:65px!important}.sbi-feed-block-cta-img span svg{float:left!important}.sbi-feed-block-cta-img>*{-webkit-transform:rotate(3deg)!important;transform:rotate(3deg)!important}.sbi-feed-block-cta-logo{bottom:-19px!important;position:absolute!important;right:-15px!important;z-index:1!important}.sbi-feed-block-cta-heading{display:inline-block!important;font-size:19px!important;font-weight:700!important;line-height:1.4em!important;margin:0 0 30px!important;padding:0!important;width:100%!important}.sbi-feed-block-cta-btn{background:#0068a0!important;border-radius:2px!important;color:#fff!important;cursor:pointer!important;margin-bottom:30px!important;padding:8px 20px 8px 38px!important;position:relative!important}.sbi-feed-block-cta-btn:after,.sbi-feed-block-cta-btn:before{background:#fff!important;content:""!important;height:12px!important;left:20px!important;position:absolute!important;top:14px!important;width:2px!important}.sbi-feed-block-cta-btn:after{-webkit-transform:rotate(90deg)!important;transform:rotate(90deg)!important}.sbi-feed-block-cta-desc{align-items:center!important;background:#f9f9fa!important;border-top:1px solid #e8e8eb!important;display:flex!important;flex-direction:column!important;justify-content:center!important;margin-top:35px!important;padding:20px!important}.sbi-feed-block-cta-desc strong{color:#141b38!important;font-size:16px!important;font-weight:600!important;margin-bottom:8px!important}.sbi-feed-block-cta-desc span{color:#434960!important;font-size:14px!important;line-height:1.5em!important;padding:0 20%!important}.sbi-feed-block-cta-desc span a{font-weight:600!important;text-decoration:underline!important;text-transform:capitalize!important}.sbi-feed-block-cta-selector{align-items:center!important;display:flex!important;flex-direction:column!important;justify-content:center!important;margin-bottom:45px!important;padding:0 20%!important;width:100%!important}.sbi-feed-block-cta-feedselector{border:1px solid #d0d1d7!important;margin-bottom:15px!important;max-width:100%!important;min-width:400px!important;padding:8px 16px!important}.sbi-feed-block-cta-selector span{color:#2c324c!important}.sbi-feed-block-cta-selector span a{font-weight:600!important;text-decoration:underline!important;text-transform:capitalize!important}.sbi-feed-block-cta-selector span a:after{color:#2c324c!important;font-weight:400!important;margin-left:2px!important;text-decoration-color:#fff!important}.sbi-feed-block-cta-selector span a:first-of-type:after{content:","!important}.sbi-feed-block-cta-selector span a:nth-of-type(2):after{content:"or"!important;margin-left:5px!important;margin-right:2px!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed:before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed:before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed:before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed:before{background-position:50%!important;background-repeat:no-repeat!important;content:""!important;font-variant:normal!important;height:16px!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.906 18.109h.5v-.5h-.5v.5Zm-3.109 0h-.5v.5h.5v-.5Zm0-3.549v-.5h-.5v.5h.5Zm3.109 0v.5h.5v-.5h-.5Zm7.354-7.232h.5v-.424l-.417-.07-.083.494Zm0 3.022v.5h.5v-.5h-.5Zm-3.536 4.21h-.5v.5h.5v-.5Zm3.402 0 .494.077.09-.577h-.584v.5Zm-.55 3.549v.5h.427l.066-.423-.494-.077Zm-2.852 0v-.5h-.5v.5h.5Zm10.328-3.549h-.5v.001h.5ZM17.08 26.614l-.092-.492.092.492Zm-4.531 0 .092-.492-.092.492Zm2.266-24.816c-7.008 0-12.738 5.719-12.738 12.762h1c0-6.492 5.283-11.762 11.738-11.762v-1ZM2.077 14.56c0 6.238 4.473 11.437 10.38 12.545l.184-.983C7.2 25.102 3.077 20.31 3.077 14.56h-1Zm11.329 11.754v-8.205h-1v8.205h1Zm-.5-8.705H9.797v1h3.109v-1Zm-2.609.5V14.56h-1v3.549h1Zm-.5-3.049h3.109v-1H9.797v1Zm3.609-.5v-2.704h-1v2.704h1Zm0-2.704c0-1.437.424-2.488 1.115-3.179.692-.692 1.71-1.082 3.01-1.082v-1c-1.501 0-2.796.454-3.717 1.375-.921.921-1.408 2.25-1.408 3.886h1Zm4.125-4.26c.641 0 1.303.055 1.81.112a20.412 20.412 0 0 1 .824.11l.01.002h.003l.082-.492.082-.494h-.005l-.013-.003a10.294 10.294 0 0 0-.231-.035 21.366 21.366 0 0 0-.64-.081 17.7 17.7 0 0 0-1.922-.12v1Zm2.23-.268v3.022h1V7.328h-1Zm.5 2.522h-1.543v1h1.542v-1Zm-1.543 0c-.867 0-1.518.274-1.944.765-.414.477-.55 1.088-.55 1.644h1c0-.41.102-.754.306-.99.192-.221.538-.419 1.188-.419v-1Zm-2.494 2.41v2.3h1v-2.3h-1Zm.5 2.8h3.402v-1h-3.402v1Zm2.908-.577-.551 3.55.988.153.55-3.55-.987-.153Zm-.057 3.126h-2.851v1h2.851v-1Zm-3.351.5v8.204h1V18.11h-1Zm.949 8.996a12.738 12.738 0 0 0 7.335-4.254l-.761-.648a11.738 11.738 0 0 1-6.76 3.92l.186.982Zm7.335-4.254a12.738 12.738 0 0 0 3.044-8.292l-1 .002c.007 2.8-.988 5.51-2.805 7.642l.76.648Zm3.044-8.29c0-7.044-5.73-12.763-12.737-12.763v1c6.454 0 11.737 5.27 11.737 11.762h1ZM16.224 26.313c0 .492.444.886.949.791l-.185-.983a.198.198 0 0 1 .236.192h-1Zm-3.767.791a.803.803 0 0 0 .949-.791h-1c0-.114.105-.216.235-.192l-.184.983Z' fill='%232b87da'/%3E%3Cpath d='M12.906 18.109h.5v-.5h-.5v.5Zm-3.109 0h-.5v.5h.5v-.5Zm0-3.55v-.5h-.5v.5h.5Zm3.109 0v.5h.5v-.5h-.5Zm7.354-7.232h.5v-.423l-.417-.07-.083.493Zm0 3.023v.5h.5v-.5h-.5Zm-3.536 4.21h-.5v.5h.5v-.5Zm3.402 0 .494.077.09-.577h-.584v.5Zm-.55 3.549v.5h.427l.066-.424-.494-.076Zm-2.852 0v-.5h-.5v.5h.5Zm-3.318 8.257v-8.257h-1v8.257h1Zm-.5-8.757H9.797v1h3.109v-1Zm-2.609.5v-3.55h-1v3.55h1Zm-.5-3.05h3.109v-1H9.797v1Zm3.609-.5v-2.704h-1v2.705h1Zm0-2.704c0-1.436.424-2.487 1.115-3.178.692-.692 1.71-1.082 3.01-1.082v-1c-1.501 0-2.796.454-3.717 1.375-.921.92-1.408 2.25-1.408 3.885h1Zm4.125-4.26c.641 0 1.303.056 1.81.113a20.336 20.336 0 0 1 .824.11l.01.002h.003a183.243 183.243 0 0 1 .165-.986h-.006l-.013-.003a9.144 9.144 0 0 0-.231-.035 21.391 21.391 0 0 0-.64-.082 17.7 17.7 0 0 0-1.922-.119v1Zm2.23-.268v3.023h1V7.327h-1Zm.5 2.523h-1.543v1h1.542v-1Zm-1.543 0c-.867 0-1.518.274-1.944.765-.414.477-.55 1.087-.55 1.644h1c0-.41.102-.754.306-.99.192-.221.538-.419 1.188-.419v-1Zm-2.494 2.41v2.3h1v-2.3h-1Zm.5 2.8h3.402v-1h-3.402v1Zm2.908-.577-.551 3.55.988.152.55-3.548-.987-.154Zm-.057 3.126h-2.851v1h2.851v-1Zm-3.351.5v8.257h1v-8.257h-1Zm.19 8.066h-3.2v1h3.2v-1Zm-.19.191a.19.19 0 0 1 .19-.19v1a.81.81 0 0 0 .81-.81h-1Zm-3.818 0c0 .447.362.81.809.81v-1a.19.19 0 0 1 .19.19h-1Z' fill='%232b87da'/%3E%3C/svg%3E")}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='6' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='12' r='5' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='18.5' cy='5.75' r='1.25' fill='%232b87da'/%3E%3C/svg%3E")}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.876 6.788c.058-.082-.03-.187-.122-.149-.728.3-1.494.519-2.284.653-.107.019-.162-.129-.074-.192a5.372 5.372 0 0 0 1.868-2.462c.032-.086-.063-.162-.143-.117-.96.545-2.012.934-3.116 1.167a.1.1 0 0 1-.094-.03C22.926 4.608 21.554 4 20 4c-2.938 0-5.338 2.4-5.338 5.363 0 .378.04.746.11 1.096a.101.101 0 0 1-.104.121A15.243 15.243 0 0 1 3.841 5.1a.099.099 0 0 0-.162.014 5.312 5.312 0 0 0-.654 2.562c0 1.74.819 3.295 2.11 4.257.08.06.038.188-.061.18a5.398 5.398 0 0 1-2.066-.595.023.023 0 0 0-.033.02 5.37 5.37 0 0 0 3.888 5.164c.102.029.103.175 0 .194a5.275 5.275 0 0 1-1.834.023c-.075-.013-.138.058-.113.13A5.35 5.35 0 0 0 9.584 20.6c.093.007.132.127.057.183a10.65 10.65 0 0 1-6.441 2.13c-.281 0-.563-.012-.844-.033-.106-.009-.154.132-.063.186a15.177 15.177 0 0 0 7.857 2.184c9.85 0 15.262-8.175 15.262-15.262 0-.22 0-.428-.01-.646a.102.102 0 0 1 .043-.087 10.655 10.655 0 0 0 2.431-2.467Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E")}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='27' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13.327a.1.1 0 0 0 .15.086l6.188-3.576a.1.1 0 0 0 0-.174L11.15 6.087a.1.1 0 0 0-.15.086v7.154Zm14.45-9.614c.163.587.275 1.375.35 2.375.087 1 .125 1.862.125 2.612L26 9.75c0 2.738-.2 4.75-.55 6.037-.313 1.126-1.037 1.85-2.162 2.163-.588.163-1.663.275-3.313.35a83.312 83.312 0 0 1-4.488.125L13.5 18.5c-5.238 0-8.5-.2-9.787-.55-1.126-.313-1.85-1.037-2.163-2.162-.163-.588-.275-1.376-.35-2.376-.087-1-.125-1.862-.125-2.612L1 9.75c0-2.737.2-4.75.55-6.037.313-1.126 1.037-1.85 2.162-2.163.588-.163 1.663-.275 3.313-.35a83.312 83.312 0 0 1 4.487-.125L13.5 1c5.238 0 8.5.2 9.788.55 1.125.313 1.85 1.037 2.162 2.162Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E")}.et-db #et-boc .et-l .et_pb_module .sbi_follow_btn a{zoom:1;background:#333;border:none;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;display:inline-block;font-size:13px;line-height:1.5;margin:5px auto 0;padding:7px 14px;text-decoration:none;vertical-align:top}.et-db #et-boc .et-l .et_pb_module .sbi-feed-block-cta-btn:after,.et-db #et-boc .et-l .et_pb_module .sbi-feed-block-cta-btn:before{top:10px!important}
.mc4wp-form input[name^=_mc4wp_honey]{display:none!important}.mc4wp-form-theme{margin:1em 0}.mc4wp-form-theme label,.mc4wp-form-theme input{box-sizing:border-box;cursor:auto;vertical-align:baseline;width:auto;height:auto;line-height:normal}.mc4wp-form-theme label:after,.mc4wp-form-theme input:after{content:"";clear:both;display:table}.mc4wp-form-theme label{margin-bottom:6px;font-weight:700;display:block}.mc4wp-form-theme label+input{display:block}.mc4wp-form-theme label>input{margin-top:6px;font-weight:400;display:block}.mc4wp-form-theme input[type=text],.mc4wp-form-theme input[type=email],.mc4wp-form-theme input[type=tel],.mc4wp-form-theme input[type=url],.mc4wp-form-theme input[type=date],.mc4wp-form-theme textarea,.mc4wp-form-theme select{vertical-align:middle;width:100%;max-width:480px;height:auto;min-height:32px;text-shadow:none;background:#fff;border:1px solid #ccc;border-radius:2px;outline:0;padding:8px 16px;line-height:1.42857;color:#555!important}.mc4wp-form-theme textarea{height:auto}.mc4wp-form-theme input[readonly],.mc4wp-form-theme input[disabled]{background-color:#eee}.mc4wp-form-theme input[type=number]{min-width:40px}.mc4wp-form-theme input[type=checkbox],.mc4wp-form-theme input[type=radio]{border:0;width:13px;height:13px;margin:0 6px 0 0;padding:0;display:inline-block;position:relative}.mc4wp-form-theme label>input[type=checkbox],.mc4wp-form-theme label>input[type=radio]{margin-top:0;display:inline-block}.mc4wp-form-theme input[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}.mc4wp-form-theme input[type=radio]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio}.mc4wp-form-theme button,.mc4wp-form-theme input[type=submit],.mc4wp-form-theme input[type=button]{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;text-shadow:none;filter:none;background:0 0;border:1px solid #0000;border-radius:2px;width:auto;height:auto;padding:8px 16px;font-weight:400;line-height:1.42857;display:inline-block}.mc4wp-form-theme button:hover,.mc4wp-form-theme input[type=submit]:hover,.mc4wp-form-theme input[type=button]:hover,.mc4wp-form-theme button:focus,.mc4wp-form-theme input[type=submit]:focus,.mc4wp-form-theme input[type=button]:focus{color:#333;background:0 0;outline:0;text-decoration:none}.mc4wp-form-theme label>span,.mc4wp-form-theme li>label{font-weight:400}.mc4wp-alert{color:#c09853;clear:both}.mc4wp-success{color:#468847}.mc4wp-notice{color:#3a87ad}.mc4wp-error{color:#cd5c5c}.rtl .mc4wp-form-theme input[type=checkbox],.rtl .mc4wp-form-theme input[type=radio]{margin:0 0 0 6px}.mc4wp-form-theme-dark button,.mc4wp-form-theme-dark input[type=submit],.mc4wp-form-theme-dark input[type=button]{border-color:#1e1e1e;color:#fff!important;background-color:#444!important}.mc4wp-form-theme-dark button:hover,.mc4wp-form-theme-dark input[type=submit]:hover,.mc4wp-form-theme-dark input[type=button]:hover,.mc4wp-form-theme-dark button:focus,.mc4wp-form-theme-dark input[type=submit]:focus,.mc4wp-form-theme-dark input[type=button]:focus{border-color:#000;color:#fff!important;background-color:#1e1e1e!important}.mc4wp-form-theme-dark input[type=text]:focus,.mc4wp-form-theme-dark input[type=email]:focus,.mc4wp-form-theme-dark input[type=tel]:focus,.mc4wp-form-theme-dark input[type=url]:focus,.mc4wp-form-theme-dark input[type=date]:focus,.mc4wp-form-theme-dark textarea:focus,.mc4wp-form-theme-dark select:focus{border-color:#6a6a6a}.mc4wp-form-theme-light button,.mc4wp-form-theme-light input[type=submit],.mc4wp-form-theme-light input[type=button]{border-color:#d9d9d9;color:#000!important;background-color:#fff!important}.mc4wp-form-theme-light button:hover,.mc4wp-form-theme-light input[type=submit]:hover,.mc4wp-form-theme-light input[type=button]:hover,.mc4wp-form-theme-light button:focus,.mc4wp-form-theme-light input[type=submit]:focus,.mc4wp-form-theme-light input[type=button]:focus{border-color:#b3b3b3;color:#000!important;background-color:#d9d9d9!important}.mc4wp-form-theme-light input[type=text]:focus,.mc4wp-form-theme-light input[type=email]:focus,.mc4wp-form-theme-light input[type=tel]:focus,.mc4wp-form-theme-light input[type=url]:focus,.mc4wp-form-theme-light input[type=date]:focus,.mc4wp-form-theme-light textarea:focus,.mc4wp-form-theme-light select:focus{border-color:#d9d9d9}.mc4wp-form-theme-red button,.mc4wp-form-theme-red input[type=submit],.mc4wp-form-theme-red input[type=button]{border-color:#b52b27;color:#fff!important;background-color:#d9534f!important}.mc4wp-form-theme-red button:hover,.mc4wp-form-theme-red input[type=submit]:hover,.mc4wp-form-theme-red input[type=button]:hover,.mc4wp-form-theme-red button:focus,.mc4wp-form-theme-red input[type=submit]:focus,.mc4wp-form-theme-red input[type=button]:focus{border-color:#761c19;color:#fff!important;background-color:#b52b27!important}.mc4wp-form-theme-red input[type=text]:focus,.mc4wp-form-theme-red input[type=email]:focus,.mc4wp-form-theme-red input[type=tel]:focus,.mc4wp-form-theme-red input[type=url]:focus,.mc4wp-form-theme-red input[type=date]:focus,.mc4wp-form-theme-red textarea:focus,.mc4wp-form-theme-red select:focus{border-color:#e7908e}.mc4wp-form-theme-blue button,.mc4wp-form-theme-blue input[type=submit],.mc4wp-form-theme-blue input[type=button]{border-color:#2a6496;color:#fff!important;background-color:#428bca!important}.mc4wp-form-theme-blue button:hover,.mc4wp-form-theme-blue input[type=submit]:hover,.mc4wp-form-theme-blue input[type=button]:hover,.mc4wp-form-theme-blue button:focus,.mc4wp-form-theme-blue input[type=submit]:focus,.mc4wp-form-theme-blue input[type=button]:focus{border-color:#193c5a;color:#fff!important;background-color:#2a6496!important}.mc4wp-form-theme-blue input[type=text]:focus,.mc4wp-form-theme-blue input[type=email]:focus,.mc4wp-form-theme-blue input[type=tel]:focus,.mc4wp-form-theme-blue input[type=url]:focus,.mc4wp-form-theme-blue input[type=date]:focus,.mc4wp-form-theme-blue textarea:focus,.mc4wp-form-theme-blue select:focus{border-color:#7eb0db}.mc4wp-form-theme-green button,.mc4wp-form-theme-green input[type=submit],.mc4wp-form-theme-green input[type=button]{border-color:#3d8b3d;color:#fff!important;background-color:#5cb85c!important}.mc4wp-form-theme-green button:hover,.mc4wp-form-theme-green input[type=submit]:hover,.mc4wp-form-theme-green input[type=button]:hover,.mc4wp-form-theme-green button:focus,.mc4wp-form-theme-green input[type=submit]:focus,.mc4wp-form-theme-green input[type=button]:focus{border-color:#255625;color:#fff!important;background-color:#3d8b3d!important}.mc4wp-form-theme-green input[type=text]:focus,.mc4wp-form-theme-green input[type=email]:focus,.mc4wp-form-theme-green input[type=tel]:focus,.mc4wp-form-theme-green input[type=url]:focus,.mc4wp-form-theme-green input[type=date]:focus,.mc4wp-form-theme-green textarea:focus,.mc4wp-form-theme-green select:focus{border-color:#91cf91}
/*
Theme Name: Ascend - Premium 
Theme URI: https://www.kadencewp.com/product/ascend-premium-wordpress-theme/
Description: Ascend will surpass your expectations over and over again. Amazingly versatile, easily customizable and loaded with features you will love.
Version: 1.9.33
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Tested up to: 7.1
Requires PHP: 5.6
Tags: two-columns, one-column, custom-colors, custom-header, custom-menu, featured-images, translation-ready, theme-options
Text Domain: ascend
License: GPL
License URI: http://www.gnu.org/copyleft/gpl.html
*/

/*
Theme Name:     Winterbear WP II
Description:    A custom WordPress build by Paxson Woelber
Author:         Paxson Woelber
Template:       ascend_premium
*/

/*
CONTENTS
 1. Basic Theme Setup
 2. Ads
 3. WB2 Page Layout
 4. Home Page
 5. Trip Reports
 6. Films
 7. Maps
 8. Guidebook
 9. About
10. Media
11. Writing
12. Reviews
13. Photography
14. Sponsors
15. Contact
16. 404
17. Learn
18. WooCommerce
19. Speaking and Interviews
20. Glacier Blue
*/

   /* 1. BASIC THEME SETUP */
   /* Menu Bar and Header */
.headerclass .container {padding:0;width:100%;max-width:100%;}
#menu-winterbear-media-menu {border-top:1px solid gray;margin:0 !important;padding:10px 0;}
.wtbr-adminmenu-container {display:flex;flex-flow:row nowrap;}
.wtbr-adminmenu-item {padding:5px;color:white !important;transition:.2s ease all;}
.wtbr-adminmenu-item:hover {color:#909f0c !important;}
.kad-right-header .sf-menu {margin-bottom:0 !important;}
.wtbr-socialmenu-container {display:flex;flex-flow:row wrap;}
.wtbr-socialmenu-link {width:30px;margin:3px;padding:0 !important;}
.wtbr-socialmenu-item {width:100%;margin:0;padding:0;filter:saturate(0) brightness(2);transition:.3s ease all;}
.wtbr-socialmenu-item:hover {filter:saturate(1) brightness(1);}
.kad-left-header .sf-menu {margin:0 0 0 10px;}
   /* Typography */
p.quote, {padding-left:30px;font-style:italic;}
p.rev-dates, p.wblrn-dates {font-weight:bold;font-size:13px;line-height:16px;}
.tr-subtitle {font-weight:bold;font-size:16px;line-height:22px;padding:10px 15px;background:#ecebf1;}
.tr-date {font-size:14px;line-height:19px;font-style:italic;font-weight:bold;padding:20px 0;border-top:2px solid black;margin-top:20px;}
   /* Sidebar */
.sidebar-title {margin:20px 0 10px !important;color:black;font-size:21px;line-height:26px;}
@media screen and (min-width:1px) and (max-width:767px) {.sidebar-title {padding:0 !important;}}
.sidebar-text {font-size:14px;line-height:22px;text-align:left;margin:0 0 20px !important;}
@media screen and (min-width:1px) and (max-width:767px) {.sidebar-text {padding:0 !important;}}
   /* Page Titles */
.wbstd-container {display:flex;flex-flow:column nowrap;align-items:center;background:#232323;}
.wbstd-inner {display:flex;flex-flow:column nowrap;align-items:center;width:100%;max-width:900px;padding:20px 30px;}
.wbstd-header {color:white;margin:0 0 5px !important;font-size:34px;line-height:40px;text-transform:uppercase;letter-spacing:3px;text-align:center;}
.wbstd-subtext, .wbstd-subtext a {color:white;margin:2px 0 0 !important;text-align:center;font-style:italic;}
   /* Comments */
#comments {margin:20px 0;width:100%;max-width:100%;}
#wpdcom {padding:0 30px;max-width:850px;}
   /* Other basic setup */
.postmeta {display:none;}
div.subhead {display:none;}
   /* Footer */
.winterbear-footer-outer {display:flex;flex-flow:row nowrap;justify-content:center;}
.winterbear-footer-inner {width:100%;max-width:530px;padding:15px;}

   /* 2. ADS */
.wb-ads-supportcontainer {display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;}
.wb-ads-supportline {height:2px;background:#e5e5e5;flex-grow:1;}
.wb-ads-supporttext {font-size:12px;color:black;line-height:17px;font-style:italic;margin:0 !important;padding:0 5px;}
.wb-ads {width:100%;margin:10px auto 0;}
.wb-ads-width1 {display:block;margin: 0 0 20px;}
@media screen and (min-width:1px) and (max-width:900px) {.wb-ads-width1 {display:none;}}
.wb-ads-width2 {display:none;}
@media screen and (min-width:600px) and (max-width:900px) {.wb-ads-width2 {display:block;margin: 0 0 20px;}}
.wb-ads-width3 {display:none;}
@media screen and (min-width:400px) and (max-width:600px) {.wb-ads-width3 {display:block;margin: 0 0 20px;}}
.wb-ads-width4 {display:none;}
@media screen and (min-width:1px) and (max-width:400px) {.wb-ads-width4 {display:block;margin: 0 0 20px;}}

   /* 3. WB2 PAGE LAYOUT */
   /* WB2 Layout: Page Layout */
.wb2-container {}
.wb2-content {display:flex;flex-flow:row wrap;margin:0 auto 0;width:100%;max-width:1400px;justify-content:space-between;transition:.2s ease all;padding:30px;}
@media screen and (min-width:900px) and (max-width:1600px) {.wb2-content {max-width:1200px;}}
@media screen and (min-width:1px) and (max-width:900px) {.wb2-content {max-width:100%;padding:30px 0;}}
.trip-reports .comments-area {max-width:100% !important;}
.wb2-left {width:72%;}
@media screen and (min-width:1px) and (max-width:900px) {.wb2-left {width:100%;}}
.wb2-right {width:24.5%;}
@media screen and (min-width:1px) and (max-width:900px) {.wb2-right {width:100%;margin-top:30px;padding:30px 30px 0;border-top:2px solid #e5e5e5;}}
.wb2-header {padding:120px 0;}
.wb2-header-inner {width:100%;max-width:1400px;margin:0 auto;transition:.2s ease all;padding:0 30px;}
@media screen and (min-width:1px) and (max-width:1600px) {.wb2-header-inner {max-width:1200px;}}
.wb2-title {font-size:80px;line-height:80px;color:black;background:rgba(255,255,255,.5);display:inline-block;padding:10px 20px;transition:.2s ease all;margin:20px 0 !important;}
@media screen and (min-width:1400px) and (max-width:1600px) {.wb2-title {font-size:70px;line-height:70px;}}
@media screen and (min-width:800px) and (max-width:1400px) {.wb2-title {font-size:60px;line-height:60px;margin:15px 0 !important;}}
@media screen and (min-width:400px) and (max-width:800px) {.wb2-title {font-size:40px;line-height:40px;margin:10px 0 !important;}}
@media screen and (min-width:1px) and (max-width:400px) {.wb2-title {font-size:30px;line-height:30px;margin:10px 0 !important;}}
.wb2-titlebox {}
.wb2-tripslink {text-decoration:underline;font-weight:900;color:white !important;text-transform:uppercase;letter-spacing:2px;background:rgba(0,0,0,.5);padding:10px;display:inline-block;font-size:14px;line-height:15px;transition:.2s ease all;}
.wb2-tripslink:hover {background:rgba(0,0,0,.8);}
.wb2-header-tripslinkbox {}
.wb2-subtitle {color:black;background:rgba(255,255,255,.5);display:inline-block;padding:10px 20px;font-size:26px;line-height:30px;margin:0;}
@media screen and (min-width:400px) and (max-width:800px) {.wb2-subtitle {font-size:22px;line-height:25px;}}
@media screen and (min-width:1px) and (max-width:400px) {.wb2-subtitle {font-size:20px;line-height:24px;}}
   /* WB2 Layout: Typography */
.wb2-left p, .wb2-left ul {margin:18px 0;}
@media screen and (min-width:1px) and (max-width:900px) {.wb2-left p, .wb2-left ul, .wb2-left .kt-accordion, .wb2-left .graphic-padding {padding:0 30px}}
.wb2-left h1 {margin:28px 0 18px;color:black;}
@media screen and (min-width:1px) and (max-width:900px) {.wb2-left h1 {padding:0 30px}}
.wb2-left h2 {margin:28px 0 18px;color:black;}
@media screen and (min-width:1px) and (max-width:900px) {.wb2-left h2 {padding:0 30px}}
.wb2-left h3 {margin:18px 0;color:black;}
@media screen and (min-width:1px) and (max-width:900px) {.wb2-left h3 {padding:0 30px}}
.wb2-left h4 {margin:18px 0;color:black;font-size:20px;line-height:26px;text-transform:uppercase;}
@media screen and (min-width:1px) and (max-width:900px) {.wb2-left h4 {padding:0 30px}}
.wb2-caption {font-size:16px;line-height:22px;font-style:italic;border-left:2px solid gray;padding:0 0 0 16px !important;margin:10px 0 0 !important;}
@media screen and (min-width:1px) and (max-width:900px) {p.wb2-caption {margin:10px 30px 0 !important;}}
.wb2-date {margin:0 0 24px !important;color:gray;text-transform:uppercase;letter-spacing:1px;font-size:15px;line-height:18px;}
.wb2-quote {padding-left:30px;font-style:italic;}
@media screen and (min-width:1px) and (max-width:900px) {.wb2-quote {padding-left:60px !important;}}
   /* WB2 Layout: Media */
.wb2-content video {width:100%;display:block;}
.wb2-mediabox-1p {margin-bottom:1.1%;}
.wb2-mediabox-1p .wb2-photo {width:100%;}
.wb2-mediabox-1v {margin-bottom:1.1%;}
.wb2-mediabox-1v .wb2-video {width:100%;height:auto;}
.wb2-mediabox-1p1v {display:flex;flex-flow:row wrap;justify-content:space-between;margin-bottom:1.1%;}
.wb2-mediabox-1p1v .wb2-photo {width:71.8%;}
.wb2-mediabox-1p1v .wb2-video {width:27%;height:auto;}
.wb2-mediabox-2p {display:flex;flex-flow:row wrap;justify-content:space-between;margin-bottom:1.1%;}
.wb2-mediabox-2p .wb2-photo {width:49.4%;}
.wb2-mediabox-3p {display:flex;flex-flow:row wrap;justify-content:space-between;margin-bottom:1.1%;}
.wb2-mediabox-3p .wb2-photo {width:32.6%;}
.wb2-mediabox-3v {display:flex;flex-flow:row wrap;justify-content:space-between;margin-bottom:1.1%;}
.wb2-mediabox-3v .wb2-video {width:32.6%;height:auto;}
   /* WB2 Layout - KML file */
.wb2-kmbox {display:block;width:100%;padding:10px 20px;background:black;transition:.2s ease all;color:white;text-align:center;font-size:14px;line-height:18px;font-weight:bold;margin-top:-1.1%;}
.wb2-kmbox:hover {background:#69740b;}
.wb2-kmbox-hiddenlake:hover {background:#495467 !important;}
.wb2-kmcontainer-susitna {background:black;color:white;text-align:center;font-size:14px;line-height:18px;padding:20px;display:flex;flex-flow:column nowrap;margin-top:-1.1%;}
.wb2-kmcontainer-susitnabox {display:block;padding:10px 20px;transition:.2s ease all;color:black;text-align:center;font-size:14px;line-height:18px;font-weight:bold;margin-bottom:1%;filter:saturate(50%);}
.wb2-kmcontainer-susitnabox:hover {filter:saturate(100%);}
   /* WB2 Layout: End bug */
.wb2-endbug {width:18px;display:inline-block;margin-left:5px;margin-top:-2px;}
   /* WB2 Layout: Recent Posts */
.wb2-right .display-posts-listing {}
@media screen and (min-width:1px) and (max-width:900px) {.wb2-right .display-posts-listing {display:flex;flex-flow:row wrap;justify-content:space-between;}}
.wb2-right .listing-item {clear:both;margin-bottom:10px;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;}
@media screen and (min-width:500px) and (max-width:900px) {.wb2-right .listing-item {width:49%;}}
@media screen and (min-width:1px) and (max-width:500px) {.wb2-right .listing-item {width:100%;}}
.wb2-right .listing-item .image {width:30%;}
@media screen and (min-width:1px) and (max-width:900px) {.wb2-right .listing-item .image {width:25%;}}
.wb2-right .listing-item .title {display:block;width:65%;font-weight:bold;font-size:15px;line-height:20px;color:black;transition:.2s ease all;}
@media screen and (min-width:1px) and (max-width:900px) {.wb2-right .listing-item .title {width:70%}}
.wb2-right .listing-item:hover .title {color:#8a9898;}
.sidebar-rcnt-viewall {padding:0;font-style:italic;}
   /* WB2 Sidebar: Author */
.wb2-sidebar-author {display:flex;flex-flow:column nowrap;}
@media screen and (min-width:500px) and (max-width:900px) {.wb2-sidebar-author {flex-flow:row nowrap;align-items:flex-start;margin-top:20px;}}
@media screen and (min-width:1px) and (max-width:500px) {.wb2-sidebar-author {flex-flow:column nowrap;align-items:flex-start;margin-top:20px;}}
.wb2-sidebar-authorphoto {width:100%;margin-bottom:20px;}
@media screen and (min-width:500px) and (max-width:900px) {.wb2-sidebar-authorphoto {width:200px;margin-bottom:0;}}
@media screen and (min-width:1px) and (max-width:500px) {.wb2-sidebar-authorphoto {width:100%;}}
.wb2-sidebar-authorheader-01 {padding:0 0 10px;margin:0 !important;font-size:26px;line-height:28px;}
@media screen and (min-width:1px) and (max-width:900px) {.wb2-sidebar-authorheader-01 {display:none;}}
.wb2-sidebar-authortext {font-size:14px;line-height:22px;margin-bottom:20px !important;}
@media screen and (min-width:500px) and (max-width:900px) {.wb2-sidebar-authortext {padding:0 20px 0 !important;}}
@media screen and (min-width:1px) and (max-width:500px) {.wb2-sidebar-authortext {padding:0 !important;}}
.wb2-sidebar-authorheader-02 {display:none;padding:0 0 10px;margin:0 !important;font-size:26px;line-height:28px;}
@media screen and (min-width:500px) and (max-width:900px) {.wb2-sidebar-authorheader-02 {display:block;padding: 0 20px 10px;}}
@media screen and (min-width:1px) and (max-width:500px) {.wb2-sidebar-authorheader-02 {display:block;padding: 0 0 10px;}}
   /* WB2 Layout: Individual post headers */
.wb2-header-escalante {background:url('https://winterbear.com/wp-content/uploads/rafting-escanante-river-utah-ben-sullender.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:1000px) {.wb2-header-escalante {background:url('https://winterbear.com/wp-content/uploads/rafting-escanante-river-utah-ben-sullender-1200x800.jpg');background-size:cover;background-position:center center;}}
.wb2-header-chugach {background:url('https://winterbear.com/wp-content/uploads/chugach-traverse-grizzly-bear-lake-alaska.jpg');background-size:cover;background-position:center center;}
.wb2-header-castner {background:url('https://winterbear.com/wp-content/uploads/castner-glacier-ice-cave-alaska-header.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:1000px) {.wb2-header-castner {background:url('https://winterbear.com/wp-content/uploads/castner-glacier-ice-cave-alaska-header-1800x900.jpg');background-size:cover;background-position:center center;}}
.wb2-header-4630 {background:url('https://winterbear.com/wp-content/uploads/point-4630-microadventure-north-face-point-4630.jpg');background-size:cover;background-position:center center;}
.wb2-header-tokositna {background:url('https://winterbear.com/wp-content/uploads/tokositna-to-talkeetna-camp-alaska-header.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:1000px) {.wb2-header-tokositna {background:url('https://winterbear.com/wp-content/uploads/packrafting-tokositna-campsite-on-tokositna-1800x1200.jpg');background-size:cover;background-position:center center;}}
.wb2-header-portage {background:url('https://winterbear.com/wp-content/uploads/portage-glacier-calving-04.jpg');background-size:cover;background-position:center center;}
.wb2-header-blackbird {background:url('https://winterbear.com/wp-content/uploads/blackbird-traverse-talkeetna-mountains-backcountry-1800x1200.jpg');background-size:cover;background-position:center center;}
.wb2-header-peters {background:url('https://winterbear.com/wp-content/uploads/class-photo-eagle-river.jpg');background-size:cover;background-position:center center;}
.wb2-header-232 {background:url('https://winterbear.com/wp-content/uploads/northern-lights-from-mchugh-peak-chugach-alaska-1800x1200.jpg');background-size:cover;background-position:center center;}
.wb2-header-kash {background:url('https://winterbear.com/wp-content/uploads/bad-kash-bartholf-creek-bushwacking.jpg');background-size:cover;background-position:center center;}
.wb2-header-bird {background:url('https://winterbear.com/wp-content/uploads/bird-ridge-overlook-peak-chugah-mountains-alaska-1800x1200.jpg');background-size:cover;background-position:center center;}
.wb2-header-cantata {background:url('https://winterbear.com/wp-content/uploads/cantata-boots-boats-traverse-header.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:1000px) {.wb2-header-cantata {background:url('https://winterbear.com/wp-content/uploads/alpacka-packrafts-symphony-lake-alaska-1800x1200.jpg');background-size:cover;background-position:center center;}}
.wb2-header-denali10 {background:url('https://winterbear.com/wp-content/uploads/backpacking-denali-national-park-unit-10-rainbows-hero.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:1000px) {.wb2-header-denali10 {background:url('https://winterbear.com/wp-content/uploads/backpacking-denali-national-park-unit-10-rainbows-smallhero.jpg');background-size:cover;background-position:center center;}}
.wb2-header-haleakala {background:url('https://winterbear.com/wp-content/uploads/haleakala-crater-backpacking-hero.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:1000px) {.wb2-header-haleakala {background:url('https://winterbear.com/wp-content/uploads/haleakala-crater-backpacking-smallhero.jpg');background-size:cover;background-position:center center;}}
.wb2-header-adakbackpacking {background:url('https://winterbear.com/wp-content/uploads/backpacking-adak-island-header.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:1000px) {.wb2-header-adakbackpacking {background:url('https://winterbear.com/wp-content/uploads/backpacking-adak-island-header-mobile.jpg');background-size:cover;background-position:center center;}}
.wb2-header-adaktrip {background:url('https://winterbear.com/wp-content/uploads/adak-trip-header.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:1000px) {.wb2-header-adaktrip {background:url('https://winterbear.com/wp-content/uploads/adak-trip-header-mobile.jpg');background-size:cover;background-position:center center;}}
.wb2-header-zionnarrows {background:url('https://winterbear.com/wp-content/uploads/top-down-zion-narrows-zion-national-park-utah.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:1000px) {.wb2-header-zionnarrows {background:url('https://winterbear.com/wp-content/uploads/top-down-zion-narrows-zion-national-park-utah-1200x572.jpg');background-size:cover;background-position:center center;}}
.wb2-header-zebracanyon {background:url('https://winterbear.com/wp-content/uploads/zebra-canyon-escalante-utah-banner.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:1000px) {.wb2-header-zebracanyon {background:url('https://winterbear.com/wp-content/uploads/zebra-canyon-escalante-utah-banner-1800x900.jpg');background-size:cover;background-position:center center;}}
.wb2-header-longrangebomber {background:url('https://winterbear.com/wp-content/uploads/holden-hut-alaska-group-photo-banner.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:1000px) {.wb2-header-longrangebomber {background:url('https://winterbear.com/wp-content/uploads/holden-hut-alaska-group-photo-banner-1800x900.jpg');background-size:cover;background-position:center center;}}
.wb2-header-skilak {background:url('https://winterbear.com/wp-content/uploads/skating-skilak-lake-header.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:1000px) {.wb2-header-skilak {background:url('https://winterbear.com/wp-content/uploads/skating-skilak-lake-header-1800x900.jpg');background-size:cover;background-position:center center;}}
.wb2-header-tutkafrontdoor {background:url('https://winterbear.com/wp-content/uploads/seldovia-alaska-graduation-peak-summit.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:1000px) {.wb2-header-tutkafrontdoor {background:url('https://winterbear.com/wp-content/uploads/seldovia-alaska-graduation-peak-summit-1800x1200.jpg');background-size:cover;background-position:center center;}}
.wb2-header-sunrise {background:url('https://winterbear.com/wp-content/uploads/happy-taiga-dog-kenai-mountins-alaska.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:1000px) {.wb2-header-sunrise {background:url('https://winterbear.com/wp-content/uploads/happy-taiga-dog-kenai-mountins-alaska-1800x1200.jpg');background-size:cover;background-position:center center;}}
.wb2-header-theplace {background:url('https://winterbear.com/wp-content/uploads/the-place-is-where-youre-at-background.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:1000px) {.wb2-header-theplace {background:url('https://winterbear.com/wp-content/uploads/the-place-is-where-youre-at-background-1800x819.jpg');background-size:cover;background-position:center center;}}
.wb2-header-palmersummit {background:url('https://winterbear.com/wp-content/uploads/palmer-creek-to-summit-lake-banner-image.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:1000px) {.wb2-header-palmersummit {background:url('https://winterbear.com/wp-content/uploads/palmer-creek-to-summit-lake-banner-image-1800x900.jpg');background-size:cover;background-position:center center;}}
.wb2-header-mintymoose {background:url('https://winterbear.com/wp-content/uploads/minty-moose-header.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:1000px) {.wb2-header-mintymoose {background:url('https://winterbear.com/wp-content/uploads/minty-moose-header-1800x900.jpg');background-size:cover;background-position:center center;}}
.wb2-header-coffeepizza {background:url('https://winterbear.com/wp-content/uploads/coffee-pizza-traverse-header.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:1000px) {.wb2-header-coffeepizza {background:url('https://winterbear.com/wp-content/uploads/coffee-pizza-traverse-header-1800x900.jpg');background-size:cover;background-position:center center;}}
.wb2-header-hiddenlake {background:url('https://winterbear.com/wp-content/uploads/skating-hidden-lake-header.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:1000px) {.wb2-header-hiddenlake {background:url('https://winterbear.com/wp-content/uploads/skating-hidden-lake-header-1800x1072.jpg');background-size:cover;background-position:center center;}}
.wb2-header-susitnaflats {background:url('https://winterbear.com/wp-content/uploads/dana-kerr-nordic-skating-mount-susitna.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:1000px) {.wb2-header-susitnaflats {background:url('https://winterbear.com/wp-content/uploads/dana-kerr-nordic-skating-mount-susitna-1800x900.jpg');background-size:cover;background-position:center center;}}
.wb2-header-hopesprings {background:url('https://winterbear.com/wp-content/uploads/hope-springs-eternal-header.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:1000px) {.wb2-header-hopesprings {background:url('https://winterbear.com/wp-content/uploads/hope-springs-eternal-header-1800x655.jpg');background-size:cover;background-position:center center;}}
.wb2-header-graenihryggur {background:url('https://winterbear.com/wp-content/uploads/graenihryggur-green-ridge-trip-report-header.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:1000px) {.wb2-header-graenihryggur {background:url('https://winterbear.com/wp-content/uploads/graenihryggur-green-ridge-trip-report-header-1800x900.jpg');background-size:cover;background-position:center center;}}
   /* WB2 Layout: Crew */
.wb2-crew-container {display:flex;flex-flow:row wrap;justify-content:center;margin:20px 0;}
@media screen and (min-width:1px) and (max-width:1000px) {.wb2-crew-container {padding:0 30px;}}
.wb2-crew {display:flex;flex-flow:column nowrap;width:15%;margin:.82%;}
@media screen and (min-width:500px) and (max-width:700px) {.wb2-crew {width:30%;margin:0 1.6% 20px;}}
@media screen and (min-width:300px) and (max-width:500px) {.wb2-crew {width:45%;margin:0 2.5% 20px;}}
@media screen and (min-width:1px) and (max-width:300px) {.wb2-crew {width:100%;margin:0 0 20px;}}
.wb2-crew img {border-radius:50%;margin:0 0 10px;}
.wb2-crew h3 {text-align:center;margin:0 0 5px !important;font-size:20px !important;line-height:20px !important;padding:0;}
.wb2-crew p {text-align:center;font-style:italic;margin:0 !important;font-size:14px !important;line-height:20px !important;padding:0;}

   /* 4. HOME PAGE */
   /* Page Setup */
.home .contentclass {background:black;}
   /* News */
.winterbear-home-news {padding:20px;background:#69740b;}
.winterbear-home-news-text {color:white;margin:0 !important;padding:0;text-align:center;}
.winterbear-home-news-text a {color:white;}
.winterbear-home-news-text a:hover {border-bottom:2px solid white !important;}
.paxson_woelber_home {float:right;margin:-30px 0 30px 50px;width:25%;}
   /* Feature */
.winterbear-home-0 {width:100%;background-image:url('https://winterbear.com/wp-content/uploads/rafting-escanante-river-utah-ben-sullender-1800x1200.jpg');background-size:cover;background-position:center center;transition:.2s ease all;}
.winterbear-home-0-container {margin:0 auto;width:100%;max-width:1300px;padding:30px;box-sizing:border-box;}
@media screen and (min-width:1px) and (max-width:500px) {.winterbear-home-0-container {padding:20px;min-height:0;}}
.winterbear-home-0-header {color:white;text-align:center;padding-top:20px !important;font-size:55px;line-height:120%;transition:.2s ease all;}
@media screen and (min-width:500px) and (max-width:800px) {.winterbear-home-0-header {font-size:45px;}}
@media screen and (min-width:1px) and (max-width:500px) {.winterbear-home-0-header {font-size:35px;}}
.winterbear-home-0-subheader {color:white;text-align:center;font-size:25px;line-height:120%;}
@media screen and (min-width:500px) and (max-width:800px) {.winterbear-home-0-subheader {font-size:22px;}}
@media screen and (min-width:1px) and (max-width:500px) {.winterbear-home-0-subheader {font-size:18px;}}
   /* Intro */
.winterbear-home-2 {width:100%;display:flex;flex-direction:row;}
@media screen and (min-width:1px) and (max-width:500px) {.winterbear-home-2 {flex-direction:column;}}
.winterbear-home-2a {width:50%;display:flex;justify-content:flex-end;background:url("https://winterbear.com/wp-content/uploads/black-topographic-tile.png");background-repeat:repeat;}
@media screen and (min-width:1px) and (max-width:500px) {.winterbear-home-2a {width:100%;}}
.winterbear-home-2a-inner {max-width:700px;padding:30px;}
@media screen and (min-width:1px) and (max-width:500px) {.winterbear-home-2a-inner {padding:30px;}}
.winterbear-home-2a-header {color:#26d0f2;margin:0 !important;padding:0;}
.winterbear-home-2b {width:50%;display:flex;background:url("https://winterbear.com/wp-content/uploads/paxson-woelber-headshot-background.jpg");background-position:center center;background-size:cover;align-items:flex-end;}
@media screen and (min-width:1px) and (max-width:500px) {.winterbear-home-2b {width:100%;}}
.paxson-woelber-headshot {width:100%;margin-top:-60px;max-width:300px;padding-right:30px;}
@media screen and (min-width:1px) and (max-width:500px) {.paxson-woelber-headshot {margin-top:-25px;}}
.winterbear-home-line {width:100%;margin:20px 0;background:#69740b;height:5px;}
p.winterbear-intro {color:white;text-align:left;margin:0 !important;padding:0 !important;}
.home .intro-links {color:#26d0f2 !important;}
div.home-bluebar {background:#26d0f2;}
h2.home-bluebar {color:black;margin:0 !important;padding:30px 0;text-align:center;}
   /* Media */
.home-med-container {display:flex;flex-flow:row wrap;background:black;}
.home-med-box {transition:.2s ease all;display:block;}
.home-med-box:hover {filter:brightness(120%);}
.home-med-1 {flex-grow:2;background:url("https://winterbear.com/wp-content/uploads/north-suicide-peak-from-mc-hugh-peak-alaska.jpg");background-size:cover;background-position:center center;}
.home-med-2 {flex-grow:1;background:url("https://winterbear.com/wp-content/uploads/paxson-woelber-photo-kincaid-beach.jpg");background-size:cover;background-position:center center;}
.home-med-3 {flex-grow:1;background:url("https://winterbear.com/wp-content/uploads/bomber-traverse-map-blurred-close-up.jpg");background-size:cover;background-position:center center;}
.home-med-4 {flex-grow:2;background:url("https://winterbear.com/wp-content/uploads/mount-deception-hiking-kesugi-ridge-trail-denali.jpg");background-size:cover;background-position:center center;}
.home-med-5 {flex-grow:1;background:url("https://winterbear.com/wp-content/uploads/pres_tap_root_science_pub_01.jpg");background-size:cover;background-position:center center;}
.home-med-txt {text-align:center;color:white;padding:120px 90px;margin:0 !important;background:rgba(0,0,0,.4);transition:.2s ease all;}
@media screen and (min-width:500px) and (max-width:1000px) {.home-med-txt {padding:90px 40px;}}
@media screen and (min-width:1px) and (max-width:500px) {.home-med-txt {padding:60px 20px;}}

   /* 5. TRIP REPORTS */
.trip-reports #content {width:100%;padding:0;margin:0;max-width:100%;}
.trip-reports .entry-title {display:none;}
   /* Landing Page */
.winterbear-trip-reports {padding:25px;}
.winterbear-trip-reports .display-posts-listing {display:flex;flex-flow:row wrap;justify-content:center;}
.winterbear-trip-reports .listing-item {width:260px;padding:5px;overflow:hidden;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center;}
@media screen and (min-width:400px) and (max-width:800px) {.winterbear-trip-reports .listing-item {width:50%;}}
@media screen and (min-width:1px) and (max-width:400px) {.winterbear-trip-reports .listing-item {width:100%;}}
.winterbear-trip-reports .image {width:100%;display:block;}
.winterbear-trip-reports .title {display:flex;flex-flow:row nowrap;justify-content:center;text-align:center;font-size:17px;line-height:21px;margin:0!important;padding:10px 0 2px;}
.winterbear-trip-reports .listing-item .date {display:block;text-align:center;font-size:12px;line-height:18px;padding-bottom:5px;font-weight:bold;}
   /* Magic bus */
.magicbus-gallery-container {display:flex;flex-flow:row wrap;justify-content:space-between;}
.magicbus-gallery-link {width:48.5%;}
@media screen and (min-width:1px) and (max-width:500px) {.magicbus-gallery-link {width:100%;}}
.magicbus-gallery-photo {margin:0 0 25px !important;padding:0 !important;}
@media screen and (min-width:1px) and (max-width:500px) {.magicbus-gallery-photo {margin:0 0 15px !important;}}
   /* Instax */
.instax-photocontainer {display:flex;flex-flow:row wrap;justify-content:center;margin:0 -9px;}
@media screen and (min-width:1px) and (max-width:900px) {.instax-photocontainer {padding:0 5px;margin:0;}}
.instax-photo {width:33.33%;display:block;}
@media screen and (min-width:300px) and (max-width:550px) {.instax-photo {width:50%;}}
@media screen and (min-width:1px) and (max-width:300px) {.instax-photo {width:100%;}}
.instax-photo {display:flex;flex-flow:column nowrap;justify-content:flex-end;}
.instax-caption {text-align:center;font-size:14px;line-height:16px;margin-top:-17% !important;font-family: "Patrick Hand", cursive;transition:.2s ease all;color:#373737;margin-bottom:12% !important;padding:0 10px !important;}
@media screen and (min-width:300px) and (max-width:360px) {.instax-caption {font-size:11px;line-height:14px;}}
@media screen and (min-width:200px) and (max-width:300px) {.instax-caption {font-size:13px;line-height:15px;}}
@media screen and (min-width:1px) and (max-width:200px) {.instax-caption {font-size:11px;line-height:14px;}}
.instax h2 {text-align:center !important;font-size:24px !important;line-height:30px !important;color:#343434 !important;letter-spacing:2px !important;text-transform:uppercase !important;}

   /* 6. FILMS */
   /* Films: basic page setup */
.films .entry-title {display:none;}
.films .contentclass {background:#131313;}
.films .entry-title {color:#8a9898 !important;}
div.flms {margin:20px 0 40px;}
p.flms {color:white;padding:0 !important;;}
p.flms-q {color:#8a9898;font-weight:bold;padding:0 !important;}
p.flms-a {color:white;padding-left:30px;padding:0 !important;}
p.flms-subhead {color:#8a9898;font-weight:bold;text-transform:uppercase;letter-spacing:2px;}
a.flms {color:#b6c3c3 !important;text-decoration:underline !important;transition:.3s ease all;}
a.flms:hover {color:#26d0f2 !important;}
h1.flms {color:#8a9898;padding:0 !important;margin:0 0 20px !important;}
h2.flms, h3.flms, h4.flms {color:#8a9898;border-bottom:2px solid #8a9898;padding:0 !important;}
ul.flms {color:white;}
ul.flms li {margin-bottom:0;}
   /* Films: landing page */
.page-id-1451 .contentclass {background:#131313;}
.page-id-1451 .entry-title {color:#8a9898 !important;}
.page-id-1451 #ktmain {width:100%;}
.page-id-1451 .kad-sidebar {display:none;}
.flms-main-container {display:flex;flex-flow:row wrap;justify-content:center;margin-bottom:20px;}
.flms-main-film {background:black;width:400px;margin:5px;display:block;border:3px solid black;transition:.2s ease all;}
@media screen and (min-width:900px) and (max-width:1300px) {.flms-main-film {width:32.3%;margin:.5%;}}
@media screen and (min-width:600px) and (max-width:900px) {.flms-main-film {width:48%;margin:1%;}}
@media screen and (min-width:1px) and (max-width:600px) {.flms-main-film {width:96%;margin:2%;}}
.flms-main-film:hover {border:3px solid #26d0f2;}
.flms-main-info {padding:20px;transition:.2s ease all;}
@media screen and (min-width:1px) and (max-width:600px) {.flms-main-info {padding:10px;}}
.flms-main-title {color:#8a9898;margin:0 !important;padding:0 !important;font-size:20px;line-height:22px;}
.flms-main-subtitle {color:white;margin:0 !important;padding:0 !important;font-size:13px;}
.flms-main-thumbnail {width:100%;}
   /* Films: Knik Glacier Fattire Biking */
.knik-scrn-container {display:flex;flex-flow:row wrap;justify-content:space-between;}
.knik-scrn-link {width:24.25%;margin-bottom:1%;transition:.2s ease all;}
@media screen and (min-width:450px) and (max-width:800px) {.knik-scrn-link {width:49.5%;}}
@media screen and (min-width:1px) and (max-width:450px) {.knik-scrn-link {width:100%;}}
.swst-scrn-screenshot {width:100%;}
   /* Films: Southwest Road Trip */
.postid-17965 #content {max-width:900px;}
.swst-scrn-container {display:flex;flex-flow:row wrap;justify-content:space-between;}
.swst-scrn-link {width:32.6%;margin-bottom:1%;transition:.2s ease all;}
@media screen and (min-width:450px) and (max-width:800px) {.swst-scrn-link {width:49.5%;}}
@media screen and (min-width:1px) and (max-width:450px) {.swst-scrn-link {width:100%;}}
.swst-scrn-screenshot {width:100%;}
   /* Films: Wild Ice - Backcountry Skating Alaska */
.wildice-logo-container {display:flex;flex-flow:row wrap;align-items:center;padding:10px 0;justify-content:center;}
.wildice-logo {width:100%;max-width:180px;margin:15px;}
@media screen and (min-width:1px) and (max-width:800px) {.wildice-media {max-height:80px;width:100%;max-width:150px;}}
   /* Films: The World Beyond the World */
.wbtw-screenshotcontainer {display:flex;flex-flow:row wrap;}
.wbtw-screenshot {display:block;width:24%;margin:0 1% 1% 0%;transition:.3s ease all;}
.wbtw-screenshot:hover {filter:brightness(130%);}
@media screen and (min-width:500px) and (max-width:800px) {.wbtw-screenshot {width:48%;margin:0 2% 2% 0;}}
@media screen and (min-width:1px) and (max-width:500px) {.wbtw-screenshot {width:100%;margin:2% 0;}}
.wbtw-photocontainer {display:flex;flex-flow:row wrap;justify-content:center;}
.wbtw-participant {background:black;width:18%;margin:1%;}
@media screen and (min-width:500px) and (max-width:800px) {.wbtw-participant {width:30%;margin:1.6%;}}
@media screen and (min-width:300px) and (max-width:500px) {.wbtw-participant {width:46%;margin:2%;}}
@media screen and (min-width:1px) and (max-width:300px) {.wbtw-participant {width:100%;margin:2% 0;}}
.wbtw-photo {width:100%;transition:.3s ease all;}
.wbtw-photo:hover {filter:brightness(130%);}
.wbtw-name {color:white;font-weight:bold;margin:0;padding:15px;text-align:center;margin-bottom:0 !important;}
.wbtw-crowdfunders {-webkit-column-count:3;-moz-column-count:3;column-count:3;}
@media screen and (min-width:400px) and (max-width:800px) {.wbtw-crowdfunders {-webkit-column-count:2;-moz-column-count:2;column-count:2;}}
@media screen and (min-width:1px) and (max-width:400px) {.wbtw-crowdfunders {-webkit-column-count:1;-moz-column-count:1;column-count:1;}}

   /* 7. MAPS */
   /* Maps: basic page setup */
.maps #content {margin:0;padding:0;width:100%;max-width:100%;}
.maps .entry-title {display:none;}
.mapsheader {margin:0 0 20px !important;}
   /* Maps: landing page */
.maps-container {display:flex;flex-flow:row wrap;justify-content:center;}
.maps-inner {width:100%;max-width:1200px;padding:30px;}
.map-project {width:100%;display:flex;flex-flow:row nowrap;margin-bottom:10px;}
.map-project-thumb {width:30%;}
.map-project-info {width:70%;background:black;display:block;}
.map-project-info-inner {padding:20px;}
.map-project-title {color:white;margin-top:0;font-size:28px;line-height:28px;}
.map-project-text {color:white;text-align:left;padding:0 !important;}
.map-project-button {display:inline-block;border:none;background:#69740b;transition:.3s ease all;border-radius:10px;padding:10px 20px;margin:10px 0 0;color:white;}
.map-project-button:hover {background:#26d0f2;color:white;}
   /* Maps: download box */
.map-dl-outer {margin:30px 0;}
.map-dl-container {background:black;padding:30px;display:flex;flex-flow:row nowrap;justify-content:space-between;}
@media screen and (min-width:1px) and (max-width:500px) {.map-dl-container {flex-flow: column wrap;}}
.map-dl-closeup {width:100%;margin:0;padding:0;}
.map-dl-left {width:30%;margin-right:20px;}
@media screen and (min-width:1px) and (max-width:500px) {.map-dl-left {display:none;}}
.map-dl-thumbnail {width:100%;}
.map-dl-right {width:70%}
@media screen and (min-width:1px) and (max-width:500px) {.map-dl-right {width:100%;padding-left:0;}}
.map-dl-right-inner {}
.map-dl-header {color:white !important;margin-top:0 !important;padding:0 !important;}
.map-dl-text {color:white;text-align:left;padding:0 !important;}
.map-dl-text a {color:#26d0f2;transition:.3s ease all;border-bottom:2px solid transparent !important;padding:0 !important;}
.map-dl-text a:hover {border-bottom:2px solid #26d0f2 !important;}
.map-dl-edition {color:white;font-style:italic;text-align:left;}
.map-dl-button {display:inline-block;border:none !important;background:#69740b;transition:.3s ease all !important;border-radius:10px;padding:10px;margin:10px 0 0;color:white;}
.map-dl-button:hover {background:#26d0f2;color:white;}
.map-edition-notes {font-size:17px;line-height:22px;padding-bottom:10px;}
.map-edition-info {font-style:italic;font-size:14px;}
.map-edition-box {display:inline-block;padding:3px 8px;background:#69740b;font-size:10px;font-weight:bold;text-transform:uppercase;letter-spacing:1px;border-radius:5px;line-height:12px;color:white;position:relative;top:-2px;transition:.2s ease all;}
.map-edition-box:hover {background:#26d0f2;}
   /* Maps: Sidebar */
.mapssdbr-container {}
.mapssdbr-map {display:block;margin-bottom:5px;background:black;padding:5px 10px;transition:.2s ease all;}
.mapssdbr-bmbr:hover {background:#8c424a;}
.mapssdbr-adak:hover {background:#758171;}
.mapssdbr-text {color:white;margin:0 !important;font-size:17px;line-height:20px;}
   /* Maps: Bomber Traverse Map footer box */
.bmbr-footer-container {margin:20px 0 0; padding:20px;border:2px solid #69740b;display:flex;flex-flow:row nowrap;justify-content:space-between;background:url('https://winterbear.com/wp-content/uploads/bomber-traverse-map-blurry-background-graphic.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:500px) and (max-width:900px) {.bmbr-footer-container {margin:20px 30px 0;}}
@media screen and (min-width:1px) and (max-width:500px) {.bmbr-footer-container {margin:20px 30px 0;flex-flow:column nowrap;}}
.bmbr-footer-left {width:30%;}
@media screen and (min-width:1px) and (max-width:500px) {.bmbr-footer-left {width:100%;}}
.bmbr-footer-right {width:70%;padding-left:20px;}
@media screen and (min-width:1px) and (max-width:500px) {.bmbr-footer-right {width:100%;padding-left:0;}}
.bmbr-footer-button {display:inline-block;background:black;color:white;padding:10px 20px;transition:.3s ease all;border-radius:10px;}
.bmbr-footer-button:hover {background:#69740b;}
.bmbr-footer-header {margin:0 0 10px !important;padding:0 !important;font-size:26px;line-height:30px;}
@media screen and (min-width:1px) and (max-width:500px) {.bmbr-footer-header {margin-top:20px !important;}}
.bmbr-footer-text {padding:0 !important;}
.bmbr-footer-image {width:100%;border:1px solid lightgray;}

   /* 8. GUIDEBOOK */
   /* Guidebook: Landing page */
.guidebook-container {display:flex;flex-flow:row nowrap;justify-content:center;}
.guidebook-inner {width:100%;max-width:900px;padding:30px;}
.guidebook-column-container {display:flex;flex-flow:row wrap;}
@media screen and (min-width:1px) and (max-width:500px) {.guidebook-column-container {padding:0 20px;}}
.guidebook-column {width:31%;margin-right:2.33%;}
@media screen and (min-width:500px) and (max-width:1000px) {.guidebook-column {width:48%;margin-right:2%;}}
@media screen and (min-width:1px) and (max-width:500px) {.guidebook-column {width:100%;margin-right:0;}}
.page-id-126 .listing-item {line-height:20px;margin-bottom:10px;display:flex;align-items:center;}
.page-id-126 .attachment-thumbnail {width:60px;height:40px;float:left;margin-right:20px;}
.page-id-126 .title {font-weight:bold;}
.title:after {content:"\a";white-space:pre;}
   /* Guidebook: Basic page setup */
.guidebook #content {margin:0;padding:0;width:100%;max-width:100%;}
.guidebook .entry-title {display:none;}
.guidebookheader {margin:0 0 20px !important;}
.guidebook .post-footer-section {display:flex;justify-content:center;}
   /* Guidebook: Info */
.gdbkinfo-headercontainer {background:#69740b;padding:30px;}
.gdbkinfo-header {color:white;margin:0 !important;text-transform:uppercase;font-size:24px;line-height:28px;text-align:center;letter-spacing:2px;}
.gdbkinfo-pagecontent {width:100%;padding:30px;max-width:1200px;margin:0 auto;}
   /* Guidebook: Hike information */
div.hi-container {margin-bottom:30px;}
div.hi-header {background:black;width:100%;;}
h5.hi-header {color:white;margin-bottom:0 !important;padding:10px;}
span.hi-header {font-style:italic;font-weight:normal;font-size:14px;margin-left:10px;}
div.hi-row {width:100%;margin:0;background:#eae9ef;border-top:3px solid white;display:flex;flex-flow:row nowrap;justify-content:space-between;}
div.hi-info {padding:10px;}
a.hi-download {background:#8a9898;padding:10px;transition:.3s ease all;}
a.hi-download h5 {color:white;margin:0 !important;padding:0;line-height:16px;}
a.hi-download:hover {background:#69740b}
p.hi {text-align:left;margin:0;padding:0;font-size:14px;line-height:19px;}
span.hi-route {font-weight:bold;}
span.hi-triangle {font-size:12px;}
   /* Guidebook: Class descriptions */
.cl-container {display:flex;flex-flow:row wrap;background:black;margin-bottom:10px;min-height:200px;}
@media screen and (min-width:1px) and (max-width:500px) {.cl-container {flex-flow:column wrap;}}
.cl-photo {flex:1;}
@media screen and (min-width:1px) and (max-width:500px) {.cl-photo {min-height:250px;}}
.cl-photo-1 {background:url('https://winterbear.com/wp-content/uploads/class-photo-kesugi-ridge-denali.jpg');background-size:cover;background-position:center center;}
.cl-photo-2- {background:url('https://winterbear.com/wp-content/uploads/class-photo-south-fork-eagle-river.jpg');background-size:cover;background-position:center center;}
.cl-photo-2 {background:url('https://winterbear.com/wp-content/uploads/class-photo-snowbird-glacier-trail.jpg');background-size:cover;background-position:center center;}
.cl-photo-2plus {background:url('https://winterbear.com/wp-content/uploads/class-photo-eagle-river.jpg');background-size:cover;background-position:center center;}
.cl-photo-3- {background:url('https://winterbear.com/wp-content/uploads/class-photo-backdoor-gap.jpg');background-size:cover;background-position:center center;}
.cl-photo-3 {background:url('https://winterbear.com/wp-content/uploads/class-photo-thunderbird-peak.jpg');background-size:cover;background-position:center center;}
.cl-photo-3plus {background:url('https://winterbear.com/wp-content/uploads/class-photo-mt-elliot.jpg');background-size:cover;background-position:center center;}
.cl-photo-4 {background:url('https://winterbear.com/wp-content/uploads/class-photo-ptarmigan-peak.jpg');background-size:cover;background-position:center center;}
div.cl-text {flex:2;padding:30px;}
.cl-title-1 {margin-top:0;color:deepskyblue;}
.cl-title-2 {margin-top:0;color:lightseagreen;}
.cl-title-3 {margin-top:0;color:coral;}
.cl-title-4 {margin-top:0;color:crimson;}
p.cl-text {color:white;}
a.cl-link-1, a.cl-link-2, a.cl-link-3 {color:white;transition:.3s ease all;}
a.cl-link-1:hover {color:deepskyblue;}
a.cl-link-2:hover {color:lightseagreen;}
a.cl-link-3:hover {color:coral;}
a.cl-link-4:hover {color:crimson;}

   /* 9. ABOUT */
.abtwtbr-header {width:100%;height:500px;background:url('https://winterbear.com/wp-content/uploads/winterbear-alaska-about-page-header.jpg');background-size:cover;background-position:center center;display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;}
@media screen and (min-width:1000px) and (max-width:1400px) {.abtwtbr-header {height:400px;}}
@media screen and (min-width:500px) and (max-width:1000px) {.abtwtbr-header {height:250px;}}
@media screen and (min-width:300px) and (max-width:500px) {.abtwtbr-header {height:150px;}}
@media screen and (min-width:1px) and (max-width:300px) {.abtwtbr-header {height:100px;}}
.abtwtbr-headertext {color:white;margin:0 !important;font-size:100px;line-height:100px;}
.abtwtbr-introbox {display:flex;flex-flow:row nowrap;min-height:300px;}
@media screen and (min-width:1px) and (max-width:500px) {.abtwtbr-introbox {flex-flow:column-reverse nowrap;}}
.abtwtbr-introboxleft {width:50%;background:url('https://winterbear.com/wp-content/uploads/winterbear-alaska-anchorage-outdoor-photo-michael-dickerson.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:500px) {.abtwtbr-introboxleft {width:100%;height:200px;}}
.abtwtbr-introboxright {width:50%;background:black;display:flex;flex-flow:row nowrap;justify-content:flex-start;}
@media screen and (min-width:1px) and (max-width:500px) {.abtwtbr-introboxright {width:100%;}}
.abtwtbr-introboxrightinner {width:100%;max-width:600px;padding:30px;box-sizing:border-box;}
.abtwtbr-introboxrightinner p {color:white;}
.abtwtbr-infobox {width:100%;padding:30px;max-width:1000px;box-sizing:border-box;margin:0 auto;}
@media screen and (min-width:1px) and (max-width:500px) {.abtwtbr-infobox {padding:10px 20px 20px;}}
.abtwtbr-photobox {display:flex;flex-flow:row nowrap;justify-content:space-between;}
@media screen and (min-width:1px) and (max-width:500px) {.abtwtbr-photobox {flex-flow:column-reverse nowrap;}}
.abtwtbr-photoboxleft {width:70%;}
@media screen and (min-width:1px) and (max-width:500px) {.abtwtbr-photoboxleft {width:100%;}}
.abtwtbr-photoboxright {width:25%;}
@media screen and (min-width:1px) and (max-width:500px) {.abtwtbr-photoboxright {width:100%;}}
.abtwtbr-photo {width:100%;}
.abtwtbr-logotype {display:flex;flex-flow:row nowrap;justify-content:space-between;padding:20px 0;}
@media screen and (min-width:1px) and (max-width:750px) {.abtwtbr-logotype {flex-flow:column nowrap;}}
.abtwtbr-logotypeleft {width:48%;display:flex;flex-flow:row nowrap;justify-content:center;align-items:flex-start;}
@media screen and (min-width:1px) and (max-width:750px) {.abtwtbr-logotypeleft {width:100%;margin-bottom:30px;}}
.abtwtbr-logotypelogo {width:100%;max-width:550px;}
.abtwtbr-logotyperight {width:48%;}
@media screen and (min-width:1px) and (max-width:750px) {.abtwtbr-logotyperight {width:100%;}}

   /* 10. MEDIA */
.page-id-12 #ktmain {padding:0;width:100%;max-width:100%;}
.page-id-12 #content {padding:0;width:100%;max-width:100%;}
.page-id-12 .page-header {margin:0 30px;}
@media screen and (min-width:1px) and (max-width:500px) {.page-id-12 .page-header {margin:0 ;}}
.med-container {display:flex;flex-flow:row wrap;background:black;}
.med-box {transition:.3s ease all;}
.med-box:hover {filter:brightness(120%);}
.med-inside {}
.med-1 {flex-grow:2;background:url("https://winterbear.com/wp-content/uploads/north-suicide-peak-from-mc-hugh-peak-alaska.jpg");background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:500px) {.med-1 {background:url("https://winterbear.com/wp-content/uploads/north-suicide-peak-from-mc-hugh-peak-alaska-768x512.jpg");background-size:cover;background-position:center center;}}
.med-2 {flex-grow:1;background:url("https://winterbear.com/wp-content/uploads/paxson-woelber-photo-kincaid-beach.jpg");background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:500px) {.med-2 {background:url("https://winterbear.com/wp-content/uploads/paxson-woelber-photo-kincaid-beach-768x512.jpg");background-size:cover;background-position:center center;}}
.med-3 {flex-grow:1;background:url("https://winterbear.com/wp-content/uploads/mchugh-peak-camping-site.jpg");background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:500px) {.med-3 {background:url("https://winterbear.com/wp-content/uploads/mchugh-peak-camping-site-768x461.jpg");background-size:cover;background-position:center center;}}
.med-4 {flex-grow:2;background:url("https://winterbear.com/wp-content/uploads/mount-deception-hiking-kesugi-ridge-trail-denali.jpg");background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:500px) {.med-4 {background:url("https://winterbear.com/wp-content/uploads/mount-deception-hiking-kesugi-ridge-trail-denali-768x512.jpg");background-size:cover;background-position:center center;}}
.med-5 {flex-grow:1;background:url("https://winterbear.com/wp-content/uploads/pres_tap_root_science_pub_01.jpg");background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:500px) {.med-5 {background:url("https://winterbear.com/wp-content/uploads/pres_tap_root_science_pub_01-768x508.jpg");background-size:cover;background-position:center center;}}
.med-txt {text-align:center;color:white;padding:90px;margin:0;}

   /* 11. WRITING */
.page-id-283 .contentclass {padding-bottom:0;}
.page-id-283 .contentclass .container {width:calc(100% - 30px);padding:0 15px;}
div.wri-container {display:flex;flex-flow:row wrap;justify-content:center;margin-bottom:30px;padding:20px;}
div.wri-box {width:300px;background:black;margin:10px;}
@media screen and (min-width:500px) and (max-width:1000px) {div.wri-box {width:48%;margin:1%;}}
@media screen and (min-width:1px) and (max-width:500px) {div.wri-box {width:100%;margin:10px 0;}}
img.wri {width:100%;}
div.wri {padding:15px;}
h1.wri {color:white;font-size:20px;line-height:22px;font-family:'Roboto',sans;font-weight:bold;}
h4.wri {color:white;font-size:14px;line-height:16px;font-family:'Roboto',sans;font-weight:bold;margin-bottom:20px;}
p.wri {color:white;text-align:left;font-size:14px;line-height:18px;font-style:italic;}
a.wri {color:white;}

  /* 12. REVIEWS */
  /* Landing page */
.wbrev-catcontainer {padding:20px;}
.wbrev-catcontainer .display-posts-listing {display:flex;flex-flow:row wrap;justify-content:center;}
.wbrev-catcontainer .listing-item {display:flex;flex-flow:column nowrap;width:200px;margin:5px;text-align:center;transition:.2s ease all;border:2px solid #e2e2e2;padding:5px;}
@media screen and (min-width:1000px) and (max-width:1200px) {.wbrev-catcontainer .listing-item {width:19%;margin:.5%;}}
@media screen and (min-width:800px) and (max-width:1000px) {.wbrev-catcontainer .listing-item {width:24%;margin:.5%;}}
@media screen and (min-width:600px) and (max-width:800px) {.wbrev-catcontainer .listing-item {width:32%;margin:.65%;}}
@media screen and (min-width:400px) and (max-width:600px) {.wbrev-catcontainer .listing-item {width:48%;margin:1%;}}
@media screen and (min-width:1px) and (max-width:400px) {.wbrev-catcontainer .listing-item {width:98%;margin:1%;}}
.wbrev-catcontainer .listing-item:hover {border:2px solid #69740b;}
.wbrev-catcontainer .category-display {font-style:italic;font-size:13px;line-height:15px;margin:0 0 10px !important;}
.wbrev-catcontainer .title {margin:10px 0 5px !important;font-size:16px;line-height:22px;font-weight:bold;}
.wbrev-catcontainer .date {font-weight:bold;margin:0 0 5px;display:inline-block;font-size:13px;line-height:15px;}
.revpol-headercontainer {background:#69740b;padding:30px;}
.revpol-header {color:white;margin:0 !important;text-transform:uppercase;font-size:24px;line-height:28px;text-align:center;letter-spacing:2px;}
.revpol-content {width:100%;padding:30px;max-width:1000px;margin:0 auto;}
   /* Reviews */
.reviews #content {margin:0;padding:0;width:100%;max-width:100%;}
.reviews .entry-title {display:none;}
.rev-reviewheader {margin:0 0 20px !important;}

   /* 13. PHOTOGRAPHY */
.pho-container {display:flex;flex-flow:row nowrap;justify-content:center;}
.pho-inner {width:100%;padding:30px;max-width:1200px;}
.pho-flickr-bottom {display:block;background:black;width:100%;transition:.3s ease all;}
.pho-flickr-bottom:hover {background:#0063db;}
p.pho {color:white;margin:0;text-align:center;padding:10px;}
.pho-gallery {margin:30px 0;}

   /* 14. SPONSORS */
.sponsors-box {display:flex;flex-flow:row wrap;justify-content:flex-start;}
@media screen and (min-width:250px) and (max-width:500px) {.sponsors-box {padding-left:2%;}}
@media screen and (min-width:1px) and (max-width:250px) {.sponsors-box {padding-left:0;}}
.sponsors-link {width:19%;margin:0 1% 1% 0;transition:.2s ease all;}
@media screen and (min-width:500px) and (max-width:750px) {.sponsors-link {width:30%;margin:0 2% 2% 0;}}
@media screen and (min-width:250px) and (max-width:500px) {.sponsors-link {width:46%;margin:0 2% 2% 0;}}
@media screen and (min-width:1px) and (max-width:250px) {.sponsors-link {width:100%;margin:0 0 10px 0;}}
img.sponsors {width:100%;}
img.sponsors:hover {opacity:.8}

   /* 15. CONTACT */
.wtbrcnct-container {display:flex;flex-flow:row nowrap;width:100%;min-height:800px;}
@media screen and (min-width:700px) and (max-width:1300px) {.wtbrcnct-container {min-height:500px;}}
@media screen and (min-width:1px) and (max-width:700px) {.wtbrcnct-container {flex-flow:column nowrap;min-height:400px;}}
.wtbrcnct-left {width:50%;background:url('https://winterbear.com/wp-content/uploads/winterbear-contact-paxson-woelber.jpg');background-size:cover;background-position:center center;}
@media screen and (min-width:1px) and (max-width:700px) {.wtbrcnct-left {width:100%;height:230px;}}
.wtbrcnct-right {width:50%;display:flex;flex-flow:row nowrap;justify-content:flex-start;}
@media screen and (min-width:1px) and (max-width:700px) {.wtbrcnct-right {width:100%;}}
.wtbrcnct-rightinner {width:100%;max-width:800px;padding:50px;box-sizing:border-box;}
@media screen and (min-width:500px) and (max-width:1000px) {.wtbrcnct-rightinner {padding:30px;}}
@media screen and (min-width:1px) and (max-width:500px) {.wtbrcnct-rightinner {padding:20px;}}
.wtbrcnct-headertext {color:black;margin:0;padding:0 0 20px;}
.contact-container {display:flex;flex-flow:row wrap;justify-content:flex-start;width:100%;}
.contact-link {margin:5px;width:80px;}
img.contact-social-icon {width:100%;transition:.3s ease all;}
img.contact-social-icon:hover {opacity:.8}
#nf-field-4 {transition:.3s ease all;padding:15px 25px;background:#69740b;border:none;color:white !important;font-size:20px;line-height:22px;}
#nf-field-4:hover {background:#26d0f2;}

   /* 16. 404 */
.error404 .contentclass {background-image:url('https://winterbear.com/wp-content/uploads/alaska-coast-survey-1869.jpg');background-size:cover;background-position:center center;}
.error404 .page-header {display:none;}
div.fourohfour {padding:100px 0;display:flex;flex-direction:column;}
div.fourohfour-text {background:rgba(0,0,0,.8);padding:15px 30px;margin:20px auto;display:inline-block;}
h1.fourohfour {color:white;text-align:center;margin:0;padding:0;font-style:italic;}
h4.fourohfour {color:white;text-align:center;margin:0;padding:0;}
p.fourohfour {text-align:center;}
button.fourohfour {margin-top:30px;background:#69740b;color:white;padding:15px 30px;border-radius:10px;border:none;transition:.3s ease all;text-decoration:underline;}
button.fourohfour:hover {background:#26d0f2;}

   /* 17. LEARN */
   /* Learn: landing page */
.wtbrrev-container {display:flex;flex-flow:row nowrap;justify-content:center;}
.wtbrrev-inner {width:100%;max-width:1200px;padding:30px;}
.avcmnu-columncontainer {display:flex;justify-content:flex-start;flex-flow:row wrap;}
.avcmnu-column {width:30%;margin:1%;}
@media screen and (min-width:600px) and (max-width:1000px) {.avcmnu-column {width:48%;}}
@media screen and (min-width:1px) and (max-width:600px) {.avcmnu-column {width:100%;}}
.avcmnu-container {width:100%;}
.avcmnu-header {padding:30px;margin-bottom:5px;}
.avcmnu-header-packrafting {background:url("https://winterbear.com/wp-content/uploads/packrafting-header.jpg");background-size:cover;background-position:center center;}
.avcmnu-header-nordicskating {background:url("https://winterbear.com/wp-content/uploads/backcountry-nordic-skating-guide.jpg");background-size:cover;background-position:center center;}
.avcmnu-header-text {margin:0 !important;font-size:30px;line-height:36px;}
.avcmnu-item {background:#eae9ef;transition:.3s ease all;display:block;padding:5px 10px;font-weight:bold;color:black;margin-bottom:5px;}
.avcmnu-item:hover {background:#26d0f2;color:black;}
.avcmnu-container .wblrn-sidemenu-subheader {display:none;}
   /* Learn: Article layout */
.learn #content {margin:0;padding:0;width:100%;max-width:100%;}
.learn .entry-title {display:none;}
.wblrn-header-inner {display:flex;flex-flow:column wrap;justify-content:space-between;max-width:1400px;margin:0 auto;padding:60px 30px;transition:.2s ease all;}
@media screen and (min-width:500px) and (max-width:1600px) {.wblrn-header-inner {max-width:1200px;padding:30px;}}
@media screen and (min-width:1px) and (max-width:500px) {.wblrn-header-inner {padding:30px;}}
.wblrn-sectionheader {text-transform:uppercase;font-size:17px;line-height:22px;letter-spacing:2px;margin:0 !important;}
@media screen and (min-width:1px) and (max-width:900px) {.wblrn-sectionheader {padding:0 30px;}}
.wblrn-pagetitle {margin:5px 0 20px !important;}
   /* Learn: Sidebar - Menu */
.wblrn-sidemenu-menu {margin-bottom:30px;}
@media screen and (min-width:1px) and (max-width:800px) {.wblrn-content-right .wblrn-sidemenu-menu {display:none;}}
.wblrn-sidemenu-subheader {color:black;margin:0 0 10px !important;padding:0;}
.wblrn-sidemenu-item {background:#eae9ef;padding:3px 10px;display:block;color:black;margin-bottom:3px;transition:.2s ease all;}
.wblrn-sidemenu-item:hover {background:#26d0f2;}
   /* Learn: mobile menu */
.wblrn-mobilemenu-tabs {overflow:hidden;display:none;}
@media screen and (min-width:1px) and (max-width:900px) {.wblrn-mobilemenu-tabs {display:block;}}
.wblrn-mobilemenu-tab {width:100%;color:white;overflow:hidden;background:#eae9ef;}
.wblrn-mobilemenu-tab-label {color:black;display:flex;justify-content:space-between;padding:15px 30px;background:#eae9ef;font-weight:bold;cursor:pointer;}
.wblrn-mobilemenu-tab-label:hover {background:#26d0f2;}
.wblrn-mobilemenu-tab-label::after {content:"\276F";width:1em;height:1em;text-align:center;transition:.2s ease all;}
.wblrn-mobilemenu-tab-content {max-height:0;color:black;background:#eae9ef;transition:.2s ease all;}
.wblrn-mobilemenu-tab-close {display:flex;justify-content:flex-end;padding: 1em;font-size:0.75em;background: #2c3e50;cursor: pointer;}
.wblrn-mobilemenu-tab-close:hover {background:#1a252f;}
input:checked + .wblrn-mobilemenu-tab-label {background:#d4d3da;}
input:checked + .wblrn-mobilemenu-tab-label::after {-webkit-transform:rotate(90deg);transform:rotate(90deg);}
input:checked ~ .wblrn-mobilemenu-tab-content {max-height:100vh;}
.wblrn-mobilemenu-item {background:#eae9ef;display:block;width:100%;padding:3px 30px;box-sizing:border-box;transition:.2s ease all;color:black;}
.wblrn-mobilemenu-item:hover {background:#26d0f2;color:black;}
input#wblrn-mobilemenu-check {display:none !important;}
  /* Learn: previous and next article buttons */
.wblrn-prevnext {margin-top:20px;}
@media screen and (min-width:1px) and (max-width:900px) {.wblrn-prevnext {margin:0 30px;}}
.wblrn-prevnext-next {display:block;transition:.2s ease all;background:#eae9ef;padding:3px 10px;color:black;margin-bottom:5px;}
.wblrn-prevnext-next:hover {background:#26d0f2;}
.wblrn-prevnext-prev {display:block;transition:.2s ease all;background:#eae9ef;padding:3px 10px;color:black;}
.wblrn-prevnext-prev:hover {background:#26d0f2;}
.wblrn-prevnext-direct {font-size:14px;font-weight:bold;text-transform:uppercase;}
  /* Learn: Packrafting */
.packrafting-header-container {background:url("https://winterbear.com/wp-content/uploads/packrafting-header.jpg");background-size:cover;background-position:bottom center;}
.packrafting-header {font-size:90px;line-height:90px;padding:0;margin:0 !important;}
@media screen and (min-width:1000px) and (max-width:1600px) {.packrafting-header {font-size:70px;line-height:70px;}}
@media screen and (min-width:500px) and (max-width:1000px) {.packrafting-header {font-size:54px;line-height:54px;}}
@media screen and (min-width:1px) and (max-width:500px) {.packrafting-header {font-size:44px;line-height:44px;}}
.packrafting-content-container h1 {padding-bottom:20px;margin:0 !important;font-size:44px;line-height:50px;}
.packrafting-subheader {font-size:24px;line-height:30px;margin:0 0 20px !important;padding:0;}
.packrafting-line {width:200px;height:6px;background:#6d838b;background:-moz-linear-gradient(left, #6d838b 0%, #2ec7e6 100%);background:-webkit-linear-gradient(left, #6d838b 0%,#2ec7e6 100%);background: linear-gradient(to right, #6d838b 0%,#2ec7e6 100%);margin:10px 0 20px;}
.packrafting-directory-item {border:2px solid #2fc6e4;padding:30px;margin-bottom:10px;}
@media screen and (min-width:1px) and (max-width:500px) {.packrafting-directory-item {padding:20px;margin:0 20px 10px;}}
.packrafting-directory-headercontainer {display:flex;flex-flow:row wrap;justify-content:space-between;align-items:flex-end;margin-bottom:10px;}
@media screen and (min-width:1px) and (max-width:500px) {.packrafting-directory-headercontainer {flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;}}
.packrafting-directory-header {margin:-10px 0 0 0 !important;padding:0 20px 0 0 !important;}
.packrafting-directory-info {font-style:italic;padding:0 !important;margin:0 !important;}
.packrafting-directory-contentcontainer {display:flex;flex-flow:row nowrap;}
@media screen and (min-width:1px) and (max-width:400px) {.packrafting-directory-contentcontainer {flex-flow:column nowrap;justify-content:flex-start;align-items:center;}}
.packrafting-directory-logobox {width:50%;max-width:180px;padding-right:30px;box-sizing:border-box;}
@media screen and (min-width:1px) and (max-width:400px) {.packrafting-directory-logobox {margin-bottom:20px;}}
.packrafting-directory-logo {width:100%;margin:0;padding:0;}
.packrafting-directory-content {width:100%;}
.packrafting-directory-text {font-size:17px;line-height:24px;margin:0 0 15px !important;text-align:left;padding:0 !important;}
.packrafting-directory-link {font-weight:bold;transition:.2s ease all;color:black !important;}
.packrafting-directory-link:hover {color:#2fc6e4 !important;}
.packrafting-lucmehl {margin-bottom:10px;background:#ebebeb;display:flex;flex-flow:row nowrap;align-items:flex-start;}
@media screen and (min-width:1px) and (max-width:500px) {.packrafting-lucmehl {flex-flow:column nowrap;justify-content:flex-start;align-items:center;}}
.packrafting-lucmehl-image {width:200px;}
.packrafting-lucmehl-content {flex:1;padding:20px;}
.packrafting-lucmehl p {font-size:15px;line-height:24px;margin-top:0 !important;}
.packrafting-lucmehl p:last-child {margin-bottom:0 !important;}
  /* Learn: Nordic Skating */
.nordicskating-header-container {background:url("https://winterbear.com/wp-content/uploads/backcountry-nordic-skating-guide.jpg");background-size:cover;background-position:center center;}
.nordicskating-line {width:200px;height:6px;background:#a59466;background: -moz-linear-gradient(left, #a59466 13%, #33636f 100%);background: -webkit-linear-gradient(left, #a59466 13%,#33636f 100%);background: linear-gradient(to right, #a59466 13%,#33636f 100%);margin:10px 0 20px;}
.nordicskating-header {font-size:90px;line-height:90px;padding:0;color:white;margin:0 !important;}
@media screen and (min-width:1000px) and (max-width:1600px) {.nordicskating-header {font-size:70px;line-height:70px;}}
@media screen and (min-width:500px) and (max-width:1000px) {.nordicskating-header {font-size:54px;line-height:54px;}}
@media screen and (min-width:1px) and (max-width:500px) {.nordicskating-header {font-size:44px;line-height:44px;}}
.nordicskating-subheader {font-size:24px;line-height:30px;margin:0 0 20px !important;color:white;padding:0 !important;}
.nordicskating-icegrades {margin-bottom:20px;}
.nordicskating-icegrade {display:flex;flex-flow:row nowrap;align-items:stretch;background:black;margin-bottom:10px;}
@media screen and (min-width:1px) and (max-width:500px) {.nordicskating-icegrade {flex-flow:column nowrap;}}
.nordicskating-icegrade-photo {width:300px;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;transition:.2s ease all;}
@media screen and (min-width:500px) and (max-width:1100px) {.nordicskating-icegrade-photo {width:200px;}}
@media screen and (min-width:1px) and (max-width:500px) {.nordicskating-icegrade-photo {width:100%;height:300px;}}
.nordicskating-icegrade-photo-a {background:url('https://winterbear.com/wp-content/uploads/backcountry-ice-skating-grade-a2.jpg');background-size:cover;background-position:center top;}
.nordicskating-icegrade-photo-b {background:url('https://winterbear.com/wp-content/uploads/backcountry-ice-skating-grade-b2.jpg');background-size:cover;background-position:center top;}
.nordicskating-icegrade-photo-c {background:url('https://winterbear.com/wp-content/uploads/backcountry-ice-skating-grade-c.jpg');background-size:cover;background-position:center top;}
.nordicskating-icegrade-photo-d {background:url('https://winterbear.com/wp-content/uploads/backcountry-ice-skating-grade-d.jpg');background-size:cover;background-position:center top;}
.nordicskating-icegrade-photo-f {background:url('https://winterbear.com/wp-content/uploads/backcountry-ice-skating-grade-f.jpg');background-size:cover;background-position:center top;}
.nordicskating-icegrade-content {flex:1;padding:30px;}
@media screen and (min-width:1px) and (max-width:500px) {.nordicskating-icegrade-content {width:100%;}}
.nordicskating-icegrade-header {padding:0 !important;font-size:24px;line-height:30px;margin-top:-5px;}
.nordicskating-icegrade-text {padding:0 !important;color:white;margin-bottom:0 !important;}
.nordicskating-icegrade-grade {color:white;margin:0 !important;font-size:100px;}
.nordicskating-anchdests {}
.nordicskating-anchdest {background:black;padding:30px;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:flex-start;margin-bottom:10px;}
@media screen and (min-width:500px) and (max-width:1000px) {.nordicskating-anchdest {flex-flow:column nowrap;}}
@media screen and (min-width:1px) and (max-width:500px) {.nordicskating-anchdest {flex-flow:column nowrap;padding:20px;}}
.nordicskating-anchimg {width:35%;}
@media screen and (min-width:1px) and (max-width:1000px) {.nordicskating-anchimg {width:100%;margin-bottom:20px;}}
.nordicskating-anchtext {width:62%;}
@media screen and (min-width:1px) and (max-width:1000px) {.nordicskating-anchtext {width:100%;}}
.nordicskating-anchtext-header {color:white !important;margin:-6px 0 0 !important;padding:0 0 20px !important;font-size:26px !important;line-height:32px !important;text-transform:none !important;}
.nordicskating-anchtext-text {color:white;margin:0 !important;padding:0 0 20px;}
.nordicskating-anchtext-text:last-child {padding:0;}
.nordicskating-anchtext-text a {color:#26d0f2;}
.nordicskating-anchdests h2 {margin:20px 0 !important;}
.nordicskating-standard {background:black;margin-bottom:10px;display:flex;flex-flow:row wrap;transition:.2s ease all;}
@media screen and (min-width:1px) and (max-width:550px) {.nordicskating-standard {flex-flow:column nowrap;}}
.nordicskating-standard:last-child {margin-bottom:0;}
.nordicskating-standardphoto {width:30%;transition:.2s ease all;}
@media screen and (min-width:1px) and (max-width:550px) {.nordicskating-standardphoto {width:100%;height:250px;}}
.nordicskating-photo-nnn {background:url('https://winterbear.com/wp-content/uploads/nordic-skating-boots-nnn.jpg');background-size:cover;background-position:center bottom;}
.nordicskating-photo-nnnbc {background:url('https://winterbear.com/wp-content/uploads/nordic-skating-boots-nnnbc.jpg');background-size:cover;background-position:center bottom;}
.nordicskating-photo-xplore {background:url('https://winterbear.com/wp-content/uploads/nordic-skating-boots-xplore.jpg');background-size:cover;background-position:center bottom;}
.nordicskating-standardinfo {width:70%;padding:30px;}
@media screen and (min-width:1px) and (max-width:550px) {.nordicskating-standardinfo {width:100%;transition:.2s ease all;}}
.nordicskating-standard p {color:white;padding:0 !important;}
.nordicskating-standard ul {color:white;padding-right:0 !important;}
.nordicskating-standard li {margin-bottom:0;}
.nordicskating-standard p:last-child, ul:last-child {margin-bottom:0;}
.nordicskating-standard h3 {font-size:40px;line-height:44px;margin:0 0 15px;padding:0 !important;}
.nordicskating-calloutbox {border:2px solid #a59466;padding:30px;margin-bottom:10px;}
.nordicskating-calloutbox:last-child {margin-bottom:18px;}
.nordicskating-calloutbox p {margin:0;}
.nordicskating-ontheice {border:2px solid #33636f;padding:30px;margin-bottom:18px;transition:.2s ease all;}
@media screen and (min-width:700px) and (max-width:900px) {.nordicskating-ontheice {margin:0 30px 18px;}}
@media screen and (min-width:500px) and (max-width:700px) {.nordicskating-ontheice {margin:0 30px 18px;padding:20px;}}
@media screen and (min-width:1px) and (max-width:500px) {.nordicskating-ontheice {margin:0 30px 18px;padding:15px;}}
.nordicskating-ontheice h3 {color:#33636f;font-size:17px;text-transform:uppercase;letter-spacing:2px;line-height:17px;margin:0 0 18px;}
@media screen and (min-width:1px) and (max-width:900px) {.nordicskating-ontheice h3 {padding:0;}}
@media screen and (min-width:1px) and (max-width:900px) {.nordicskating-ontheice p {padding:0;}}
@media screen and (min-width:1px) and (max-width:900px) {.nordicskating-ontheice p.wb2-caption {margin:10px 0 0 !important;}}
.nordicskating-ontheice p:last-child {margin-bottom:0;}
.nordicskating-company {border:2px solid #a59466;padding:30px;margin-bottom:10px;}
@media screen and (min-width:1px) and (max-width:900px) {.nordicskating-company {margin-left:30px;margin-right:30px;}}
.nordicskating-company h2 {margin-top:-5px;padding:0 !important;}
.nordicskating-company p {padding:0 !important;}
.nordicskating-company p:last-child {margin-bottom:0;}
.nordicskating-buttoncontainer {display:flex;flex-flow:row wrap;}
@media screen and (min-width:1px) and (max-width:900px) {.nordicskating-buttoncontainer {padding:0 30px;}}
.nordicskating-button {border:none;background:#a59466;transition:.3s ease all;padding:10px 20px;margin:0 10px 10px  0;color:white;text-align:center;flex:1;flex-wrap:wrap;min-width:fit-content;font-size:17px;line-height:22px;}
.nordicskating-button:hover {background:#33636f;color:white;}
   /*--- Learn: Ads ---*/
.learn-ads {width:100%;margin:0 auto;}
.learn-ads-width1 {display:block;margin:0;}
@media screen and (min-width:1px) and (max-width:800px) {.learn-ads-width1 {display:none;}}
.learn-ads-width2 {display:none;}
@media screen and (min-width:600px) and (max-width:800px) {.learn-ads-width2 {display:block;}}
.learn-ads-width3 {display:none;}
@media screen and (min-width:500px) and (max-width:600px) {.learn-ads-width3 {display:block;}}
.learn-ads-width4 {display:none;}
@media screen and (min-width:1px) and (max-width:500px) {.learn-ads-width4 {display:block;margin:0 20px;}}

   /* 18. WOOCOMMERCE */
.single-product .price {margin-bottom:20px;}
@media screen and (min-width:768px) and (max-width:99999px) {.product-img-case {width:50% !important;}}
@media screen and (min-width:768px) and (max-width:99999px) {.product-summary-case {width:50% !important;}}
.single-product p {padding:0 !important;}
.single-product .entry-title {padding:0 !important;}

   /* 19. SPEAKING AND INTERVIEWS */
   /* Basic content styling */
.spkint-container {background:black;}
.spkint-innercontainer {margin:0 auto;display:block;width:100%;max-width:1660px;padding:30px;box-sizing:border-box;transition:.2s ease all;}
@media screen and (min-width:1px) and (max-width:900px) {.spkint-innercontainer {padding:15px;}}
.spkint-date {font-weight:bold;font-size:14px;line-height:120%;text-transform:uppercase;margin:0 0 10px !important;letter-spacing:2px;}
.spkint-text {font-size:17px;line-height:140%;margin:0 !important;}
.spkint-media {display:flex;flex-flow:row wrap;justify-content:space-between;margin:20px 0 -2%;}
.spkint-media a {display:inline-block;margin-bottom:2%;}
.spkint-container audio {margin-top:20px;width:100%;}
/* Colcade */
.grid-col {float:left;width:100%;}
.grid-col--1, .grid-col--2, .grid-col--3 { display: none }
@media ( min-width: 800px ) {.grid-col {width:50%; }.grid-col--1 {display:block;}}
@media ( min-width: 1200px ) {.grid-col {width:33.333%; }.grid-col--2 {display:block;}}
/*@media ( min-width: 2200px ) {.grid-col {width:25%; }.grid-col--3 {display:block;}}*/
.grid-item {background: white;padding:10px;border:5px solid black;}

   /* 20. GLACIER BLUE */
.page-id-20656 #containerfooter {display:none !important;}
.page-id-20656 #kad-mobile-banner {display:none !important;}
.page-id-20656 #kad-header-menu {display:none !important;}
.glblu-container {background:url('https://winterbear.com/wp-content/uploads/glacier-blue-background.jpg');background-size:cover;background-position:center center;display:flex;flex-flow:row wrap;justify-content:center;}
.glblu-inner {padding:30px;width:100%;max-width:900px;}
.glblu-inner h1 {color:white;}
.glblu-inner h2 {color:white;font-family:sans-serif;font-size:18px;line-height:22px;margin-bottom:20px !important;}
.glblu-buttoncontainer {display:flex;justify-content:center;flex-flow:row wrap;justify-content:space-between;}
.glblu-button {display:block;padding:10px 20px;background:#004798;transition:.2s ease all;color:white;border:1px solid #2fa3dc;width:49%;text-transform:uppercase;font-weight:bold;letter-spacing:2px;font-size:17px;line-height:24px;}
@media screen and (min-width:1px) and (max-width:600px) {.glblu-button {width:100%;margin-bottom:5px;}}
.glblu-button:hover {background:#0056b0;}
/*
Theme Name: Default
Theme URI:
Author: gVectors team
Author URI:
Description:
Version: 7.0.0
*/
/* wpDiscuz CSS Style */

#comments{max-width: 1100px; margin: 50px auto; color: #333333; font-style: normal; }
#comments p, #respond p{ float: none!important;}
#wpdcom{max-width:750px; padding:0; margin:7px auto 15px auto;}
#wpdcom *{box-sizing:border-box; line-height: initial;}
#wpdcom i{margin:0;}
#comments #wpdcom span, #respond #wpdcom span, #wpdcom span{display: inline;letter-spacing: inherit;text-transform: none;font-size: 1em;}
#comments #wpdcom .wpdiscuz-embed-wrapper .fb_iframe_widget > span{display: inline-block;}
#wpdcom form{margin: 0px; padding: 0px; border: none; background: none;}
#wpdcom input:required {box-shadow: 0px 0px 1px #555;}
#wpdcom button{min-height: auto; min-width: auto; max-width: auto; min-height: auto; display: inline-block; font-weight:normal;text-transform: none;}
#wpdcom svg{display:inline;}
#wpdcom .wpd-cursor-pointer{cursor: pointer;}
#wpdcom .avatar{padding:0px; margin:0 auto; float:none; display:inline; height:auto; border:none; border-radius:0%; box-shadow: none; }
#wpdcom .page-numbers{padding:2px 7px; font-size:14px; margin:20px 1px; line-height:33px; background:#fff}
#wpdcom span.current{color:#fff}
#wpdcom .wc-label a:focus{outline:0}
#wpdcom .wpdiscuz-hidden{display:none}
#wpdcom .wpd-clear, #wpdcom .clearfix, .wpdiscuz_top_clearing, .wpdiscuz_clear{clear:both}  .wpdiscuz_clear_right{clear:right}  .wpdiscuz_clear_left{clear:left}
#wpdcom .wpd-space{flex-grow: 1;}
#wpdcom .wpd-hidden{visibility: hidden; opacity:0; transition: visibility 0s, opacity 0.5s linear;}
#wpdcom .wpd-up{color: #009149 !important;}
#wpdcom .wpd-up svg{fill: #009149!important;}
#wpdcom .wpd-down{color: #fc5844!important;}
#wpdcom .wpd-down svg{fill: #fc5844!important;}
#wpdcom .wpd-reply{margin-left:25px}
#wpdcom .wpd-reply.wpd_comment_level-2{margin-left:70px}
#wpdcom.wpd-layout-2 .wpd-reply{margin-left:40px}
#wpdcom.wpd-layout-2 .wpd-reply.wpd_comment_level-2{margin-left:28px}
#wpdcom.wpd-layout-3 .wpd-reply{margin-left:45px}
#wpdcom.wpd-layout-3 .wpd-reply.wpd_comment_level-2{margin-left:62px}
#wpdcom .wpdlb{clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;}

/* Tooltip */
.wpd-tooltip { position: relative; overflow: hidden;}
.wpd-tooltip:hover { overflow: visible;}
.wpd-tooltip:hover .wpd-tooltip-content {opacity: 1;}
.wpd-tooltip .wpd-tooltip-content {background: #555555; border-radius: 5px;  box-sizing: border-box; color: #ffffff; font-size: 14px; max-width: 200px; min-width: 145px; padding: 10px; position: absolute; opacity:0;}
.wpd-tooltip .wpd-tooltip-content a{color: #ffffff; text-decoration: none;}
.wpd-tooltip .wpd-tooltip-content::after {background: #555555; content: ""; height: 10px; position: absolute; -webkit-transform: rotate(45deg); transform: rotate(45deg); width: 10px;}
.wpd-tooltip.wpd-top .wpd-tooltip-content {bottom: calc(100% + 0.3em); left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%);}
.wpd-tooltip.wpd-top .wpd-tooltip-content::after {bottom: -5px; left: 50%;  margin-left: -5px;}
.wpd-tooltip.wpd-bottom .wpd-tooltip-content {bottom: calc(-100% - 1.8em); left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%);}
.wpd-tooltip.wpd-bottom .wpd-tooltip-content::after {top: -5px;}
.wpd-tooltip.wpd-right .wpd-tooltip-content {left: calc(100% + 1.5em); top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
.wpd-tooltip.wpd-right .wpd-tooltip-content::after {left: -5px; margin-top: -5px; top: 50%;}
.wpd-tooltip.wpd-left .wpd-tooltip-content {right: calc(100% + 1.5em); top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
.wpd-tooltip.wpd-left .wpd-tooltip-content::after {right: -5px; margin-top: -5px; top: 50%;}
[wpd-tooltip]{position:relative;}
[wpd-tooltip]::before {content: "";position: absolute;top:-8px;left:50%;transform: translateX(-50%);border-width: 7px 7px 0 7px;border-style: solid;border-color: #555555 transparent transparent transparent;z-index: 100;opacity:0;}
[wpd-tooltip]::after {content: attr(wpd-tooltip); position: absolute;left:50%;top:-8px;transform: translateX(-50%)   translateY(-100%);background: #555555;text-align: center;color: #fff;padding:8px 10px;font-size: 11px; line-height:1.5; min-width: 6vw; border-width:0; border-radius: 4px;pointer-events: none;z-index: 99;opacity:0;text-transform: none;}
[wpd-tooltip]:hover::after,[wpd-tooltip]:hover::before {opacity: 1;transition: all .4s ease-in-out;}
[wpd-tooltip-size='small']::after{min-width: 5vw;}
[wpd-tooltip-size='medium']::after{min-width: 10vw;}
[wpd-tooltip-size='long']::after{min-width: 14vw;}
[wpd-tooltip-position='left']::before{left:0%;top:50%;margin-left:-11px; transform:translatey(-50%) rotate(-90deg)}
[wpd-tooltip-position='top']::before{left:50%;}
[wpd-tooltip-position='bottom']::before{top:100%;margin-top:8px;transform: translateX(-50%) translatey(-100%) rotate(-180deg)}
[wpd-tooltip-position='right']::before{left:100%;top:50%;margin-left:0px;transform:translatey(-50%) rotate(90deg)}
[wpd-tooltip-position='left']::after{left:0%;top:50%;margin-left:-8px;transform: translateX(-100%)   translateY(-50%);}
[wpd-tooltip-position='top']::after{left:50%;}
[wpd-tooltip-position='bottom']::after{top:100%;margin-top:8px;transform: translateX(-50%) translateY(0%);}
[wpd-tooltip-position='right']::after{left:100%;top:50%;margin-left:9px;transform: translateX(0%)   translateY(-50%);}
_:-ms-lang(x), .wpd-social-login [wpd-tooltip]::after{top: -24px;}
_:-ms-lang(x), .wpd-social-login [wpd-tooltip]::before{top: -24px;}
#wpdcom div.wpd-field-desc {position: relative; display: inline; }
#wpdcom div.wpd-field-desc span {position: absolute; width:200px; color: #FFFFFF; background: #555555; height:auto; line-height: 17px; padding:8px 10px; font-size:12px!important; text-align: center; visibility: hidden; border-radius: 6px; left: -150px; }
#wpdcom div.wpd-field-desc span:after { content: ''; position: absolute; top: 100%; left: 50%; margin-left: -4px; width: 0; height: 0; border-top: 8px solid #555555; border-right: 8px solid transparent; border-left: 8px solid transparent; }
#wpdcom div:hover.wpd-field-desc span {visibility: visible; opacity: 1; bottom: 34px; left: 50%; margin-left: -100px; z-index: 999999; }
#wpdcom div:hover.wpd-tooltip {position: relative; }
#wpdcom span.wpd-field-desc {position: relative; display: inline; }
#wpdcom span.wpd-field-desc span {position: absolute; width:200px; color: #FFFFFF; background: #555555; height:auto; line-height: 17px; padding:8px 10px; font-size:12px; text-align: center; visibility: hidden; border-radius: 6px; left: -150px; }
#wpdcom span.wpd-field-desc span:after { content: ''; position: absolute; top: 100%; left: 50%; width: 0; height: 0; border-top: 8px solid #555555; border-right: 8px solid transparent; border-left: 8px solid transparent; }
#wpdcom span:hover.wpd-field-desc span {visibility: visible; opacity: 1; bottom: 38px; left: 50%; margin-left: -105px; z-index: 999999; }

/* Rating Section */
@font-face { font-family: 'square721_cn_btroman'; src: url('https://winterbear.com/wp-content/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.eot'); src: url('https://winterbear.com/wp-content/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.eot?#iefix') format('embedded-opentype'), url('https://winterbear.com/wp-content/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.woff2') format('woff2'), url('https://winterbear.com/wp-content/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.woff') format('woff'), url('https://winterbear.com/wp-content/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.ttf')  format('truetype'), url('https://winterbear.com/wp-content/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.svg#svgFontName') format('svg'); font-display: swap; }
.wpd-post-rating{display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-items: center; width: 100%; margin-top: 20px; margin-bottom: 30px;}
.wpd-post-rating .wpd-rating-wrap{width: 30%;display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: center; align-items: center; align-content: center; text-align: center; }
.wpd-post-rating .wpd-rating-wrap .wpd-rating-left{flex-grow: 1; height: 1px; border-bottom: 1px dashed #999999; margin-right: -10px;}
.wpd-post-rating .wpd-rating-wrap .wpd-rating-right{flex-grow: 1; height: 1px; border-bottom: 1px dashed #999999; margin-left: -10px;}
.wpd-post-rating .wpd-rating-wrap .wpd-rating-data{width: 125px; white-space: nowrap; text-align: center; display: flex; flex-direction: column; justify-content: center; flex-wrap: wrap; align-items: center;}
.wpd-post-rating .wpd-rating-wrap .wpd-rating-title{width: 125px; white-space: break-spaces; word-break: break-all; font-size: 12px; letter-spacing: 0.5px; color: #888; line-height: 16px; display: block; margin-top: 7px; margin-bottom: -3px;}
.wpd-post-rating .wpd-rating-wrap .wpd-rating-value{ transition:0.2s; background-color:#ffffff; border: 1px dashed #777777; height: 60px; width: 60px; text-align: center; border-radius: 50%;font-family: square721_cn_btroman, "Open Sans", san-serif;  }
.wpd-post-rating .wpd-rating-wrap .wpd-rating-value span{ color: #666666; display: block!important; cursor: default; }
.wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrv{font-size: 24px!important; line-height: 60px!important; padding-top: 0px!important;}
.wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrc{font-size: 18px!important; line-height: 16px!important; display: none!important; padding-top: 17px!important;}
.wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrt{font-size: 10px!important; line-height: 16px!important;  display: none!important; padding-top: 0px!important; font-style: normal; font-family: Arial, sans-serif;}
.wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrv{display: none!important;}
.wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrc,
.wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrt{display: block!important; color: #ffffff; transition:0.8s;}
.wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover{background-color: #555555; transition:0.5s;}
.wpd-post-rating .wpd-rating-wrap .wpd-rating-stars{margin-top:7px; display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: center;}
.wpd-post-rating .wpd-rating-wrap .wpd-rating-stars svg{ width: 26px; height: 26px; display: block; margin-right: -3px;}

.wpd-post-rating.wpd-not-rated .wpd-rating-wrap .wpd-rating-data:hover .wpd-rating-stars{display:none;}
.wpd-post-rating.wpd-not-rated .wpd-rating-wrap .wpd-rating-data:hover .wpd-rate-starts{display:flex;}
.wpd-post-rating .wpd-rating-wrap .wpd-rate-starts{display:none;margin-top:7px; flex-wrap: nowrap; flex-direction: row; justify-content: center;}
.wpd-post-rating .wpd-rating-wrap .wpd-rate-starts svg{ width: 26px; height: 26px; display: block; margin-right: -3px;}

.wpd-rating{display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-items: center; width: 100%; margin-top: 20px; margin-bottom: 30px;}
.wpd-rating .wpd-rating-wrap{width: 30%;display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: center; align-items: center; align-content: center; text-align: center; }
.wpd-rating .wpd-rating-wrap .wpd-rating-left{flex-grow: 1; height: 1px; border-bottom: 1px dashed #999999; margin-right: -10px;}
.wpd-rating .wpd-rating-wrap .wpd-rating-right{flex-grow: 1; height: 1px; border-bottom: 1px dashed #999999; margin-left: -10px;}
.wpd-rating .wpd-rating-wrap .wpd-rating-data{width: 125px; white-space: nowrap; text-align: center; display: flex; flex-direction: column; justify-content: center; flex-wrap: wrap; align-items: center;}
.wpd-rating .wpd-rating-wrap .wpd-rating-title{width: 125px; white-space: break-spaces; word-break: break-all; font-size: 12px; letter-spacing: 0.5px; color: #888; line-height: 16px; display: block; margin-top: 7px; margin-bottom: -3px;}
.wpd-rating .wpd-rating-wrap .wpd-rating-value{ transition:0.2s; background-color:#ffffff; border: 1px dashed #777777; height: 60px; width: 60px; text-align: center; border-radius: 50%;font-family: square721_cn_btroman, "Open Sans", san-serif;  }
.wpd-rating .wpd-rating-wrap .wpd-rating-value span{ color: #666666; display: block!important; cursor: default; }
.wpd-rating .wpd-rating-wrap .wpd-rating-value .wpdrv{font-size: 24px!important; line-height: 60px!important; padding-top: 0px!important;}
.wpd-rating .wpd-rating-wrap .wpd-rating-value .wpdrc{font-size: 18px!important; line-height: 16px!important; display: none!important; padding-top: 17px!important;}
.wpd-rating .wpd-rating-wrap .wpd-rating-value .wpdrt{font-size: 10px!important; line-height: 16px!important; display: none!important; padding-top: 0px!important;font-style: normal; font-family: Arial, sans-serif;}
.wpd-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrv{display: none!important;}
.wpd-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrc,
.wpd-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrt{display: block!important; color: #ffffff!important; transition:0.8s;}
.wpd-rating .wpd-rating-wrap .wpd-rating-value:hover{background-color: #555555; transition:0.5s;}
.wpd-rating .wpd-rating-wrap .wpd-rating-stars{margin-top:7px; display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: center;}
.wpd-rating .wpd-rating-wrap .wpd-rating-stars svg{ width: 26px; height: 26px; display: block; margin-right: -3px;}
.wpd-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-star{fill: #cccccc;}
.wpd-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-active{fill: #ffc600;}
.wpd-rating .wpd-rating-wrap .wpd-rating-name{font-size: 12px; padding-top: 5px; color: #999999; display: none;}

/* Form Head */
#wpdcom .wpd-form-head{border-bottom: 1px solid #cccccc; padding: 7px 2px 9px 2px; margin-top: 20px; margin-bottom: 5px; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between;}
#wpdcom .wpd-sbs-toggle{color: #666666; font-size: 14px; line-height: 20px; cursor: pointer;}
#wpdcom .wpd-sbs-toggle i.fa-envelope{ font-size: 15px; margin-right: 4px; }
#wpdcom .wpd-sbs-toggle i.fa-caret-down{ font-size: 16px; margin-left: 4px; color: #666666;}
#wpdcom .wpd-sbs-toggle .wpd-sbs-title{ font-size: 15px;}
#wpdcom .wpd-auth{display: flex; flex-direction: row; justify-content: flex-end;}
#wpdcom .wpd-social-login{text-align: right;}
#wpdcom .wpd-social-login .wpd-connect-with{line-height: 20px; font-size: 14px!important; margin: 0px 9px; vertical-align: baseline; color: #666;}
#wpdcom .wpd-social-login i{opacity:0.8; cursor: pointer; width: 22px; height: 22px; border-radius: 50%; display: inline-flex; justify-content:center; align-items: center; margin: 0 2px;}
#wpdcom .wpd-social-login i svg{fill: #ffffff; width: 15px; height: 15px;}
#wpdcom .wpd-social-login i:hover{opacity: 1;}
#wpdcom .wpd-social-login .wpdsn-fb i{background-color: #4267B2;}
#wpdcom .wpd-social-login .wpdsn-tw i{background-color:#000000;}
#wpdcom .wpd-social-login .wpdsn-gg i{background-color:#FFFFFF; border:1px solid #dadce0; box-sizing:border-box;}
#wpdcom .wpd-social-login .wpdsn-gg i svg{width: 17px; height: 17px;}
#wpdcom .wpd-social-login .wpdsn-telegram i{background-color:#239cd7;}
#wpdcom .wpd-social-login .wpdsn-ds i{background-color:#2196F3;}
#wpdcom .wpd-social-login .wpdsn-wp i{background-color:#999999;}
#wpdcom .wpd-social-login .wpdsn-vk i{background-color:#4C75A3;}
#wpdcom .wpd-social-login .wpdsn-ok i{background-color:#EF7800;}
#wpdcom .wpd-social-login .wpdsn-insta i{background-color:#F97149;}
#wpdcom .wpd-social-login .wpdsn-linked i{background-color:#007BB6;}
#wpdcom .wpd-social-login .wpdsn-yandex i{background-color:#FF0000;}
#wpdcom .wpd-social-login .wpdsn-mailru i{background-color:#168DE2;fill: #ff9e00}
#wpdcom .wpd-social-login .wpdsn-mailru i svg{fill: #ff9e00}
#wpdcom .wpd-social-login .wpdsn-weibo i{background-color:#d52a2c;}
#wpdcom .wpd-social-login .wpdsn-weixin i{background-color:#20c300;}
#wpdcom .wpd-social-login .wpdsn-qq i{background-color:#1479d7;}
#wpdcom .wpd-social-login .wpdsn-baidu i{background-color:#F23F40;}
#wpdcom .wpd-social-login .wpdsn-baidu i svg{fill: #2319dc}
#wpdcom .wpd-auth .wpd-sep{border-right: 1px #cccccc solid; margin:0 12px; display: inline;}
#wpdcom .wpd-auth .wpd-login{font-size: 14px; line-height: 20px;}
#wpdcom .wpd-auth .wpd-login i{margin-right: 2px;}
#wpdcom .wpd-auth .wpd-login a{color: #3272bf; text-decoration: none;}
#wpdcom .wpd-auth .wpd-login a:hover{color: #0d3e81;}
#wpdcom .wpdiscuz-social-login-spinner{display: none;}
#wpdcom .wpd-social-login-agreement{width: 100%;margin-top: 15px;margin-bottom:0;font-size: 12px;padding: 20px 30px 10px 30px;background-color: #F8F8F8;border: 1px dotted #dddddd;clear: both;line-height: normal;}
#wpdcom .wpd-social-login-agreement .wpd-agreement-title{font-weight: bold;margin-bottom: 5px;font-size: 15px;}
#wpdcom .wpd-social-login-agreement .wpd-agreement-button{text-transform: uppercase;padding: 3px 20px;margin: 5px 0 0 15px;cursor: pointer;font-size: 12px;line-height: 20px;color:#00B38F;display: inline-block;}
#wpdcom .wpd-social-login-agreement .wpd-agreement-button.wpd-agreement-button-agree{border: 1px dotted #00B38F;color: #00B38F;}
#wpdcom .wpd-social-login-agreement .wpd-agreement-button.wpd-agreement-button-agree:hover{color: #FFFFFF;background:#00B38F;}
#wpdcom .wpd-social-login-agreement .wpd-agreement-button.wpd-agreement-button-disagree{border: 1px dotted #ff312f;color: #ff312f;}
#wpdcom .wpd-social-login-agreement .wpd-agreement-button.wpd-agreement-button-disagree:hover{color: #FFFFFF;background:#ff312f;}
#wpdcom .wpd-social-login-agreement .wpd-agreement-buttons{margin-top: 4px;}
#wpdcom .wpd-social-login-agreement .wpd-agreement-buttons-left{float: left;}
#wpdcom .wpd-social-login-agreement .wpd-agreement-buttons-right{float: right;}
#wpdcom .wpd-secondary-forms-social-content .wpd-social-login-agreement{padding: 20px;}

/* Subscription Bar */
#wpdcom .wpdiscuz-subscribe-bar{width:100%; box-sizing:border-box; padding: 15px 0px 5px 0px; margin-bottom:0px; }
#wpdcom .wpdiscuz-subscribe-bar form {display: flex; flex-wrap: wrap; justify-content: flex-start; flex-direction: row; align-items: center; margin-bottom: 10px;}
#wpdcom .wpdiscuz-subscribe-bar .wpdiscuz_subscribe_status{font-size: 14px;}
#wpdcom .wpdiscuz-subscribe-form-intro{font-size:14px; display:block; padding:3px 10px 3px 1px; line-height:20px; box-sizing:border-box; white-space:nowrap}
#wpdcom .wpdiscuz-subscribe-form-option{flex-grow:1; font-size:13px; display:block; padding-right:5px; box-sizing:border-box}
#wpdcom .wpdiscuz-subscribe-form-email{font-size:14px; display:block; padding:0 5px 0 0; box-sizing:border-box; width:30%}
#wpdcom .wpdiscuz-subscribe-form-button{font-size:14px; display:block; box-sizing:border-box}
#wpdcom .wpdiscuz-subscribe-form-email select{width:100%!important}
#wpdcom .wpdiscuz-subscribe-form-email input[type="email"]{font-size:13px!important; padding:3px!important; width:100%!important; height:auto!important; line-height:20px!important; box-sizing:border-box!important; clear:both; float:none; margin:0}
#wpdcom .wpdiscuz-subscribe-form-button input[type="submit"]{font-size:16px!important; min-height:29px!important; height:29px!important; padding:1px 3px 5px 3px!important; min-width:40px; line-height:14px!important; box-sizing:border-box!important; border:1px solid #ddd; clear:both; float:none; margin:0}
#wpdcom .wpdiscuz-subscribe-agreement{font-size: 12px; display: block; clear: left; padding-top: 10px; width: 92%;}
#wpdcom .wpdiscuz-subscribe-agreement label{ cursor: pointer; display: inline; font-size: 13px; margin: 0 4px;}
#wpdcom .wpdiscuz-subscribe-bar #wpdiscuz_subscription_button{box-shadow: none; font-weight: bold; letter-spacing: 0;}

/* Comment Form */
#wpdcom .wpd-form-wrap{padding-bottom: 10px;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap{display: flex; flex-wrap: nowrap; flex-direction: row; justify-content:space-between; padding: 20px 0; align-items: center;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap [id^=wpd-editor-wraper]{flex-grow:1; position: relative; width: 100%;}
#wpdcom .wpd-form .wpd-textarea-wrap{position: relative;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap [id^=wpd-editor-wraper] textarea{width: 100%;}
#wpdcom .wpd-form .wpd-avatar{margin-right: 15px; border-radius: 100%; text-align: left;flex-shrink: 0; align-self: flex-start;}
#wpdcom .wpd-form .wpd-avatar img,
#wpdcom .wpd-form .wpd-avatar img.avatar{width:56px; height:56px; max-width: 56px; border-radius: 100%; border: 1px solid #cccccc; padding: 2px; background-color: #ffffff; vertical-align: middle; text-align: center;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea{ height: 54px ; border-radius: 5px; border: 1px solid #cccccc; width: 100%; padding: 10px 15px; font-size: 14px; box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.1); font-family: inherit; outline: none; -webkit-transition: .18s ease-out; -moz-transition: .18s ease-out; -o-transition: .18s ease-out; transition: .18s ease-out;resize: none;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea:hover {box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.02);}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea::-moz-placeholder { line-height:28px; color: #666666; font-size: 16px;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea::-webkit-input-placeholder {line-height:28px; color: #666666; font-size: 16px;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea:-ms-input-placeholder {line-height:28px; color: #666666; font-size: 16px;}
#wpdcom .wpdiscuz-edit-form-wrap {margin-bottom: 15px; margin-top: 10px; position: relative;}
#wpdcom .wpdiscuz-edit-form-wrap table{  border: none; margin: 15px 0px;}
#wpdcom .wpdiscuz-edit-form-wrap table td{ border: none; padding: 1px 0px; border-bottom: 1px dashed #cccccc;}
#wpdcom .wpdiscuz-edit-form-wrap table td label{font-size: 13px; color: #666666;display: inline; line-height: 22px; margin-right: 20px; vertical-align: text-bottom;}
#wpdcom .wpdiscuz-edit-form-wrap .wc_save_wrap{text-align: right; margin-top: 10px;}
#wpdcom .wpdiscuz-edit-form-wrap .wc_save_wrap .wc_cancel_edit{margin: 0px 10px;}
#wpdcom .wpd-form.wpd-secondary-form-wrapper{margin-bottom: 25px;}
#wpdcom .wpd-form.wpd-secondary-form-wrapper .wpdiscuz-textarea-wrap{padding-top: 10px;}
#wpdcom .wpd-form-wrap .wpd-login-to-comment{text-align: center;font-size: 16px;padding: 15px 0 0 0;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap{padding-bottom: 10px;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt{flex-wrap: wrap;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-avatar{flex-basis: 69px; margin-right: 0;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap{flex-basis: calc( 100% - 70px );}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap .quicktags-toolbar{ width: 100%; margin-bottom: 1px;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap textarea{width: 100%;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wmu-upload-wrap {flex-basis: 100%;text-align: right; margin-top: 3px;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wmu-upload-wrap i{color: #888; font-size: 18px;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap .wpd-editor-buttons-right{float:right;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-editor-buttons-right{display:flex;align-items:center;margin-left: auto;}
#comments #wpdcom .wpd-form .wpd_comm_form .wpdiscuz-textarea-wrap.wpd-txt .wpd-editor-buttons-right span{display: inline-block;margin:3px;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt [wpd-tooltip]::after{left:auto; margin-left: -35px;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt [wpd-tooltip]::before{right: 25px; left:auto;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .quicktags-toolbar .ed_button {opacity: 0.8; box-shadow:none; background: #eeeeee; color: #666; font-size: 13px; padding: 1px 12px; margin: 2px 1px; display: inline-block; border-radius: 0; line-height: 20px;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .quicktags-toolbar .ed_button:hover{opacity: 1;}

/* COMMENT FORM | BUTTONS */
#wpdcom input[type="button"],
#wpdcom input[type="reset"],
#wpdcom input[type="submit"],
#wpdcom button{margin:inherit;}
#wpdcom .wpd-second-button,
#wpdcom .wpd-prim-button{border:none; cursor: pointer; font-family: "Arial Hebrew", Arial, sans-serif; font-size: 14px; line-height: 24px; padding: 4px 20px; letter-spacing:1px; box-shadow: 1px 1px 3px -1px #bbb; border-radius: 3px; max-width: none; max-width: none;}
#wpdcom .wpd-second-button:hover,
#wpdcom .wpd-prim-button:hover{opacity: 0.9; box-shadow: none; text-decoration: none;}
#wpdcom .wpd-second-button{background-color: #f5f5f5; color: #999999; box-shadow: 1px 1px 2px -1px #ccc;}
#wpdcom .wc-field-submit input[type="submit"]{margin-left: 2%;}
#wpdcom .wpd_label, #wpdcom .wpd_label{margin:1px 0px 5px 0px; padding: 0px;display:inline-block;}
#wpdcom .wpd_label, #wpdcom .wpd_label span{display: inline-block}
#wpdcom .wpd_label input[type="checkbox"].wpd_label__checkbox{display:none; }
#wpdcom .wpd_label__checkbox { display: none; }
#wpdcom .wpd_label__check { display: inline-block; border: 0px; border-radius: 0; vertical-align: middle; cursor: pointer; text-align: center; margin:0px 3px 0px 0px; }
#wpdcom .wpd_label__check i.wpdicon{font-size: 15px; line-height: 20px; padding: 4px 5px; width: 32px; margin: 0px; }
#wpdcom .wpd_label__check i.wpdicon-on{display: none;}
#wpdcom .wpd_label__check i.wpdicon-off{display: inline-block; color: #aaaaaa; border: 1px solid #dddddd; }
#wpdcom .wpd_label__checkbox:checked + .wpd_label__text .wpd_label__check .wpdicon-on{display: inline-block; }
#wpdcom .wpd_label__checkbox:checked + .wpd_label__text .wpd_label__check .wpdicon-off{display:none; }
#wpdcom .wpd_label__check i.wpdicon-off.fa-unlock-alt, #wpdcom .wpd_label__check i.wpdicon-on.fa-lock{ font-size: 15px; }
#wpdcom .wpd-form .ql-texteditor textarea{width: 100%;margin: 0px;box-sizing: border-box;outline: none;padding: 10px;line-height: 24px;position: absolute;top: 0;bottom: 0; border: none;}
#wpdcom .ql-editor{min-height: 65px; border-bottom-color: #fff; word-break: break-word;}
#wpdcom .ql-editor::before{ font-size: 16px; color: #aaa; letter-spacing: 1px;}
#wpdcom .ql-editor > * { cursor: text; font-size: 15px; letter-spacing: 0.5px; font-family: Arial; font-weight: normal; color: #666666;}
#wpdcom .ql-editor blockquote {margin-top: 0 !important; margin-bottom: 0 !important;}
#wpdcom .ql-container{border-radius: 3px 3px 0 0; background: #fff; border-bottom: none; border-color: #dddddd;}
#wpdcom .ql-toolbar {padding: 8px 8px 3px 5px; background-color: #fafafa; border-top: none; border-radius: 0 0 3px 3px; border-color: #dddddd;}
#wpdcom .ql-toolbar.wpd-toolbar-hidden{display:none;}
#wpdcom .ql-toolbar .ql-stroke{stroke: #999999;}
#wpdcom .ql-toolbar .ql-fill{fill: #999999;}
#wpdcom .ql-toolbar button:hover .ql-stroke{color: #0274be; stroke:  #0274be;}
#wpdcom .ql-toolbar button:hover .ql-fill{color: #0274be; fill:  #0274be;}
#wpdcom .ql-toolbar button.ql-active .ql-stroke{color: #0274be; stroke:  #0274be;}
#wpdcom .ql-toolbar button.ql-active .ql-fill{color: #0274be; fill:  #0274be;}
#wpdcom .ql-toolbar button.ql-spoiler,
#wpdcom .ql-toolbar button.ql-sourcecode{color: #999999; width: auto; font-size: 13px; letter-spacing: 2px; line-height: 15px; font-weight: bold; font-family: arial; display: flex; align-items: flex-start; justify-content: center;}
#wpdcom .ql-toolbar button:hover{text-decoration: none;}
#wpdcom .ql-toolbar .wmu-upload-wrap .wmu-add i{font-size: 18px; color: #999999;}
#wpdcom .ql-toolbar button.ql-spoiler:hover,
#wpdcom .ql-toolbar button.ql-sourcecode:hover,
#wpdcom .ql-toolbar .wmu-upload-wrap .wmu-add i:hover{color: #0274be;}
#wpdcom .wpd-editor-char-counter{font-size: 9px;padding: 3px 5px 2px;position: absolute;right: 0; z-index: 10; color: #888;}
#wpdcom .wpd-editor-char-counter.error{color: red;}
#wpdcom.wpdiscuz_unauth .wc-field-submit{padding-top: 15px;}

/* Comment Form | ROWS and COLS */
#wpdcom .wpd-form-foot{margin-left: 70px;}
#wpdcom .wpd-form-row .wpdiscuz-item{clear: both;}
#wpdcom .wpd-form-row .wpd-form-col-full{width:100%; float:none; margin:0; text-align:left; padding:0; }
#wpdcom .wpd-form-row .wpd-form-col-left{width:49%; float:left; margin:0; text-align:left; padding:0; }
#wpdcom .wpd-form-row .wpd-form-col-right{width:49%; float:right; margin:0; text-align:right; padding:0; }
#wpdcom .wpd-form-row .wpd-form-col-full .wpdiscuz-item{text-align:left; }
#wpdcom .wpd-form-row .wpd-form-col-left .wpdiscuz-item{text-align:left; }
#wpdcom .wpd-form-row .wpd-form-col-right .wpdiscuz-item{text-align:right; }

/* Comment Fields | FIELDS */
#wpdcom .wpdiscuz-item label.wpd-field-label{ float:none; }
#wpdcom .wpd-form-row .wpdiscuz-item{width:100%; vertical-align:baseline; padding:1px 0 7px 0; position:relative; }
#wpdcom .wpd-form-row .wpd-field{width:100%; line-height:20px; color:#777777; display:inline-block; float:none; clear:both; margin:0; box-sizing:border-box; padding-top:2%; padding-bottom: 2%; font-size:14px; border-radius:3px; vertical-align:baseline;}
#wpdcom .wpd-form-row .wpd-has-icon .wpd-field{padding-left:30px;}
#wpdcom .wpd-form-row .wpd-has-desc .wpd-field{padding-right:30px;}
#wpdcom .wpd-form-row .wpdiscuz-item .wpd-field-icon {display:inline-block; font-size:16px; line-height:16px; opacity:0.3; padding:0; margin:0px; position:absolute; top:9px; left:8px; width:20px; text-align:left; }
#wpdcom .wpd-form-row .wpdiscuz-item .wpd-field-desc{display:inline-block; font-size:16px; line-height:16px; opacity:1; margin:0px; position:absolute; top:8px; right:8px; width:20px; text-align:right; border-left:1px solid #ccc; color:#aaa; padding:0px 5px; cursor:pointer; }
#wpdcom .wpd-form-row .wpdiscuz-item.wpd-field-select .wpd-field-desc{border-left: none;}
#wpdcom .wpd-form-row .wpdiscuz-item input[type="text"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="email"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="url"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="color"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="date"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime-local"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="month"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="number"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="time"]{height:32px;}
#wpdcom .wpd-form-row .wpdiscuz-item textarea{height:72px; padding-left: 10px;}
.wpdiscuz_select{background:url("data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC") #fefefe no-repeat scroll right center!important; border-radius:0; border:1px solid lightgray!important; box-shadow:none!important; height:28px!important; padding:3px 22px 3px 8px!important; font-size:13px!important; -moz-appearance:none!important; -webkit-appearance:none!important; outline:0 none!important; text-indent:.01px; text-overflow:""!important; width:100%!important; box-sizing:border-box!important; line-height:20px!important; clear:both; float:none!important; margin:0!important}
#wpdcom .wc-field-submit{text-align:right; padding: 1px 2px 0 0; display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: flex-start;}
#wpdcom .wc-field-submit input[type="button"]{margin:1px; border:#ddd 1px solid; font-size:13px; line-height:16px; padding:6px 15px; clear:both; float:none}
#wpdcom .wpd-item-wrap{ text-align:left; }
#wpdcom .wpd-item{ text-align:left; }
#wpdcom .wpd-form-col-left .wpd-field-group .wpd-field-group-title, #wpdcom .wpd-form-col-right .wpd-field-group .wpd-field-group-title, #wpdcom .wpd-form-col-full .wpd-field-group .wpd-field-group-title{ font-size:13px; text-align:left; line-height:20px; padding: 5px 0; }
#wpdcom .wpd-form-col-left .wpd-has-desc .wpd-field-group-title, #wpdcom .wpd-form-col-right .wpd-has-desc .wpd-field-group-title, #wpdcom .wpd-form-col-full .wpd-has-desc .wpd-field-group-title{ padding-right:35px; }
#wpdcom .wpd-comment-right .wpd-top-custom-fields{ padding:5px 10px 10px 0px; }
#wpdcom .wpd-comment-right .wpd-bottom-custom-fields{ padding:5px 0px; margin-bottom:5px; margin-top: 10px;}

/* Comment Fields | CAPTCHA */
#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-label{float:right; display:block; width:111px; text-align:right; padding:0; line-height:30px; }
#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-label .wc_captcha_img{display:inline!important; border:0; padding:0; margin:0; vertical-align:middle; box-sizing:content-box; width:80px; height:26px; border-bottom:2px solid #e6e6e6}
#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-label a{margin:0; display:inline; padding:0; text-decoration:none; height:auto; width:auto}
#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-input{float:left; display:block; min-width:30px; width:calc(100% - 112px); line-height:30px; }
#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-input input[type="text"]{width:100%; padding:3px 5px; height:28px; }
#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-label .wc_captcha_refresh_img{cursor:pointer}
#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-label .wc_captcha_refresh_img img{max-width:16px!important; max-height:16px!important; box-sizing:content-box; margin:0; display:inline!important; background-color:#e6e6e6; padding:5px; border:1px solid #e4e4e4; border-left:1px solid #d9d9d9; vertical-align:middle; }
#wpdcom .wpd-form-row .wpdiscuz-item .wc-bin-captcha{background: #f5f5f5; padding: 2px 15px; font-size: 11px; color: #aaa; line-height: 28px; text-align: center;}
#wpdcom .wpd-form-row .wpdiscuz-item .wc-bin-captcha i{margin-right: 5px}
#wpdcom .wpd-form-row .wpdiscuz-item.wpd-field-captcha{margin-bottom: -5px; padding-bottom:2px; }

/* Comment Fields | CHECKBOX / RADIO */
#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single{ border-bottom:none; text-align:right; }
#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single .wpd-item{ margin:0px; padding:0px; }
#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single .wpd-field{ height:20px; vertical-align:top; outline: none; }
#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single .wpd-field-label{ height:20px; vertical-align:top; }
#wpdcom .wpdiscuz-item .wpd-field-label a{display: inline; vertical-align: baseline; line-height: inherit;}
#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single{ border-bottom:none; }
#wpdcom .wpd-form-col-left .wpd-field-group.wpd-field-single .wpd-field-group-title, #wpdcom .wpd-form-col-right .wpd-field-group.wpd-field-single .wpd-field-group-title{ font-size:inherit; text-align:right; line-height:inherit; height:25px; }
#wpdcom .wpdiscuz-item.wpd-field-radio, #wpdcom .wpdiscuz-item.wpd-field-checkbox{ padding-bottom:12px;}
#wpdcom .wpdiscuz-item.wpd-field-radio input, #wpdcom .wpdiscuz-item.wpd-field-checkbox input{box-shadow: none; border: 1px solid; display: inline-block; padding: initial!important;}
#wpdcom .wpd-form-col-left div:last-of-type, #wpdcom .wpd-form-col-right div:last-of-type{ border-bottom:none; }
#wpdcom .wpd-field-radio .wpd-item, #wpdcom .wpd-field-checkbox .wpd-item{ display:inline-block; padding:1px; margin:1px 0; min-width:60px; }
#wpdcom .wpd-field-radio .wpd-field, #wpdcom .wpd-field-checkbox .wpd-field { width:18px; height:18px; display:inline-block; float:left; padding:0px; line-height:20px; vertical-align:baseline; margin:0px 6px 0 0; box-sizing: border-box;}
#wpdcom .wpd-field-radio .wpd-field-label, #wpdcom .wpd-field-checkbox .wpd-field-label{ width:auto; height:22px; display:inline; float:none; padding:0px; line-height:20px; font-size:12px; margin:0px;}
#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-agreement,
#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-cookies-consent{padding-top:0px;}
#wpdcom .wpd-form-col-full .wpdiscuz-item.wpd-field-group.wpd-field-radio .wpd-item-wrap,
#wpdcom .wpd-form-col-full .wpdiscuz-item.wpd-field-group.wpd-field-checkbox .wpd-item-wrap{float: none;}
#wpdcom .wpdiscuz-item.wpd-field-single .wpd-field,
#wpdcom .wpdiscuz-item.wpd-field-single .wpd-field-label{line-height: 20px;}
#wpdcom .wpdiscuz-item.wpd-field-group.wpd-field-single{padding-bottom:0px}
#wpdcom .wpdiscuz-item.wpd-field-single .wpd-field-desc{top: 5px;}

/* Comment Fields | SELECT */
#wpdcom .wpd-form-row .wpd-form-col-right .wpdiscuz-item.wpd-field-select{ text-align:left; }
#wpdcom .wpdiscuz-item.wpd-field-select select.wpdiscuz_select{ height: 32px !important; max-width:400px!important; }
#wpdcom .wpdiscuz-item.wpd-field-select.wpd-has-desc select.wpdiscuz_select{ width:calc(100% - 40px)!important; }
#wpdcom .wpdiscuz-item.wpd-field-select .wpd-field-group-title { padding-top: 12px; }
#wpdcom .wpdiscuz-item.wpd-field-select.wpd-has-desc .wpd-field-desc{ top:9px; }
.wpd-custom-field{ display:table; width:100%; padding:1px 0; line-height:20px; }
.wpd-custom-field .fa-star{ font-size:1.2em; }
.wpd-cf-label{ background: #f9f9f9; box-sizing: border-box!important; display:table-cell; font-size: 13px; opacity: 1; padding: 5px 10px; vertical-align: top; width: 29%; border-bottom:1px #f0f0f0 solid; }
.wpd-cf-value{ display:table-cell; border-bottom:1px #f0f0f0 solid; width:69%; box-sizing:border-box!important; font-size:13px; vertical-align:top; opacity:0.7; padding: 5px 10px; }
#wpdcom .wpd-top-custom-fields .wpd-custom-field.wpd-cf-rating .wpd-cf-label{ background:transparent; border:none; padding: 2px 10px 2px 2px; }
#wpdcom .wpd-top-custom-fields .wpd-custom-field.wpd-cf-rating .wpd-cf-value{font-size: 14px; border-bottom:none; padding: 1px 10px; }
#wpdcom .wpd-top-custom-fields .wpd-custom-field.wpd-cf-rating .wpd-cf-value i{min-width: 20px; align-self: center; text-align: center;}

/* Comment Fields | RATING */
#wpdcom .wpdiscuz-item .wpdiscuz-rating,
#wpdcom .wpd-item-wrap fieldset{display:inline-block;}
#wpdcom .wpdiscuz-item.wpd-field-group.wpd-field-rating{ border-bottom:1px dotted #ddd; height:77px; margin-bottom:0px; }
#wpdcom .wpdiscuz-item .wpdiscuz-rating {border: none; float: left; margin:0px; padding:5px 0 5px 1px; margin-left:-5px; }
#wpdcom .wpdiscuz-item .wpdiscuz-rating > input { visibility:visible;opacity:0; position:absolute; z-index: -1;}
#wpdcom .wpdiscuz-item .wpdiscuz-rating > label::before { margin: 1px 3px; line-height: 18px; font-size: 1.1em; cursor:pointer; }
#wpdcom .wpdiscuz-item .wpdiscuz-rating > .half::before {position: absolute; cursor:pointer; }
#wpdcom .wpdiscuz-item .wpdiscuz-rating > label { float: right; font-size: 1.1em;}
#wpdcom .wpd-form-col-full .wpdiscuz-item.wpd-field-rating.wpd-has-desc .wpd-field-desc{ right:0px; top:0px; position:relative; font-size:14px; margin-left:5px; padding:0 7px; }
#wpdcom .wpd-form-col-full .wpdiscuz-item.wpd-field-rating.wpd-has-desc .wpd-field-desc i.fa{ font-size:17px; }
#wpdcom .wpd-form-col-full .wpd-field-group .wpd-field-group-title{ display:inline-block; vertical-align:baseline; padding:0px 0 2px 0; margin-top:-2px; padding-right: 35px; }
#wpdcom .wpd-form-col-full .wpdiscuz-item .wpdiscuz-rating{ padding:0px 6px 0 0; vertical-align:middle; line-height: 14px; }
#wpdcom .wpd-form-col-full .wpd-item-wrap{ display:inline-block; float:left; padding-right:7px; vertical-align:baseline; padding:0px 1px 1px 1px; }
#wpdcom .wpdiscuz-edit-form-wrap .wpdiscuz-item.wpd-field-group.wpd-field-rating{height: auto; border-bottom:none;}
#wpdcom .wpdiscuz-edit-form-wrap .editcomment td{vertical-align: middle; padding-right: 10px;}
#wpdcom .wpdiscuz-edit-form-wrap .editcomment .wpd-edit-radio td,
#wpdcom .wpdiscuz-edit-form-wrap .editcomment .wpd-edit-checkbox td{vertical-align: top;}
#wpdcom .wpdiscuz-edit-form-wrap .editcomment .wpd-edit-radio td input,
#wpdcom .wpdiscuz-edit-form-wrap .editcomment .wpd-edit-checkbox td input{width: auto;  vertical-align: baseline; margin-right: 1px; display: inline; line-height: 22px;}
#wpdcom .wpdiscuz-edit-form-wrap .editcomment .wpd-edit-rating td label{margin-right: 1px;}
#wpdcom .wpdiscuz-edit-form-wrap .editcomment .wpdiscuz-item{padding: 7px 0;}
.wpdiscuz-stars-label{ line-height:20px; padding:10px 0 2px 3px; font-size:14px; }
.wpdiscuz-stars-wrapper{ display:block; }
.wpdiscuz-stars-wrapper-inner{ position: absolute; }
.wpdiscuz-activ-stars{ position: absolute; display: flex; font-size: 22px; top:0; left:0; }
.wpdiscuz-pasiv-stars{ font-size: 22px; display: flex; }
.wpdiscuz-activ-stars{ overflow:hidden; }
.wpdiscuz-pasiv-stars i.wpdiscuz-pasiv-star, .wpdiscuz-activ-stars i.wpdiscuz-activ-star{ padding:0px 2px; font-size:20px; }
#wpdcom .wpd-form-col-full .wpdiscuz-item.wpd-field-group.wpd-field-rating{height: auto; border-bottom: none;padding-bottom: 10px;}

/* Comment Fields | DATE */
#wpdcom .wpd-form-row .wpd-field-date { height:77px; }
#wpdcom .wpd-form-row .wpd-field-date .wpd-field-title{font-size: 13px; line-height: 20px; padding: 5px 0 8px 0; text-align: left; padding-bottom: 8px; }
#wpdcom .wpd-form-row .wpd-field-date.wpd-has-icon .wpd-field{padding-left:5px; }
#wpdcom .wpd-form-row .wpd-field-date.wpd-has-desc .wpd-field{padding-right:5px; }
#wpdcom .wpd-form-row .wpd-field-date.wpd-has-icon .wpd-field-icon{left:2px; top: 10px; }
#wpdcom .wpd-form-row .wpd-field-date.wpd-has-icon .wpd-field-desc{top: 10px; }
#wpdcom .wpd-form-row .wpd-field-date.wpd-has-icon .wpd-field-title{padding-left:26px; }
#wpdcom .wpd-form-row .wpd-field-date.wpd-has-desc .wpd-field-title{padding-left:26px; }

/* Comment Fields | COLOR */
#wpdcom .wpd-form-row .wpd-field-color { height:77px; }
#wpdcom .wpd-form-row .wpd-field-color .wpd-field-title{font-size: 13px; line-height: 20px; padding: 5px 0 8px 0; text-align: left; padding-bottom: 8px; }
#wpdcom .wpd-form-row .wpd-field-color.wpd-has-icon .wpd-field{padding-left:5px; }
#wpdcom .wpd-form-row .wpd-field-color.wpd-has-desc .wpd-field{padding-right:5px; }
#wpdcom .wpd-form-row .wpd-field-color.wpd-has-icon .wpd-field-icon{left:2px; top: 10px; }
#wpdcom .wpd-form-row .wpd-field-color.wpd-has-icon .wpd-field-desc{top: 10px; }
#wpdcom .wpd-form-row .wpd-field-color.wpd-has-icon .wpd-field-title{padding-left:26px; }
#wpdcom .wpd-form-row .wpd-field-color.wpd-has-desc .wpd-field-title{padding-left:26px; }

/* Comment Fields | SPOILER */
#wpdcom .wpdiscuz-spoiler-wrap{background-color: #eee; border: 1px solid #555; border-style: dashed; margin:  5px 0; }
#wpdcom .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler{padding: 5px; cursor: pointer; }
#wpdcom .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler .fas{margin:0 5px; }
#wpdcom .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler-content{display: none; font-style: italic; padding: 5px; }

/* reCAPTCHA V2 */
@media screen and (min-width:655px) {
    #wpdcom .wpd-field-captcha{ text-align:right!important; display:block; border-bottom: none; margin-top:3px!important;}
    #wpdcom .wpd-field-captcha .wpdiscuz-recaptcha{ display: inline-block; margin:0px 0px 0px auto; }
    #wpdcom .wpd-field-captcha .wpdiscuz-recaptcha iframe{ margin-bottom:0; }
    #wpdcom .wpd_main_comm_form .wpd-field-captcha  .wpdiscuz-recaptcha{ transform:scale(0.8);-webkit-transform:scale(0.8); transform-origin:right 0;-webkit-transform-origin:right 0; margin:0px 0px 0px auto; }
    #wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha{ transform:scale(0.8);-webkit-transform:scale(0.8); transform-origin:right 0;-webkit-transform-origin:right 0;  margin:0px 0px 0px auto; }
    #wpdcom .wpd_comment_level-5 .wpd-secondary-form-wrapper .wpdiscuz-recaptcha{ transform-origin:center 0;-webkit-transform-origin:center 0; }
}
@media screen and (max-width:730px){
    #wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha{ transform-origin:right 0;-webkit-transform-origin:right 0; }
}
@media screen and (max-width:655px){
    #wpdcom .wpd-field-captcha { float: none; width: 100%; display:block; border-bottom: none; padding-bottom:0px; margin-bottom:0px; }
    #wpdcom .wpd-field-captcha input{ height:1px; padding:0px; margin:0px; clear:both;}
}
#wpdcom .wpdiscuz-subscribe-bar .wpd-field-captcha {text-align: left!important;display: inline-block!important;border-bottom: none;clear: both;float: none;position: relative;transform-origin: left 0px 0px!important;transform: scale(0.8);padding: 20px 0px 20px 0px;margin-bottom: -40px;}

/* Comment Threads */
#wpdcom #wpd-threads{margin-top: 20px;}
#wpdcom .wpd-thread-head{width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: flex-end;}
#wpdcom .wpd-thread-head .wpd-thread-info{ color:#555555; padding:5px 15px 3px 5px; font-weight: 600; margin-bottom: -2px; font-size: 14px; letter-spacing:1px; text-transform: uppercase; text-align: left; line-height: 24px;}
#wpdcom .wpd-thread-head .wpd-thread-info.wpd-reviews-tab{padding:5px 15px 0px 14px;}
#wpdcom .wpd-thread-head .wpd-thread-info .wpdtc{font-size: 15px;}
#wpdcom .wpd-thread-head .wpdiscuz-user-settings{font-size:15px; color:#777777; cursor: pointer; text-align: center; padding: 5px 10px 6px 12px; margin:0 2px -2px 2px; width: 40px; text-align: center;}
#wpdcom .wpd-thread-head .wpd-thread-filter{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: flex-end;}
#wpdcom .wpd-thread-filter .wpd-filter{font-size:16px; color:#999999; border-bottom: 2px solid #999999; cursor: pointer;text-align: center; padding: 5px 10px; margin:0 1px -2px 1px; line-height: 18px;}
#wpdcom .wpd-thread-filter .wpdf-reacted{color:#ffa600; border-bottom-color: #ffa600; width: 34px;}
#wpdcom .wpd-thread-filter .wpdf-hottest{color:#fc5844; border-bottom-color: #fc5844; width: 34px;}
#wpdcom .wpd-thread-filter .wpdf-sorting{font-size:14px; color:#777777; line-height: 18px; text-transform: capitalize; min-width: 100px; font-family: "Arial Hebrew", Arial, sans-serif;}
#wpdcom .wpd-thread-filter .wpdf-sorting i{font-size: 15px; margin-left: 6px; vertical-align: top; line-height: 14px;}
#wpdcom .wpd-thread-list .wpd-load-more-submit-wrap{display: flex; flex-direction: row; justify-content: center; padding: 10px;}
#wpdcom .wpd-comment .wpd-comment-wrap .wpd-comment-author span.wpd-user-nicename{color:#aaaaaa;font-size:13px;font-family: "Courier New", Courier, monospace;}

/* Comment - Default Layout (#1) */
#wpdcom .wpd-thread-list{ padding: 30px 0;}
#wpdcom .wpd-comment .wpd-comment-wrap{display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: stretch;align-content: flex-start; padding-bottom: 5px;}
#wpdcom .wpd-comment .wpd-comment-left{width: 60px; text-align: center; margin-right: 20px;}  _:-ms-lang(x), #wpdcom .wpd-comment .wpd-comment-left{width: auto;}
#wpdcom .wpd-comment .wpd-comment-right{padding-bottom: 15px; flex-grow: 1; width: calc(100% - 80px);}
#wpdcom .wpd-comment .wpd-avatar {position: relative;}
#wpdcom .wpd-comment .wpd-avatar img,
#wpdcom .wpd-comment .wpd-avatar img.avatar{width:56px; height:56px; max-width: 56px; border-radius: 100%; border: 1px solid #cccccc; padding: 2px; background-color: #ffffff; vertical-align: middle; text-align: center; float: none;}
#wpdcom .wpd-comment .wpd-avatar i{position: absolute;bottom: 1px;right: 5px;border-radius: 50%;padding: 3px;border: 2px solid #fff;width: 20px;height: 20px;display: flex;justify-content: center;align-items: center;}
#wpdcom .wpd-comment .wpd-avatar i svg{width: 12px;height: 12px; fill: #ffffff;}
#wpdcom .wpd-comment .wpd-comment-label{ margin: 9px auto 2px auto; border-radius: 3px; font-size: 11px; line-height: 14px; text-align: center; width: 100%; padding: 1px 5px; cursor: default; display: flex; align-items: center; justify-content: center; flex-flow: row;}
#wpdcom .wpd-comment .wpd-comment-label span{text-overflow: ellipsis; white-space: nowrap;overflow: hidden; display: inline-block; width: 100%; padding: 0;}
#wpdcom .wpd-comment .wpd-follow-link{color:#999999; font-size: 13px; cursor: pointer; padding-left: 5px;}
#wpdcom .wpd-comment-header{ font-size: 13px; color: #999999;}
#wpdcom .wpd-comment .wpd-comment-header{padding:5px 0 5px 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center;}
#wpdcom .wpd-comment-header .wpd-comment-author{ font-size: 15px; font-weight: 600; text-decoration: none; letter-spacing:0.7px; margin-right: 5px;}
#wpdcom .wpd-comment .wpd-comment-header i{line-height: 1.75;}
#wpdcom .wpd-comment-date{padding:0 5px; font-size: 11px;}
#wpdcom .wpd-comment-date i{ font-size: 11px; margin-right: 4px;}
#wpdcom .wpd-comment-status{padding:0 5px;}
#wpdcom .wpd-comment-status div{display: inline-block; cursor: default;}
#wpdcom .wpd-comment-status i{ margin:0 3px;}
#wpdcom .wpd-comment-status .wpd-sticky{vertical-align: top;}
#wpdcom .wpd-comment-status .wpd-closed{color: #999999; font-size: 12px;}
#wpdcom .wpd-comment-header .wpd-comment-share{padding:0 6px; cursor: default;}
#wpdcom .wpd-comment-header .wpd-comment-share .wpd-tooltip-content{text-align: center;}
#wpdcom .wpd-comment-header .wpd-comment-share .wpd-tooltip-content i svg{ fill:#ffffff; height: 12px; padding:0 6px; cursor: pointer;}
#wpdcom .wpd-comment-header .wpd-comment-share .wpd-tooltip-content i svg:hover{ fill: #ffee46;}
#wpdcom .wpd-comment-header .wpd-comment-link{padding:0; cursor: pointer; font-size: 12px; color: #aaaaaa; align-self: flex-start; padding-top: 9px;}
#wpdcom .wpd-comment-header .wpd-comment-link span{margin-left: 12px}
#wpdcom .wpd-comment-text{font-size: 15px; padding:0 0 8px 0; word-break: break-word;}
#wpdcom .wpd-comment-text * {line-height: 1.6;}
#wpdcom .wpd-comment-text p{margin-bottom:10px;}
#wpdcom .wpd-comment-text p:last-child{margin-bottom:0px;}
#wpdcom .wpd-comment-text ol,
#wpdcom .wpd-comment-text ul{margin: 0 0 1rem 1rem;}
#wpdcom .wpd-comment-text img,
#wpdcom .wpd-comment-text iframe,
#wpdcom .wpd-comment-text video,
#wpdcom .wpd-comment-text audio{max-width: 100% !important;}
#wpdcom .wpd-comment-text iframe{width: 480px; height: 280px;}
#wpdcom .wpd-comment-text blockquote {margin: 5px auto 5px 15px;padding: 2px 10px;font-size: 14px;}
#wpdcom .wpd-comment-text blockquote p {margin-bottom: 5px;}
#wpdcom .wpd-comment-text .wpd-inline-feedback-wrapper {font-style: italic; font-size: 15px; padding: 15px; background: #fffce1; margin-bottom: 10px; color: #777;}
#wpdcom .wpd-comment-text .wpd-inline-feedback-wrapper .wpd-inline-feedback-info{font-style: normal; font-weight: 600;}
#wpdcom .wpd-comment-text .wpd-inline-feedback-wrapper i.fa-quote-left { margin-right: 8px;font-size: 17px;color:#999797;}
#wpdcom .wpd-comment-footer{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; align-items: center; padding-top:0;}
#wpdcom .wpd-comment-footer .wpd-vote{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: center; padding-right: 20px; font-size: 0;}
#wpdcom .wpd-comment-footer .wpd-vote-up,
#wpdcom .wpd-comment-footer .wpd-vote-down{ width: 16px; height: 16px; opacity:0.7; cursor: pointer;}
#wpdcom .wpd-comment-footer .wpd-vote-down.wpd-dislike-hidden{display:none!important;}
#wpdcom .wpd-comment-footer .wpd-vote.wpd-vote-readonly .wpd-vote-up,
#wpdcom .wpd-comment-footer .wpd-vote.wpd-vote-readonly .wpd-vote-down{display:none!important;}
#wpdcom .wpd-comment-footer .wpd-vote.wpd-vote-disabled .wpd-vote-up,
#wpdcom .wpd-comment-footer .wpd-vote.wpd-vote-disabled .wpd-vote-down,
#wpdcom .wpd-comment-footer .wpd-vote.wpd-vote-disabled .wpd-vote-up:hover,
#wpdcom .wpd-comment-footer .wpd-vote.wpd-vote-disabled .wpd-vote-down:hover{opacity:0.35; cursor:not-allowed;}
#wpdcom .wpd-comment-footer .wpd-vote.wpd-vote-disabled .wpd-vote-up svg,
#wpdcom .wpd-comment-footer .wpd-vote.wpd-vote-disabled .wpd-vote-down svg{cursor:not-allowed;}
#wpdcom .wpd-comment-footer .wpd-vote-up svg,
#wpdcom .wpd-comment-footer .wpd-vote-down svg{ fill: #888888; cursor: pointer;}
#wpdcom .wpd-comment-footer .wpd-vote-result{padding:0 8px; font-size: 14px; text-align: center; color: #999999;}
#wpdcom .wpd-comment-footer .wpd-reply-button{cursor:pointer; font-size: 14px; color: #999999; white-space: nowrap;}
#wpdcom .wpd-comment-footer .wpd-reply-button i{margin-right: 6px; opacity:0.7;}
#wpdcom .wpd-comment-footer .wpd-reply-button svg{ vertical-align: middle; transform: rotate(180deg); width: 22px; height: 22px; opacity:0.7; fill: #999999; margin-right: 2px;}
@-moz-document url-prefix() { #wpdcom .wpd-comment-footer .wpd-reply-button svg{vertical-align: bottom;} }
#wpdcom .wpd-comment-footer .wpd-reply-button span{line-height: 21px; font-size: 1em;}
#wpdcom .wpd-comment-footer .wpd-vote-up:hover,
#wpdcom .wpd-comment-footer .wpd-vote-down:hover{opacity: 1;}
#wpdcom .wpd-comment-footer .wpd-reply-button:hover{color: #777777;}
#wpdcom .wpd-comment-footer .wpd-reply-button:hover svg{opacity: 1;}
#wpdcom .wpd-comment-footer .wpd-tools i{color: #aaaaaa; font-size: 14px; cursor: pointer;}
#wpdcom .wpd-comment-footer .wpd-toggle i{color: #aaaaaa; font-size: 15px; cursor: pointer;}
#wpdcom .wpd-comment-footer .wpd-toggle .wpd-view-replies{font-size: 13px!important; color:#888;margin-right: 7px;}
#wpdcom .wpd-hidden-replies .wpd-toggle.wpd-hidden:last-child{visibility: visible; opacity: 1;}
#wpdcom .wpd-comment-footer .wpd-sep{border-right: 1px #cccccc solid; margin:0 7px; width: 1px; height: 15px;}
#wpdcom .wpd-comment-right:hover .wpd-comment-footer .wpd-tool-wrap,
#wpdcom .wpd-comment-right:hover .wpd-comment-footer .wpd-sep,
#wpdcom .wpd-comment-right:hover .wpd-comment-footer .wpd-tools,
#wpdcom .wpd-comment-right:hover .wpd-comment-footer .wpd-toggle,
#wpdcom .wpd-comment-right:hover .wpd-comment-header .wpd-comment-share,
#wpdcom .wpd-comment-right:hover .wpd-comment-header .wpd-comment-link{visibility: visible; opacity: 1;}
#wpdcom .wpd-comment-right .wpd-comment-last-edited {margin: 10px 0 20px 0; font-size: 12px; color: #999; font-style: italic;}
#wpdcom .wpd-comment-right .wpd-comment-last-edited i{padding-right: 5px;}
#wpdcom .wpd-comment.wpd-reply .wpd-comment-left{width: 50px;} _:-ms-lang(x), #wpdcom .wpd-comment.wpd-reply .wpd-comment-left{width: auto;}
#wpdcom .wpd-comment.wpd-reply .wpd-avatar img,
#wpdcom .wpd-comment.wpd-reply .wpd-avatar img.avatar{width:48px; height:48px; max-width: 48px; }
#wpdcom .wpd-comment.wpd-reply .wpd-comment-label{font-size: 10px; line-height: 13px; margin:10px auto 7px auto;display: flex; align-items: center; justify-content: center; flex-flow: row;}
#wpdcom .wpd-comment.wpd-reply .wpd-follow-link{font-size: 11px;}
#wpdcom .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author,
#wpdcom .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author a{ font-size: 14px; margin-right: 5px;}
#wpdcom .wpd-comment .wpd-reply-to{font-size: 13px; color: #999999; font-style: italic;}
#wpdcom .wpd-comment .wpd-reply-to i{margin-right: 6px;}
#wpdcom .wpd-comment .wpd-reply-to a{text-decoration: none; opacity: 0.8; color: #0274be;}
#wpdcom .wpd-comment .wpd-reply-to a:hover{opacity: 1; color: #000000;}
#wpdcom .wpd-comment.wpd-reply .wpd-comment-text{font-size: 14px;}
#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-up,
#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-down{ width: 15px; height: 15px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
_:-ms-lang(x), #wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-up,
_:-ms-lang(x), #wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-down{display: -ms-flexbox;}
#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-result{font-size: 13px;}
#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-reply-button{font-size: 13px;}
#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-reply-button svg{width: 20px; height: 20px;}
#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-reply-button span{line-height: 19px; font-size: 1em;}
#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-tools i{font-size: 13px;}
#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-toggle i{font-size: 14px;}
#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-sep{height: 14px;}
#wpdcom.wpd-layout-1 .wpd-comment .wpd-reply-to{margin-bottom: 6px; border-left: 1px solid #cccccc; padding: 0px 10px;}
#wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar i{bottom: 0px; right: 0px;}
#wpdcom.wpd-layout-1 .wpd-new-loaded-comment > .wpd-comment-wrap > .wpd-comment-right{padding-right: 15px; padding-left: 15px;}
#wpdcom.wpd-layout-1 .wpd-comment .wpd-follow-link{margin-top: 5px;}
#wpdcom.wpd-layout-3 .wpd-comment-footer .wpd-toggle .wpd-view-replies{background: #fff; padding: 5px 10px; border-radius: 12px; margin-right: 1px; margin-left: -6px;}

/* Comment - Layout #2 */
#wpdcom.wpd-layout-2 .wpd-form .wpd-form-foot{margin-left: 65px;}
#wpdcom.wpd-layout-2 .wpd-form .wpd-avatar{width: 54px; margin-right: 11px;}
#wpdcom.wpd-layout-2 .wpd-form .wpd-avatar img,
#wpdcom.wpd-layout-2 .wpd-form .wpd-avatar img.avatar{width:48px; height:48px; max-width: 48px; border-radius:0; border: none; border-bottom: 2px solid #cccccc; padding: 1px; background-color: #ffffff; vertical-align: middle; text-align: center;}
#wpdcom.wpd-layout-2 .wpd-form .wpdiscuz-textarea-wrap textarea::placeholder {line-height: 27px;font-size: 15px;}
#wpdcom.wpd-layout-2 .wpd-form .wpdiscuz-textarea-wrap textarea {height: 48px;}
#wpdcom.wpd-layout-2 .wpd-comment{margin-bottom: 20px;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header,
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-top,
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-bottom {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: flex-end;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info{display: block; flex-grow: 1; margin-bottom: -3px;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-top{flex-wrap: nowrap; align-items: center;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-comment-label{width: auto; padding: 1px 15px; }
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-label{margin: 0px;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar{padding-right: 15px;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar img,
#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar img.avatar{width:48px; height:48px; max-width: 48px; border-radius:0; border: none; border-bottom: 2px solid #cccccc; padding: 1px; background-color: #ffffff; vertical-align: middle; text-align: center;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar i{bottom: -2px; right: 7px;}
_:-ms-lang(x), #wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar i{line-height: 10px;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-follow-link {font-size: 12px; padding-left: 2px; padding-right: 12px;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-text{margin: 8px 0 5px 0;}
#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-comment-date {padding:0 10px 0 0;font-size: 12px;}
#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-comment-status {padding:0 10px;}
#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-comment-link {margin-bottom:0; padding-top: 1px;}
#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-reply-to{font-size: 12px; padding-top:2px; margin-left: 0px; font-style: normal;}
#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-reply-to i{margin-right: 3px;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply {margin-bottom: 0;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-header .wpd-user-info .wpd-uinfo-top{margin-bottom: 3px;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-date {padding:0 10px;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-label{font-size: 10px; line-height: 13px; margin:0 10px 0 0;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-follow-link{margin-right: 12px; border-right: 1px solid #ccc; padding-right: 12px;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap{margin: 0px 0px 5px 0px; background-color:#fafafa; border-left: 3px solid #dedede; padding: 10px 15px 0px 17px;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-avatar img,
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-avatar img.avatar{border-bottom: none;}
#wpdcom.wpd-layout-2 .wpd-new-loaded-comment > .wpd-comment-wrap > .wpd-comment-right{padding-right: 15px; padding-left: 15px;}
#wpdcom.wpd-layout-2 .wpd-new-loaded-comment.wpd-comment.wpd-reply > .wpd-comment-wrap > .wpd-comment-right{padding-left: 0; padding-right: 0;}

/* Comment - Layout #3 */
#wpdcom.wpd-layout-3 .wpd-comment .wpd-tools-actions{top: 25px;}
#wpdcom.wpd-layout-3 .wpd-thread-list{padding: 35px 0;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-wrap{padding-bottom: 0px;}
#wpdcom.wpd-layout-3 .wpdiscuz-edit-form-wrap {margin-left: 36px;}
#wpdcom.wpd-layout-3 .wpd-form .wpd-form-foot{margin-left: 84px;}
#wpdcom.wpd-layout-3 .wpd-form .wpd-avatar{width: 67px;}
#wpdcom.wpd-layout-3 .wpd-form .wpdiscuz-textarea-wrap textarea {height: 60px;padding: 14px 15px;}
#wpdcom.wpd-layout-3 .wpd-form .wpd-avatar img,
#wpdcom.wpd-layout-3 .wpd-form .wpd-avatar img.avatar,
#wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar img,
#wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar img.avatar {width: 64px; height: 64px; max-width: 64px; border-radius: 100%; padding: 3px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar img {border-color: #d1d1d1;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-wrap{margin-bottom: 35px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-left {width: 70px; margin-right: -34px; position: relative; z-index: 2;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-left .wpd-avatar{margin-top: -6px;}
#wpdcom.wpd-layout-3 .wpd-comment-status{display: flex; flex-direction: row; justify-content: flex-end; align-items: flex-start; font-size: 12px; line-height: 1.75; padding-top: 8px;}
#wpdcom.wpd-layout-3 .wpd-comment-status .wpd-closed{font-size: 11px;}
#wpdcom.wpd-layout-3 .wpd-comment-status div {margin-left: 4px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-right {padding-bottom: 0px; border-left: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1; width: calc(100% - 35px);}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header{background-color: #f7f7f7; margin-left: -1px; padding: 10px 0 7px 0;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-sticky-comment .wpd-comment-header{background-color: #f6fff4;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-author{padding-left: 42px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-subheader{margin-left: 42px; margin-top: 0px; display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; align-items: flex-start;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-subheader .wpd-comment-date{flex-grow: 1; font-size: 11px; line-height: 22px; color: #999; padding-top: 1px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-subheader .wpd-comment-date i{font-size: 10px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-label{margin: -1px 10px 0 0; border-radius: 0 0 5px 5px; font-size: 13px; line-height: 16px; text-align: center; width: auto; padding: 3px 15px; cursor: default;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-author,
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-author a {font-size: 14px; font-weight: normal;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-follow-link{font-size: 12px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-share {font-size: 12px; padding: 0 12px; }
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-link {font-size: 11px; padding: 1px 8px 0px 0px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-text{padding-left: 30px; padding-top: 15px; padding-bottom: 17px; font-size: 16px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer{margin-bottom: -14px; margin-left: 40px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote{padding-left: 18px; margin-left: -20px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up,
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down{border: 1px solid #aaaaaa; border-radius: 100%;  display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 5px; width: 28px; height: 28px; background-color: #fff;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up svg.fa-chevron-up,
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down svg.fa-chevron-down{width: 15px; padding: 1px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up svg.fa-plus,
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down svg.fa-minus{width: 15px; padding: 2px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up.wpd-up{border: 1px solid #009149!important;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down.wpd-down{border: 1px solid #fc5844!important;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-result {padding: 0 10px;font-size: 16px; background-color: #fff; border-radius: 50%;line-height: 26px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-reply-button{background-color: #fff; border: 1px solid #aaaaaa; border-radius: 15px; padding: 1px 20px 1px 16px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-reply-button svg{ vertical-align: bottom;  width: 20px; height: 20px; margin-right: 3px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-wpanel{width: 20px; height: 20px}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-tool-wrap{ padding-left: 20px; display: flex; flex-direction: row; justify-content: flex-end; align-items: center; flex-wrap: nowrap; }
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-tool-wrap i{background: #fff; border-radius: 50%; padding: 5px; height: 25px; width: 25px; line-height: 14px; border: 1px solid #aaa;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-sep {margin: 0 3px; border: none;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-avatar img,
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-avatar img.avatar {width: 48px; height: 48px; max-width: 48px; border: none;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-wrap{margin-bottom: 0px;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-status{padding-top: 0px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-reply-to{font-size: 13px; display: flex; flex-direction: row; justify-content: flex-start; margin-left: 36px; margin-top: 1px; align-items: center; background-color: #f7f7f7; padding: 5px 10px; }
#wpdcom.wpd-layout-3 .wpd-comment .wpd-reply-to .wpd-comment-date{margin-left: auto; font-style: normal;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-left {width: 70px; margin-right: -34px; position: relative; z-index: 2;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-left .wpd-avatar{margin-top: 0px;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-right {border-bottom:none;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-header{background-color: transparent; margin-left: 0px; padding: 6px 0 5px 0;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author{padding-left: 36px;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-label{margin: 0 8px 0 6px; border-radius: 3px; font-size: 11px; line-height: 14px; text-align: center; width: auto; padding: 1px 12px; cursor: default;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author,
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author a {font-size: 14px; font-weight: normal;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-text{padding-left: 36px; padding-top: 10px; padding-bottom: 15px; font-size: 14px;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer{margin-bottom: 20px; margin-left: 36px; padding-bottom: 10px; border-bottom: 1px dashed #cccccc;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote{background: transparent; padding-left: 0; margin-left: 0; font-size: 0;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-up,
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-down{border: none; padding: 0; width: 15px; height: 15px; display: inline; background: transparent;}
_:-ms-lang(x), #wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-up,
_:-ms-lang(x), #wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-down{display: -ms-flexbox;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-up.wpd-up{border: none!important;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-down.wpd-down{border: none!important;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-result {padding: 0 8px;font-size: 14px; background: transparent;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-reply-button{background: transparent; border: none; padding: 0;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-reply-button svg{vertical-align: bottom;  width: 20px; height: 20px; margin-right: 3px;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-tool-wrap i{background: transparent; border: none;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment.wpd-reply:last-child{margin-bottom: 30px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment.wpd-reply:last-child .wpd-comment-footer{margin-bottom: 0px; padding-bottom: 0px; border-bottom: none;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment.wpd-reply:last-child .wpd-comment.wpd-reply{margin-top: 20px;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-new-loaded-comment  > .wpd-comment-wrap > .wpd-comment-right > .wpd-comment-text{padding-right: 10px;}
#wpdcom.wpd-layout-3 .wpd-comment-right .wpd-comment-last-edited{margin-left: 40px;}

/* Bubble */
#wpd-bubble-wrapper{display:none;position:fixed;z-index:99;text-align:center;opacity:0.9;bottom:80px;}
#wpd-bubble-wrapper.wpd-bubble-hover{opacity:1;}
#wpd-bubble-wrapper #wpd-bubble-all-comments-count{font-size: 15px;font-weight: 600;font-family: sans-serif;}
#wpd-bubble-wrapper > div{display:none;border:1px solid #fff;box-shadow:0px 0px 15px #aaa;width:64px;height:64px;border-radius:50%;color:#fff;align-items:center;justify-content:center;position:relative;}
#wpd-bubble-wrapper svg{width:60%;height:60%;}
#wpd-bubble-wrapper #wpd-bubble-count svg,#wpd-bubble-wrapper #wpd-bubble-notification svg{margin-left:3px;margin-top:3px;}
#wpd-bubble-wrapper #wpd-bubble svg{margin-left:2px;}
#wpd-bubble-wrapper path.wpd-bubble-count-first{fill:#fff;}
#wpd-bubble-wrapper path.wpd-bubble-count-second{fill:transparent;}
#wpd-bubble-wrapper path.wpd-bubble-plus-first{fill:#fff;}
#wpd-bubble-wrapper path.wpd-bubble-plus-second{fill:transparent;}
#wpd-bubble-wrapper > #wpd-bubble-count{display:flex;cursor:pointer;}
#wpd-bubble-wrapper > #wpd-bubble{cursor:pointer;}
#wpd-bubble-wrapper > #wpd-bubble #wpd-bubble-add-message{width:400px;height:46px;position:absolute;top:50%;left:75px;border-radius:5px;padding:7px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center; font-size: 16px;}
#wpd-bubble-wrapper.wpd-right-corner > #wpd-bubble #wpd-bubble-add-message{left:-412px;}
#wpd-bubble-wrapper > #wpd-bubble #wpd-bubble-add-message::before{content:'';border:9px solid transparent;position:absolute;top:50%;left:-9px;transform:translateY(-50%);border-left:none;}
#wpd-bubble-wrapper.wpd-right-corner > #wpd-bubble #wpd-bubble-add-message::before{left:400px;border-left:9px solid;border-right:none;}
#wpd-bubble-wrapper > #wpd-bubble-count .wpd-new-comments-count{display:none;}
#wpd-bubble-wrapper > #wpd-bubble-count.wpd-new-comments .wpd-new-comments-count{display:flex;border-radius:50%;width:25px;height:25px;background-color:#ff842a;position:absolute;top:38px;left:38px;font-size:15px;align-items:center;justify-content:center;border:1px solid #fff;}
#wpd-bubble-wrapper.wpd-bubble-hover > #wpd-bubble-count:not(.wpd-new-comments) + #wpd-bubble{display:flex;}
#wpd-bubble-wrapper.wpd-bubble-hover > #wpd-bubble-count:not(.wpd-new-comments){display:none;}
#wpd-bubble-wrapper > #wpd-bubble-notification{background-color:#fe7617;}
#wpd-bubble-wrapper > #wpd-bubble-notification path.wpd-bubble-notification-first{fill:#fff;}
#wpd-bubble-wrapper > #wpd-bubble-notification path.wpd-bubble-notification-second{fill:transparent;}
#wpd-bubble-wrapper.wpd-new-comment-added{opacity:1;}
#wpd-bubble-wrapper.wpd-new-comment-added #wpd-bubble-count{display:none;}
#wpd-bubble-wrapper.wpd-new-comment-added #wpd-bubble-notification{display:flex;}
#wpd-bubble-wrapper.wpd-new-comment-added #wpd-bubble-all-comments-count{color:#b9501d;}
#wpd-bubble-wrapper #wpd-bubble-notification-message{display:none;width:430px;height:100%;position:absolute;background-color:#fbfbfb;top:0;left:75px;border:1px solid #b2b2b2;box-shadow:0px 0px 10px #bbb;border-radius:5px;padding:7px;}
#wpd-bubble-wrapper.wpd-right-corner #wpd-bubble-notification-message{left:-446px;}
#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-author,#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment{display:flex;align-items:center;height:50%;}
#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-author{justify-content:space-between;}
#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-author > div{display:flex;align-items:center;}
#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment{font-size:12px;}
#wpd-bubble-wrapper #wpd-bubble-notification-message span:not(.wpd-bubble-spans){display:inline-block;margin:5px;}
#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-author-avatar{width:20px;height:20px;line-height:16px;}
#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-author-avatar img{border-radius:50%; width: 100%;}
#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-author-name{color:#4e9f93;font-size:14px;font-weight: 600;}
#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment-date{color:#fe7617;font-size:10px;}
#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment,#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment-reply-link a{color:#333;}
#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment-reply-link a{color:#777;}
#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment-text{font-size:12px;margin-left:7px;}
#wpd-bubble-wrapper #wpd-bubble-notification-message::before{content:'';border:9px solid transparent;position:absolute;top:20px;left:-10px;border-left:none;padding:0;border-right-color:#b2b2b2;}
#wpd-bubble-wrapper #wpd-bubble-notification-message::after{content:'';border:9px solid transparent;position:absolute;top:20px;left:-9px;border-left:none;border-right-color:#fbfbfb;}
#wpd-bubble-wrapper.wpd-right-corner #wpd-bubble-notification-message::before{left:429px;border-right:none;border-left:9px solid #b2b2b2;}
#wpd-bubble-wrapper.wpd-right-corner #wpd-bubble-notification-message::after{left:428px;border-right:none;border-left:9px solid #fbfbfb;}
#wpd-bubble-wrapper #wpd-bubble-comment-close a{color:#333;text-decoration:none;}
#wpd-bubble-wrapper #wpd-bubble-add-message-close{display: inline-block;top: 0px;right: 10px;position: absolute;}
#wpd-bubble-wrapper #wpd-bubble-add-message-close a{color:#fff;text-decoration:none;display:inline-block;}

/* Feedback Shortcode */
.wpd-inline-shortcode{display:inline;}
.wpd-inline-shortcode.wpd-active{background-color:#e9f7f4; padding: 5px 0px;}
.wpd-inline-shortcode .wpd-inline-form-close{display: inline-block;top: 0px;right: 10px;position: absolute;}
.wpd-inline-shortcode .wpd-inline-form-close a{color:#fff;text-decoration:none;display:inline-block;box-shadow:none;border-bottom:none;}
.wpd-inline-shortcode .wpd-inline-form-close a:hover{color:#fff;text-decoration:none;box-shadow:none;border-bottom:none;}
.wpd-inline-icon-wrapper{display:inline-block;position:relative;height:24px;vertical-align:middle; padding: 0px 7px;}
.wpd-inline-icon-wrapper svg.wpd-inline-icon{cursor:pointer; display: inline-block; background: transparent;}
.wpd-inline-icon-wrapper path.wpd-inline-icon-second{fill:transparent;}
.wpd-inline-icon-count{position: relative;height: 20px;border-radius: 2px;padding: 0px 11px; cursor: pointer; margin-left: 7px; vertical-align: top; color: #fff; font-family:Arial; font-size: 13px; line-height: 20px; display: none;}
.wpd-inline-icon-count.wpd-has-comments{display:inline-flex;}
.wpd-inline-icon-count::before{content:'';border:5px solid transparent;position:absolute;top:6px;left:-5px;border-left:none;padding:0;}
.wpd-inline-form-wrapper{display:none;text-shadow: none;position:absolute;top:35px;left:-191px;width:400px;background-color:transparent;z-index:9;}
.wpd-inline-form-wrapper::before{content:'';border:10px solid transparent;position:absolute;top:-10px;left:50%;border-top:none;padding:0;}
.wpd-inline-form-question{border-radius:4px;padding:10px 20px;color:#fff; font-size: 16px;}
.wpd-inline-form{border-radius:4px;padding:12px;margin-top:5px;}
.wpd-inline-form form{margin: 0px; padding: 0px;}
.wpd-inline-form input,.wpd-inline-form button{border-radius:4px;padding:5px 10px;font-size:12px;}
.wpd-inline-form button.wpd-inline-submit span{color: #fff;}
.wpd-inline-form .wpd-inline-notification {color: #fff; font-size: 12px; line-height: 17px; display: flex; align-items: center; padding: 5px 0px 8px 0; cursor: pointer;}
.wpd-inline-form .wpd-inline-comment-input{width:100%;border:none;height:30px; border-radius: 4px;}
.wpd-inline-form .wpd-inline-comment-content{resize:vertical; margin-bottom:5px; max-width: 100%!important; width:100%; border-radius: 4px;border:none;-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd; -moz-box-shadow: inset 2px 2px 2px 0px #dddddd; box-shadow: inset 2px 2px 2px 0px #dddddd;line-height: 20px !important; font-size: 13px; background-color:#f9f9f9; min-height: auto; height: 76px;}
.wpd-inline-form .wpd-inline-comment-content:focus{background-color: #fff;}
.wpd-inline-form-second-row{display:flex;justify-content:space-between;height:30px;}
.wpd-inline-form input.wpd-inline-name-input{width:32%; margin-right:5px; border:none;-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd; -moz-box-shadow: inset 2px 2px 2px 0px #dddddd; box-shadow: inset 2px 2px 2px 0px #dddddd;}
.wpd-inline-form button.wpd-inline-submit{flex-grow:1; max-width: 40%!important; border:1px solid #fff!important;background-color:transparent!important;display:flex!important;justify-content:space-around;align-items: center; flex-direction: row;}
.wpd-inline-form button.wpd-inline-submit span{padding: 0; margin: 0; line-height: 20px; font-size: 13px; text-transform: uppercase;}
.wpd-inline-form button.wpd-inline-submit:hover{opacity: 0.8; text-decoration: none;}
.wpd-inline-submit-icon{vertical-align:top;width:20px;height:18px;}
.wpd-inline-icon-wrapper path.wpd-inline-submit-icon-first{fill:#fff;}
.wpd-inline-icon-wrapper path.wpd-inline-submit-icon-second{fill:transparent;}
.wpd-last-inline-comments-wrapper{position:absolute; text-align:center;width:220px;background-color:#fbfbfb;border:1px solid;border-radius:5px;top:35px;left:-60%;z-index:2;-webkit-box-shadow: inset -7px 0px 15px 3px #eee; -moz-box-shadow: inset -7px 0px 15px 3px #eee; box-shadow: inset -7px 0px 15px 3px #eee;}
.wpd-last-inline-comments-wrapper::before{content:'';border:9px solid transparent;position:absolute;top:-9px; left:40%;border-top:none;padding:0;}
.wpd-last-inline-comments-wrapper::after{content:'';border:9px solid transparent;position:absolute;top:-8px; left:40%;border-top:none;border-bottom-color:#f8f8f8;}
.wpd-last-inline-comments{padding:10px; text-align: left;}
.wpd-last-inline-comment:not(:last-child){border-bottom:1px dashed #bbb; margin-bottom: 3px;}
.wpd-last-inline-comment > div{ color: #666;}
.wpd-last-inline-comment .wpd-last-inline-comment-author-name{margin-left: 5px; margin-top: 0px; font-size: 16px; line-height: 24px;}
.wpd-last-inline-comment .wpd-last-inline-comment-date{font-size:10px;display: block; margin: -6px 0 0 37px; padding: 0; line-height: 12px;}
.wpd-last-inline-comment .wpd-last-inline-comment-text{line-height: 18px; font-size: 12px; padding: 4px 0px 6px 0; color:#777;}
.wpd-last-inline-comment span{display:inline-block;margin:2px;}
.wpd-last-inline-comment-author-avatar{}
.wpd-last-inline-comment-author-avatar img{border-radius:50%;width:30px;height:30px;vertical-align: middle; display: inline-block!important;}
.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments{display:inline-block;color:#fff;border-radius: 15px;padding: 3px 15px; font-size: 11px; text-decoration: none !important; box-shadow: none !important; margin: 0 0 15px 0; opacity: 0.9;}
.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments:hover,.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments:active,.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments:focus{color:#fff;text-decoration:none !important;box-shadow:none !important; opacity: 1;}
.wpd-inline-icon.wpd-ignored path.wpd-inline-icon-first{animation: 30s wpd_wiggle ease infinite, wpd_blink 7s ease-out infinite;}
@keyframes wpd_wiggle {
    0% {transform: rotate(-3deg);}
    2% {transform: rotate(20deg);}
    4% {transform: rotate(-15deg);}
    6% {transform: rotate(5deg);}
    8% {transform: rotate(-1deg);}
    100% {transform: rotate(0);}
}
@keyframes wpd_blink {
    0% {opacity: 1;}
    60% {opacity: 1;}
    80% {opacity: 0.6;}
    100% {opacity: 1;}
}

/* Tools Actions */
#wpdcom .wpd-tools{position:relative;}
#wpdcom .wpd-tools-actions{display:none; font-family: "Arial Hebrew", Arial, sans-serif; font-size: 14px; position: absolute; left: -50%; min-width: 100px; flex-direction: column; background-color: #fff; border: 1px solid #ccc; padding: 5px 8px; border-radius: 3px; z-index: 9; color: #999; top: 26px;}
#wpdcom .wpd-tools-actions .wpd-cta-button{cursor: pointer; line-height: 18px;  padding: 2px 5px;}
#wpdcom .wpd-tools-actions .wpd-cta-button a{color: #999;}
#wpdcom .wpd-tools-actions .wpd-cta-button:hover{background-color: #F5F5F5;}
#wpdcom .wpdf-sorting{position:relative;}
#wpdcom .wpdiscuz-sort-buttons{display:none;position:absolute;flex-direction:column;background-color:#fff;border:1px solid #ccc;padding:5px;border-radius:3px;width:100%;left:0;top:32px;z-index:9;}
#wpdcom .wpdiscuz-sort-buttons .wpdiscuz-sort-button{padding:5px 0;}
#wpdcom .wpdiscuz-sort-buttons .wpdiscuz-sort-button:hover{background-color: #F5F5F5;}
#wpdcom .wpd-comment .wpd-comment-status .wpd-unapproved{color:#fc9007;}
#wpdiscuz-comment-message{position:fixed;top:38px;right:5px;width:400px;z-index:99999; font-size: 14px; line-height: 20px;}
#wpdiscuz-comment-message.wpdiscuz-comment-message-auth{top:60px;}
#wpdiscuz-comment-message div{color:#fff;padding:5px 10px;margin-top:5px;}
#wpdiscuz-comment-message .wpdiscuz-message-error {background-color: #D32F2F;box-shadow:#666 0px 0px 8px; padding: 10px 20px;}
#wpdiscuz-comment-message .wpdiscuz-message-success {background-color: #4CAF50;box-shadow:#666 0px 0px 8px; padding: 10px 20px;}
#wpdiscuz-comment-message .wpdiscuz-message-warning {background-color: #FFA726;box-shadow:#666 0px 0px 8px; padding: 10px 20px;}

#wpd-editor-source-code-wrapper-bg{display: none;position: fixed;top: 0;left: 0;background-color: rgba(0,0,0,.6);width: 100%;z-index: 9999999;height: 100%;}
#wpd-editor-source-code-wrapper{display: none;width: 50%;height: 350px;position: fixed;top: 50%;left: 50%;transform:translate(-50%,-50%);background-color: #fff;z-index: 99999991;justify-content: center;align-items: center;padding: 5px;border-radius: 5px;text-align: right;}
#wpd-editor-source-code{height: 300px;width: 100%;resize: none;}
#wpd-insert-source-code{padding: 3px 40px; margin-top: 5px;}
.wpd-vote-result-sep {height: 11px;align-self: center;width: 1px;background-color: #ccc;}

#wpdiscuz-loading-bar{position:fixed;top:6px;right:12px;width:32px;height:25px;border:0;background-image:url('https://winterbear.com/wp-content/plugins/wpdiscuz/themes/default/../../assets/img/loading.gif');z-index:999999;display:none;}
#wpdiscuz-loading-bar.wpdiscuz-loading-bar-auth{top:38px;}

#wpdcom .wpd-filter-container {width: 100%; padding-bottom: 1px;}
#wpdcom .wpd-filter-container:not(:empty) {border-bottom: 2px solid #cccccc;}
#wpdcom .wpd-inline-filter-cta {display: flex; padding: 10px; margin: 20px auto 0 auto; flex-direction: row; justify-content: space-between; font-size: 14px; }
#wpdcom .wpd-current-view{padding: 3px; color: #555;}
#wpdcom .wpd-inline-filter-cta .wpd-current-view i{margin-right: 6px; font-size: 18px;}
#wpdcom .wpd-filter-view-all{color: #fff;background:#999;padding: 5px 20px;font-size: 13px;cursor: pointer;border-radius: 3px;}

#wpdcom #bywpdiscuz{display:none}
#wpdcom .by-wpdiscuz{text-align:right; border-top:#ddd solid 1px; padding:1px 1px 1px 1px}
#wpdcom .by-wpdiscuz a{font-size:11px; font-weight:bold; text-align:right; color:#ccc; padding:1px; margin:0; line-height:12px; border:0; text-decoration:none}
#wpdcom .wpdimg{border:0; padding:0; margin:0; height:12px; cursor:pointer; display:inline; clear:both}
#wpdcom .wc-copyright{margin:0 0 0 auto; text-align:right; display:block; padding-top:2px}
#wpdcom .wc-copyright a{font-size:9px; color:#aaa; cursor:help; text-decoration:none; margin:0; padding:0; border:0}

/* No Avatar */
#wpdcom.wpdiscuz_no_avatar .wpd-comment .wpd-comment-right{flex-basis: 100%;}
#wpdcom.wpdiscuz_no_avatar .wpd-form .wpdiscuz-textarea-wrap.wpd-txt textarea{flex-basis: 100%;}
#wpdcom.wpdiscuz_no_avatar.wpd-layout-1 .wpd-form .wpd-form-foot,
#wpdcom.wpdiscuz_no_avatar.wpd-layout-2 .wpd-form .wpd-form-foot,
#wpdcom.wpdiscuz_no_avatar.wpd-layout-3 .wpd-form .wpd-form-foot{margin-left: 0;}
#wpdcom.wpdiscuz_no_avatar.wpd-layout-1 .wpd-comment .wpd-comment-wrap{display: block;}
#wpdcom.wpdiscuz_no_avatar.wpd-layout-1 .wpd-comment .wpd-follow-link{text-align: left;}

/* errors */
/* bdi darcvin 1 keyov*/
.wc_comment_edit_not_possible,.wc_comment_not_edited,.wc_comment_not_updated,
.wc_deny_voting_from_same_ip,.wc_error_email_text,.wc_error_url_text,
.wc_follow_email_confirm_fail,.wc_follow_impossible,.wc_follow_login_to_follow,
.wc_follow_not_added,.wc_invalid_captcha,.wc_invalid_field,.wc_login_to_vote,
.wc_msg_input_max_length,.wc_msg_input_min_length,.wc_msg_required_fields,
.wc_self_vote,.wc_vote_only_one_time,.wc_voting_error,.wpdiscuz-sendmail-error{background-color:#fce8e8!important;font-size:14px;text-align:center;color:#ce4a66;border:1px solid #f2d3d2;padding:5px 10px;width:100%;box-sizing:border-box;margin:5px 0;border-radius:3px}

/* new error class for all errors */
.wpd-ajax-error{background-color:#fce8e8!important;font-size:14px;text-align:center;color:#ce4a66;border:1px solid #f2d3d2;padding:5px 10px;width:100%;box-sizing:border-box;margin:5px 0;border-radius:3px}


/* Labels & Avatar Colors */
#wpdcom .wpd-avatar img{border-color: #999999;}
#wpdcom .wpd-comment-label{color: #666666; border: 1px solid #999999;}
#wpdcom .wpd-comment-author, #wpdcom .wpd-comment-author a{color: #666666;text-decoration:none;}

/* Blog User (All other user roles / logged-in users) */
#wpdcom .wpd-blog-user .wpd-comment-label{color: #ffffff; background-color: #31839e; border: none;}
#wpdcom .wpd-blog-user .wpd-comment-author, #wpdcom .wpd-blog-user .wpd-comment-author a{color:#31839e;}
#wpdcom.wpd-layout-3 .wpd-blog-user .wpd-comment-subheader{border-top: 1px dashed #31839e;}

/* Blog User Google */
#wpdcom .wpd-soc-user-google .wpd-comment-label{color: #ffffff; background-color: #bf301c!important; border: none;}
#wpdcom .wpd-soc-user-google .wpd-comment-author, #wpdcom .wpd-soc-user-google .wpd-comment-author a{color: #bf301c!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-google{border-left: 3px solid #bf301c!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-google .wpd-avatar img{border-bottom-color: #bf301c!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-google .wpd-comment-subheader{border-top: 1px dashed #bf301c!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-google .wpd-comment-right{border-left: 1px solid #bf301c!important;}
#wpdcom .wpd-soc-user-google .wpd-avatar i{background: #bf301c!important;}
/* Blog User Telegram */
#wpdcom .wpd-soc-user-telegram .wpd-comment-label{color: #ffffff; background-color: #239cd7!important; border: none;}
#wpdcom .wpd-soc-user-telegram .wpd-comment-author, #wpdcom .wpd-soc-user-telegram .wpd-comment-author a{color: #239cd7!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-telegram{border-left: 3px solid #239cd7!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-telegram .wpd-avatar img{border-bottom-color: #239cd7!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-telegram .wpd-comment-subheader{border-top: 1px dashed #239cd7!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-telegram .wpd-comment-right{border-left: 1px solid #239cd7!important;}
#wpdcom .wpd-soc-user-telegram .wpd-avatar i{background: #239cd7!important;}
/* Blog Facebook */
#wpdcom .wpd-soc-user-facebook .wpd-comment-label{color: #ffffff; background-color: #4267B2!important; border: none;}
#wpdcom .wpd-soc-user-facebook .wpd-comment-author, #wpdcom .wpd-soc-user-facebook .wpd-comment-author a{color: #4267B2!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-facebook{border-left: 3px solid #4267B2!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-facebook .wpd-avatar img{border-bottom-color: #4267B2!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-facebook .wpd-comment-subheader{border-top: 1px dashed #4267B2!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-facebook .wpd-comment-right {border-left: 1px solid #4267B2!important;}
#wpdcom .wpd-soc-user-facebook .wpd-avatar i{background: #4267B2!important;}
/* Blog User Twitter */
#wpdcom .wpd-soc-user-twitter .wpd-comment-label{color: #ffffff; background-color: #000000!important; border: none;}
#wpdcom .wpd-soc-user-twitter .wpd-comment-author, #wpdcom .wpd-soc-user-twitter .wpd-comment-author a{color: #000000!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-twitter{border-left: 3px solid #000000!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-twitter .wpd-avatar img{border-bottom-color: #000000!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-twitter .wpd-comment-subheader{border-top: 1px dashed #000000!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-twitter .wpd-comment-right{border-left: 1px solid #000000!important;}
#wpdcom .wpd-soc-user-twitter .wpd-avatar i{background: #000000!important;}
/* Blog User VK */
#wpdcom .wpd-soc-user-vk .wpd-comment-label{color: #ffffff; background-color: #4A76A8!important; border: none;}
#wpdcom .wpd-soc-user-vk .wpd-comment-author, #wpdcom .wpd-soc-user-vk .wpd-comment-author a{color: #4A76A8!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-vk{border-left: 3px solid #4A76A8!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-vk .wpd-avatar img{border-bottom-color: #4A76A8!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-vk .wpd-comment-subheader{border-top: 1px dashed #4A76A8!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-vk .wpd-comment-right{border-left: 1px solid #4A76A8!important;}
#wpdcom .wpd-soc-user-vk .wpd-avatar i{background: #4A76A8!important;}
/* Blog User OK */
#wpdcom .wpd-soc-user-ok .wpd-comment-label{color: #ffffff; background-color: #ee8208!important; border: none;}
#wpdcom .wpd-soc-user-ok .wpd-comment-author, #wpdcom .wpd-soc-user-ok .wpd-comment-author a{color: #ee8208!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-ok{border-left: 3px solid #ee8208!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-ok .wpd-avatar img{border-bottom-color: #ee8208!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-ok .wpd-comment-subheader{border-top: 1px dashed #ee8208!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-ok .wpd-comment-right{border-left: 1px solid #ee8208!important;}
#wpdcom .wpd-soc-user-ok .wpd-avatar i{background: #ee8208!important;}
/* Blog User Disqus */
#wpdcom .wpd-soc-user-disqus .wpd-comment-label{color: #ffffff; background-color: #2196F3!important; border: none;}
#wpdcom .wpd-soc-user-disqus .wpd-comment-author, #wpdcom .wpd-soc-user-disqus .wpd-comment-author a{color: #2196F3!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-disqus{border-left: 3px solid #2196F3!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-disqus .wpd-avatar img{border-bottom-color: #2196F3!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-disqus .wpd-comment-subheader{border-top: 1px dashed #2196F3!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-disqus .wpd-comment-right{border-left: 1px solid #2196F3!important;}
#wpdcom .wpd-soc-user-disqus .wpd-avatar i{background: #2196F3!important;}
/* Blog User WordPress */
#wpdcom .wpd-soc-user-wordpress .wpd-comment-label{color: #ffffff; background-color: #000000!important; border: none;}
#wpdcom .wpd-soc-user-wordpress .wpd-comment-author, #wpdcom .wpd-soc-user-wordpress .wpd-comment-author a{color: #000000!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-wordpress{border-left: 3px solid #555555!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-wordpress .wpd-avatar img{border-bottom-color: #000000!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-wordpress .wpd-comment-subheader{border-top: 1px dashed #000000!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-wordpress .wpd-comment-right{border-left: 1px solid #000000!important;}
#wpdcom .wpd-soc-user-wordpress .wpd-avatar i{background: #000000!important;}
/* Blog User Instagram */
#wpdcom .wpd-soc-user-instagram .wpd-comment-label{color: #ffffff; background-color: #F97149!important; border: none;}
#wpdcom .wpd-soc-user-instagram .wpd-comment-author, #wpdcom .wpd-soc-user-instagram .wpd-comment-author a{color: #F97149!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-instagram{border-left: 3px solid #F97149!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-instagram .wpd-avatar img{border-bottom-color: #F97149!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-instagram .wpd-comment-subheader{border-top: 1px dashed #F97149!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-instagram .wpd-comment-right{border-left: 1px solid #F97149!important;}
#wpdcom .wpd-soc-user-instagram .wpd-avatar i{background: #F97149!important;}
/* Blog User Linkedin */
#wpdcom .wpd-soc-user-linkedin .wpd-comment-label{color: #ffffff; background-color: #007BB6!important; border: none;}
#wpdcom .wpd-soc-user-linkedin .wpd-comment-author, #wpdcom .wpd-soc-user-linkedin .wpd-comment-author a{color: #007BB6!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-linkedin{border-left: 3px solid #007BB6!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-linkedin .wpd-avatar img{border-bottom-color: #007BB6!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-linkedin .wpd-comment-subheader{border-top: 1px dashed #007BB6!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-linkedin .wpd-comment-right{border-left: 1px solid #007BB6!important;}
#wpdcom .wpd-soc-user-linkedin .wpd-avatar i{background: #007BB6!important;}
/* Blog User Yandex */
#wpdcom .wpd-soc-user-yandex .wpd-comment-label{color: #ffffff; background-color: #FF0000!important; border: none;}
#wpdcom .wpd-soc-user-yandex .wpd-comment-author, #wpdcom .wpd-soc-user-yandex .wpd-comment-author a{color: #FF0000!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-yandex{border-left: 3px solid #FF0000!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-yandex .wpd-avatar img{border-bottom-color: #FF0000!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-yandex .wpd-comment-subheader{border-top: 1px dashed #FF0000!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-yandex .wpd-comment-right{border-left: 1px solid #FF0000!important;}
#wpdcom .wpd-soc-user-yandex .wpd-avatar i{background: #FF0000!important;}
/* Blog User Mail.ru */
#wpdcom .wpd-soc-user-mailru .wpd-comment-label{color: #ffffff; background-color: #168DE2!important; border: none;}
#wpdcom .wpd-soc-user-mailru .wpd-comment-author, #wpdcom .wpd-soc-user-mailru .wpd-comment-author a{color: #168DE2!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-mailru{border-left: 3px solid #168DE2!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-mailru .wpd-avatar img{border-bottom-color: #168DE2!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-mailru .wpd-comment-subheader{border-top: 1px dashed #168DE2!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-mailru .wpd-comment-right{border-left: 1px solid #168DE2!important;}
#wpdcom .wpd-soc-user-mailru .wpd-avatar i{background: #168DE2!important;}
#wpdcom .wpd-soc-user-mailru .wpd-avatar i svg{fill: #ff9e00;}
/* Blog User Weibo */
#wpdcom .wpd-soc-user-weibo .wpd-comment-label{color: #ffffff; background-color: #D52A2C!important; border: none;}
#wpdcom .wpd-soc-user-weibo .wpd-comment-author, #wpdcom .wpd-soc-user-weibo .wpd-comment-author a{color: #D52A2C!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-weibo{border-left: 3px solid #D52A2C!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-weibo .wpd-avatar img{border-bottom-color: #D52A2C!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-weibo .wpd-comment-subheader{border-top: 1px dashed #D52A2C!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-weibo .wpd-comment-right{border-left: 1px solid #D52A2C!important;}
#wpdcom .wpd-soc-user-weibo .wpd-avatar i{background: #D52A2C!important;}
/* Blog User WeChat */
#wpdcom .wpd-soc-user-weixin .wpd-comment-label{color: #ffffff; background-color: #20c300!important; border: none;}
#wpdcom .wpd-soc-user-weixin .wpd-comment-author, #wpdcom .wpd-soc-user-weixin .wpd-comment-author a{color: #20c300!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-weixin{border-left: 3px solid #20c300!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-weixin .wpd-avatar img{border-bottom-color: #20c300!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-weixin .wpd-comment-subheader{border-top: 1px dashed #20c300!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-weixin .wpd-comment-right{border-left: 1px solid #20c300!important;}
#wpdcom .wpd-soc-user-weixin .wpd-avatar i{background: #20c300!important;}
/* Blog User QQ */
#wpdcom .wpd-soc-user-qq .wpd-comment-label{color: #ffffff; background-color: #1479d7!important; border: none;}
#wpdcom .wpd-soc-user-qq .wpd-comment-author, #wpdcom .wpd-soc-user-qq .wpd-comment-author a{color: #1479d7!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-qq{border-left: 3px solid #1479d7!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-qq .wpd-avatar img{border-bottom-color: #1479d7!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-qq .wpd-comment-subheader{border-top: 1px dashed #1479d7!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-qq .wpd-comment-right{border-left: 1px solid #1479d7!important;}
#wpdcom .wpd-soc-user-qq .wpd-avatar i{background: #1479d7!important;}
/* Blog User Baidu */
#wpdcom .wpd-soc-user-baidu .wpd-comment-label{color: #ffffff; background-color: #F23F40!important; border: none;}
#wpdcom .wpd-soc-user-baidu .wpd-comment-author, #wpdcom .wpd-soc-user-baidu .wpd-comment-author a{color: #F23F40!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-baidu{border-left: 3px solid #F23F40!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-baidu .wpd-avatar img{border-bottom-color: #F23F40!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-baidu .wpd-comment-subheader{border-top: 1px dashed #F23F40!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-baidu .wpd-comment-right{border-left: 1px solid #F23F40!important;}
#wpdcom .wpd-soc-user-baidu .wpd-avatar i{background: #F23F40!important;}
#wpdcom .wpd-soc-user-baidu .wpd-avatar i svg{fill: #2319dc;}

.wpd-comment-text pre{overflow: auto;display: block;max-width: 100%;}
.wpd-inline-icon.wpd-blink{animation: wpdBlink 1s;}
@keyframes wpdBlink {
    50% {transform: scale(1.5);}
}

/* DARK STYLE */
#wpdcom.wpd-dark .wpd-cf-label{background: #555; color: #ccc;border-bottom: 1px #777 solid;}
#wpdcom.wpd-dark .wpd-cf-value{border-bottom: 1px #777 solid;}
#wpdcom.wpd-dark .wpd-comment .wpd-avatar img,
#wpdcom.wpd-dark .wpd-comment .wpd-avatar img.avatar{background-color: #999;}
#wpdcom.wpd-dark .wpd-comment .wpd-avatar i{border: 2px solid #ccc;}
#wpdcom.wpd-dark .wpd-field-group-title{color: #ccc;}
#wpdcom.wpd-dark .wpd-sbs-toggle{color: #aaa;}
#wpdcom.wpd-dark .wpd-thread-head .wpd-thread-info{color: #aaa;}
#wpdcom.wpd-dark .wpd-thread-filter .wpdf-sorting{color: #999;}
#wpdcom.wpd-dark .ql-toolbar{background-color: #333;}
#wpdcom.wpd-dark .wpd-editor-char-counter{color: #ddd;}
#wpdcom.wpd-dark .wpd-form-row .wpdiscuz-item .wpd-field-desc{color: #666; border-left: 1px solid #666;}
#wpdcom.wpd-dark .wpd-form-row .wpdiscuz-item .wpd-field-icon {opacity: 1; color: #555;}
#wpdcom.wpd-dark .wpdem-sticker-container.wpdem-sticker-open{box-shadow: none;}
#wpdcom.wpd-dark .wpdem-sticker-container {background-color: #999;}
#wpdcom.wpd-dark.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap{background-color: #292929;}
#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment.wpd-sticky-comment .wpd-comment-header{background-color: #292929;}
#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up, #wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down{background-color: #222;}
#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-right {border-left: 1px solid #666; border-bottom: 1px solid #666;}
#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-right{border-bottom: none;}
#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-result { background-color:  #222;}
#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-reply-button {background-color: #222;}
#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .trns-moderate-comments {background-color: #222;}
#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-tool-wrap { background: #222;}
#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-tool-wrap i{ background: #222;}
#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-reply-to { background-color: transparent; border-bottom: 1px solid #666;}
#wpdcom.wpd-dark #wpdiscuz-search-form .wpdiscuz-search-box {background-color: #111;border: 1px solid #555;}
#wpdcom.wpd-dark .wpd-comment-text .wpd-inline-feedback-wrapper{background-color: #666; color: #ccc;}

/* Blog User WordPress */
#wpdcom.wpd-dark .wpd-soc-user-wordpress .wpd-comment-label{background-color: #666;}
#wpdcom.wpd-dark .wpd-soc-user-wordpress .wpd-comment-author, #wpdcom .wpd-soc-user-wordpress .wpd-comment-author a{color: #666;}
#wpdcom.wpd-dark.wpd-layout-1 .wpd-comment .wpd-soc-user-wordpress .wpd-avatar img{border-color: #666;}
#wpdcom.wpd-dark.wpd-layout-2 .wpd-comment .wpd-soc-user-wordpress .wpd-avatar img{border-bottom-color: #666;}
#wpdcom.wpd-dark.wpd-layout-3 .wpd-soc-user-wordpress .wpd-comment-subheader{border-top: 1px dashed #666;}
#wpdcom.wpd-dark.wpd-layout-3 .wpd-reply .wpd-soc-user-wordpress .wpd-comment-right{border-left: 1px solid #666;}


/* Tablets */
@media screen and (max-width:1024px){
    #wpd-bubble-wrapper > div{width: 40px; height: 40px;}
    #wpd-bubble-wrapper #wpd-bubble-all-comments-count{font-size: 13px;}
    #wpd-bubble-wrapper > #wpd-bubble #wpd-bubble-add-message {height: auto;padding: 7px 14px;justify-content: flex-start;font-size: 14px;}
    #wpd-bubble-wrapper.wpd-left-corner,
    #wpd-bubble-wrapper.wpd-left-content{left: 10px!important;}
    #wpd-bubble-wrapper.wpd-right-corner{}
    #wpd-bubble-wrapper.wpd-left-corner > #wpd-bubble #wpd-bubble-add-message,
    #wpd-bubble-wrapper.wpd-left-content > #wpd-bubble #wpd-bubble-add-message{left: 53px;}
    #wpd-bubble-wrapper.wpd-left-corner > #wpd-bubble #wpd-bubble-add-message::before,
    #wpd-bubble-wrapper.wpd-left-content > #wpd-bubble #wpd-bubble-add-message::before{left: -9px;}
    #wpd-bubble-wrapper.wpd-right-corner > #wpd-bubble #wpd-bubble-add-message{left: auto; right: 55px;}
    #wpd-bubble-wrapper.wpd-right-corner > #wpd-bubble #wpd-bubble-add-message::before {left: auto; right: -9px;}
}
/* Smart Phones */
@media screen and (max-width:600px){
    #comments, #respond{padding-left: 0!important;padding-right: 0!important;}
    #wpdcom {padding: 5px 3%;overflow-x: hidden;}
    #wpdcom .wpd-form-row div:hover.wpd-field-desc span {margin-left: -187px;}
    #wpdcom .wpd-form-row div.wpd-field-desc span::after { margin-left: 80px;}
    /*#wpdcom #wpd-threads .wpd-comment-link [wpd-tooltip]::after{left: -150%;top:-16px}*/
    /*#wpdcom #wpd-threads .wpd-comment-link [wpd-tooltip]::before{top:-16px}*/
    /*#wpdcom #wpd-threads .wpd-tool-wrap [wpd-tooltip]::after{left: -50%;}*/
    /* Inline Commenting */
    .wpd-inline-form-wrapper{left: 0; width: 320px; position:relative; top: 7px; bottom: 15px;}
    .wpd-inline-form-wrapper::before{display: none;}
    .wpd-inline-form-question {padding:5px 20px; color:#fff; font-size:16px; line-height: 1.7;}
    .wpd-inline-form-wrapper .wpd-inline-submit-icon{display: none;}
    .wpd-last-inline-comments-wrapper {position: relative;width: 300px;top: 0;left: 0;}
    .wpd-last-inline-comments-wrapper::after,
    .wpd-last-inline-comments-wrapper::before{display: none;}
    .wpd-inline-form .wpd-inline-comment-content{font-size: 16px; padding: 5px;}
    .wpd-inline-form-second-row {height: auto; flex-direction: column;}
    .wpd-inline-form input.wpd-inline-name-input { width: 100%; margin-bottom: 10px; font-size: 16px; padding: 2px 5px; }
    /* Comment Bubble */
    #wpd-bubble-wrapper{bottom: 20px;}
    #wpd-bubble-wrapper > #wpd-bubble #wpd-bubble-add-message {width: 270px;}
    /* Comment Form */
    #wpdcom .wpd-auth {margin: 0 0 2px -3px;}
    #wpdcom .wpd-social-login .wpd-connect-with{display: none!important;}
    #wpdcom .wpd-form .wpd-avatar{display: none;}
    #wpdcom .wpd-form.wpd-form-wrapper{padding-right: 5px;}
    #wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt textarea{flex-basis: 100%; width: 100%;}
    #wpdcom .wpdiscuz_select{font-size: 16px !important;}
    #wpdcom .wpdiscuz-subscribe-form-email {font-size: 16px; display: block;  padding: 10px 0 0 0; width: 98%; margin: 0 auto;}
    #wpdcom .wpdiscuz-subscribe-form-email input[type="email"]{font-size: 16px !important;}
    #wpdcom .wpd-form .wpd-form-foot,
    #wpdcom.wpd-layout-2 .wpd-form .wpd-form-foot,
    #wpdcom.wpd-layout-3 .wpd-form .wpd-form-foot{margin-left: 0;}
    #wpdcom .wpd-form-row .wpd-form-col-left,
    #wpdcom .wpd-form-row .wpd-form-col-right {width: 100%; float: none;}
    #wpdcom .wpdiscuz-item.wpd-field-group.wpd-field-rating {border-bottom: none; height: auto;}
    #wpdcom .wpdiscuz-item .wpdiscuz-rating > label {font-size: 1.4em;}
    #wpdcom .ql-toolbar {padding: 5px 8px 3px 5px;}
    #wpdcom .ql-snow.ql-toolbar button, #wpdcom .ql-snow .ql-toolbar button {height: 24px!important;padding: 4px 5px!important;width: 24px!important;}
    #wpdcom .ql-toolbar .wpd-editor-buttons-right .wmu-upload-wrap{font-size: 1.3em !important;}
    #wpdcom .wpd-field-captcha .wpdiscuz-recaptcha {transform: scale(0.9); margin-top: 3px;}
    #wpdcom .wpd-field-captcha .wpdiscuz-recaptcha div{width: auto!important;}
    #wpdcom .wpd-field-radio .wpd-item, #wpdcom .wpd-field-checkbox .wpd-item{display: block;}
    #wpdcom .wpd-field-radio .wpd-field, #wpdcom .wpd-field-checkbox .wpd-field{height: auto; float: none; vertical-align: middle;}
    #wpdcom .wpd-field-radio .wpd-field-label, #wpdcom .wpd-field-checkbox .wpd-field-label{font-size: 14px;}
    #wpdcom .wpd-form-col-left .wpd-field-group .wpd-field-group-title, #wpdcom .wpd-form-col-right .wpd-field-group .wpd-field-group-title, #wpdcom .wpd-form-col-full .wpd-field-group .wpd-field-group-title{font-size: 14px;}
    #wpdcom .wpd-form-row .wpdiscuz-item input[type="text"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="password"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="email"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="url"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="color"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="date"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime-local"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="month"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="number"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="time"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="week"], #wpdcom textarea, #wpdcom select, #wpdcom .wpd-form-row .wpd-field{font-size: 16px!important; height: auto;}
    #wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap{flex-basis: 100%; width: 100%;}
    #wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .quicktags-toolbar{margin-bottom: 2px;}
    #wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .quicktags-toolbar .ed_button {font-size: 14px; width: 19%;}
    /* Comment Threads */
    #wpdiscuz-comment-message{width: 97%; }
    #wpdcom .wpd-hidden {visibility: visible; opacity: 1;}
    #wpdcom .wpd-tools-actions{left: auto; right: 0px;}
    #wpdcom .wpd-thread-head .wpd-thread-info{flex-basis: 100%; border-bottom: 2px solid #ccc;}
    #wpdcom .wpd-thread-head .wpd-thread-filter{margin-top: 5px;}
    #wpdcom .wpdiscuz-subscribe-form-button {width: 99%;margin-top: 8px;}
    #wpdcom .wpdiscuz-subscribe-bar #wpdiscuz_subscription_button{width: 100%; min-height: 20px !important; height: 26px !important;}
    #wpdcom .wpd-comment-footer .wpd-toggle .wpd-view-replies{display: inline-block; width: 78px; white-space: nowrap; overflow: hidden;font-size: 10px !important;}
    /* Comment Layouts */
    #wpdcom .wpd-comment .wpd-comment-wrap{display: block;}
    #wpdcom .wpd-comment-footer{flex-wrap: wrap;}
    #wpdcom .wpd-comment .wpd-comment-left{width: 100%;}
    #wpdcom .wpd-comment .wpd-comment-right{width: 100%;}
    /* Comment Layout #1 */
    #wpdcom.wpd-layout-1 .wpd-comment .wpd-comment-left{text-align: left;}
    #wpdcom.wpd-layout-1 .wpd-comment.wpd-reply .wpd-comment-left {width: 100%;}
    #wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar {display: inline-block;}
    #wpdcom.wpd-layout-1 .wpd-comment .wpd-form .wpd-avatar{display: none;}
    #wpdcom.wpd-layout-1 .wpd-comment-label {display: inline-block;}
    #wpdcom.wpd-layout-1 .wpd-comment-header .wpd-comment-link{padding-top: 0;}
    #wpdcom.wpd-layout-1 .wpd-comment .wpd-comment-label{width: auto;padding: 1px 10px;}
    #wpdcom.wpd-layout-1 .wpd-comment.wpd-reply .wpd-comment-label{display: inline-block;margin: 10px auto 5px auto;}
    #wpdcom.wpd-layout-1 .wpd-comment .wpd-follow-link {display: inline-block;}
    #wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar {margin-right: 5px;vertical-align: bottom;}
    #wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar img,
    #wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar img.avatar {width: 36px; height: 36px; padding: 1px;}
    #wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar i {padding: 2px; font-size: 9px; border: 1px solid  #fff; width: 16px;}
    #wpdcom.wpd-layout-1 .wpd-reply.wpd_comment_level-2 {margin-left: 25px;}
    #wpdcom.wpd-layout-1 .wpd-reply {margin-left: 0px;}
    /* Comment Layout #2 */
    #wpdcom.wpd-layout-2 .wpd-reply {margin-left: 0px;}
    #wpdcom.wpd-layout-2 .wpd-reply.wpd_comment_level-2{margin-left: 15px;}
    #wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info {width:100%; display: flex; flex-direction:row; justify-content: flex-start; flex-grow: 0;margin-bottom: -3px;float: right;margin-left: 61px;flex-wrap: wrap;margin-top: -44px;}
    #wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-top {flex-wrap: wrap!important;}
    #wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-date{padding-left: 0;}
    #wpdcom.wpd-layout-2 .wpd-comment-header .wpd-comment-link {margin-bottom: 0; padding-top: 1px; align-items: normal; flex-basis: 100%; text-align: right; margin-top: -20px;}
    #wpdcom.wpd-layout-2 .wpd-comment-header .wpd-reply-to{margin-right: 10px;}
    /* Comment Layout #3 */
    #wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-left .wpd-avatar {margin-bottom: -41px;margin-top: 0;}
    #wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-left {width: 45px;}
    #wpdcom.wpd-layout-3 .wpd-form .wpd-avatar img, #wpdcom.wpd-layout-3 .wpd-form .wpd-avatar img.avatar, #wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar img, #wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar img.avatar {width: 40px;height: 40px;max-width: none;padding: 2px;}
    #wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-author {padding-left: 55px;}
    #wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header,
    #wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-subheader{justify-content: flex-start;}
    #wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-right {border-left: none;border-bottom: none;width: 100%;}
    #wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-text {padding-left: 7px;padding-top: 15px;padding-bottom: 17px;font-size: 100%;}
    #wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer {margin-bottom: -10px;margin-left: 7px;}
    #wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote {padding-left: 0;margin-left: 0;}
    #wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up, #wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down {border: none;padding: 0;width: 16px;height: 16px;background-color:none;}
    #wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-reply-button {background-color: transparent;border: none;border-radius: 15px;padding: 0 10px 0 0;}
    #wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-result {padding: 0 8px;font-size: 14px;background-color: transparent;line-height: 24px;}
    #wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-tool-wrap {padding-left: 10px; flex-grow: 1;}
    #wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-tool-wrap i {background: none;padding: 5px 3px;width: auto;line-height: 14px;border: none;height: auto;}
    #wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar i {padding: 2px;font-size: 9px;width: 18px;}
    #wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-wpanel {display: none;}
    #wpdcom.wpd-layout-3 .wpd-comment .wpd-reply-to{ margin-left: 0px;}
    #wpdcom.wpd-layout-3 .wpd-reply.wpd_comment_level-2{margin-left: 20px;}
    #wpdcom.wpd-layout-3 .wpd-reply {margin-left: 0;}
    #wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-avatar img, #wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-avatar img.avatar {width: 34px;height: 34px;max-width: 40px;border: none;}
    #wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-left .wpd-avatar {margin-top: 0px;margin-bottom: -28px;}
    #wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-left {width: 54px;}
    #wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-right{border-left: 1px solid #d1d1d1;}
    #wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author {padding-left: 55px;}
    #wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-label {margin: 0 8px 0 0px;}
    #wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-text {padding-left: 10px;}
    #wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer{margin-left: 10px;}
    #wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up.wpd-up,
    #wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down.wpd-down{border: none;}
    /* Tooltip */
    [wpd-tooltip-size='small']::after{min-width: 60px;}
    [wpd-tooltip-size='medium']::after{min-width: 90px;}
    [wpd-tooltip-size='long']::after{min-width: 200px;}
}

.wp-block-comments-wpdiscuz .wpdiscuz-edit-bloc-notice {
    margin: 50px auto;
    max-width: 750px;
    background-color: #F6F6F6;
    font-size: 11px;

}

.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}
.fa-asterisk:before{content:"\f069"}.fa-calendar-alt:before{content:"\f073"}.fa-plus:before{content:"\f067"}.fa-question:before{content:"\f128"}.fa-minus:before{content:"\f068"}.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-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before{content:"\f00d"}.fa-remove:before{content:"\f00d"}.fa-times:before{content:"\f00d"}.fa-signal:before{content:"\f012"}.fa-cog:before{content:"\f013"}.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-repeat:before{content:"\f01e"}.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-tag:before{content:"\f02b"}.fa-bookmark:before{content:"\f02e"}.fa-camera:before{content:"\f030"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-video-camera:before{content:"\f03d"}.fa-image:before{content:"\f03e"}.fa-photo:before{content:"\f03e"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-edit:before{content:"\f044"}.fa-pencil-square-o:before{content:"\f044"}.fa-check-square-o:before{content:"\f046"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.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-check-circle-o:before{content:"\f05d"}.fa-mail-forward:before{content:"\f064"}.fa-share:before{content:"\f064"}.fa-exclamation-circle:before{content:"\f06a"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before{content:"\f071"}.fa-warning:before{content:"\f071"}.fa-comment:before{content:"\f075"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-bar-chart:before{content:"\f080"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-cogs:before{content:"\f085"}.fa-gears: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-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f09a"}.fa-unlock:before{content:"\f09c"}.fa-feed:before{content:"\f09e"}.fa-rss:before{content:"\f09e"}.fa-bell-o:before{content:"\f0a2"}.fa-certificate:before{content:"\f0a3"}.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-wrench:before{content:"\f0ad"}.fa-group:before{content:"\f0c0"}.fa-users:before{content:"\f0c0"}.fa-chain:before{content:"\f0c1"}.fa-link:before{content:"\f0c1"}.fa-paperclip:before{content:"\f0c6"}.fa-bars:before{content:"\f0c9"}.fa-navicon:before{content:"\f0c9"}.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.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-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before{content:"\f0e2"}.fa-undo:before{content:"\f0e2"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before{content:"\f0e7"}.fa-flash:before{content:"\f0e7"}.fa-bell:before{content:"\f0f3"}.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-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-mail-reply:before{content:"\f112"}.fa-reply:before{content:"\f112"}.fa-smile-o:before{content:"\f118"}.fa-smile:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-frown:before{content:"\f119"}.fa-flag-o:before{content:"\f11d"}.fa-mail-reply-all:before{content:"\f122"}.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before{content:"\f123"}.fa-star-half-full:before{content:"\f123"}.fa-star-half-o:before{content:"\f123"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-shield:before{content:"\f132"}.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-unlock-alt:before{content:"\f13e"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-play:before{content:"\f16a"}.fa-vk:before{content:"\f189"}.fa-wordpress:before{content:"\f19a"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-language:before{content:"\f1ab"}.fa-cubes:before{content:"\f1b3"}.fa-life-bouy:before{content:"\f1cd"}.fa-life-buoy:before{content:"\f1cd"}.fa-life-ring:before{content:"\f1cd"}.fa-life-saver:before{content:"\f1cd"}.fa-support:before{content:"\f1cd"}.fa-circle:before{content:"\f111"}.fa-clock:before{content:"\f017"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-facebook-official:before{content:"\f230"}.fa-whatsapp:before{content:"\f232"}.fa-user-plus:before{content:"\f234"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-fa:before{content:"\f2b4"}.fa-font-awesome:before{content:"\f2b4"}.fa-address-card:before{content:"\f2bb"}.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before{content:"\f2bc"}.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-pencil-alt:before{content:"\f303"}.fa-columns:before{content:"\f0db"}.fa-trash-alt:before{content:"\f2ed"}.fa-arrows-alt:before{content:"\f0b2"}.fa-shield-alt:before{content:"\f3ed"}.fa-user-cog:before{content:"\f4fe"}.fa-photo-video:before{content:"\f87c"}.fa-fire:before{content:"\f06d"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-up:before{content:"\f0de"}.fa-thumbtack:before{content:"\f08d"}.fa-instagram:before{content:"\f16d"}.fa-wordpress-simple:before{content:"\f411"}.fa-linkedin-in:before{content:"\f0e1"}.fa-yandex-international:before{content:"\f414"}.fa-at:before{content:"\f1fa"}.fa-weixin:before{content:"\f1d7"}.fa-weibo:before{content:"\f18a"}.fa-qq:before{content:"\f1d6"}.fa-baidu:before{content:"\f1b0"}.fa-spinner:before{content:"\f110"}.fa-microphone:before{content:"\f130"}
.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display: swap;  src:url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-brands-400.eot);  src:url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-brands-400.woff2) format("woff2"), url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-brands-400.woff) format("woff"), url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-brands-400.ttf) format("truetype"), url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}  @font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display: swap;  src:url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-regular-400.eot);  src:url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-regular-400.woff) format("woff"), url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-regular-400.ttf) format("truetype"),url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}  @font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display: swap;  src:url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-solid-900.eot);src:url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-solid-900.woff) format("woff"),url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-solid-900.ttf) format("truetype"),url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
/* Quill */
.ql-container{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0px;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:'\2022'}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:'\2611'}.ql-editor ul[data-checked=false]>li:before{content:'\2610'}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:0.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:0.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) '. '}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) '. '}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) '. '}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) '. '}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) '. '}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) '. '}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) '. '}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) '. '}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) '. '}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) '. '}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:0.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,0.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:'';display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow{-webkit-box-sizing:border-box;box-sizing:border-box}.ql-snow *{-webkit-box-sizing:border-box;box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;-webkit-transform:translateY(10px);transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:'';display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:0.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:0.83em}.ql-snow .ql-editor h6{font-size:0.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0px}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0px;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label='']):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label='']):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label='']):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label='']):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label='']):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label='']):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:'Normal'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:'Heading 1'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:'Heading 2'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:'Heading 3'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:'Heading 4'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:'Heading 5'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:'Heading 6'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:0.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:0.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:'Sans Serif'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:'Serif'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:'Monospace'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:'Normal'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:'Small'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:'Large'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:'Huge'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'Helvetica Neue','Helvetica','Arial',sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;-webkit-box-shadow:rgba(0,0,0,0.2) 0 2px 8px;box-shadow:rgba(0,0,0,0.2) 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{border-color:#ccc}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:0px 0px 5px #ddd;box-shadow:0px 0px 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0px;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:'Edit';margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:'Remove';margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:'Save';padding-right:0px}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.ql-editor.ql-blank:focus:before{content:''}
/* Media Uploader */
#cboxCurrent{bottom:0;font-size:15px}#wpdcom{height:auto;padding:5px 1px}#wpdcom .wmu-hide{display:none!important}#wpdcom .wmu-show{display:inline-block!important}#wpdcom .wmu-add{cursor:pointer;margin:0px 2px;color:#aaaaaa;cursor:pointer;display:inline}#wpdcom .wmu-add i{color:#444}#wpdcom .wmu-add input[type=file]{visibility:hidden;display:none}#wpdcom .wmu-tabs{width:100%;padding:8px 0px 17px 0px;margin:1px 0px 0px 0px;border-top:1px dotted #dddddd;text-align:left}#wpdcom .wmu-tabs .wmu-preview-images .wmu-preview-remove .wmu-file-name{display:none}#wpdcom .wmu-tabs .wmu-preview-remove{position:relative}#wpdcom .wmu-tabs .wmu-preview-remove img{max-height:45px}#wpdcom .wmu-tabs .wmu-preview-delete,#wpdcom .wmu-tabs .wmu-preview-replace{cursor:pointer;position:absolute;bottom:0;width:50%;display:none;text-align:center;background:rgba(255,255,255,0.88);z-index:101;font-size:14px;line-height:18px;padding:1px 0;-webkit-box-sizing:border-box;box-sizing:border-box}#wpdcom .wmu-tabs .wmu-preview-delete{left:0;color:#c0392b}#wpdcom .wmu-tabs .wmu-preview-replace{right:0;color:#444}#wpdcom .wmu-tabs .wmu-preview-remove:hover .wmu-preview-delete,#wpdcom .wmu-tabs .wmu-preview-remove:hover .wmu-preview-replace{display:block}#wpdcom .wmu-tabs .wmu-preview-delete:hover{background:rgba(255,230,230,0.95);color:#c0392b}#wpdcom .wmu-tabs .wmu-preview-replace:hover{background:rgba(220,240,255,0.95);color:#0073aa}#wpdcom .wmu-preview{margin:1px 3px;cursor:pointer;display:inline-block}#wpdcom .wmu-attachment img{vertical-align:bottom}#wpdcom .wmu-attachment audio{vertical-align:bottom}#wpdcom .wmu-attachment-delete,.wpd-content .wmu-attachment-delete{cursor:pointer;border-top:1px solid #ffffff;visibility:hidden;font-size:5px;line-height:12px;text-align:center;padding:2px 0px 1px 0px;margin:0px;z-index:100;border-bottom:white 1px solid}#wpdcom .wmu-attachment-delete svg,.wpd-content .wmu-attachment-delete svg{fill:#d63638;width:11px;height:11px}#wpdcom .wmu-attachment:hover>.wmu-attachment-delete,.wpd-content .wmu-attachment:hover>.wmu-attachment-delete{visibility:visible}#wpdcom .wmu-attachment-delete:hover,.wpd-content .wmu-attachment-delete:hover{visibility:visible;background-color:#FFEFEF;border-bottom:#FFD6D6 1px solid}#wpdcom .wmu-attached-images{border-bottom:1px dotted #dfdfdf;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:5px}#wpdcom .wmu-attached-images .wmu-attachment{margin:10px 2px 1px 2px}#wpdcom .wmu-attached-images .attachment-thumbnail,#wpdcom .wmu-attached-images .wmu-attached-image{border:3px solid #f1f1f1}#wpdcom .wmu-attached-image-link{display:inline-block}#wpdcom .wmu-attached-images .wmu-separator{padding:4px 0px;display:block}#wpdcom .wmu-action-wrap{width:100%;margin:0px;padding:0px;text-align:left}#wpdcom .wmu-action-wrap img{display:inline-block;vertical-align:bottom}#wpdcom .wmu-top-title{padding:5px 20px 5px 3px;font-size:10px;color:#888888;text-align:left;margin-top:-27px;margin-bottom:7px;line-height:14px;white-space:nowrap;display:table;text-transform:uppercase}#wpdcom .wmu-filreader-not-exist{}#wpdcom .msgEmptyFile,#wpdcom .msgPermissionDenied,#wpdcom .msgUploadingNotAllowed,#wpdcom .wmuPhraseMaxFileCount,#wpdcom .wmuPhraseMaxFileSize,#wpdcom .wmuPhraseNotAllowedFile,#wpdcom .wmuPhrasePostMaxSize{background-color:#fce8e8!important;font-size:14px;text-align:center;color:#ce4a66;border:#f2d3d2 1px solid;padding:5px 10px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:5px 0;border-radius:3px}@media screen and (max-width:655px){#wpdcom .wmu-preview-remove .wmu-file-name{font-size:11px}#wpdcom .wmu-preview-remove .wmu-file-name{font-size:11px}#wpdcom .wmu-attached-images .wmu-attached-image{height:auto!important}}@media screen and (max-width:500px){#wpdcom .wc-comment-text iframe{width:98%}}@media screen and (max-width:420px){#wpdcom .wmu-top-title{display:none}}.wpd-wrapper #wpd-content-item-4 .wpd-item-left{float:left;width:88%;border-right:1px dotted #ccc;margin-top:5px}.wpd-wrapper #wpd-content-item-4 .wpd-item-right{margin-left:92%;text-align:center;vertical-align:middle;padding-top:24px;color:#666}.wpd-wrapper #wpd-content-item-4 .wpd-item-right i{display:inline-block;vertical-align:middle;font-size:20px;line-height:20px;color:#e8484a}
/* My Content and Settings */
.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.3);outline:none!important;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:34px;right:0;bottom:0;left:0;text-align:center;outline:none!important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none!important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.lity-closed .lity-content,.lity-loading .lity-content{-webkit-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:active,.lity-close:focus,.lity-close:hover,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container,.lity-iframe .lity-container,.lity-vimeo .lity-container,.lity-youtube .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}.wpd-wrapper *,.wpd-wrapper :after,.wpd-wrapper :before{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.wpd-wrapper{width:100%;padding:10px;margin:0 auto;background:transparent}.wpd-wrapper .wpd-list{display:-webkit-box;display:-ms-flexbox;display:flex;border-right:1px solid #ddd}.wpd-wrapper .wpd-list,.wpd-wrapper .wpd-list-item{list-style:none;list-style-type:none;font-size:14px}.wpd-wrapper .wpd-list-item{border-top:1px solid #ddd;border-left:1px solid #ddd;border-bottom:1px solid #ddd;display:inline-block;padding:10px 10px;color:#999;cursor:pointer;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.wpd-wrapper .wpd-list-item:hover{color:#444}.wpd-wrapper .wpd-list-item.wpd-active{border-bottom:none;color:#444}.wpd-wrapper .wpd-list-item span{margin-left:5px}.wpd-wrapper .wpd-content-item{border-left:1px solid #ddd;border-right:1px solid #ddd;border-bottom:1px solid #ddd;padding:20px}.wpd-wrapper .wpd-content-item:not(.wpd-active){display:none}.wpd-wrapper .wpd-item{border-bottom:1px solid #ddd;font-size:13px;line-height:19px;padding-bottom:7px}.wpd-wrapper .wpd-item:last-child{border-bottom:none}.wpd-wrapper .wpd-item-link.wpd-comment-meta{font-size:12px;color:#555;padding-bottom:0px}.wpd-wrapper .wpd-item-link{padding:5px 10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.wpd-wrapper .wpd-post-link{margin-left:3px}.wpd-wrapper .wpd-post-item-link{font-size:12px;font-style:italic;color:#666}.wpd-wrapper .wpd-pagination{display:inline-block;margin:10px 0}.wpd-wrapper .wpd-page-link{color:#000;float:left;padding:3px 10px;text-decoration:none;-webkit-transition:background-color .3s;transition:background-color .3s;border-top:1px solid #ddd;border-left:1px solid #ddd;border-bottom:1px solid #ddd;transition:background-color .3s;cursor:pointer;outline:none}.wpd-wrapper .wpd-page-link:hover:not(.wpd-current-page){background:#ddd}.wpd-wrapper .wpd-page-link:last-of-type{border-right:1px solid #ddd}.wpd-wrapper .wpd-current-page{color:#fff;border:none;cursor:initial}.wpd-wrapper .wpd-item.wpd-follow-item .fa-user{font-size:15px;color:#777}.wpd-wrapper .wpd-item.wpd-follow-item .wpd-fl-name{font-size:16px;color:#777}.wpd-wrapper #wpd-content-item-1 .wpd-item-left{float:left;width:88%;border-right:1px dotted #ccc;margin-top:5px}.wpd-wrapper #wpd-content-item-1 .wpd-item-right{margin-left:92%;text-align:center;vertical-align:middle;padding-top:24px;color:#666}.wpd-wrapper #wpd-content-item-2 .wpd-item-left{float:left;width:88%;border-right:1px dotted #ccc;margin-top:5px}.wpd-wrapper #wpd-content-item-3 .wpd-item-left{float:left;width:88%;border-right:1px dotted #ccc;margin-top:5px}.wpd-wrapper #wpd-content-item-2 .wpd-item-right{margin-left:92%;text-align:center;vertical-align:middle;padding-top:24px;color:#666}.wpd-wrapper #wpd-content-item-3 .wpd-item-right{margin-left:92%;text-align:center;vertical-align:middle;padding:15px 0;color:#666}.wpd-wrapper .wpd-item-right *,.wpd-wrapper .wpd-user-email-delete-links-wrap{outline:none!important}.wpd-wrapper #wpd-content-item-1 .wpd-item-right i,.wpd-wrapper #wpd-content-item-2 .wpd-item-right i{display:inline-block;vertical-align:middle;font-size:30px;line-height:30px;color:#e8484a}.wpd-wrapper #wpd-content-item-3 .wpd-item-right i{display:inline-block;vertical-align:middle;font-size:20px;line-height:20px;color:#e8484a}.wpd-wrapper .wpd-user-email-delete-links-wrap{text-align:center;padding:8px}.wpd-wrapper .wpd-user-email-delete-links{font-size:15px}.wpd-wrapper .wpd-user-email-delete-links span{margin-left:5px}.wpd-wrapper.wpd-guest-settings{text-align:center}.wpd-wrapper.wpd-guest-settings .wpd-user-settings-button-wrap{width:70%;min-width:280px;line-height:1.5;border:1px solid #ddd;padding:5px;background:#eee;font-size:14px;margin:15px auto}.wpd-wrapper.wpd-guest-settings .wpd-user-settings-button-wrap:hover{background:#F8F8F8}.wpd-wrapper.wpd-guest-settings .wpd-user-settings-button{cursor:pointer}.wpd-wrapper.wpd-guest-settings .wpd-guest-action-error{color:#fa5454}.wpd-wrapper.wpd-guest-settings .wpd-guest-action-success{color:#00B38F}.wpd-wrapper.wpd-guest-settings{padding:2%}.wpd-clear{clear:both}.wpd-loading{margin-left:5px}.wpd-hide{display:none}.wpd-show{display:inline-block}.wpd-bulk-desc{font-size:12px;color:#666666;font-style:italic}@media screen and (max-width:1024px){.wpd-wrapper .wpd-list-item span{display:none}}
/* Colorbox */
#cboxOverlay,#cboxWrapper,#colorbox{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxBottomLeft,#cboxMiddleLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingGraphic,#cboxLoadingOverlay{position:absolute;top:0;left:0;width:100%;height:100%}#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#cboxContent,#cboxLoadedContent,#colorbox{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/css/images/overlay.png) repeat 0 0;opacity:0.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxTopLeft{width:21px;height:21px;background:url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/css/images/controls.png) no-repeat -101px 0}#cboxTopRight{width:21px;height:21px;background:url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/css/images/controls.png) no-repeat -130px 0}#cboxBottomLeft{width:21px;height:21px;background:url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/css/images/controls.png) no-repeat -101px -29px}#cboxBottomRight{width:21px;height:21px;background:url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/css/images/controls.png) no-repeat -130px -29px}#cboxMiddleLeft{width:21px;background:url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/css/images/controls.png) left top repeat-y}#cboxMiddleRight{width:21px;background:url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/css/images/controls.png) right top repeat-y}#cboxTopCenter{height:21px;background:url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/css/images/border.png) 0 0 repeat-x}#cboxBottomCenter{height:21px;background:url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/css/images/border.png) 0 -29px repeat-x}#cboxContent{background:#fff;overflow:hidden}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{margin-bottom:28px}#cboxTitle{position:absolute;bottom:4px;left:0;text-align:center;width:100%;color:#949494}#cboxCurrent{position:absolute;bottom:4px;left:58px;color:#949494}#cboxLoadingOverlay{background:url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/css/images/loading_background.png) no-repeat center center}#cboxLoadingGraphic{background:url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/css/images/loading.gif) no-repeat center center}#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow{border:0;padding:0;margin:0;overflow:visible;width:auto;background:none}#cboxClose:active,#cboxNext:active,#cboxPrevious:active,#cboxSlideshow:active{outline:0}#cboxSlideshow{position:absolute;bottom:4px;right:30px;color:#0092ef}#cboxPrevious{position:absolute;bottom:0;left:0;background:url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/css/images/controls.png) no-repeat -75px 0;width:25px;height:25px;text-indent:-9999px}#cboxPrevious:hover{background-position:-75px -25px}#cboxNext{position:absolute;bottom:0;left:27px;background:url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/css/images/controls.png) no-repeat -50px 0;width:25px;height:25px;text-indent:-9999px}#cboxNext:hover{background-position:-50px -25px}#cboxClose{position:absolute;bottom:0;right:0;background:url(https://winterbear.com/wp-content/plugins/wpdiscuz/assets/css/images/controls.png) no-repeat -25px 0;width:25px;height:25px;text-indent:-9999px}#cboxClose:hover{background-position:-25px -25px}.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight,.cboxIE #cboxTopCenter,.cboxIE #cboxTopLeft,.cboxIE #cboxTopRight{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)}
@keyframes fadeIndown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes fadeIndown{0%{opacity:0;-webkit-transform:translateY(-20px)}to{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeIndown{0%{opacity:0;-moz-transform:translateY(-20px)}to{opacity:1;-moz-transform:translateY(0)}}@keyframes fadeInup{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes fadeInup{0%{opacity:0;-webkit-transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInup{0%{opacity:0;-moz-transform:translateY(20px)}to{opacity:1;-moz-transform:translateY(0)}}@keyframes hoverup{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@-webkit-keyframes hoverup{0%,to{-webkit-transform:translateY(0)}50%{-webkit-transform:translateY(10px)}}@-moz-keyframes hoverup{0%,to{-moz-transform:translateY(0)}50%{-moz-transform:translateY(10px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ktajaxbubbling{0%{width:10px;height:10px;background-color:#000;transform:translatY(0)}to{width:23px;height:23px;background-color:#fff;transform:translateY(-20px)}}@-o-keyframes ktajaxbubbling{0%{width:10px;height:10px;background-color:#000;-o-transform:translateY(0)}to{width:23px;height:23px;background-color:#fff;-o-transform:translateY(-20px)}}@-ms-keyframes ktajaxbubbling{0%{width:10px;height:10px;background-color:#000;-ms-transform:translateY(0)}to{width:23px;height:23px;background-color:#fff;-ms-transform:translateY(-20px)}}@-webkit-keyframes ktajaxbubbling{0%{width:10px;height:10px;background-color:#000;-webkit-transform:translateY(0)}to{width:23px;height:23px;background-color:#fff;-webkit-transform:translateY(-20px)}}@-moz-keyframes ktajaxbubbling{0%{width:10px;height:10px;background-color:#000;-moz-transform:translateY(0)}to{width:23px;height:23px;background-color:#fff;-moz-transform:translateY(-20px)}}@keyframes ktreveal{0%{transform:scale(.001)}to{transform:scale(1)}}@keyframes ktslide{to{transform:translateX(1.5em)}}@keyframes kt_type_blink{0%,to{opacity:1}50%{opacity:0}}@-webkit-keyframes kt_type_blink{0%,to{opacity:1}50%{opacity:0}}@-moz-keyframes kt_type_blink{0%,to{opacity:1}50%{opacity:0}}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-size:10px;-webkit-tap-highlight-color:transparent}body{margin:0;font-family:"Source Sans Pro",sans-serif;font-size:16px;line-height:24px;color:#333;overflow-x:hidden;background-color:#f2f2f2}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;color:#16a085;text-decoration:none}.hide-focus-outline :focus{outline:0}b,strong{font-weight:700}dfn{font-style:italic}small{font-size:85%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{vertical-align:middle;max-width:100%;height:auto;border:0}svg:not(:root){overflow:hidden}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0;margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}pre{overflow:auto}button,input,optgroup,select,textarea{font:inherit;margin:0}input,optgroup{color:inherit}button{overflow:visible}button,select{text-transform:none}html input[type=button],input[type=reset]{-webkit-appearance:button;cursor:pointer}button,input[type=submit]{-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}input::-moz-focus-inner{border:0;padding:0}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:2px solid #eee;padding:10px 20px 0;margin:0 2px 20px}legend{border:0;padding:0 4px}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0;max-width:100%}td,th{padding:0}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input,pre code{font-size:inherit}input{font-family:inherit;line-height:inherit}button,select,textarea{font-family:inherit;font-size:inherit}[role=button]{cursor:pointer}.clear:after,.clear:before,.clearfix:after,.clearfix:before{content:" ";display:table}.clear:after,.clearfix:after{clear:both}.elementor-element p,.entry-content p,.widget_black-studio-tinymce p{margin:0 0 24px}p{margin:0}cite{font-style:normal}h1,h2{line-height:40px}h1,h2,h3,ol,ul{margin-bottom:10px}h1,h2,h3{margin-top:10px;color:#444}h3{line-height:36px;font-size:30px}h4,h5,h6{margin-top:5px;margin-bottom:5px;line-height:30px;color:#555}h1{font-size:40px}h2{font-size:36px}h4{font-size:26px}h5{font-size:22px}h6{font-size:18px}ol,ul{margin-top:0;padding:0 0 0 20px}.kt-tabs,ol ol,ol ul,ul ol,ul ul{margin-bottom:0;padding-left:20px}code,pre{font-family:Monaco,Menlo,Consolas,"Courier New",monospace;padding:2px 4px;font-size:90%;color:#444;background-color:#f5f5f5;border-radius:6px}pre{display:block;padding:10px;margin:0;font-size:13px;line-height:20px;word-break:break-all;word-wrap:break-word;border:1px solid #ccc}pre code{padding:0;color:inherit;white-space:pre-wrap;background-color:transparent;border:0}.kt-tabs{list-style:none;padding-left:0;position:relative}.kt-tabs li:first-child{margin-left:5px}.kt-tabs:before{display:table}.kt-tabs:after{content:" ";display:table;clear:both}.kt-tabs:before{position:absolute;z-index:10;height:3px;background:#16a085;width:100%;bottom:0;display:block;clear:both;content:""}.kt-tabs>li{float:left}.kt-tabs>li>a{margin-right:4px;line-height:20px;border-bottom:3px solid transparent;padding:8px 12px;background:#aaa;color:#fff;border-radius:0 0;display:block;z-index:2;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;position:relative}.kt-tabs>li>a:hover{background:#b3b3b3}.kt-tabs>li.active>a,.kt-tabs>li.active>a:focus,.kt-tabs>li.active>a:hover{color:#fff;background-color:#16a085;border-bottom:3px solid #16a085;cursor:default}#content .kt-no-vertical-gutter>.panel-grid-cell>.so-panel,.entry-content .kt-tabs>li,.entry-content table p{margin-bottom:0}.kt-tab-content{padding:15px;border:0}.kt-tab-content>.tab-pane,.kt-tabs.kt-tabs-style2:before{display:none}.kt-tab-content>.active{display:block}.kt-tabs.kt-tabs-style2{text-align:center}.kt-tabs.kt-tabs-style2>li{float:none;display:inline-block}.kt-tabs.kt-tabs-style2>li>a{margin-right:6px;margin-left:6px;line-height:1;border-bottom:2px solid transparent;padding:4px 12px;background:0 0;color:#444;font-size:24px;display:block;z-index:2;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;position:relative}.kt-tabs.kt-tabs-style2>li>a:hover{border-bottom:2px solid #16a085;background:0 0}.kt-tabs.kt-tabs-style2>li.active>a,.kt-tabs.kt-tabs-style2>li.active>a:focus,.kt-tabs.kt-tabs-style2>li.active>a:hover{color:#444;background-color:transparent;border-bottom:2px solid #444;cursor:default}.kt-tab-content.kt-tab-content-style2{padding:15px 0}@media (max-width:766px){.kt-tabs.kt-tabs-style2>li>a{margin:0 2px;font-size:16px}}th{text-align:left}.entry-content table,.modal-body table{width:100%;margin-bottom:10px}.entry-content table td,.entry-content table th,table td,table th{padding:10px}.entry-content table tr:nth-child(even),.modal-body table tr:nth-child(even){background:#f9f9f9;background:rgba(0,0,0,.03)}.entry-content table thead,.modal-body table thead{background:#f2f2f2;background:rgba(0,0,0,.06)}.container,.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.col2-set,.row,.row-fluid{margin-left:-15px;margin-right:-15px}.col2-set .col-1,.col2-set .col-2,[class*=" col-"],[class^=col-]{position:relative;min-height:1px;padding-left:15px;padding-right:15px}[class*=" col-ss-"],[class^=col-ss-]{float:left}.col-ss-12{float:none}.col-ss-1{width:8.33333333%}.col-ss-2{width:16.66666667%}.col-ss-25{width:20.83333333%}.col-ss-3{width:25%}.col-ss-4,.sf-menu.sf-menu-normal>li.kt-lgmenu.kt-menu-column-3>ul>li{width:33.33%}.col-ss-5{width:41.66666667%}.col-ss-6{width:50%}.col-ss-7{width:58.33333333%}.col-ss-8{width:66.66666667%}.col-ss-9{width:75%}.col-ss-10{width:83.33333333%}.col-ss-11{width:91.66666667%}.alignfull.wp-block-image img,.alignwide.wp-block-image img,.col-ss-12,.wp-block-audio audio{width:100%}@media (min-width:544px){[class*=" col-xs-"],[class^=col-xs-]{float:left}.col-xs-12{float:none}.col-xs-1{width:8.33333333%}.col-xs-2{width:16.66666667%}.col-xs-25{width:20.83333333%}.col-xs-3{width:25%}.col-xs-4{width:33.33%}.col-xs-5{width:41.66666667%}.col-xs-6{width:50%}.col-xs-7{width:58.33333333%}.col-xs-8{width:66.66666667%}.col-xs-9{width:75%}.col-xs-10{width:83.33333333%}.col-xs-11{width:91.66666667%}.col-xs-12{width:100%}}.rowtight{margin-left:-10px;margin-right:-10px}.rowtight [class*=" col-"],.rowtight [class^=col-]{padding-right:10px;padding-left:10px}.row-nomargin{margin-left:0;margin-right:0}.row-nomargin [class*=" col-"],.row-nomargin [class^=col-]{padding-right:0;padding-left:0}.row-margin-small{margin-left:-5px;margin-right:-5px}.row-margin-small [class*=" col-"],.row-margin-small [class^=col-]{padding-right:5px;padding-left:5px}.col2-set:after,.col2-set:before,.row-fluid:after,.row-fluid:before,.row-margin-small:after,.row-margin-small:before,.row-nomargin .rowtight:after,.row-nomargin .rowtight:before,.row:after,.row:before{content:" ";display:table}.col2-set:after,.row-fluid:after,.row-margin-small:after,.row-nomargin .rowtight:after,.row:after{clear:both}@media (min-width:768px){.container{width:750px}[class*=" col-sm-"],[class^=col-sm-]{float:left}.col-sm-12{float:none}.col-sm-1{width:8.33333333%}.col-sm-2{width:16.66666667%}.col-sm-25{width:20%}.col-sm-3{width:25%}.col-sm-4{width:33.33%}.col-sm-5{width:41.66666667%}.col-sm-6{width:50%}.col-sm-7{width:58.33333333%}.col-sm-8{width:66.66666667%}.col-sm-9{width:75%}.col-sm-10{width:83.33333333%}.col-sm-11{width:91.66666667%}.col-sm-12{width:100%}}@media (min-width:992px){.container{width:970px}.col2-set .col-1,.col2-set .col-2,[class*=" col-md-"],[class^=col-md-]{float:left}.col-md-12{float:none}.col-md-1,.span1{width:8.33333333%}.col-md-2,.span2{width:16.66666667%}.col-md-25{width:20%}.col-md-3,.span3{width:25%}.col-md-4,.span4{width:33.33%}.col-md-5,.span5{width:41.66666667%}.col-md-6,.col2-set .col-1,.col2-set .col-2,.span6{width:50%}.col-md-7,.span7{width:58.33333333%}.col-md-8,.span8{width:66.66666667%}.col-md-9,.span9{width:75%}.col-md-10,.span10{width:83.33333333%}.col-md-11,.span11{width:91.66666667%}.col-md-12,.span12,.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{width:100%}}@media (min-width:1200px){.container{width:1170px}[class*=" col-lg-"],[class^=col-lg-]{float:left}.col-lg-12{float:none}.col-lg-1{width:8.33333333%}.col-lg-2{width:16.66666667%}.col-lg-25{width:20%}.col-lg-3{width:25%}.col-lg-4{width:33.33%}.col-lg-5{width:41.66666667%}.col-lg-6{width:50%}.col-lg-7{width:58.33333333%}.col-lg-8{width:66.66666667%}.col-lg-9{width:75%}.col-lg-10{width:83.33333333%}.col-lg-11{width:91.66666667%}.col-lg-12{width:100%}}@media (min-width:1500px){.container{width:1470px}[class*=" col-xl-"],[class^=col-xl-]{float:left}.col-xl-12{float:none}.kt-width-large .col-xl-1{width:8.33333333%}.kt-width-large .col-xl-15{width:10%}.kt-width-large .col-xl-2{width:16.66666667%}.kt-width-large .col-xl-25{width:20%}.kt-width-large .col-xl-3{width:25%}.kt-width-large .col-xl-4{width:33.33%}.kt-width-large .col-xl-5{width:41.66666667%}.kt-width-large .col-xl-6{width:50%}.kt-width-large .col-xl-7{width:58.33333333%}.kt-width-large .col-xl-8{width:66.66666667%}.kt-width-large .col-xl-9{width:75%}.kt-width-large .col-xl-10{width:83.33333333%}.kt-width-large .col-xl-11{width:91.66666667%}.kt-width-large .col-xl-12{width:100%}}@media (min-width:1800px){.container{width:1770px}[class*=" col-xxl-"],[class^=col-xxl-]{float:left}.col-xxl-12{float:none}.kt-width-xlarge .col-xxl-1{width:8.33333333%}.kt-width-xlarge .col-xxl-15{width:10%}.kt-width-xlarge .col-xxl-2{width:16.66666667%}.kt-width-xlarge .col-xxl-25{width:20%}.kt-width-xlarge .col-xxl-3{width:25%}.kt-width-xlarge .col-xxl-4{width:33.33%}.kt-width-xlarge .col-xxl-40{width:40%}.kt-width-xlarge .col-xxl-5{width:41.66666667%}.kt-width-xlarge .col-xxl-6{width:50%}.kt-width-xlarge .col-xxl-7{width:58.33333333%}.kt-width-xlarge .col-xxl-8{width:66.66666667%}.kt-width-xlarge .col-xxl-9{width:75%}.kt-width-xlarge .col-xxl-95{width:80%}.kt-width-xlarge .col-xxl-10{width:83.33333333%}.kt-width-xlarge .col-xxl-11{width:91.66666667%}.kt-width-xlarge .col-xxl-12{width:100%}}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block;height:auto}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.collapsing,.modal-open{overflow:hidden}.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:10050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px;float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0#fff;opacity:.2;padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.kad-relative-vertical-content .nav-main .sf-vertical ul ul,.kad-relative-vertical-content .sf-vertical ul nav.woocommerce-MyAccount-navigation ul,.modal-footer .btn-block+.btn-block{margin-left:0}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.sf-menu .tooltip-inner,.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow{bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px}.tooltip.top-right .tooltip-arrow{left:5px}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs,.visible-xs-block{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}.visible-xs-inline{display:inline!important}.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm,.visible-sm-block{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}.visible-sm-inline{display:inline!important}.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md,.visible-md-block{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}.visible-md-inline{display:inline!important}.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg,.visible-lg-block{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}.visible-lg-inline{display:inline!important}.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}@media print{*{text-shadow:none!important;box-shadow:none!important}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999}thead{display:table-header-group}blockquote,img,pre,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.col-md-1,.col-md-10,.col-md-11,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left!important}.col-md-12{width:100%!important}.col-md-11{width:91.66666667%!important}.col-md-10{width:83.33333333%!important}.col-md-9{width:75%!important}.col-md-8{width:66.66666667%!important}.col-md-7{width:58.33333333%!important}.col-md-6{width:50%!important}.col-md-5{width:41.66666667%!important}.col-md-4{width:33.33333333%!important}.col-md-3{width:25%!important}.col-md-25{width:20%!important}.col-md-2{width:16.66666667%!important}.col-md-1{width:8.33333333%!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}.primary-color{color:#16a085}.kt_color_gray{color:#aaa}a.kt_color_gray:hover{color:#555}.above-footer-widgets a:not(.button),.elementor-widget-sidebar a:not(.button),.sidebar a:not(.button){color:#555}.above-footer-widgets a:not(.button):hover,.elementor-widget-sidebar a:not(.button):hover,.sidebar a:not(.button):hover{color:#16a085}.wp-pagenavi{text-align:center;margin:10px 0}.wp-pagenavi:before{clear:both;display:table;content:" "}.wp-pagenavi a,.wp-pagenavi span{padding:8px 18px;font-weight:700;margin:5px;display:inline-block;color:#aaa;border:solid 2px #aaa;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.wp-pagenavi a i{vertical-align:sub;font-size:20px;line-height:20px;display:inline-block;width:10px;margin-left:-4px}.wp-pagenavi a:hover{border-color:#16a085;color:#16a085}.wp-pagenavi .current{color:#fff;border-color:#16a085;background-color:#16a085}#topcontrol{z-index:1000}#topcontrol .to_the_top{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;bottom:30px;cursor:pointer;height:38px;position:absolute;right:20px;width:38px;z-index:5;color:rgba(0,0,0,.4);text-align:center;background:0 0;border:2px solid rgba(0,0,0,.4);box-sizing:content-box}#topcontrol .to_the_top:hover{border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}#topcontrol .to_the_top>div{font-size:16px;line-height:20px;padding-top:10px}#ascrail2000{background-color:#666;width:0;position:fixed;z-index:100000!important}.videofit iframe{max-width:100%}#supersized{margin:0;padding:0}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#infscr-loading{position:absolute;bottom:0;width:100%;z-index:1000}#infscr-loading img{max-width:60px}#infscr-loading,.kt-404-alert{text-align:center}.kt-404-alert form.search-form{max-width:300px;margin:0 auto}.kt_search_post_type{text-transform:uppercase;font-size:12px;border-left:2px solid #aaa;display:block;padding-left:4px;line-height:1;margin-bottom:10px}.search_results_item{border:2px solid #eee;padding:15px}#bbpress-forums p.bbp-topic-meta img.avatar,#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar>a img{float:none!important}.error-not-found{padding:20px;text-align:center;border:2px solid #aaa}.entry-content .aligncenter,.footerclass .aligncenter,.main .aligncenter{display:block;margin-left:auto;margin-right:auto;clear:both;text-align:center}.alignleft{float:left}.alignright{float:right}figure.alignnone{margin-left:0;margin-right:0;clear:both}figure.wp-caption{max-width:100%}.wp-caption.alignleft,img.alignleft{margin:5px 20px 10px 0}.wp-caption.alignright,img.alignright{margin:5px 0 10px 20px}.single-article header h1,.wp-caption.alignnone,img.alignnone{margin:5px 0}.wp-caption{text-align:center}.bypostauthor,.gallery-caption,.wp-caption-text,html .postlist article.sticky,html .sticky{font-size:inherit}.kt-custom-row-full,.kt-custom-row-full-stretch{visibility:hidden}.no-js .kt-custom-row-full,.no-js .kt-custom-row-full-stretch{visibility:visible}.entry-content:after,.kt-mini-cart-refreash:after{clear:both;display:table;content:""}.sidebar>li.widget{list-style:none}#content .gallery.kt-image-carousel,.sf-menu .kadence_social_widget a i,article.kad_blog_item header h3{margin:0}.carousel-outer-container{overflow:hidden}.ascend-svg-iconset{display:inline-flex;align-self:center}.ascend-svg-iconset svg{height:1em;width:1em}.ascend-svg-iconset.ascend-svg-baseline svg{top:.125em;position:relative}#topcontrol .to_the_top>div:before{border-style:solid;border-width:0 0 4px 4px;content:"";display:inline-block;height:12px;top:50%;left:50%;margin-left:-6px;margin-top:-4px;transform:rotate(135deg);vertical-align:top;width:12px;position:absolute}.give-embed-form-wrapper.modal{display:block;bottom:auto;right:auto}.give-embed-form-wrapper.modal .modal-content{background:0 0;box-shadow:none;border:0}.give-embed-form-wrapper.modal .close-btn{line-height:2}.alignleft[class^=wp-block-]{margin-right:1.6em}.alignright[class^=wp-block-]{margin-left:1.6em}.alignfull,.alignwide{margin-bottom:2em}@media (min-width:992px){.main:not(.kt-sidebar) .entry-content .alignfull{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:0}.main:not(.kt-sidebar) .entry-content .alignfull:not(.wp-block-kadence-rowlayout),.main:not(.kt-sidebar) .entry-content .alignwide:not(.wp-block-kadence-rowlayout){text-align:center}.main:not(.kt-sidebar) .entry-content .alignwide{position:relative;width:92vw;left:50%;right:50%;margin-left:-46vw;margin-right:-46vw}}@media (min-width:1400px){.main:not(.kt-sidebar) .entry-content .alignwide{width:84vw;margin-left:-42vw;margin-right:-42vw}}@media (min-width:1700px){.main:not(.kt-sidebar) .entry-content .alignwide{width:72vw;margin-left:-36vw;margin-right:-36vw}}@media (max-width:991px){.main .entry-content .alignfull{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;text-align:center;padding:0;width:100vw}.main .entry-content .alignwide{position:relative;width:92vw;left:50%;right:50%;margin-left:-46vw;margin-right:-46vw;text-align:center}}@media (max-width:767px){.main .entry-content .alignwide{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;text-align:center;padding:0;width:100vw}}.alignwide.wp-block-image,.wp-block-image.alignfull{max-width:none}.entry-content .alignfull:last-child{margin-bottom:0}.wp-block-separator{border:0;border-bottom:2px solid #eee;margin:1.65em auto}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){max-width:100px}.wp-block-separator.is-style-dots:before{font-size:30px}.entry-content li{margin-bottom:5px}pre.wp-block-verse{border:0;margin:1.65em 0;padding:20px;font-family:inherit;font-size:inherit;line-height:inherit}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4{margin-bottom:2%}.comment-respond p,.container-fullwidth .entry-content>h1,.container-fullwidth .entry-content>h2,.container-fullwidth .entry-content>h3,.container-fullwidth .entry-content>h4{margin-bottom:16px}figure.wp-block-audio{margin:1.6em auto;min-width:240px}figure.wp-block-audio.aligncenter{max-width:80%}.entry-content .wp-block-quote p{font-weight:inherit;font-size:120%}.entry-content .wp-block-quote.is-large,.entry-content .wp-block-quote.is-style-large{margin-bottom:24px;border:0}.entry-content .wp-block-quote.is-large p,.entry-content .wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6;font-weight:300}.entry-content .wp-block-quote cite{display:block;font-size:90%;margin-top:16px;text-transform:none}.entry-content .wp-block-latest-posts.is-grid{display:flex;list-style-type:disc;list-style-position:inside}.entry-content .wp-block-latest-posts.is-grid li{padding-left:5px}.has-very-light-gray-color{color:#eee}.has-white-color{color:#fff}.has-black-color{color:#000}.has-very-dark-gray-color,.sf-menu a{color:#444}.has-ascend-primary-color{color:#16a085}.has-ascend-primary-light-color{color:#2ab499}.has-ascend-primary-background-color{background-color:#16a085}.has-ascend-primary-light-background-color{background-color:#2ab499}.has-very-dark-gray-background-color{background-color:#444}.has-black-background-color{background-color:#000}.has-white-background-color{background-color:#fff}.has-very-light-gray-background-color{background-color:#eee}.wp-block-image{margin:1.65em auto}.wp-block-image figure.aligncenter{display:table;table-layout:fixed;width:100%}.wp-block-image figcaption{font-size:90%;margin-top:.5em}.entry-content .wp-block-cover-image{display:flex}.wp-block-embed{margin-left:auto;margin-right:auto}.entry-content p.has-drop-cap:first-letter{font-weight:inherit}.entry-content .wp-block-gallery.aligncenter{display:flex;margin-left:-8px;margin-right:-8px}.wp-block-table.is-style-stripes tr:nth-child(even){background:0 0}.entry-content p[style^=font-size]{line-height:1.4}.has-small-font-size{line-height:1.8}.has-medium-font-size{line-height:1.6}.has-large-font-size{line-height:1.4}.has-huge-font-size{line-height:1.2}.wp-block-pullquote.is-style-solid-color cite{margin-top:16px;display:block;font-size:90%}.wp-block-pullquote:not(.is-style-solid-color){padding:24px 45px;border:0;position:relative}.wp-block-pullquote:not(.is-style-solid-color) blockquote{border:0}.wp-block-pullquote:not(.is-style-solid-color) p{font-size:24px;line-height:1.6;font-weight:inherit}.wp-block-pullquote:not(.is-style-solid-color) cite,.wp-block-pullquote:not(.is-style-solid-color) footer{margin-top:16px;display:block;font-size:90%}.wp-block-pullquote:not(.is-style-solid-color):before{font-size:80px;font-family:"Helvetica Neue",sans-serif;content:open-quote;color:#aaa;position:absolute;left:15px;top:15px}.wp-block-pullquote:not(.is-style-solid-color):after{font-size:80px;font-family:"Helvetica Neue",sans-serif;content:close-quote;color:#aaa;position:absolute;right:15px;bottom:15px}.main:not(.kt-sidebar) .entry-content .alignfull.wp-block-pullquote{padding:24px 45px}.home-padding{padding:20px 0}.box-icon-item{display:block;padding:10px;text-align:center}.box-icon-item .icon-container{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;font-size:42px;border:2px solid #444;color:#444;width:100px;height:100px;margin:0 auto;position:relative}.box-icon-item .icon-container .icon-heighlight{top:-2px;left:-2px;right:-2px;bottom:-2px;z-index:3;display:block;position:absolute;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.box-icon-item .icon-container .icon-left-highlight{border-bottom:2px solid #16a085;border-left:2px solid #16a085;-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%}.box-icon-item .icon-container .icon-right-highlight{border-top:2px solid #16a085;border-right:2px solid #16a085;-webkit-transform-origin:100%0;-moz-transform-origin:100%0;-ms-transform-origin:100%0;transform-origin:100%0}.box-icon-item .menu-icon-description{margin-bottom:0;color:#444}.box-icon-item .menu-icon-read-more{margin-top:10px;padding:4px 8px;position:relative;color:#444;text-transform:uppercase;font-size:14px;display:inline-block}.box-icon-item .menu-icon-read-more .read-more-highlight{display:block;position:absolute;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);width:50%;top:0;left:50%;margin-left:-25%;height:2px;background-color:#16a085;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.box-icon-item:hover .icon-container .icon-heighlight,.box-icon-item:hover .menu-icon-read-more .read-more-highlight{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.home-padding:first-child{padding-top:0}.home_blog_readmore{padding:20px 0;text-align:center;border-top:1px solid #eee}.kt_mobile_slider{display:none}.kt-h-basic-carousel-post .blog_photo_item .photo-postcontent .photo-postcontent-inner{max-width:100vw;left:50%;transform:translate(-50%,0)}@media (min-width:992px){.kad-header-position-left #wrapper{padding-left:240px}.kad-header-position-right #wrapper{padding-right:240px}.container{width:90%;max-width:1170px}.kt-width-small .container{max-width:940px}}@media (min-width:767px){.container{width:90%;max-width:1140px}.container .container .container{width:100%}.container .kt-custom-row-full-stretch .container{width:90%}.kt-width-large.kt-width-xlarge.kt-width-full .container{max-width:100%}}@media (min-width:1500px){.kt-width-large .container,.kt-width-xlarge .container{max-width:1470px}}@media (min-width:1800px){.kt-width-xlarge .container{max-width:1770px}}#wrapper{padding:0;min-height:100vh;overflow:hidden}body.body-style-bubbled #wrapper,body.body-style-normal #wrapper{width:100%!important;max-width:100%!important}body.body-style-boxed #wrapper{width:100%!important;position:relative}@media screen and (max-width:600px){body.body-style-boxed #wpadminbar{position:fixed}}@media (min-width:992px){.main.kt-sidebar{padding-right:50px}.kt-fullwidth .main.kt-sidebar{padding-right:20px}.main.col-lg-9.kt-sidebar-left{float:right;padding-right:15px;padding-left:50px}}.kt-sidebar .kt-custom-row-full-stretch{width:100%!important;margin-left:0!important;margin-right:0!important}#content{padding-top:30px;padding-bottom:30px}body.siteorigin-panels:not(.single-product):not(.woocommerce-checkout):not(.single-post) #content{padding-top:0;padding-bottom:0}body.siteorigin-panels:not(.single-product):not(.woocommerce-checkout):not(.single-post) #ktsidebar{padding-top:30px;padding-bottom:30px}#content.page-content-no-padding,.siteorigin-panels-home #content.homepagecontent,body.kt-single-post-no-inner-title.siteorigin-panels.single-post #content{padding-top:0;padding-bottom:0}body.kt-single-post-no-inner-title.siteorigin-panels.single-post #ktsidebar{padding-top:30px;padding-bottom:30px}body.body-style-bubbled .contentclass{background:0 0}body.body-style-bubbled .postclass{background:#fff;padding:15px}body.body-style-bubbled .above-footer-widgets .widget-title span,body.body-style-bubbled .footer-widget-title span,body.body-style-bubbled .kt-title span,body.body-style-bubbled .sidebar .widget-title span{background:#f2f2f2}body.body-style-bubbled footer.single-footer .post-footer-section:last-child{border:0}.headerclass,.mobile-headerclass{background:#fff;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.ascend-mobile-trans-logo,.ascend-trans-logo,.sf-menu li.kt-hide-label>a>span{display:none}body.trans-header div:not(.is-sticky)>.headerclass-outer div:not(.is-sticky)>.kad-header-topbar-primary-outer div:not(.is-sticky)>.headerclass,body.trans-header div:not(.is-sticky)>.headerclass-outer div:not(.is-sticky)>.second-navclass,body.trans-header div:not(.is-sticky)>.mobile-headerclass,body.trans-header div:not(.is-sticky)>.second-navclass{background:0 0}body.trans-header div:not(.is-sticky)>.headerclass-outer div:not(.is-sticky)>.kad-header-topbar-primary-outer div:not(.is-sticky)>.headerclass #logo a.brand,body.trans-header div:not(.is-sticky)>.headerclass-outer div:not(.is-sticky)>.kad-header-topbar-primary-outer div:not(.is-sticky)>.headerclass .kad-site-tagline,body.trans-header div:not(.is-sticky)>.headerclass-outer div:not(.is-sticky)>.kad-header-topbar-primary-outer div:not(.is-sticky)>.headerclass .kt-header-extras .kadence_social_widget a,body.trans-header div:not(.is-sticky)>.headerclass-outer div:not(.is-sticky)>.kad-header-topbar-primary-outer div:not(.is-sticky)>.headerclass .kt-header-extras .kadence_social_widget a:hover,body.trans-header div:not(.is-sticky)>.headerclass-outer div:not(.is-sticky)>.kad-header-topbar-primary-outer div:not(.is-sticky)>.headerclass .kt-header-extras .kt-extras-label [class*=kt-icon-],body.trans-header div:not(.is-sticky)>.headerclass-outer div:not(.is-sticky)>.kad-header-topbar-primary-outer div:not(.is-sticky)>.headerclass .kt-header-extras ul.sf-menu>li>a,body.trans-header div:not(.is-sticky)>.headerclass-outer div:not(.is-sticky)>.kad-header-topbar-primary-outer div:not(.is-sticky)>.headerclass .nav-main ul.sf-menu>li>a,body.trans-header div:not(.is-sticky)>.headerclass-outer div:not(.is-sticky)>.second-navclass .sf-menu>li>a,body.trans-header div:not(.is-sticky)>.mobile-headerclass #mobile-logo .kad-mobile-site-title,body.trans-header div:not(.is-sticky)>.mobile-headerclass #mobile-logo a,body.trans-header div:not(.is-sticky)>.mobile-headerclass .kad-mobile-site-tagline,body.trans-header div:not(.is-sticky)>.mobile-headerclass .kad-site-tagline,body.trans-header div:not(.is-sticky)>.mobile-headerclass .kt-mobile-header-toggle button,body.trans-header:not(.kad-header-position-above) div:not(.is-sticky)>.second-navclass .sf-menu>li>a{color:#fff}body.trans-header div:not(.is-sticky)>.headerclass-outer div:not(.is-sticky)>.kad-header-topbar-primary-outer div:not(.is-sticky)>.headerclass .kt-header-extras .kadence_social_widget a{border-color:rgba(255,255,255,.35)}body.trans-header div:not(.is-sticky)>.headerclass-outer div:not(.is-sticky)>.second-navclass .sf-menu>li:after,body.trans-header div:not(.is-sticky)>.mobile-headerclass .kt-mnt span,body.trans-header:not(.kad-header-position-above) div:not(.is-sticky)>.second-navclass .sf-menu>li:after{background:#fff}body.trans-header #kad-header-menu,body.trans-header #kad-mobile-banner{position:absolute;width:100%;left:0;top:0;z-index:1000;border-bottom:1px solid transparent}body.trans-header.body-style-boxed #kad-header-menu{left:auto}body.trans-header:not(.kad-header-position-above) .outside-second .second-navclass{position:absolute;width:100%;top:0;z-index:1000;border-bottom:1px solid transparent}.sliderclass .seq-preloader{z-index:499!important}body.trans-header:not(.kad-header-position-above) .outside-second .sticky-wrapper{height:0!important}body.trans-header.admin-bar:not(.body-style-boxed),body.trans-header:not(.kad-header-position-above) .outside-second{position:relative}body.trans-header #kad-header-menu-sticky-wrapper,body.trans-header #kad-mobile-banner-sticky-wrapper{height:0!important}body.trans-header.admin-bar #kad-mobile-banner{top:32px}@media (max-width:782px){body.trans-header.admin-bar #kad-mobile-banner{top:46px}body.trans-header.admin-bar:not(.body-style-boxed){position:static}}.contentclass,.sf-menu ul{background:#fff}.sf-vertical.sf-menu li.menu-widget-area-kt{margin-top:5px}.kt-row-style-no-padding{padding-top:0!important;padding-bottom:0!important}.kt_sep_panel{height:100px;position:relative}.kt_sep_panel svg{position:absolute;bottom:-5px;left:0;width:100%;height:100%;display:block}@media (max-width:600px){.kt_sep_panel{height:60px}}.sep_right_triangle svg,.sep_tilt_left svg{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1)}.sep_center_small_triangle{height:0}.sep_center_triangle_double path.large-center-triangle{fill:rgba(0,0,0,.2)}.sep-triangle-bottom{width:0;height:0;border-left:50px solid transparent;border-right:50px solid transparent;border-top:50px solid #fff;position:absolute;left:50%;top:100%;z-index:1;margin-top:-1px;margin-left:-50px}.sep_three_small_triangle{height:0}.sep_three_small_triangle .sep-triangle-bottom{border-left:30px solid transparent;border-right:30px solid transparent;border-top:30px solid #fff;left:50%;margin-left:-30px;margin-top:-1px}.sep_three_small_triangle .sep-triangle-bottom.left-small{margin-left:-90px}.sep_three_small_triangle .sep-triangle-bottom.right-small{margin-left:30px}.kt-no-cell-margin .panel-grid-cell,.kt-no-cell-margin .panel-grid-cell .so-panel{margin-bottom:0!important}.inner-sep-content-wrap>.panel-grid{margin-left:0!important;margin-right:0!important}.inner-sep-content-wrap{width:100%}.panel-grid.panel-no-style.panel-no-flex,.sf-menu li.sfHover>ul,.sf-menu li:hover>ul{display:block}.elementor-edit-mode .kt-ctaw{min-height:40px}#content.container-fullwidth{width:100%;max-width:100%;padding-top:0;padding-bottom:0}.container-fullwidth .main.kt-nosidebar{padding:0;overflow:hidden}.container-fullwidth #ktsidebar,.container-fullwidth .main.kt-sidebar{padding-top:30px;padding-bottom:30px}.sf-menu,.sf-menu *{margin:0;padding:0;list-style:none}.sf-menu a,.sf-menu li{position:relative}.sf-menu ul{position:absolute;display:none;top:100%;left:0;z-index:599;text-align:left;border:2px solid #eee;min-width:12em;*width:12em}.sf-menu>li{display:inline-block}.kt-header-extras ul.sf-menu .kt-extras-label svg.ascend-svg-icon.ascend-bag-svg,.kt-mobile-header-toggle ul.sf-menu .kt-extras-label svg.ascend-svg-icon.ascend-bag-svg,.sf-menu li a i{margin-right:5px}.sf-menu a{display:block;zoom:1;letter-spacing:.2px;padding:10px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.sf-menu>li>a{text-transform:uppercase}.sf-menu ul a{padding:10px 15px}.sf-menu.sf-menu-normal ul ul{top:-2px!important}.sf-menu.sf-menu-normal>li>ul:before{display:block;content:"";position:absolute;top:-8px;left:23px;width:0;height:0;border-width:0 6px 6px;border-style:solid;border-color:transparent transparent #eee}.sf-menu ul ul,.sf-vertical ul{left:100%;top:0}.kt_post_category .price ins,.sf-vertical>li{float:none}.sf-vertical li{width:100%}.kad-relative-vertical-content .sf-vertical ul{margin-left:-2px}.kad-relative-vertical-content .sf-vertical li{z-index:1000}.kt-showsub-indicator .sf-menu-normal .sf-dropdown>a:after{right:10px;vertical-align:bottom;display:inline-block;content:"";width:0;height:16px;margin-left:5px;margin-bottom:-2px;margin-right:1px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid currentColor}.kt-show-vertsub-indicator .sf-vertical .sf-dropdown-submenu>a:after,.kt-show-vertsub-indicator .sf-vertical .sf-dropdown>a:after,.kt-showsub-indicator .sf-menu-normal .sf-dropdown-submenu>a:after{content:"";width:0;height:0;top:50%;position:absolute;right:10px;margin-top:-4px;border-bottom:4px solid transparent;border-left:4px solid currentColor;border-top:4px solid transparent}.kad-vertical-menu-inner{text-align:center}.kad-relative-vertical-content .nav-main .sf-vertical>li{padding:0}.kad-relative-vertical-content .nav-main .sf-vertical ul{border:2px solid #eee;text-align:left;margin-left:-2px}.kad-relative-vertical-content .nav-main .sf-vertical li{z-index:1000}.kad-relative-vertical-content ul.sf-menu.sf-vertical{margin-right:-20px;margin-left:-20px}.nav-main .sf-menu>li>a i{display:block;font-size:28px;line-height:inherit;margin-right:0;text-align:center}.sf-menu-normal>li>ul.kt-subright{left:auto;right:0}.sf-menu-normal>li>ul.kt-subright:before{left:auto;right:23px}.kt-header-position-right .sf-vertical ul ul,.sf-menu li.kt-hide-label>a>i{margin-right:0}.sf-menu.sf-menu-normal>li.kt-lgmenu>ul{left:50%;margin-left:-200px;width:400px}.sf-menu.sf-menu-normal>li.kt-lgmenu>ul:before{left:50%;margin-left:-6px}.sf-menu.sf-menu-normal>li.kt-lgmenu>ul>li,.sf-menu.sf-vertical>li.kt-lgmenu>ul>li{width:50%;float:left}.sf-menu.sf-menu-normal>li.kt-lgmenu>ul>li>a{padding-top:15px;text-transform:uppercase}.sf-menu.sf-menu-normal>li.kt-lgmenu>ul>li>a:before{content:"";display:block;position:absolute;width:auto;left:15px;right:15px;height:1px;background:rgba(0,0,0,.1);bottom:0}.sf-menu.sf-menu-normal>li.kt-lgmenu>ul>li a:after{display:none}.sf-menu.sf-menu-normal>li.kt-lgmenu>ul>li ul,.sf-menu.sf-vertical>li.kt-lgmenu>ul>li ul{position:static;border:0;display:block!important;opacity:1!important;min-width:100%}.sf-menu.sf-menu-normal>li.kt-lgmenu.kt-menu-column-3>ul{margin-left:-300px;width:600px}.sf-menu.sf-menu-normal>li.kt-lgmenu.kt-menu-column-4>ul{margin-left:-450px;width:900px}.sf-menu.sf-menu-normal>li.kt-lgmenu.kt-menu-column-4>ul>li{width:25%}.sf-menu.sf-menu-normal>li.kt-lgmenu>ul.kt-subright{left:auto;right:-100px}.sf-menu.sf-menu-normal>li.kt-lgmenu>ul.kt-subright:before{left:auto;right:150px}.sf-menu.sf-vertical>li.kt-lgmenu>ul{width:400px}.sf-menu.sf-vertical>li.kt-lgmenu>ul>li>a{text-transform:uppercase}.sf-menu.sf-vertical>li.kt-lgmenu>ul>li>a:before{content:"";display:block;position:absolute;width:auto;left:15px;right:15px;height:1px;background:rgba(0,0,0,.1);bottom:0}.kad-mobile-nav li .kad-submenu-accordion i.kt-icon-chevron-up,.kad-mobile-nav li .kad-submenu-accordion.toggle-active i.kt-icon-chevron-down,.kt-showsub-indicator .kt-header-extras .sf-dropdown>a:after,.sf-menu.sf-vertical>li.kt-lgmenu>ul>li a:after{display:none}.sf-menu.sf-vertical>li.kt-lgmenu.kt-menu-column-3>ul{width:600px}.sf-menu.sf-vertical>li.kt-lgmenu.kt-menu-column-3>ul>li{width:33.33%}.sf-menu.sf-vertical>li.kt-lgmenu.kt-menu-column-4>ul{width:900px}.sf-menu.sf-vertical>li.kt-lgmenu.kt-menu-column-4>ul>li{width:25%}@media (min-width:992px) and (max-width:1200px){.sf-menu.sf-menu-normal>li.kt-lgmenu.kt-menu-column-4{position:static}.sf-menu.sf-menu-normal>li.kt-lgmenu.kt-menu-column-4>ul{width:100%;margin-left:0!important;right:0;left:auto}.sf-menu.sf-menu-normal>li.kt-lgmenu.kt-menu-column-4>ul:before{display:none}.sf-menu.sf-vertical>li.kt-lgmenu.kt-menu-column-4>ul{width:680px}}.topbarclass .sf-menu ul{background:#444;border-color:rgba(0,0,0,.2)}.topbarclass .sf-menu.sf-menu-normal>li>ul:before{border-bottom-color:rgba(0,0,0,.2)}.kad-mobile-nav li,ul.product_list_widget li{position:relative;list-style:none}.kad-mobile-nav li .kad-submenu-accordion{position:absolute;right:0;top:0;width:auto;text-align:center;height:auto;padding:8px 15px}.kad-mobile-nav li .kad-submenu-accordion.toggle-active{background:rgba(0,0,0,.07)}.kad-mobile-nav li .kad-submenu-accordion.toggle-active i.kt-icon-chevron-up{display:block;line-height:inherit}.kad-mobile-nav li .kad-submenu-accordion i{padding-right:0}.kad-mobile-nav li .kad-nav-collapse.in{height:auto}.kad-mobile-nav i.kt-icon-chevron-down:before,.kad-mobile-nav i.kt-icon-chevron-up:before{border-style:solid;border-width:3px 3px 0 0;content:"";display:inline-block;height:11px;top:50%;left:50%;margin-left:-5px;margin-top:-7px;transform:rotate(135deg);vertical-align:top;width:11px;position:absolute}.kad-mobile-nav i.kt-icon-chevron-up:before{border-width:0 0 3px 3px;margin-top:-3px}.kad-mobile-nav i.kt-icon-chevron-down,.kad-mobile-nav i.kt-icon-chevron-up{display:block;line-height:1;width:1em;height:20px}.kad-fade-in-down,.kad-fade-in-up{opacity:0;-webkit-transform:translate(0,-20px);-ms-transform:translate(0,-20px);-o-transform:translate(0,-20px);transform:translate(0,-20px);-webkit-animation:fadeIndown ease-in-out 1;-o-animation:fadeIndown ease-in-out 1;animation:fadeIndown ease-in-out 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-delay:.3s;animation-delay:.3s}.kad-fade-in-up{-webkit-transform:translate(0,20px);-ms-transform:translate(0,20px);-o-transform:translate(0,20px);transform:translate(0,20px);-webkit-animation:fadeInup ease-in-out 1;-o-animation:fadeInup ease-in-out 1;animation:fadeInup ease-in-out 1;-webkit-animation-delay:.5s;animation-delay:.5s}.kad-fade-in,html.no-js .kt-pb-animation,html.no-js .kt_item_fade_in,html.no-js .siteorigin-panels-stretch{-webkit-animation:fadeIn ease-in-out 1;animation:fadeIn ease-in-out 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:.5s;animation-duration:.5s}.kad-fade-in{opacity:0;-o-animation:fadeIn ease-in-out 1;-webkit-animation-delay:.5s;animation-delay:.5s}.kad-animation{opacity:0;top:30px;position:relative}.kt-animate-fade-in{opacity:0}.kt-animate-fade-in-down,.kt-animate-fade-in-up{opacity:0;top:30px;position:relative}.kt-animate-fade-in-down{top:-30px}.kt-animate-fade-in-left{opacity:0;left:30px;position:relative}.kt-animate-fade-in-right{opacity:0;right:30px;position:relative}.kt_item_fade_in{opacity:0}.elementor-edit-mode .kt_item_fade_in,.slick-slider .kt_item_fade_in{opacity:1}html.no-js .kt-pb-animation,html.no-js .kt_item_fade_in,html.no-js .siteorigin-panels-stretch{-moz-animation:fadeIn ease-in-out 1;-moz-animation-fill-mode:forwards;-moz-animation-duration:.5s;-webkit-animation-delay:3s;-moz-animation-delay:3s;animation-delay:3s}.kad-vertical-menu{position:fixed;width:240px;top:0;left:0;padding:20px;background-color:transparent;height:100%;z-index:161;-webkit-backface-visibility:hidden;outline:0}.kad-vertical-menu-inner{padding:0}.admin-bar .kad-vertical-menu{top:32px}.kad-fixed-vertical-background-area{position:fixed;width:240px;height:100%;top:0;left:0;z-index:0;opacity:1;background-color:#fff;border-right:2px solid #ddd}.kad-vertical-menu .logocase{padding-bottom:30px}.kad-relative-vertical-content{position:relative;z-index:101}.kt-header-position-right{left:auto;right:0}.kt-header-position-right .kad-fixed-vertical-background-area{left:auto;right:0;border-right:0;border-left:2px solid rgba(0,0,0,.2)}.kt-header-position-right .sf-vertical ul{border:2px solid #eee;text-align:right;right:100%;margin-right:-2px;margin-left:0;left:auto!important}.kt-header-position-right .sf-vertical ul.product_list_widget{border:0}@media (max-width:992px){#kad-vertical-menu{display:none}}.kt-header-position-above .kt-header-extras ul.sf-menu,.kt-header-position-above .nav-main>ul.sf-menu{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.kt-header-position-above .kt-header-layout-center-logo .kad-left-header .nav-main>ul.sf-menu{-webkit-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}.kt-header-layout-center-menu .kad-center-header .nav-main>ul.sf-menu,.kt-header-position-above .kt-header-layout-center-menu .nav-main>ul.sf-menu{-webkit-justify-content:center;-ms-justify-content:center;justify-content:center}.kt-header-layout-center-menu .nav-main{text-align:center}ul.cart_list li:after,ul.product_list_widget li:after{content:"";display:block;clear:both}ul.product_list_widget{position:static;display:block;border:0;padding:0}ul.product_list_widget li{padding:0 0 6px;border-bottom:1px solid #555;margin-bottom:6px;border-color:rgba(0,0,0,.2);float:none}ul.product_list_widget li:last-child{padding:0 0 4px;border-bottom:0;margin-bottom:0}ul.product_list_widget li a{padding:0 20%0 0;display:inherit;line-height:20px;background:0 0}ul.product_list_widget li a.remove{display:block;float:left;width:20px;background:0 0;text-align:center;border-radius:0;z-index:1000;color:red;border:1px solid red;padding-right:0;height:20px;font-size:16px;line-height:1;margin-top:5px;margin-right:5px;-webkit-transition:background .1s ease-in-out;-o-transition:background .1s ease-in-out;transition:background .1s ease-in-out}ul.product_list_widget li a.remove:hover{background-color:red;color:#fff}ul.product_list_widget li a img{max-width:50px;padding-right:10px;width:50px;height:auto;float:left;margin:0}ul.product_list_widget li .quantity{font-size:11px;padding-top:8px;position:absolute;top:0;right:0}ul.product_list_widget li dl{margin:0;font-size:.8751em}ul.product_list_widget li dl dt{float:left;clear:left;margin-right:.25em}.kt-mini-cart-refreash .total{padding:6px;margin:8px 0;color:#fff;background:rgba(0,0,0,.3);clear:both;line-height:20px}.kt-mini-cart-refreash p.buttons a{width:47%;float:left;text-align:center}.kt-mini-cart-refreash p.buttons a:last-child{margin-left:6%}.kt-header-extras .sf-menu-normal .sf-menu>li{border-right:2px solid #eee}.kt-header-extras .sf-menu-normal .sf-menu>li:last-child{border-right:0}.kt-header-extras .sf-menu-normal .sf-menu>li:last-child>ul{left:auto;right:0}.kt-header-extras .sf-menu-normal .sf-menu>li:last-child>ul:before{left:auto;right:23px}.kt-header-extras .sf-vertical.kt-search-and-cart li.menu-cart-icon-kt{width:50%;text-align:left}.kt-header-extras .sf-vertical.kt-search-and-cart li.menu-search-icon-kt{width:50%;float:left;text-align:right;border-right:2px solid #eee}.kt-header-extras .kad-head-cart-popup{position:absolute;padding:0;width:400px;background:#fff}.kt-header-extras .kad-head-cart-popup .kt-mini-cart-refreash{padding:15px}.kt-header-extras .kad-head-cart-popup .buttons .button{display:inline-block;color:#fff}.kt-header-extras .kad-head-my-account-menu .kad-account-avatar{padding:10px}.kt-header-extras .kad-head-my-account-menu .kt-woo-account-nav,.kt-header-extras .kad-head-my-account-menu nav.woocommerce-MyAccount-navigation ul li{padding:0}.kt-header-extras .kad-head-my-account-menu nav.woocommerce-MyAccount-navigation ul{position:static;display:block;border:0}.kt-header-extras .kad-head-my-account-menu nav.woocommerce-MyAccount-navigation ul li a{padding:10px;font-weight:inherit}.kt-header-position-right .kt-header-extras .sf-vertical.kt-search-and-cart li.menu-search-icon-kt{float:right;text-align:left;border-right:0;border-left:2px solid #eee}.kt-header-position-right .kt-header-extras .sf-vertical.kt-search-and-cart li.menu-cart-icon-kt{text-align:right}.kad-header-flex{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;width:100%;height:100%}.kt-header-extras .kt-extras-label,.kt-mobile-header-toggle .kt-extras-label{cursor:pointer}.kt-header-extras ul.sf-menu .kt-extras-label .ascend-svg-iconset,.kt-header-extras ul.sf-menu .kt-extras-label .kt-icon-search,.kt-header-extras ul.sf-menu .kt-extras-label i.kt-icon-bag,.kt-mobile-header-toggle ul.sf-menu .kt-extras-label .ascend-svg-iconset,.kt-mobile-header-toggle ul.sf-menu .kt-extras-label .kt-icon-search,.kt-mobile-header-toggle ul.sf-menu .kt-extras-label i.kt-icon-bag{font-size:115%}.kt-header-extras span.kt-cart-total,.kt-mobile-header-toggle span.kt-cart-total{position:relative;right:7px;top:-10px;display:inline-block;width:17px;height:17px;line-height:17px;text-align:center;font-size:11px;color:#fff;border-radius:3px;background:#16a085}.kt-header-layout-lgmenu .kad-center-header{-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1}.kt-header-layout-lgmenu .nav-main{padding-left:20px;float:left}.kt-header-layout-center-menu .kad-header-flex{position:relative;display:block}.kt-header-layout-center-menu .kt-header-extras{float:right;height:100%;top:0}.kt-header-layout-center-menu .kad-left-header,.kt-header-layout-center-menu .kad-right-header{z-index:100;position:relative}.kt-header-layout-center-menu .kad-left-header{float:left}.kt-header-layout-center-menu .kad-right-header{float:right;height:100%;top:0}.kt-header-layout-center-menu .kad-center-header .nav-main>ul.sf-menu,.kt-header-layout-center-menu .kt-header-extras ul.sf-menu,.kt-header-layout-center-menu .nav-main{height:100%;top:0}.kt-header-layout-center-menu .kad-center-header.kt-header-flex-item{position:absolute;width:100%;padding-right:20%;padding-left:20%;left:0;height:100%;top:0}.kt-header-layout-center-logo .kad-center-header{text-align:center}.kt-header-layout-center-logo .kad-left-header{text-align:right}.kt-header-layout-center-logo .kad-right-header{text-align:left;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.kt-header-layout-below-lg .kad-header-flex .kt-header-flex-item,.kt-header-layout-center-logo .kt-header-flex-item{float:left}.kt-header-layout-center-logo .kad-left-header ul.sf-menu{float:right}.kt-header-layout-center-logo .header-sidewidth{width:38%}.kt-header-layout-center-logo .header-logo-width{width:24%}.kt-header-layout-below-lg .nav-main>ul.sf-menu,.kt-header-position-above #logo a{-webkit-justify-content:center;-ms-justify-content:center;justify-content:center}.kt-header-layout-below-lg .kad-center-header{text-align:center}.kt-header-layout-below-lg .kad-left-header{text-align:right}.kt-header-layout-below-lg .kad-right-header{text-align:left;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.kt-header-layout-below-lg .header-sidewidth{width:38%}.kt-header-layout-below-lg .header-logo-width{width:24%}.kt-header-layout-below-lg .kad-left-header ul.sf-menu{float:left}.kt-header-layout-below-lg .kad-right-header.kt-header-flex-item.header-sidewidth{-webkit-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}.kt-header-layout-standard .kad-center-header{-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1}.kt-header-layout-standard .nav-main{float:right}#logo a{height:100%}#logo .kad-site-tagline,#logo a{display:block}.kt-header-position-above .kad-logo-used{padding-left:10px}.kt-header-position-above #logo a{position:relative}.kt-header-position-above #logo a .ascend-logo,.kt-header-position-above #logo a .ascend-trans-logo{width:auto;height:100%;flex:0 0 auto;object-fit:scale-down}#kad-mobile-banner #mobile-logo.kad-mobile-logo-left a,.kt-header-position-above.kt-header-layout-standard #logo a{-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}#kad-mobile-banner{display:none;height:0}#kad-mobile-banner #mobile-logo a,#kad-mobile-banner .mobile-header-container,.kt-header-position-above #logo a{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center}#kad-mobile-banner .mobile-header-container{-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;position:relative}#kad-mobile-banner #mobile-logo a{-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;height:100%}#logo a .ascend-logo,#mobile-logo a .ascend-mobile-logo{max-height:100%;width:auto}#mobile-logo a .kad-mobile-site-tagline{display:block}.kad-mobile-logo-center{position:absolute;max-width:100%;width:100%;left:0;z-index:1;padding:0 80px}.kad-mobile-logo-left,.mobile-header-container #mobile-logo-placeholder{-webkit-flex-grow:2;-ms-flex-grow:2;flex-grow:2}.sticky-wrapper .mobile-headerclass{transform:translate3d(0,0,0);position:relative;z-index:1000;top:0}.mobile-header-container .kt-mobile-header-toggle{z-index:2}.mobile-header-container .kt-mobile-header-toggle button{padding:0 10px;height:100%;text-shadow:none;color:#444;background:0 0;-webkit-box-shadow:none;box-shadow:none}.mobile-header-container .kt-mobile-header-toggle button:hover{-webkit-box-shadow:none;box-shadow:none}.kt-mobile-header-toggle .kt-extras-label{font-size:26px;line-height:30px;vertical-align:sub}.kt-mobile-header-toggle .kt-extras-label.header-underscore-icon{border-bottom:2px solid #16a085;border-radius:0;line-height:30px;display:block;height:30px;width:30px;text-align:center;font-size:24px;vertical-align:sub}.kt-mnt,.kt-mnt span{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}.kt-mnt{width:30px;height:25px;position:relative;-webkit-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;background:0 0}.kt-mnt span{display:block;position:absolute;height:5px;width:100%;background:#444;border-radius:3px;opacity:1;left:0;-webkit-transition:.35s ease-in-out;-o-transition:.35s ease-in-out;transition:.35s ease-in-out}.kt-mnt span:nth-child(1){top:0}.kt-mnt span:nth-child(2){top:10px}.kt-mnt span:nth-child(3){top:20px}.sldr-menu-animi .kt-mnt span:nth-child(1){top:10px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}.sldr-menu-animi .kt-mnt span:nth-child(2){opacity:0;left:-60px}.sldr-menu-animi .kt-mnt span:nth-child(3){top:10px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg)}.mag-pop-sldr-open-left.sldr-menu-animi .kt-mnt span:nth-child(2){opacity:0;left:60px}.mfp-bg.mfp-slide{opacity:0;-webkit-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.mfp-bg.mfp-slide.mfp-ready{opacity:.8}.mfp-bg.mfp-slide.mfp-removing{opacity:0}.mfp-slide .mag-pop-sldr{position:fixed;top:0;bottom:0;width:270px;overflow-y:auto;outline:0;-webkit-overflow-scrolling:touch;background-color:#444;right:0;padding:10px;-webkit-transition:-webkit-transform .2s;-moz-transition:-moz-transform .2s;-o-transition:-o-transform .2s;transition:transform .2s;-webkit-transform:translate(270px,0);-ms-transform:translate(270px,0);-o-transform:translate(270px,0);transform:translate(270px,0);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.mfp-slide.sldr-align-left .mag-pop-sldr{right:auto;left:0;-webkit-transform:translate(-270px,0);-ms-transform:translate(-270px,0);-o-transform:translate(-270px,0);transform:translate(-270px,0)}.mfp-ready.mfp-slide .mag-pop-sldr{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.mfp-removing.mfp-slide .mag-pop-sldr{-webkit-transform:translate(270px,0);-ms-transform:translate(270px,0);-o-transform:translate(270px,0);transform:translate(270px,0)}.mfp-removing.mfp-slide.sldr-align-left .mag-pop-sldr{-webkit-transform:translate(-270px,0);-ms-transform:translate(-270px,0);-o-transform:translate(-270px,0);transform:translate(-270px,0)}.sldr-close,.sldr-close-container,.sldr-menu-animi.mfp-ready .sldr-close{position:absolute;width:30px;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.sldr-close-container{right:10%;top:0}.sldr-close,.sldr-menu-animi.mfp-ready .sldr-close{top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);height:25px;-webkit-box-shadow:none!important;box-shadow:none!important;cursor:pointer;background:0 0}.sldr-close span,.sldr-menu-animi.mfp-ready .sldr-close span{display:block;position:absolute;height:5px;width:100%;background:#fff;border-radius:3px;opacity:1;left:0;-webkit-transition:.35s ease-in-out;-o-transition:.35s ease-in-out;transition:.35s ease-in-out}.sldr-close span:nth-child(1),.sldr-menu-animi.mfp-ready .sldr-close span:nth-child(1){top:10px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}.sldr-close span:nth-child(2),.sldr-menu-animi.mfp-ready .sldr-close span:nth-child(2){opacity:0;left:-60px}.sldr-close span:nth-child(3),.sldr-menu-animi.mfp-ready .sldr-close span:nth-child(3){top:10px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg)}.sldr-align-left .sldr-close span:nth-child(2),.sldr-menu-animi.mfp-ready.sldr-align-left .sldr-close span:nth-child(2){opacity:0;left:60px}.sldr-menu-animi .sldr-close span:nth-child(1),.sldr-menu-animi.mfp-removing .sldr-close span:nth-child(1){top:0;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}.sldr-menu-animi .sldr-close span:nth-child(2),.sldr-menu-animi.mfp-removing .sldr-close span:nth-child(2){top:10px;opacity:1;left:0}.sldr-menu-animi .sldr-close span:nth-child(3),.sldr-menu-animi.mfp-removing .sldr-close span:nth-child(3){top:20px;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}.mfp-ready .sldr-close-container{right:276px}.mfp-removing .sldr-close-container{right:10%}.mfp-ready.sldr-align-left .sldr-close-container{left:276px;right:auto}.mfp-removing.sldr-align-left .sldr-close-container,.sldr-align-left .sldr-close-container{left:10%;right:auto}.admin-bar .mfp-slide .mag-pop-sldr,.admin-bar .sldr-close-container{top:32px}@media (max-width:782px){.admin-bar .mfp-slide .mag-pop-sldr,.admin-bar .sldr-close-container{top:46px}}html.mag-pop-sldr-open{height:100%}html.mag-pop-sldr-open body{overflow:hidden;height:100%}.kad-mobile-nav,.kadence_recent_posts ul,.widget_archive ul,.widget_categories ul,.widget_meta ul,.widget_pages ul,.widget_product_categories ul,.widget_recent_comments ul,.widget_recent_entries ul{list-style:none;padding:0}.kad-mobile-nav li a{float:none;text-decoration:none;display:block;font-size:15px;padding:8px 10px;text-transform:uppercase;color:#fff;border-bottom:1px solid #eee;border-bottom-color:rgba(255,255,255,.1);-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.kt-showsub-indicator .kad-mobile-nav .sf-dropdown>a:after{display:none}@media (min-width:767px){.mfp-slide .mag-pop-sldr{width:400px;-webkit-transform:translate(400px,0);-ms-transform:translate(400px,0);-o-transform:translate(400px,0);transform:translate(400px,0)}.mfp-slide.sldr-align-left .mag-pop-sldr{right:auto;left:0;-webkit-transform:translate(-400px,0);-ms-transform:translate(-400px,0);-o-transform:translate(-400px,0);transform:translate(-400px,0)}.mfp-ready.mfp-slide .mag-pop-sldr{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.mfp-removing.mfp-slide .mag-pop-sldr{-webkit-transform:translate(400px,0);-ms-transform:translate(400px,0);-o-transform:translate(400px,0);transform:translate(400px,0)}.mfp-removing.mfp-slide.sldr-align-left .mag-pop-sldr{-webkit-transform:translate(-400px,0);-ms-transform:translate(-400px,0);-o-transform:translate(-400px,0);transform:translate(-400px,0)}.mfp-ready .sldr-close-container{right:406px}.mfp-removing .sldr-close-container{right:10%}.mfp-ready.sldr-align-left .sldr-close-container{right:auto}.mfp-removing.sldr-align-left .sldr-close-container,.sldr-align-left .sldr-close-container{left:10%;right:auto}.mfp-ready.sldr-align-left .sldr-close-container{left:406px}}@media (min-width:992px){.mfp-slide .mag-pop-sldr{width:600px;-webkit-transform:translate(600px,0);-ms-transform:translate(600px,0);-o-transform:translate(600px,0);transform:translate(600px,0)}.mfp-slide.sldr-align-left .mag-pop-sldr{right:auto;left:0;-webkit-transform:translate(-600px,0);-ms-transform:translate(-600px,0);-o-transform:translate(-600px,0);transform:translate(-600px,0)}.mfp-ready.mfp-slide .mag-pop-sldr{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.mfp-removing.mfp-slide .mag-pop-sldr{-webkit-transform:translate(600px,0);-ms-transform:translate(600px,0);-o-transform:translate(600px,0);transform:translate(600px,0)}.mfp-removing.mfp-slide.sldr-align-left .mag-pop-sldr{-webkit-transform:translate(-600px,0);-ms-transform:translate(-600px,0);-o-transform:translate(-600px,0);transform:translate(-600px,0)}.mfp-ready .sldr-close-container{right:606px}.mfp-removing .sldr-close-container{right:20%}.mfp-ready.sldr-align-left .sldr-close-container{right:auto}.mfp-removing.sldr-align-left .sldr-close-container,.sldr-align-left .sldr-close-container{left:20%;right:auto}.mfp-ready.sldr-align-left .sldr-close-container{left:606px}}.second-navclass{background:#16a085;-webkit-transition:background .2s ease-in-out;-o-transition:background .2s ease-in-out;transition:background .2s ease-in-out}.second-navclass .nav-second{padding:0;text-align:center}.second-navclass .nav-second .sf-menu{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;flex-wrap:wrap}.second-navclass .sf-menu>li{position:relative}.second-navclass .sf-menu>li:after{background:#fff;height:24px;margin-top:-12px;width:1px;position:absolute;content:"";right:0;top:50%}.second-navclass .sf-menu>li:last-child:after{display:none}.second-navclass .sf-menu>li>a{color:#fff;padding:20px;font-size:18px}.kt-showsub-indicator .second-navclass .sf-menu>li.sf-dropdown>a{padding-right:15px}.kt-extras-label,.kt-mini-cart-refreash,.kt-mnt{display:block}li.kt-mini-cart-refreash ul{display:block!important;top:0!important}.mobile-top-icon-bar{min-height:30px;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center}.mobile-top-icon-bar a.top-icon-bar-link{padding:0 5px;line-height:30px;font-size:18px;display:inline-block;color:#fff}.mobile-top-icon-bar .top-icon-bar-title{margin-left:5px}.kad-header-menu-outer .kadence_social_widget a{margin-bottom:0}.kt-show-vertsub-indicator .kt-header-position-right .sf-vertical .sf-dropdown>a:after{left:10px;right:auto;-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.body-style-normal .sticky-wrapper>#kad-header-menu,.body-style-normal .sticky-wrapper>#kad-mobile-banner,.body-style-normal .sticky-wrapper>.kad-header-topbar-primary-outer,.kt-no-topbar.body-style-normal .sticky-wrapper>.kad-header-menu-outer{position:fixed;width:100%;z-index:1000;top:0}.admin-bar.body-style-normal .sticky-wrapper>.kad-header-topbar-primary-outer,.body-style-normal.admin-bar .sticky-wrapper>#kad-header-menu,body.admin-bar.kt-no-topbar.body-style-normal .sticky-wrapper>.kad-header-menu-outer{top:32px}@media (max-width:782px){.admin-bar.body-style-normal .sticky-wrapper>.kad-header-topbar-primary-outer,.body-style-normal.admin-bar .sticky-wrapper>#kad-header-menu,body.admin-bar.kt-no-topbar.body-style-normal .sticky-wrapper>.kad-header-menu-outer{top:46px}}li.menu-widget-area-kt>* li.menu-widget-area-kt>*>*,li.menu-widget-area-kt>*>*>ul{all:initial}.kt-topbar-left,.kt-topbar-right,.mobile-top-icon-bar,.topbar-flex{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center}.topbar-flex{-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;position:relative}.kt-topbar-left,.kt-topbar-right{-webkit-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}.kt-topbar-left{-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.kad-topbar-flex-item .sf-menu>li>a{line-height:1.5;padding:0 10px}.kad-topbar-height{min-height:36px}.kad-topbar-flex-item .kt-header-extras span.kt-cart-total{width:13px;height:13px;top:-8px;line-height:13px;font-size:9px}.kad-topbar-flex-item .kt-header-extras .kt-extras-label{line-height:inherit;cursor:pointer}.kad-topbar-flex-item .kt-header-extras .kt-extras-label [class*=kt-icon-]{font-size:22px;line-height:1;vertical-align:sub}.blog_photo_item .photo-postcontent .photo-postcontent-inner .kt-post-photo-added-content a,.kad-topbar-flex-item,.kad-topbar-flex-item a,.topbarclass .kt-woo-account-nav .kad-customer-name h5{color:#fff}.topbarclass{background-color:#444}.kad-topbar-flex-item .kadence_social_widget a{width:30px;line-height:30px;height:30px;font-size:14px;margin:0 2px;color:#fff;border-color:rgba(255,255,255,.2)}.kad-topbar-flex-item .kadence_social_widget a:hover{border-color:rgba(0,0,0,.1);color:#fff}.post-top-meta{text-transform:uppercase;font-size:13px;font-style:normal;letter-spacing:1px}.kt_post_category a{display:inline;margin:0;font-weight:700;text-decoration:none;letter-spacing:1px}.kt_post_category a:hover{text-decoration:underline}.single-article .kt_post_category{margin-top:10px}.single-article .kt_no_post_header_content .kt_post_category{margin-top:0}.kt_postlink_title,.widget_categories ul li.kt-drop-toggle ul.children,.widget_pages ul li.kt-drop-toggle ul.children,.widget_product_categories ul li.kt-drop-toggle ul.children{display:block}.kt_post_category a,.kt_postlink_meta{text-transform:uppercase;font-size:13px}.kt_postlink_meta{display:block}.kad-previous-link{text-align:left}.kad-previous-link a{position:relative;padding-left:40px;display:block}.kad-previous-link a:before{position:absolute;border-style:solid;border-width:2px 2px 0 0;content:"";height:10px;top:50%;left:6px;margin-top:-4px;transform:rotate(-135deg);vertical-align:top;width:10px}.kad-previous-link:hover a:before{left:-6px}.kad-next-link{text-align:right}.kad-next-link a{position:relative;padding-right:40px;display:block}.kad-next-link a:before,.kad-previous-link a:before,.posttags a,.tagcloud a{display:inline-block;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.kad-next-link a:before{position:absolute;border-style:solid;border-width:2px 2px 0 0;content:"";height:10px;top:50%;right:6px;margin-top:-7px;transform:rotate(45deg);vertical-align:top;width:10px}.kad-next-link:hover a:before{right:-6px}.posttags,.tagcloud{text-transform:uppercase;font-weight:700}.posttags a,.tagcloud a{padding:2px 4px;border:2px solid #aaa;color:#aaa;font-size:13px;margin:2px 0 2px 2px;line-height:20px;font-weight:400}.posttags a:hover,.tagcloud a:hover{border-color:#16a085;color:#16a085}.author-box .kt_author_avatar{position:absolute;left:0}.author-box .author-profile{position:relative;padding-left:95px}.author-box .author-follow{margin-top:10px}.author-box .author-follow a{color:#555}.author-box h5 a,h2.eo-event-title a{color:inherit}.author-box .vcard i{padding-right:0}.kt-quote-post{position:relative;padding:40px 80px;border:2px solid rgba(0,0,0,.35);text-align:center;line-height:24px}.kt-quote-post:after,.kt-quote-post:before{position:absolute;font-size:44px;color:#aaa;color:rgba(0,0,0,.2);font-family:"Helvetica Neue",sans-serif}.kt-quote-post:before{left:20px;top:20px;content:open-quote}.kt-quote-post:after{right:20px;bottom:20px;content:close-quote}.comment-list .comment-content p:last-child,.kt-accordion .panel-body table p:last-child,.kt-quote-post p:last-child{margin-bottom:0}.kt-image-quote{background-size:cover;background-position:center center;background-repeat:no-repeat;padding:30px}.kt-image-quote .kt-quote-post{border-color:rgba(255,255,255,.5)}.kt-image-quote .kt-quote-post p{padding:5px;display:inline;background:#fff;box-shadow:10px 0 0#fff,-10px 0 0#fff;line-height:36px}.kt-image-quote .kt-quote-post:after,.kt-image-quote .kt-quote-post:before{color:rgba(255,255,255,.5)}.kt-quote-post-author{text-align:right;width:80%;margin:5px auto;font-weight:700}article.format-quote .single-footer{border-top:0}.post-footer-section{padding:30px 0;position:relative;border-bottom:1px solid rgba(0,0,0,.1)}.author-box.post-footer-section{border-bottom:0}.single-footer{border-top:1px solid rgba(0,0,0,.1)}.post-carousel-title{margin:20px 0;text-transform:uppercase}.kt-upper-head-content{margin-top:6px}.thumb-slider-container{margin:0 auto}.kad_postgrid_wrap{margin:-3px}.kpgi{width:50%;padding-bottom:50%;position:relative;float:left}.kpgi-inner{position:absolute;left:3px;right:3px;top:3px;bottom:3px;overflow:hidden}.kt-5-collage .side-post-gal-1{width:20%;float:left}.kt-5-collage .side-post-gal-1 .kpgi{padding-bottom:100%}.kt-5-collage .side-post-gal-4{width:40%;float:left}.kt-5-collage .kpgi{width:100%}.kt-5-collage .kpgi.kad_post_grid_item-3{width:40%;padding-bottom:40%}.kt-4-collage .kpgi.kad_post_grid_item-1{width:40%;padding-bottom:60%}.kt-4-collage .side_post_gal{width:60%;float:left}.kt-4-collage .kpgi.kad_post_grid_item-4{width:100%;float:left}.kt-3-collage .kpgi.kad_post_grid_item-1{width:60%;padding-bottom:40%}.kt-3-collage .side_post_gal{width:40%;float:left}.kt-3-collage .kpgi.kad_post_grid_item-2,.kt-3-collage .kpgi.kad_post_grid_item-3{width:100%;float:left}.kt-2-collage .kpgi.kad_post_grid_item-1{width:60%;padding-bottom:40%}.kt-2-collage .kpgi.kad_post_grid_item-2{width:40%;padding-bottom:40%}.blog-bottom-carousel .kt-slickslider .slick-next,.blog-bottom-carousel .kt-slickslider .slick-prev{height:34px;width:24px}.blog-bottom-carousel .kt-slickslider .slick-next:before,.blog-bottom-carousel .kt-slickslider .slick-prev:before{font-size:18px;line-height:30px}.blog-bottom-carousel .kt-slickslider .slick-prev{left:10px}.blog-bottom-carousel .kt-slickslider .slick-next{right:10px}.blog-bottom-carousel .kt-slickslider .grid_item{margin-bottom:0}.img-margin-center,.postfeat{text-align:center}.postlist:not(.fullpost) .entry-content p:last-child{margin-bottom:0}.kad_comments_link{padding:5px 0}.kad_comments_link .comments-link i{margin-right:5px}.post-text-container .kt_post_category{margin-top:5px}.col-md-12.kt-media-below-text-content,.kt-media-below-title{margin-top:10px}.postlist article .entry-content a.more-link{border:2px solid #eee;padding:3px 0;display:block;max-width:130px;text-align:center;clear:both;margin-top:8px;color:#999;font-weight:700;text-transform:uppercase;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.postlist article .entry-content a.more-link:hover{color:#16a085}.grid-postlist .row article.kad_blog_item{margin-left:15px;margin-right:15px}article.kad_blog_item{margin-bottom:50px}.postlist .single-footer{border:0}.grid_item{margin-bottom:30px}.blog_item.grid_item .postcontent{padding:10px 0}.blog_item.grid_item .post-grid-footer-meta{border-top:2px solid #aaa;padding:10px 5px 0;text-transform:uppercase;font-size:13px;font-style:normal;letter-spacing:1px}.blog_item.grid_item .post-grid-footer-meta .author,.blog_item.grid_item .post-grid-footer-meta .postcommentscount{float:right;padding:0 5px}.blog_photo_item{position:relative;margin-bottom:10px}.blog_photo_item .imghoverclass{position:relative;overflow:hidden}.blog_photo_item .imghoverclass .kt-intrinsic img{-webkit-transition:transform .35s ease-in-out;-o-transition:transform .35s ease-in-out;transition:transform .35s ease-in-out;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-backface-visibility:hidden;-webkit-transform:perspective(1000px)}.blog_photo_item:hover .kt-intrinsic img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}.blog_photo_item .photo-postcontent{-webkit-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out;width:100%;padding:0;height:100%;position:absolute;bottom:0}.blog_photo_item .photo-postcontent .photo-postcontent-inner{position:absolute;bottom:0;left:0;padding:20px;width:100%}.blog_photo_item .photo-postcontent .photo-postcontent-inner .entry-title{-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);-webkit-transition:transform .35s ease-in-out;-o-transition:transform .35s ease-in-out;transition:transform .35s ease-in-out}.blog_photo_item .photo-postcontent .photo-postcontent-inner .kt-post-photo-added-content{opacity:0;color:#fff;-webkit-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.blog_photo_item:hover .photo-postcontent .photo-postcontent-inner .entry-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.blog_photo_item:hover .photo-postcontent .photo-postcontent-inner .kt-post-photo-added-content{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-delay:.05s;transition-delay:.05s}.blog_photo_item .entry-title{color:#fff}.blog_photo_item .photo-post-link{position:absolute;width:100%;height:100%;z-index:10;left:0;top:0}.blog_photo_item .photo-post-bg{position:absolute;opacity:.5;-webkit-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out;width:100%;height:100%;background:0 0;background:-moz-linear-gradient(bottom,rgba(0,0,0,.8)0,transparent 40%);background:-webkit-linear-gradient(bottom,rgba(0,0,0,.8)0,transparent 40%);background:-o-linear-gradient(bottom,rgba(0,0,0,.8)0,transparent 40%);background:-ms-linear-gradient(bottom,rgba(0,0,0,.8) 0%,transparent 40%);background:linear-gradient(to top,rgba(0,0,0,.8)0,transparent 40%)}.blog_photo_item:hover .photo-post-bg{opacity:1}.photo-postlist .blog_photo_item{margin-bottom:10px}.kt-slickslider .blog_photo_item .imghoverclass .kt-intrinsic img,.kt-slickslider .gallery_item .kt-intrinsic img{-webkit-backface-visibility:inherit;-webkit-transform:inherit}.kt-mosiac-wrap{margin:-5px}.blog_mosaic_item{position:relative}.blog_mosaic_item .blog_photo_item{height:0;margin-bottom:0}.blog_mosaic_item .blog_photo_item .imghoverclass{height:100%}.blog_mosaic_item .blog_mosaic_item_inner{position:absolute;left:5px;right:5px;top:5px;bottom:5px;overflow:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.blog_mosaic_item .kt-intrinsic{padding-bottom:0;height:100%;overflow:hidden}@media (max-width:992px) and (min-width:544px){.mosaic-sm-square-grid-size.blog_mosaic_item .blog_photo_item{padding-bottom:100%!important}.mosaic-sm-square-grid-size.blog_mosaic_item .blog_photo_item .kt-intrinsic img{width:auto;height:auto;max-height:100%;max-width:none}.mosaic-sm-wide-grid-size.blog_mosaic_item .blog_photo_item{padding-bottom:50%!important}.mosaic-sm-wide-grid-size.blog_mosaic_item .blog_photo_item .kt-intrinsic img{width:auto;height:auto;min-width:100%}.mosaic-tall-sm-square-grid-size.blog_mosaic_item .blog_photo_item{padding-bottom:100%!important}.mosaic-tall-sm-square-grid-size.blog_mosaic_item .blog_photo_item .kt-intrinsic img{width:auto;height:auto;max-width:100%}}@media (max-width:544px){.col-md-4>.blog_item{max-width:420px;margin:0 auto}}.mosaic-postlist{overflow:hidden}.comments-area{margin-top:60px;margin-bottom:60px}.comment-reply-title,.comments-title{margin:20px 0;text-transform:uppercase}.comment-list,.footermenu li ul{padding:0;list-style:none}.comment-list li,.comment-list li.parent>.comment-body{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #eee}.comment-list li:last-child{border-bottom:0}.comment-list li li:last-child{margin-bottom:0;padding-bottom:0}.comment-list .comment-content p{margin-bottom:20px}.comment-list .comment-body{position:relative}.comment-list .comment-meta{position:relative;padding-left:76px}.comment-list .comment-author img{border-radius:50%;position:absolute;left:0;top:0}.comment-list .comment-author span.says{display:none}.comment-list .comment-author b.fn,.comment-list .comment-author b.fn a{text-transform:uppercase;color:#444}.comment-list .comment-metadata,.comment-list .comment-metadata a{font-size:12px;color:#999;font-style:italic}.comment-list .comment-metadata .edit-link{margin-left:5px;border-bottom:1px solid #999}.comment-list .comment-content{padding-left:76px}.comment-list ul.children{list-style:none;padding-left:40px}.comment-list .reply a{padding:0 8px;margin-left:5px;border-radius:0;border:1px solid #999;position:absolute;top:0;font-size:13px;right:5px;color:#999;background:0 0;-webkit-transition:background .2s ease-in-out;-o-transition:background .2s ease-in-out;transition:background .2s ease-in-out}.comment-list .reply a:hover{background:#999;color:#fff}.comment-respond label{display:block;font-weight:700}.comment-respond .comment-form-cookies-consent label{display:inline-block;margin-left:5px}.comment-respond p.logged-in-as,.comment-respond p.logged-in-as a{text-transform:uppercase;color:#999;margin-bottom:5px}.comment-respond p.logged-in-as a:hover,.comment-respond p.logged-in-as:hover{color:#444}.btn,.button,.submit,button,input[type=submit]{-webkit-box-shadow:inset 0 0 0 0 transparent;box-shadow:inset 0 0 0 0 transparent;background-color:#16a085;border:0;border-radius:0;display:inline-block;cursor:pointer;color:#fff;font-weight:700;padding:8px 16px;line-height:24px;text-decoration:none;text-shadow:0-1px 0 rgba(0,0,0,.1);width:auto;-webkit-transition:box-shadow .2s ease-in-out;-o-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out}.btn:focus,.btn:hover,.button:focus,.button:hover,.submit:focus,.submit:hover,button:focus,button:hover,input[type=submit]:focus,input[type=submit]:hover{-webkit-box-shadow:inset 0-4px 0 0 rgba(0,0,0,.2);box-shadow:inset 0-4px 0 0 rgba(0,0,0,.2)}.btn.lg-kad-btn{padding:12px 20px;font-size:18px}.btn.sm-kad-btn{padding:4px 10px;font-size:12px}.wp-block-kadence-advancedbtn .kb-button.kt-btn-size-small{font-size:12px}.wp-block-kadence-advancedbtn .kb-button.kt-btn-size-standard{font-size:16px}.wp-block-kadence-advancedbtn .kb-button.kt-btn-size-large{font-size:20px}.wp-block-kadence-advancedbtn .kb-button.kt-btn-size-xlarge{font-size:24px}.comment-content a:not(.button),.entry-content p a:not(.button):not(.select2-choice):not([data-rel=lightbox]){border-bottom:2px solid #eee;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.comment-content a:not(.button):hover,.entry-content p a:not(.button):not(.select2-choice):not([data-rel=lightbox]):hover{border-color:#16a085}.kad-circle-iconclass{border-radius:50%}.kad-circle-iconclass,.kad-square-iconclass{padding:20px;display:inline-block}.kad-smcircle-iconclass{border-radius:50%}.kad-smcircle-iconclass,.kad-smsquare-iconclass{padding:5px;display:inline-block}.sf-menu button.search-submit{padding:8px 16px}.button.disabled,.button:disabled,button.disabled,button:disabled{opacity:.8!important;cursor:not-allowed}.above-footer-widgets .widget-title,.footer-widget-title,.kt-title,.sidebar .widget-title,form.search-form{position:relative}.above-footer-widgets .widget-title:before,.footer-widget-title:before,.kt-title:before,.sidebar .widget-title:before{content:"";height:2px;width:100%;z-index:1;background:rgba(0,0,0,.1);position:absolute;top:50%;margin-top:-1px;left:0}.above-footer-widgets .widget-title span,.footer-widget-title span,.kt-title span,.sidebar .widget-title span{background:#fff;position:relative;z-index:2;padding-right:10px}.above-footer-widgets .so-panel .widget-title:before,.sidebar .so-panel .widget-title:before,.slick-slide.slick-loading img,.so-panel .footer-widget-title:before,.so-panel .kt-title:before{display:none}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{padding:10px;line-height:20px;border:0}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{color:#222;position:relative;width:100%;background-color:rgba(0,0,0,.07);border-radius:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;box-shadow:rgba(0,0,0,.0980392)0 1px 0}input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{background-color:rgba(0,0,0,.04)}select{border:2px solid #aaa;background:#fff;line-height:1.2;height:34px;padding:0 18px 0 5px;background:#fff url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+)no-repeat 98% 50%;background-size:16px 100%;-moz-appearance:none;-webkit-appearance:none;appearance:none;box-shadow:none;outline:0}select:focus{background-color:#fff}select::-ms-expand{display:none}.form-row,.kadence_recent_posts ul li{margin-bottom:10px}.eo-fullcalendar .fc-toolbar h2{font-weight:600;font-size:20px}.eo-fullcalendar .fc-toolbar button{border:2px solid #aaa;margin:0 2px -1px!important;background:#fff}.eo-fullcalendar .fc-toolbar button.fc-next-button,.eo-fullcalendar .fc-toolbar button.fc-prev-button{height:34px}.eo-fullcalendar .fc-toolbar .fc-icon-left-single-arrow,.eo-fullcalendar .fc-toolbar .fc-icon-right-single-arrow{min-width:6px}.eo-fullcalendar .fc-toolbar .fc-icon-left-single-arrow:after,.eo-fullcalendar .fc-toolbar .fc-icon-right-single-arrow:after{position:absolute;border-style:solid;border-width:3px 3px 0 0;content:"";display:inline-block;height:10px;top:50%;left:-4px;margin-top:-4px;transform:rotate(45deg);vertical-align:top;width:10px;line-height:20px;font-size:14px}.eo-fullcalendar .fc-toolbar .fc-icon-left-single-arrow:after{left:0;transform:rotate(-135deg)}.fc-view.fc-month-view .fc-widget-header{background-color:#666;color:#fff;font-weight:700;padding:10px 0;border-left:1px solid #666;border-right:1px solid #666}.fc-view.fc-month-view .fc-day-number{padding:5px!important}.eo-fullcalendar .fc-month-view .fc-row .fc-content-skeleton table{height:145px}.eo-event-toolip .qtip-content,.eo-event-toolip .qtip-titlebar{font-size:13px;line-height:18px}body.single-event .event-details-side .eo-event-meta{width:100%;float:none;margin-left:0}body.single-event .event-details-side .eo-event-venue-map{width:100%;float:none}@media (min-width:992px){.event-details-side{float:right}.eventorganiser-event-meta{padding-left:30px;border-left:1px solid #eee}}.kt-event-date{text-transform:uppercase;font-size:13px;font-style:normal;letter-spacing:1px;color:#aaa;margin-bottom:10px}.podcast_player{margin:10px 0}.podcast_meta{text-transform:uppercase;font-size:13px;font-style:normal;letter-spacing:1px;margin-bottom:10px}form.search-form .search-submit{position:absolute;right:0;top:0;height:100%;width:50px;padding:0;text-align:center;background:0 0;color:#999;text-shadow:none}form.search-form input[type=search].search-field{padding-right:50px;border-radius:0}.above-footer-widgets .widget-title,.elementor-widget-sidebar .widget-title,.sidebar .widget-title{font-size:18px;font-weight:700;line-height:30px}.elementor-widget-sidebar .widget,.sidebar .widget{margin-top:40px}.elementor-widget-sidebar .widget:first-child,.sidebar .widget:first-child{margin-top:0}.kadence_recent_posts{max-width:420px;margin:0 auto}.kadence_recent_posts .recentpost_featimg{float:left;display:block;margin-right:10px}.kadence_recent_posts .kt-top-featured .recentpost_featimg{float:none;display:block;margin-right:0}.kadence_recent_posts .recentpost_date{display:block;text-transform:uppercase;font-size:13px;font-style:normal;letter-spacing:1px}.kadence_recent_posts .recent_posts_widget_content{min-height:60px;line-height:20px;display:flex;align-items:center}.imagegrid-widget,.kadence_recent_posts .rpw_readmore_container{text-align:center}.kadence_recent_posts a.posts_widget_readmore{padding:5px;background:0 0;color:#444;text-shadow:none;border:0;width:100%;position:relative;-webkit-box-shadow:none;box-shadow:none}.kadence_recent_posts a.posts_widget_readmore:before{position:absolute;content:"";background:#eee;height:2px;top:50%;width:80%;margin-top:-1px;left:50%;margin-left:-40%;-webkit-transition:background .2s ease-in-out;-o-transition:background .2s ease-in-out;transition:background .2s ease-in-out}.kadence_recent_posts a.posts_widget_readmore:hover:before,.widget_categories ul li ul li a:hover:before,.widget_categories ul li ul li.current-cat>a:before,.widget_pages ul li ul li a:hover:before,.widget_pages ul li ul li.current-cat>a:before,.widget_product_categories ul li ul li a:hover:before,.widget_product_categories ul li ul li.current-cat>a:before{background:#16a085}.kadence_recent_posts a.posts_widget_readmore span{background:#fff;display:inline-block;position:relative;z-index:1;padding:0 6px}.imagegrid-widget a{display:inline-block;margin:0 2px 4px}.sidebar .kadence_social_widget a:not(.button):hover{color:#fff}.kadence_social_widget a{display:inline-block;width:38px;line-height:38px;color:#555;height:38px;padding:0;border:2px solid rgba(0,0,0,.35);font-size:16px;text-align:center;margin:0 2px 4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.kadence_social_widget a:hover{border-color:rgba(0,0,0,.1);color:#fff;background:#16a085}.kadence_social_widget .facebook_link:hover{background-color:#3b5998}.kadence_social_widget .twitter_link:hover{background-color:#000}.kadence_social_widget .instagram_link:hover{background-color:#517fa4}.kadence_social_widget .googleplus_link:hover{background-color:#dd4b39}.kadence_social_widget .flickr_link:hover{background-color:#fe0883}.kadence_social_widget .vimeo_link:hover{background-color:#4ebbff}.kadence_social_widget .youtube_link:hover{background-color:#f33}.kadence_social_widget .pinterest_link:hover{background-color:#c92228}.kadence_social_widget .dribbble_link:hover{background-color:#ea4c89}.kadence_social_widget .linkedin_link:hover{background-color:#4875b4}.kadence_social_widget .tumblr_link:hover{background-color:#32506d}.kadence_social_widget .stumbleupon_link:hover{background-color:#f74425}.kadence_social_widget .vk_link:hover{background-color:#45668e}.kadence_social_widget .viadeo_link:hover{background-color:#f4982b}.kadence_social_widget .xing_link:hover{background-color:#006567}.kadence_social_widget .soundcloud_link:hover{background-color:#f70}.kadence_social_widget .spotify_link:hover{background-color:#1db954}.kadence_social_widget .yelp_link:hover{background-color:#c41200}.kadence_social_widget .snapchat_link:hover{background-color:#fffc00}.kadence_social_widget .periscope_link:hover{background-color:#3aa4c6}.kadence_social_widget .behance_link:hover{background-color:#1769ff}.kadence_social_widget .reddit_link:hover{background-color:#ff4500}.kadence_social_widget .rss_link:hover{background-color:#ff6200}.kadence_social_widget.kt-text-beside a{width:auto;padding:0 8px;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center}.kt-social-title{text-transform:uppercase;padding-left:6px}.widget_archive ul li,.widget_categories ul li,.widget_meta ul li,.widget_pages ul li,.widget_product_categories ul li,.widget_recent_comments ul li,.widget_recent_entries ul li{position:relative;margin:5px 0}.widget_archive ul li a,.widget_categories ul li a,.widget_meta ul li a,.widget_pages ul li a,.widget_product_categories ul li a,.widget_recent_comments ul li a,.widget_recent_entries ul li a{padding:5px 5px 0;margin-bottom:5px;display:block;line-height:24px;border-bottom:2px solid rgba(0,0,0,.1);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.widget_archive ul li a:hover~.count,.widget_categories ul li a:hover~.count,.widget_meta ul li a:hover~.count,.widget_pages ul li a:hover~.count,.widget_product_categories ul li a:hover~.count,.widget_recent_comments ul li a:hover~.count,.widget_recent_entries ul li a:hover~.count{color:#fff;background:#16a085}.footerclass .menu li a:hover,.widget_archive ul li a:hover,.widget_archive ul li a:hover~.kt-toggle-sub,.widget_categories ul li a:hover,.widget_categories ul li a:hover~.kt-toggle-sub,.widget_categories ul li.current-cat>a,.widget_meta ul li a:hover,.widget_meta ul li a:hover~.kt-toggle-sub,.widget_pages ul li a:hover,.widget_pages ul li a:hover~.kt-toggle-sub,.widget_pages ul li.current-cat>a,.widget_product_categories ul li a:hover,.widget_product_categories ul li a:hover~.kt-toggle-sub,.widget_product_categories ul li.current-cat>a,.widget_recent_comments ul li a:hover,.widget_recent_comments ul li a:hover~.kt-toggle-sub,.widget_recent_entries ul li a:hover,.widget_recent_entries ul li a:hover~.kt-toggle-sub{border-color:#16a085}.widget_categories ul:not(.children)>li>.kt-toggle-sub,.widget_pages ul:not(.children)>li>.kt-toggle-sub,.widget_product_categories ul:not(.children)>li>.kt-toggle-sub{display:block;width:30px;text-align:center;position:absolute;right:0;top:7px;line-height:24px;font-size:16px;color:#555;border-bottom:2px solid transparent;height:24px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;cursor:pointer}.widget_categories ul:not(.children)>li>.kt-toggle-sub:before,.widget_pages ul:not(.children)>li>.kt-toggle-sub:before,.widget_product_categories ul:not(.children)>li>.kt-toggle-sub:before{border-style:solid;border-width:2px 2px 0 0;content:"";display:inline-block;height:8px;top:50%;left:50%;margin-left:-2px;margin-top:-4px;transform:rotate(135deg);vertical-align:top;width:8px;position:absolute}.widget_categories ul:not(.children)>li.kt-toggle-has-count>.kt-toggle-sub,.widget_pages ul:not(.children)>li.kt-toggle-has-count>.kt-toggle-sub,.widget_product_categories ul:not(.children)>li.kt-toggle-has-count>.kt-toggle-sub{right:32px}.widget_categories ul li .count,.widget_pages ul li .count,.widget_product_categories ul li .count{position:absolute;right:0;top:7px;font-size:12px;line-height:24px;width:30px;text-align:center;background:rgba(0,0,0,.1)}.widget_categories ul li.current-cat>.count,.widget_pages ul li.current-cat>.count,.widget_product_categories ul li.current-cat>.count{color:#fff;background:#16a085}.widget_categories ul li ul,.widget_pages ul li ul,.widget_product_categories ul li ul{padding-left:14px;display:none}.widget_categories ul li ul li a,.widget_pages ul li ul li a,.widget_product_categories ul li ul li a{padding-left:11px}.widget_categories ul li ul li a:before,.widget_pages ul li ul li a:before,.widget_product_categories ul li ul li a:before{content:"";width:6px;height:6px;background:#eee;display:block;position:absolute;left:0;top:14px;margin-top:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.widget_categories ul li.kt-drop-toggle>.kt-toggle-sub,.widget_pages ul li.kt-drop-toggle>.kt-toggle-sub,.widget_product_categories ul li.kt-drop-toggle>.kt-toggle-sub{background:#eee;border-bottom-color:#16a085}.widget_categories ul li.kt-drop-toggle>.kt-toggle-sub:before,.widget_pages ul li.kt-drop-toggle>.kt-toggle-sub:before,.widget_product_categories ul li.kt-drop-toggle>.kt-toggle-sub:before{margin-top:-1px;transform:rotate(-45deg);margin-left:-3px}.kt-image-shadow-small{display:inline-block;box-shadow:0 0 6px 0 rgba(0,0,0,.35)}.kt-image-shadow-medium{display:inline-block;box-shadow:0 0 20px 0 rgba(0,0,0,.35)}.kt-image-shadow-large{display:inline-block;box-shadow:0 0 40px 0 rgba(0,0,0,.55)}.kt-image-shadow-small_below{display:inline-block;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)}.kt-image-shadow-medium_below{display:inline-block;box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)}.kt-image-shadow-large_below{display:inline-block;box-shadow:0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22)}.kt-image-shape-circle,.kt-image-shape-diamond,.kt-image-shape-square{padding-bottom:100%;height:0;position:relative;display:block;z-index:1;overflow:hidden}.kt-image-shape-hexagon,.kt-image-shape-octogon{height:0;position:relative;display:block;z-index:1;overflow:hidden}.kt-image-shape-octogon{padding-bottom:100%}.kt-image-shape-circle img,.kt-image-shape-diamond img,.kt-image-shape-hexagon img,.kt-image-shape-octogon img,.kt-image-shape-square img{position:absolute;height:100%;width:auto;min-width:100%;max-width:none;left:50%;top:0;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0)}.kt-image-shape-hexagon{padding-bottom:115%}.kt-image-shape-diamond{-webkit-clip-path:polygon(50%0,100% 50%,50% 100%,0 50%);clip-path:polygon(50%0,100% 50%,50% 100%,0 50%)}.kt-image-shape-octogon{-webkit-clip-path:polygon(30%0,70%0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%);clip-path:polygon(30%0,70%0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%)}.kt-image-shape-hexagon{-webkit-clip-path:polygon(50%0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);clip-path:polygon(50%0,100% 25%,100% 75%,50% 100%,0 75%,0 25%)}.kt-image-shape-circle{border-radius:50%}.kt-image-align-center{text-align:center}.kt-image-align-left{text-align:left}.kt-image-align-right{text-align:right}.kadence_image_widget_caption{text-align:center;padding:10px 0}.vcard-company{font-size:18px;line-height:24px}.vcard i{padding-right:5px}.kt-ctaw .kt-call-to-action-title{margin:0 0 20px}.kt-ctaw .kt-call-to-action-abovetitle{margin-bottom:20px}.kt-ctaw .kt-call-to-action-subtitle{margin:0 0 20px}.sf-menu .widget_polylang ul{display:block;position:static;border:0;min-width:0}.footermenu li,.sf-menu .widget_polylang ul li.lang-item{display:inline-block}.siteorigin-panels-stretch .kadence_split_content_widget{overflow:hidden}.page-header{margin:0;height:240px;position:relative;display:table;table-layout:fixed;width:100%}.page-header .page-header-inner{width:100%;display:table-cell;vertical-align:middle}.titleclass .h1class,.titleclass h1{margin:0;color:#fff;font-size:70px;line-height:1}.titleclass .subtitle{color:#fff;font-size:40px;line-height:1;display:block;margin-top:20px}.kt_bc_active .page-header{padding-bottom:32px}.titleclass{background:#444;position:relative}.titleclass #kadbreadcrumbs{position:absolute;bottom:0;left:0}#kadbreadcrumbs{text-transform:uppercase;font-size:13px;line-height:20px;color:#eee;background:rgba(0,0,0,.2);padding:6px 0;width:100%}#kadbreadcrumbs a,.footerclass .menu li a,.widget_categories ul li .count,.widget_pages ul li .count,.widget_product_categories ul li .count{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#kadbreadcrumbs a{border-bottom:2px solid #eee;color:#eee}#kadbreadcrumbs a:hover,.kt_bc_nomargin #kadbreadcrumbs a:hover{color:#16a085;border-color:#16a085}.titleclass .page-header-inner #kadbreadcrumbs{position:static;background:0 0}.titleclass span.entry-title{display:block;line-height:1}.kt_bc_nomargin #kadbreadcrumbs{color:#777;background:rgba(0,0,0,.1)}.kt_bc_nomargin #kadbreadcrumbs a{color:#777;border-bottom-color:#bbb}.kad-ascend-parallax,.kt-parallax-stellar{background-attachment:fixed!important;-moz-background-size:cover!important;-webkit-background-size:cover!important;background-size:cover!important}.footerclass{color:#eee;padding-top:30px;font-size:14px}.footerclass a{color:#f2f2f2}.footerclass a:hover{color:#16a085}.footerclass .widget{margin-top:30px}.footerclass .widget-first,.footerclass .widget.so-panel{margin-top:0}.footerclass .footer-widget-title{font-size:18px;line-height:26px;text-transform:uppercase;margin-bottom:10px}.footerclass .footer-widget-title:before{background:rgba(255,255,255,.3)}.footerclass,.footerclass .footer-widget-title span,body.body-style-bubbled .footerclass .footer-widget-title span{background:#333}.footerclass .menu{padding:0}.footerclass .menu li{list-style:none}.footerclass .menu li a{padding:5px 5px 0;margin-bottom:5px;text-transform:uppercase;line-height:24px;letter-spacing:1px;display:block;border-bottom:1px solid rgba(255,255,255,.3)}.footerclass .kadence_social_widget{text-align:left}.footerclass .kadence_social_widget a{border-color:rgba(255,255,255,.3)}.footerclass .kadence_social_widget a:hover{border-color:rgba(0,0,0,.1);color:#fff}.footerclass .col-md-12 .kadence_social_widget,.footercredits{text-align:center}.footercredits{padding-top:10px;padding-bottom:10px;font-size:11px}.footerbase{background:rgba(0,0,0,.1);margin-top:15px}.footermenu{list-style:none;padding:0;margin:5px 0;text-align:center}.footermenu li a{padding:4px 6px;margin:0 3px}.slick-list,.slick-slider{position:relative;display:block}.slick-slider{box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;position:relative;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block;margin:0 auto}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden,.slick-slider.loading>div.kt-slick-slide,.slick-slider>div.kt-slick-thumb{display:none}.kt-slickslider .slick-next,.kt-slickslider .slick-prev{height:50px;width:30px}.kt-slickslider .slick-next,.kt-slickslider .slick-prev,.kt-slickslider-thumbs .slick-next,.kt-slickslider-thumbs .slick-prev{position:absolute;display:block;z-index:120;line-height:0;font-size:0;cursor:pointer;background:rgba(0,0,0,.3);color:transparent;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;padding:0;outline:0;-webkit-box-shadow:none;box-shadow:none}.kt-slickslider .slick-next:before,.kt-slickslider .slick-prev:before{font-size:24px;line-height:50px}.kt-slickslider .slick-next:before,.kt-slickslider .slick-prev:before,.kt-slickslider-thumbs .slick-next:before,.kt-slickslider-thumbs .slick-prev:before{color:rgba(255,255,255,.75);-webkit-transition:color .2s ease-in-out;-o-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.kt-slickslider .slick-next:focus,.kt-slickslider .slick-next:hover,.kt-slickslider .slick-prev:focus,.kt-slickslider .slick-prev:hover,.kt-slickslider-thumbs .slick-next:focus,.kt-slickslider-thumbs .slick-next:hover,.kt-slickslider-thumbs .slick-prev:focus,.kt-slickslider-thumbs .slick-prev:hover{outline:0;background:rgba(0,0,0,.4);border-color:#fff;color:transparent}.kt-slickslider .slick-next:focus:before,.kt-slickslider .slick-next:hover:before,.kt-slickslider .slick-prev:focus:before,.kt-slickslider .slick-prev:hover:before,.kt-slickslider-thumbs .slick-next:focus:before,.kt-slickslider-thumbs .slick-next:hover:before,.kt-slickslider-thumbs .slick-prev:focus:before,.kt-slickslider-thumbs .slick-prev:hover:before{color:#fff}.kt-slickslider .slick-next.slick-disabled:before,.kt-slickslider .slick-prev.slick-disabled:before,.kt-slickslider-thumbs .slick-next.slick-disabled:before,.kt-slickslider-thumbs .slick-prev.slick-disabled:before{opacity:0}.kt-slickslider .slick-prev{left:6px}.kt-slickslider .slick-prev[dir=rtl],.kt-slickslider-thumbs .slick-prev[dir=rtl]{left:auto;right:0}.kt-slickslider .slick-next:before,.kt-slickslider .slick-prev:before,.kt-slickslider-thumbs .slick-next:before,.kt-slickslider-thumbs .slick-prev:before{border-style:solid;border-width:2px 2px 0 0;content:"";display:inline-block;height:10px;position:relative;top:0;left:2px;transform:rotate(-135deg);vertical-align:top;width:10px}.kt-slickslider .slick-prev:before[dir=rtl],.kt-slickslider-thumbs .slick-prev:before[dir=rtl]{left:-2px;transform:rotate(45deg)}.kt-slickslider .slick-next{right:6px}.kt-slickslider .slick-next[dir=rtl],.kt-slickslider-thumbs .slick-next[dir=rtl]{left:0;right:auto}.kt-slickslider .slick-next:before,.kt-slickslider-thumbs .slick-next:before{left:-2px;transform:rotate(45deg)}.kt-slickslider .slick-next:before[dir=rtl],.kt-slickslider-thumbs .slick-next:before[dir=rtl]{left:2px;transform:rotate(-135deg)}.kt-slickslider-thumbs .slick-next,.kt-slickslider-thumbs .slick-prev{height:24px;width:24px}.kt-slickslider-thumbs .slick-next:before,.kt-slickslider-thumbs .slick-prev:before{font-size:14px;line-height:20px}.kt-slickslider-thumbs .slick-prev{left:4px}.kt-slickslider-thumbs .slick-next{right:4px}.slick-dots{position:absolute;bottom:0;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 2px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:0 0;display:block;height:20px;width:20px;outline:0;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer;-webkit-box-shadow:inset 0 0 0 0 rgba(0,0,0,.1);box-shadow:inset 0 0 0 0 rgba(0,0,0,.1)}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{content:"";top:6px;left:6px;width:8px;height:8px;outline:0;border-radius:50%;background-color:#000;opacity:.4;text-indent:-999em;cursor:pointer;position:absolute;box-shadow:inset 0 0 0 8px rgba(0,0,0,.1);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease}.slick-dots li.slick-active button:before{background-color:#000;opacity:.8;box-shadow:inset 0 0 0 1px rgba(255,255,255,.2)}.kt-image-carousel.slick-dotted .slick-dots{bottom:-5px}.kt-image-carousel.slick-dotted{padding-bottom:15px}.kt-image-carousel.kad-wp-gallery.slick-dotted .slick-dots{bottom:0}.kt-image-carousel.kad-wp-gallery.slick-dotted{padding-bottom:0}.slick-slider.loading>div.kt-slick-slide:first-child,.slick-slider>div.kt-slick-thumb:first-child{display:block}.kt-slick-slide{text-align:center}.kt-slickslider{margin-left:auto;margin-right:auto}.kt-image-carousel .kt-slick-slide{margin:0 3px}@media (max-width:768px){.kt-image-carousel .kt-slick-slide{max-width:668px}}@media (max-width:544px){.kt-image-carousel .kt-slick-slide{max-height:240px}.kt-image-carousel .kt-slick-slide img{max-height:240px;width:auto}}@media (max-width:400px){.kt-image-carousel .kt-slick-slide{max-height:200px}.kt-image-carousel .kt-slick-slide img{max-height:200px;width:auto}}.kt-slickslider-thumbs{margin:4px -2px 0}.kt-slickslider-thumbs .kt-slick-thumb{margin:0 2px;outline:0;position:relative}.kt-slickslider-thumbs .kt-slick-thumb .thumb-highlight{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transition:box-shadow .2s ease-in-out;-o-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;-webkit-box-shadow:inset 0 0 0 0 transparent;box-shadow:inset 0 0 0 0 transparent}.kt-slickslider-thumbs .kt-slick-thumb.slick-current{outline:0}.kt-slickslider-thumbs .kt-slick-thumb.slick-current .thumb-highlight{-webkit-box-shadow:inset 0 0 0 2px rgba(0,0,0,.2);box-shadow:inset 0 0 0 2px rgba(0,0,0,.2)}.kt-image-carousel-center-fade .kt-slick-slide.slick-slide{opacity:1;-webkit-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.kt-image-carousel-center-fade .kt-slick-slide.slick-center{opacity:1}.kt-basic-fullslide{width:100%;background-position:center center;background-size:cover;background-repeat:no-repeat}.kt-slickslider.titleclass{background:0 0;padding-top:0!important}.basic-caption{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.flex-caption-case{padding:2% 46px;text-align:center;width:100%}.kt-h-basic-carousel .slick-slide{position:relative}.kt-slick-slide.blog_photo_item{margin:0 3px 20px}.mfp-bg{z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-container,.mfp-wrap{width:100%;height:100%;left:0;top:0}.mfp-wrap{z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;padding:0 8px;box-sizing:border-box}.mfp-container:before,.mfp-content{display:inline-block;vertical-align:middle}.mfp-container:before{content:"";height:100%}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure,.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;top:50%;margin:-55px 0 0;padding:0;font-size:50px;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow-left{left:0}.mfp-arrow-left:before,.mfp-arrow-right:before{position:absolute;border-style:solid;border-width:4px 4px 0 0;content:"";display:inline-block;height:20px;top:50%;left:50%;margin-top:-10px;margin-left:-12px;transform:rotate(-135deg);vertical-align:top;width:20px}.mfp-arrow-right{right:0}.mfp-arrow-right:before{transform:rotate(45deg)}.mfp-zoom-in .mfp-arrow:after,.mfp-zoom-in .mfp-arrow:before{opacity:1}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.mfp-figure:after,img.mfp-img{display:block;width:auto;height:auto}img.mfp-img{box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;right:0;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-zoom-in .mfp-with-anim{opacity:0;transition:all .2s ease-in-out;transform:scale(.8)}.mfp-zoom-in.mfp-bg{opacity:0;transition:all .3s ease-out}.mfp-zoom-in.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1)}.mfp-zoom-in.mfp-ready.mfp-bg{opacity:.8}.mfp-zoom-in.mfp-removing .mfp-with-anim{transform:scale(.8);opacity:0}.mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.mag-pop-modal{background:#fff;position:relative;padding:20px;width:auto;max-width:600px;margin:20px auto}.mag-pop-modal .mfp-close{top:-44px;color:#eee}.kt-ajax-overlay{position:absolute;width:100%;left:0;top:0;height:100%}.kt-ajax-bubbling{text-align:center;width:100%;height:49px;margin:auto;position:absolute;top:50%;transform:translate(0,-50%)}.kt-ajax-bubbling span{display:inline-block;vertical-align:middle;width:10px;height:10px;margin:24px auto;background:#000;border-radius:49px;-o-border-radius:49px;-ms-border-radius:49px;-webkit-border-radius:49px;-moz-border-radius:49px;animation:ktajaxbubbling 1.5s infinite alternate;-o-animation:ktajaxbubbling 1.5s infinite alternate;-ms-animation:ktajaxbubbling 1.5s infinite alternate;-webkit-animation:ktajaxbubbling 1.5s infinite alternate;-moz-animation:ktajaxbubbling 1.5s infinite alternate}#kt-ajax-bubbling_1{animation-delay:0s;-o-animation-delay:0s;-ms-animation-delay:0s;-webkit-animation-delay:0s;-moz-animation-delay:0s}#kt-ajax-bubbling_2{animation-delay:.45s;-o-animation-delay:.45s;-ms-animation-delay:.45s;-webkit-animation-delay:.45s;-moz-animation-delay:.45s}#kt-ajax-bubbling_3{animation-delay:.9s;-o-animation-delay:.9s;-ms-animation-delay:.9s;-webkit-animation-delay:.9s;-moz-animation-delay:.9s}.scroller-status{padding:20px 0;display:none}.loader-ellips{font-size:20px;position:relative;width:4em;height:1em;margin:10px auto}.loader-ellips__dot{display:block;width:1em;height:1em;border-radius:.5em;background:#555;position:absolute;animation-duration:.5s;animation-timing-function:ease;animation-iteration-count:infinite}.loader-ellips__dot:nth-child(1),.loader-ellips__dot:nth-child(2){left:0}.loader-ellips__dot:nth-child(3){left:1.5em}.loader-ellips__dot:nth-child(4){left:3em}.loader-ellips__dot:nth-child(1){animation-name:ktreveal}.loader-ellips__dot:nth-child(2),.loader-ellips__dot:nth-child(3){animation-name:ktslide}.loader-ellips__dot:nth-child(4){animation-name:reveal;animation-direction:reverse}.g_item{padding-bottom:10px}.kad-wp-gallery{clear:both;width:100%}.gallery_item{overflow:hidden;position:relative;margin-bottom:0}.gallery_item img{-webkit-backface-visibility:hidden;-webkit-transform:perspective(1000px);-webkit-transition:transform .35s ease-in-out;-o-transition:transform .35s ease-in-out;transition:transform .35s ease-in-out;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.gallery_item:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}.gallery_item .photo-caption-bg{position:absolute;opacity:.5;top:0;-webkit-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out;width:100%;height:100%;background:0 0;background:-moz-linear-gradient(bottom,rgba(0,0,0,.8)0,transparent 40%);background:-webkit-linear-gradient(bottom,rgba(0,0,0,.8)0,transparent 40%);background:-o-linear-gradient(bottom,rgba(0,0,0,.8)0,transparent 40%);background:-ms-linear-gradient(bottom,rgba(0,0,0,.8) 0%,transparent 40%);background:linear-gradient(to top,rgba(0,0,0,.8)0,transparent 40%)}.gallery_item:hover .photo-caption-bg{opacity:1}.gallery_item .kad_caption .kad_caption_inner{position:absolute;bottom:0;left:0;color:#fff;padding:10px;z-index:100}.kt-intrinsic{position:relative;padding-bottom:100%;height:0;display:block}.gallery_item .kad_caption,.kt-intrinsic img{position:absolute;width:100%;height:100%;top:0;left:0}.kad-mosaic-gallery-wrapper{margin:0-3px}.kad-mosaic-gallery-wrapper .g_item{padding-bottom:0}.kad-mosaic-gallery-wrapper .g_mosiac_item_image_case{position:absolute;height:100%;overflow:hidden;width:100%;padding-bottom:0}.kad-mosaic-gallery-wrapper .g_mosiac_item_inner{position:absolute;top:3px;bottom:3px;left:3px;right:3px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.kad-mosaic-gallery-wrapper .g_mosiac_item{overflow:visible;position:relative;height:0}.kt-slick-slide .gallery_item{position:absolute;top:0;left:0;width:100%;height:100%}@media (min-width:1800px){.kt-width-xlarge .mosaic-large-grid-size .grid_mosiac_item{padding-bottom:200%!important}.kt-width-xlarge .mosaic-large-grid-size .grid_mosiac_item .kt-intrinsic img{width:auto;height:auto;min-height:100%;max-width:none;left:50%;top:50%;-webkit-transform:scale(1) translate(-50%,-50%);-ms-transform:scale(1) translate(-50%,-50%);-o-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%)}.kt-width-xlarge .mosaic-large-grid-size .grid_mosiac_item:hover .kt-intrinsic img,.kt-width-xlarge .mosaic-large-square-grid-size .grid_mosiac_item:hover .kt-intrinsic img,.kt-width-xlarge .mosaic-large-wide-grid-size .grid_mosiac_item:hover .kt-intrinsic img,.kt-width-xlarge .mosaic-tall-grid-size .grid_mosiac_item:hover .kt-intrinsic img{-webkit-transform:scale(1.02) translate(-50%,-50%);-ms-transform:scale(1.02) translate(-50%,-50%);-o-transform:scale(1.02) translate(-50%,-50%);transform:scale(1.02) translate(-50%,-50%)}.kt-width-xlarge .mosaic-large-wide-grid-size .grid_mosiac_item{padding-bottom:50%!important}.kt-width-xlarge .mosaic-large-wide-grid-size .grid_mosiac_item .kt-intrinsic img{min-width:100%}.kt-width-xlarge .mosaic-large-square-grid-size .grid_mosiac_item,.kt-width-xlarge .mosaic-tall-grid-size .grid_mosiac_item{padding-bottom:100%!important}.kt-width-xlarge .mosaic-large-square-grid-size .grid_mosiac_item .kt-intrinsic img,.kt-width-xlarge .mosaic-large-wide-grid-size .grid_mosiac_item .kt-intrinsic img,.kt-width-xlarge .mosaic-tall-grid-size .grid_mosiac_item .kt-intrinsic img{width:auto;height:auto;left:50%;top:50%;-webkit-transform:scale(1) translate(-50%,-50%);-ms-transform:scale(1) translate(-50%,-50%);-o-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%)}.kt-width-xlarge .mosaic-large-square-grid-size .grid_mosiac_item .kt-intrinsic img{min-height:100%;max-width:none}.kt-width-xlarge .mosaic-tall-grid-size .grid_mosiac_item .kt-intrinsic img{min-width:100%}}@media (max-width:992px){.mosaic-sm-wide-grid-size .grid_mosiac_item{padding-bottom:50%!important}.mosaic-sm-wide-grid-size .grid_mosiac_item .kt-intrinsic img,.mosaic-sm-wide-grid-size .grid_mosiac_item.kt-intrinsic img{width:auto;height:auto;margin-top:-25%;min-width:100%}.mosaic-sm-square-grid-size .grid_mosiac_item,.mosaic-tall-sm-square-grid-size .grid_mosiac_item{padding-bottom:100%!important}.mosaic-sm-square-grid-size .grid_mosiac_item .kt-intrinsic img,.mosaic-sm-square-grid-size .grid_mosiac_item.kt-intrinsic img{width:auto;height:auto;max-height:100%;max-width:none}.mosaic-tall-sm-square-grid-size .grid_mosiac_item .kt-intrinsic img,.mosaic-tall-sm-square-grid-size .grid_mosiac_item.kt-intrinsic img{width:auto;height:auto;max-width:100%}}@media (max-width:544px){.mosaic-ss-inherit-wide .grid_mosiac_item{padding-bottom:50%!important}.mosaic-ss-inherit-wide .grid_mosiac_item .kt-intrinsic img,.mosaic-ss-inherit-wide .grid_mosiac_item.kt-intrinsic img{width:100%;height:100%;min-width:100%}.mosaic-ss-tall-grid-size .grid_mosiac_item{padding-bottom:200%!important}.mosaic-ss-tall-grid-size .grid_mosiac_item .kt-intrinsic img,.mosaic-ss-tall-grid-size .grid_mosiac_item.kt-intrinsic img{width:auto;height:auto;min-height:100%;max-width:none}}.kt-gallery-tiles{position:relative}.kt-gallery-tiles.justified-gallery .g_item{position:absolute;opacity:1}.kt-gallery-tiles .g_item{float:left;padding-bottom:0;opacity:0;display:inline-block;overflow:hidden}.kt-gallery-tiles .g_item .gallery_item{outline:0}.kt-gallery-tiles .g_item .gallery_item img{width:100%}#content .gallery{margin-right:-10px;margin-left:-10px}#content .gallery:after,#content .gallery:before{content:" ";display:table}#content .gallery:after{clear:both}.gallery .gallery-item{float:left;margin:0 0 20px;text-align:center}.gallery .gallery-item .gallery-icon{padding:0 10px}.gallery-columns-1 .gallery-item{float:none;width:100%}.gallery-columns-2 .gallery-item{width:50%}.gallery-columns-2 .gallery-item:nth-child(2n+3),.gallery-columns-3 .gallery-item:nth-child(3n+4),.gallery-columns-4 .gallery-item:nth-child(4n+5),.gallery-columns-5 .gallery-item:nth-child(5n+6),.gallery-columns-6 .gallery-item:nth-child(6n+7),.gallery-columns-7 .gallery-item:nth-child(7n+8),.gallery-columns-8 .gallery-item:nth-child(8n+9),.gallery-columns-9 .gallery-item:nth-child(9n+10){clear:both}.gallery-columns-3 .gallery-item{width:33.333333%}.gallery-columns-4 .gallery-item{width:25%}.gallery-columns-5 .gallery-item{width:20%}.gallery-columns-6 .gallery-item{width:16.67%}.gallery-columns-7 .gallery-item{width:14.28%}.gallery-columns-8 .gallery-item{width:12.5%}.gallery-columns-9 .gallery-item{width:11.11%}.kt_typed_element{min-height:1px;min-width:1px;display:inline-block}.typed-cursor{opacity:1;-webkit-animation:kt_type_blink .7s infinite;-moz-animation:kt_type_blink .7s infinite;animation:kt_type_blink .7s infinite}.kt-accordion>.panel{border:2px solid #ddd;padding:10px;margin-bottom:4px}.kt-accordion>.panel h5{line-height:24px;float:left;margin:0 0 0 15px}.kt-accordion>.panel h5:after{content:"";height:2px;width:100%;background:#16a085;display:block;-webkit-transition:width .5s ease-in-out;-o-transition:width .5s ease-in-out;transition:width .5s ease-in-out}.kt-accordion>.panel h5 i{font-size:10px;position:absolute;height:2px;left:0;top:50%;margin-top:-5px;width:10px;text-align:center}.kt-accordion>.panel h5 .kt-icon-minus{display:block}.kt-accordion>.panel .collapsed h5 .kt-icon-minus,.kt-accordion>.panel h5 .kt-icon-plus{display:none}.kt-accordion>.panel .collapsed h5:after{width:0}.kt-accordion>.panel .collapsed h5 .kt-icon-plus{display:block}.kt-accordion .panel-body{padding-top:15px}.kt-accordion .panel-body p:last-child{margin-bottom:10px}.kt-accordion a.accordion-toggle{display:block;border:0!important;position:relative}.kt-accordion a.accordion-toggle:after{clear:both;display:table;content:""}.image_menu_item_link .image_menu_message{top:10px;position:absolute;left:10px;right:10px;padding:10px;text-align:center;bottom:10px;overflow:hidden;border:2px solid rgba(255,255,255,.8);display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center}.image_menu_item_link .image_menu_message h4,.image_menu_item_link .image_menu_message h5{color:#fff;-webkit-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out;-webkit-transform:translate3d(0,24px,0);transform:translate3d(0,24px,0)}.image_menu_item_link .image_menu_message h4{text-transform:uppercase;font-size:30px;font-weight:700;margin:0;line-height:1}.image_menu_item_link .image_menu_message h5{opacity:0;line-height:24px;font-size:18px;height:24px;margin:0;overflow:visible;-webkit-transition-delay:.05s;transition-delay:.05s}.image_menu_item_link:hover .image_menu_message h4,.image_menu_item_link:hover .image_menu_message h5{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.image_menu_message.imt-align-left{text-align:left;-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.image_menu_message.imt-align-right{text-align:right;-webkit-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}.image_menu_message.imt-valign-top{-webkit-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start}.image_menu_message.imt-valign-bottom{-webkit-align-items:flex-end;-ms-align-items:flex-end;align-items:flex-end}.image_menu_message.imt-valign-bottom h5{height:auto}.image_menu_overlay{position:absolute;width:100%;height:100%;left:0;top:0;background:#16a085;-webkit-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out;opacity:0}.image_menu_item_link{position:relative;display:block;overflow:hidden;border:0!important}.image_menu_item_link .image_menu-bg-item,.image_menu_item_link img{-webkit-transition:transform .35s ease-in-out;-o-transition:transform .35s ease-in-out;transition:transform .35s ease-in-out;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-backface-visibility:hidden;-webkit-transform:perspective(1000px)}.image_menu_item_link:hover .image_menu-bg-item,.image_menu_item_link:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}.image_menu_item_link:hover .image_menu_overlay{opacity:.6}.blockquote,blockquote{border-left:5px solid #aaa;font-size:18px;padding:0 0 0 15px;margin:0 0 20px;position:relative}.blockquote p,.kt-contact-form.kt-formstyle-light label,.pullquote p,blockquote p{font-weight:300}.entry-content .blockquote p,.entry-content .pullquote p,.entry-content blockquote p{margin-bottom:0}.blockquote-right{padding:0 15px 0 0;border-left:0;border-right:5px solid #aaa;text-align:right}.pullquote{padding:0;font-size:18px;margin-bottom:30px;position:relative}.pullquote-right{padding:0 45px 0 0;text-align:right}.pullquote-right:after{content:close-quote;right:15px;bottom:0}.pullquote-left{padding:0 0 0 45px}.pullquote-center:after,.pullquote-center:before,.pullquote-left:before,.pullquote-right:after{color:#aaa;position:absolute;font-size:34px;font-family:"Helvetica Neue",sans-serif}.pullquote-center:before,.pullquote-left:before{left:15px;content:open-quote;top:0}.pullquote-center{padding:0 45px;text-align:center}.pullquote-center:after{right:15px;content:close-quote;bottom:0}.hrule{width:95%;background:#e5e5e5;background:rgba(0,0,0,.05)}.hrule,.hrule_dots,.hrule_gradient{height:1px;position:relative;margin:30px auto}.hrule_dots{width:95%;border-top:1px dotted #e5e5e5;background:0 0;border-color:rgba(0,0,0,.05)}.hrule_gradient{border:0}.hrule_gradient:after,.hrule_gradient:before{top:-.5em;height:1em;position:absolute;width:100%;content:""}.hrule_gradient:after{height:.5em;top:1px;background:#fff}.kad_popover,a.kadinfolink .kad-info-box{cursor:pointer}.hrule_gradient,.hrule_gradient:before{background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,.1)0,transparent 75%);background:-webkit-gradient(radial,center center,0,center center,75%,color-stop(0%,rgba(0,0,0,.1)),color-stop(75%,transparent));background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,.1)0,transparent 75%);background:-o-radial-gradient(center,ellipse cover,rgba(0,0,0,.1)0,transparent 75%);background:-ms-radial-gradient(center,ellipse cover,rgba(0,0,0,.1) 0%,transparent 75%);background:radial-gradient(ellipse at center,rgba(0,0,0,.1)0,transparent 75%)}.kt-simple-box.kt-valign-center{display:table;width:100%;table-layout:fixed}.kt-simple-box.kt-valign-center .kt-simple-box-inner{display:table-cell;width:100%;text-align:center;vertical-align:middle}.kt-label-error{color:red;font-weight:400;font-style:italic;margin-left:5px}input.kt-error{border:1px solid red}.kt-hide{display:none}.kt-contact-form-info{font-weight:700;font-size:120%}.kt-contact-form label{font-weight:700;margin-bottom:5px;display:inline-block}.kt-contact-form .contact_consent_label,.kt-feedback-consent-label{margin-left:4px}span.contactRequiredIcon{color:red}.kt-formstyle-light input[type=email],.kt-formstyle-light input[type=text],.kt-formstyle-light textarea{border:1px solid #bbb;background:0 0}.kt-formstyle-light p:nth-child(1),.kt-formstyle-light p:nth-child(2){width:33.33%;float:left;padding-right:15px}.kt-formstyle-light p:nth-child(3){width:33.33%;float:left;padding-right:0}.kt-formstyle-light p:nth-child(4){clear:both}.kt-formstyle-light p.cmath-section{max-width:200px}.kt-formstyle-light p.cmath-section input{max-width:50%}.kt-formstyle-light p.csubmit-section input{border:1px solid #bbb;background:0 0;color:#444;text-shadow:none;font-weight:300}.kt-formstyle-light p.csubmit-section input:hover{border-color:#444}.kt-map iframe{width:100%;pointer-events:none;border:0}.kt-si-table-box{display:table;position:relative;table-layout:fixed;width:100%}.kt-si-cell-box{display:table-cell;vertical-align:middle;width:100%}.img-ktsi-right{float:right}.content-ktsi-right,.kt-si-imagecol.img-ktsi-left{text-align:right}@media (min-width:992px){.content-ktsi-right{padding-right:40px}.content-ktsi-right .kt-si-inner-content{margin-right:0;margin-left:auto}.content-ktsi-left{padding-left:40px}}.kt_imgsplit_content{padding:5px 0 15px}.kt-si-image.kt-si-cover-image{width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:992px){.kt-si-table-box{display:block;height:auto!important}.kt-image-slit .kt-si-imagecol{float:none;width:100%}.kt-si-inner-content{margin:0 auto}.kt-si-table-box .kt-si-cell-box{display:block;text-align:center}.img-ktsi-right{float:none}}.kt-flip-box-back,.kt-flip-box-contain,.kt-flip-box-flipper,.kt-flip-box-front{width:100%;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}.kt-flip-box-contain{position:relative;display:block;text-align:center;height:260px;-webkit-transform:rotateY(0);-ms-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}.kt-flip-box-back,.kt-flip-box-flipper,.kt-flip-box-front{height:100%;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.kt-flip-box-back,.kt-flip-box-front{position:absolute;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;padding:0 20px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center}.kt-flip-box-flipper{position:relative;display:block;text-align:center;-webkit-perspective:2000;-moz-perspective:2000;perspective:2000;-webkit-transform:rotateY(0);-ms-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}.filter-set li a,.kt-flip-box-back-inner,.kt-flip-box-front-inner{position:relative}.kt-flip-box-back-inner a.kt-flip-btn{margin-top:15px;border:2px solid #fff}.kt-flip-box-back-inner a.kt-flip-btn:hover{opacity:.9}.kt-flip-box-front{-webkit-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg)}.kt-flip-box-back,.kt-flip-box-contain .kt-mobile-hover .kt-flip-box-front,.kt-flip-box-contain:hover .kt-flip-box-front{-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}.kt-flip-box-contain .kt-mobile-hover .kt-flip-box-back,.kt-flip-box-contain:hover .kt-flip-box-back{-webkit-transform:rotateY(360deg);-ms-transform:rotateY(360deg);-o-transform:rotateY(360deg);transform:rotateY(360deg)}@media (min-width:767px){.ie7 .kt-flip-box-contain .kt-flip-box-back,.ie8 .kt-flip-box-contain .kt-flip-box-back,.ie9 .kt-flip-box-contain .kt-flip-box-back{-webkit-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg);ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";filter:alpha(opacity=00);opacity:0}.ie7 .kt-flip-box-contain:hover .kt-flip-box-back,.ie8 .kt-flip-box-contain:hover .kt-flip-box-back,.ie9 .kt-flip-box-contain:hover .kt-flip-box-back{ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}}a.kadinfolink{display:block;cursor:pointer;-webkit-box-shadow:0 0 0 rgba(0,0,0,.2);box-shadow:0 0 0 rgba(0,0,0,.2);-webkit-transition:box-shadow .2s cubic-bezier(.17,.67,.35,.95);-o-transition:box-shadow .2s cubic-bezier(.17,.67,.35,.95);transition:box-shadow .2s cubic-bezier(.17,.67,.35,.95)}a.kadinfolink:hover{-webkit-box-shadow:0 0 14px rgba(0,0,0,.2);box-shadow:0 0 14px rgba(0,0,0,.2)}.kad-info-box,.kt-map{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.kad-info-box{padding:15px;border-radius:6px;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.kad-info-box i.kt-none{background:0 0!important}.kad-info-box .kt-info-icon-case{text-align:left;padding:0}.kad-info-box .kt-info-content-case{padding:0 0 0 15px}.kad-info-box h3,.kad-info-box h4,.kad-info-box h5{margin:0;line-height:1}.kad-info-box i,.kad-info-box img{display:block;text-align:center}.kad-info-box.infoicon-side-right{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right}.kad-info-box.infoicon-side-right .kt-info-content-case{padding:0 15px 0 0}.infoicon-side-above.kad-info-box{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center}.infoicon-side-above.kad-info-box .kt-info-content-case{padding:15px 0 0;width:100%}.inner-info-icon-case.kad-circle-iconclass,.inner-info-icon-case.kad-square-iconclass{box-sizing:content-box}.kt-map{position:relative}.kt-map-overlay{position:absolute;bottom:45px;right:45px;text-align:center;padding:15px;background:rgba(255,255,255,.8)}.filter-set li a h5,.kt-map-overlay h4{margin:0}.payment-method-icon{display:inline-block;padding:2px 4px;margin:2px 2px 2px 0;font-size:34px}.inner-icon-case{box-sizing:content-box;text-align:center}.inner-icon-case i{display:block}.modal-open .kt-pb-animation{animation-fill-mode:inherit!important;opacity:1}.kt-filter-options{margin:0 0 15px}.filter-set{list-style:none;margin:0;padding:0;width:auto;text-align:center}.filter-set li{display:inline-block;margin:5px 8px}.filter-set li a{display:block}.filter-set li a .arrow-up{position:absolute;left:50%;top:100%;border-top:6px solid transparent;display:block;margin-left:-6px;height:0;border-bottom:6px solid transparent;border-left:6px solid transparent;border-right:6px solid transparent}.filter-set li a.selected{border-bottom:2px solid}.filter-set li a.selected .arrow-up{border-top-color:inherit}.filter-trigger{display:none}@media (max-width:767px){.filter-trigger{cursor:pointer;display:block;padding:4px 0;color:#777;text-align:center;font-weight:700;font-size:18px;text-transform:uppercase;border-bottom:2px solid #aaa;letter-spacing:3px;background:0 0;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.filter-set{overflow:hidden;padding:0 15px;margin:0;float:none;height:0}.filter-set li{margin-left:0;margin-right:0;margin-bottom:8px;display:block}.filter-set li a{padding:5px 0 8px}.filter-set li a.selected{border-bottom:0;background:#16a085}.filter-set li a.selected h5{color:#fff}}.isotope.infinite-scrolling{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}.init-isotope,.init-isotope-intrinsic,.init-mosaic-isotope{-webkit-transition-duration:.8s;-moz-transition-duration:.8s;-ms-transition-duration:.8s;-o-transition-duration:.8s;transition-duration:.8s;-webkit-transition-property:height,width;-moz-transition-property:height,width;-ms-transition-property:height,width;-o-transition-property:height,width;transition-property:height,width}@media (max-width:1200px){article.kad_blog_item{margin-bottom:30px}}@media (max-width:992px){.kt-header-position-above,.second-nav-container{display:none}#kad-header-menu-sticky-wrapper{height:0!important;display:none}#kad-mobile-banner{display:block;height:auto}}@media only screen and (max-device-width:1024px){.kt-header-position-above,.second-nav-container{display:none}#kad-mobile-banner{display:block;height:auto}#kad-header-menu-sticky-wrapper{height:0!important;display:none}body.kad-header-position-left #wrapper{padding-left:0}body.kad-header-position-right #wrapper{padding-right:0}#kad-vertical-menu{display:none}}@media (max-width:992px){.blog_photo_item .photo-postcontent .photo-postcontent-inner .entry-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.blog_photo_item .photo-postcontent .photo-postcontent-inner .kt-post-photo-added-content{display:none}}@media (max-width:800px){.siteorigin-panels-stretch .carouselcontainer.row,.siteorigin-panels-stretch .testimonial-widget-carousel-outer{margin:0}}@media (max-width:544px){.blog_mosaic_item,.p-outer-mosaic .p_item{width:100%}.kt-quote-post{padding:20px 40px}.kt-quote-post:before{left:10px;top:10px;font-size:24px}.kt-quote-post:after{right:10px;bottom:10px;font-size:24px}.kt-image-quote{padding:15px}}@media (max-width:992px){.kad-ascend-parallax,.kt-parallax-stellar{background-attachment:scroll!important;background-position:center!important}}@media only screen and (max-device-width:1024px){.kad-ascend-parallax,.kt-parallax-stellar{background-attachment:scroll!important;background-position:center!important}}@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1.5){.kad-ascend-parallax,.kt-parallax-stellar{background-attachment:scroll!important;background-position:center!important}}@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.5){.kad-ascend-parallax,.kt-parallax-stellar{background-attachment:scroll!important;background-position:center!important}}
#customer_login input.input-text,.track_order input.input-text,.woo_address_edit input.input-text,.woo_change_password input.input-text{width:100%;padding:8px;height:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}#customer_login .lost_password{margin-left:10px}.track_order,.woo_address_edit,.woo_change_password{max-width:570px}.myaccount_address{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #eee;border-color:rgba(0,0,0,.05)}.kad-account-sidebar{text-align:center}.kad-customer-image img{float:none!important;display:inline-block}.account_page_menu{padding:10px;border-top:1px solid #eee}.account_page_menu ul,.product .entry-summary .price ins,.product-img-case figure{margin:0}.account_page_menu ul li a{padding:5px 0;border-bottom:1px solid #eee;display:block;margin:3px 0}@media (min-width:767px){.kt-woo-account-nav{float:left;width:30%;padding-right:15px;padding-left:15px}.woocommerce-MyAccount-content{float:left;width:70%;padding-left:25px}.order_details li{float:left;width:33.33%;border-right:1px dashed rgba(0,0,0,.2);padding-top:10px}.order_details li:nth-child(3){border:0}.order_details li:nth-child(4){border:0;width:100%;text-align:center;border-top:1px dashed rgba(0,0,0,.2)}}@media (min-width:992px){.kt-woo-account-nav{width:22%}.woocommerce-MyAccount-content{width:78%}}.kt-woo-account-nav{text-align:center}.woocommerce-MyAccount-content{padding-top:20px}.woocommerce-MyAccount-content mark{background:0 0;font-weight:700}.woocommerce .shop_table.order_details,table.shop_table.customer_details{margin-bottom:40px}.addresses address,table.shop_attributes td{font-style:italic}.kt-woo-account-nav .woocommerce-MyAccount-navigation ul li.is-active a{border-color:#16a085}.woocommerce-MyAccount-navigation ul{margin-left:0;border-top:2px solid #eee;text-align:left;padding-left:0}.woocommerce-MyAccount-navigation ul li,ul.order_details{list-style:none;position:relative;padding:5px 0}.woocommerce-MyAccount-navigation ul li.is-active a:before,.woocommerce-product-gallery .flex-control-thumbs li img.flex-active,.woocommerce-product-gallery .flex-control-thumbs li:hover img{opacity:1}.woocommerce-MyAccount-navigation ul li a{padding:5px 0;display:block;font-weight:600}#kt-mobile-account .woocommerce-MyAccount-navigation ul{border-top-color:rgba(255,255,255,.4)}ul.order_details{padding:0;margin:20px 0;background:rgba(0,0,0,.05)}.kt-header-extras .kad-head-my-account-menu .kt-woo-account-nav .kad-account-avatar:after,.kt-header-extras .kad-head-my-account-menu .kt-woo-account-nav .kad-account-avatar:before,ul.order_details:after,ul.order_details:before{content:" ";display:table}.kt-header-extras .kad-head-my-account-menu .kt-woo-account-nav .kad-account-avatar:after,ul.order_details:after{clear:both}ul.order_details li{padding:1em 1.618em;font-size:.8em;text-transform:uppercase}ul.order_details li strong{display:block;font-size:1.387em;text-transform:none}.my_account_orders .button,.woocommerce-MyAccount-downloads .button{padding:.618em .857em;font-size:.857em;margin-right:.236em}.my_account_orders .button.view:after,p.order-again .button:after{font-family:"kt-icon";content:"";margin-left:.53em}p.order-again .button:after{content:""}.woocommerce-MyAccount-downloads .button:after{font-family:"kt-icon";content:"";margin-left:.53em}.woocommerce-MyAccount-content h2{font-size:2em;font-weight:600}.woocommerce-MyAccount-content #payment .payment_methods{margin-bottom:1.618em!important}.woocommerce-MyAccount-content #payment .payment_methods li .payment_box{background-color:rgba(0,0,0,.05)}.kt-woo-account-nav .kad-customer-image{position:relative}.kt-woo-account-nav .kad-customer-image a.kt-link-to-gravatar{position:absolute;left:0;top:0;opacity:0;width:100%;height:100%;background:rgba(255,255,255,.8);-webkit-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out;color:#555;border:0}.kt-woo-account-nav .kad-customer-image a.kt-link-to-gravatar i.kt-icon-cloud-upload{display:block;font-size:40px;margin-top:22px}.kt-woo-account-nav .kad-customer-image a.kt-link-to-gravatar span.kt-profile-photo-text,a.kt-link-to-gravatar span.kt-profile-photo-text{font-size:12px;max-width:120px;display:block;text-transform:uppercase;margin:0 auto}.kt-woo-account-nav .kad-customer-image a.kt-link-to-gravatar:hover,a.kt-link-to-gravatar:hover{opacity:1;color:#555}.kt-header-extras .kad-head-my-account-menu .kt-woo-account-nav,.pop-modal-body .kt-woo-account-nav{width:100%}.kt-header-extras .kad-head-my-account-menu .kt-woo-account-nav .kad-customer-image,.pop-modal-body .kt-woo-account-nav .kad-customer-image{width:20%;float:left}.kt-header-extras .kad-head-my-account-menu .kt-woo-account-nav .kad-customer-image a.kt-link-to-gravatar,.pop-modal-body .kt-woo-account-nav .kad-customer-image a.kt-link-to-gravatar{display:none}.kt-header-extras .kad-head-my-account-menu .kt-woo-account-nav .kad-customer-name,.pop-modal-body .kt-woo-account-nav .kad-customer-name{width:80%;float:left;text-align:left}.kt-header-extras .kad-head-my-account-menu .kt-woo-account-nav .kad-customer-name h5{padding-left:10px;line-height:1;font-size:15px}.pop-modal-body .kt-woo-account-nav .kad-account-avatar:after,.pop-modal-body .kt-woo-account-nav .kad-account-avatar:before{content:" ";display:table}.clear,.pop-modal-body .kt-woo-account-nav .kad-account-avatar:after{clear:both}.pop-modal-body .kt-woo-account-nav a{color:#fff}.pop-modal-body .kt-woo-account-nav .kad-customer-name h5{color:#fff;padding-left:10px;line-height:1;font-size:15px}#payment ul.wc_payment_methods,ul#shipping_method{list-style:none;padding-left:0}#payment ul.wc_payment_methods li.wc_payment_method>input[type=radio]:first-child{clip:rect(1px,1px,1px,1px);position:absolute!important}#payment ul.wc_payment_methods li.wc_payment_method input[type=radio]:first-child:checked+label{border-left:5px solid #16a085}#payment ul.wc_payment_methods li.wc_payment_method input[type=radio]:first-child:checked+label:before{background:#16a085;border-color:#16a085}#payment ul.wc_payment_methods li.wc_payment_method>label{background:rgba(0,0,0,.02);display:block;border-left:5px solid rgba(0,0,0,.02);padding:8px 15px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out;margin-bottom:4px;font-weight:700}#payment ul.wc_payment_methods li.wc_payment_method>label:before{content:"";background:0 0;width:10px;display:inline-block;border:1px solid rgba(0,0,0,.2);height:10px;border-radius:50%;margin-left:-5px;margin-right:4px}#payment ul.wc_payment_methods li.wc_payment_method>label:hover{border-left:5px solid rgba(0,0,0,.06);background:rgba(0,0,0,.06)}#payment .payment_box{position:relative;width:100%;padding:15px;font-size:95%}#payment .payment_box p:last-child{margin-bottom:0}#payment .place-order .button{width:100%;font-size:120%;margin-top:10px;padding:15px 0;text-align:center}li.wc_payment_method.payment_method_paypal img{max-width:160px}li.wc_payment_method.payment_method_paypal a.about_paypal{font-weight:400;font-style:oblique;margin-left:10px}li.wc_payment_method.payment_method_paypal a.about_paypal:hover{border-bottom:1px solid}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px 0}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}@media (min-width:992px){form.checkout{position:static!important;margin-left:-15px;margin-right:-15px}form.checkout:after{clear:both;display:table;content:""}form.checkout ul.woocommerce-error{margin-left:15px;margin-right:15px}form.checkout .col2-set .col-1,form.checkout .col2-set .col-2{width:100%;float:none;padding:0;clear:both}form.checkout #order_review{width:50%;padding:0 15px;float:left}form.checkout #customer_details{float:left;width:50%;padding-right:15px;margin:0;padding-left:15px}form.checkout #order_review_heading{float:left;width:50%;padding:0 15px}form.checkout.kt-woo-template-builder-checkout,form.checkout.kt-woo-template-builder-checkout ul.woocommerce-error{margin-left:0;margin-right:0}}@media (min-width:768px){.woocommerce form .form-row-first{padding-right:15px;width:50%;float:left}.woocommerce form .form-row-last{padding-left:15px;width:50%;float:left}}.form-row.woocommerce-validated input.input-text{border-left:2px solid #0f834d}.form-row.woocommerce-invalid input.input-text{border-left:2px solid #e2401c}.kt-woo-cart-form-wrap>form,.woocommerce .blockUI.blockOverlay,table.cart thead{position:relative}.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before{height:40px;width:40px;position:absolute;top:50%;left:50%;border-radius:50%;margin-left:-20px;margin-top:-20px;display:block;content:"";background:url(https://winterbear.com/wp-content/themes/ascend_premium/assets/css/../img/spin.gif)center center;background:url(https://winterbear.com/wp-content/themes/ascend_premium/assets/css/../img/spin.svg)center center;background-size:cover}.woocommerce .form-row .select2-container{min-width:100%;display:block}form .form-row label{display:block}form .form-row input[type=radio]{float:left;height:24px;line-height:24px;clear:left}form .form-row label.radio{padding-left:20px;line-height:24px}.woocommerce form .form-row .required{text-decoration:none}.woocommerce-terms-and-conditions{padding:10px;margin:10px 0;border:2px solid rgba(0,0,0,.2)}.cross-sells:before,.woocommerce-form-coupon:after{clear:both;display:table;content:""}.entry-content table.cart .product-remove{width:28px}.entry-content table.cart .product-remove .remove{display:block;float:left;width:20px;background:0 0;text-align:center;border-radius:0;z-index:1000;color:red;border:1px solid red;padding-right:0;height:20px;font-size:16px;line-height:1;-webkit-transition:background .1s ease-in-out;-o-transition:background .1s ease-in-out;transition:background .1s ease-in-out}.entry-content table.cart .product-remove .remove:hover{background-color:red;color:#fff;border-color:red}.quantity{max-width:50px}ul.product_list_widget.woocommerce-mini-cart li .quantity{max-width:100px}ul.product_list_widget li dl dt{clear:right}.cross-sells:before{content:" "}ul.kt-mobile-cart-contain{padding-left:0}@media (min-width:768px){.kt-woo-cart-form-wrap>form{float:left;width:70%;padding-right:20px}.kt-woo-cart-form-wrap .cart-collaterals{float:left;width:30%;padding-left:20px}}@media (min-width:992px) and (max-width:1200px){.kad-header-position-left .kt-woo-cart-form-wrap>form,.kad-header-position-right .kt-woo-cart-form-wrap>form{float:none;width:100%;padding-right:0}.kad-header-position-left .kt-woo-cart-form-wrap .cart-collaterals,.kad-header-position-right .kt-woo-cart-form-wrap .cart-collaterals{float:none;width:100%;padding-left:0}}.wc-proceed-to-checkout .button{width:100%;text-align:center;padding:15px 0;font-size:120%}.cross-sells h2,.kt-woo-cart-form-wrap .cart-summary h2,.kt-woo-cart-form-wrap .cart_totals h2{font-size:30px}.shipping-calculator-form .form-row{margin-bottom:8px}.product .product_meta>span,.shipping-calculator-form .form-row .select2-container{display:block}.entry-content table.cart td,.entry-content table.cart th,table td,table th{padding:10px 4px}table.cart .actions>.button{float:right}.entry-content table.cart td.actions{padding-left:0;padding-right:0}table.shop_table .product-name .variation{font-size:90%}table.shop_table .product-name .variation dt{display:inline-block;font-weight:700}table.shop_table .product-name .variation dd{display:inline-block;margin-left:4px}ul.product_list_widget li dl dd{float:left;margin:0}table.cart .product-thumbnail{width:68px}table.cart .product-thumbnail a{border:0!important}table.cart .product-thumbnail img{max-width:60px}table.cart th.product-name{position:absolute;left:10px}table.cart td.product-name a{color:#444}table.cart .coupon{width:70%;float:left}table.cart .coupon label{display:none;line-height:20px;padding:10px 0}table.cart .coupon input#coupon_code{display:inline-block;max-width:200px}table.cart .coupon input.button{display:inline-block;margin-left:10px}table.cart input.button[name=update_cart]{float:right}@media (max-width:992px){table.cart .coupon{width:65%;float:left}table.cart .coupon input#coupon_code{max-width:120px}table.cart .coupon input.button{margin-left:5px}}@media (max-width:480px){table.cart .product-thumbnail{width:38px}table.cart .product-thumbnail img{max-width:30px}table.cart .product-price{display:none}table.cart .coupon{margin-bottom:8px}table.cart .coupon input#coupon_code{width:60%;max-width:100%;float:left;display:block}table.cart .coupon input.button{width:35%;margin-left:5%;float:left;display:block}table.cart .coupon:after{clear:both;display:table;content:""}table.cart .coupon,table.cart input.button[name=update_cart]{float:none;width:100%}}.woocommerce-error,.woocommerce-info,.woocommerce-message,.woocommerce-noreviews,p.no-comments{padding:15px;margin-bottom:24px;background-color:#16a085;margin-left:0;color:#fff;list-style:none;line-height:24px;border-left:8px solid rgba(0,0,0,.15)}.woocommerce-error a:not(.button):not([data-rel=lightbox]):not(.woocommerce-Button),.woocommerce-info a:not(.button):not([data-rel=lightbox]):not(.woocommerce-Button),.woocommerce-message a:not(.button):not([data-rel=lightbox]):not(.woocommerce-Button),.woocommerce-noreviews a:not(.button):not([data-rel=lightbox]):not(.woocommerce-Button),p.no-comments a:not(.button):not([data-rel=lightbox]):not(.woocommerce-Button){color:#fff;border-bottom:2px solid rgba(255,255,255,.5)}.woocommerce-error a:not(.button):not([data-rel=lightbox]):not(.woocommerce-Button):hover,.woocommerce-info a:not(.button):not([data-rel=lightbox]):not(.woocommerce-Button):hover,.woocommerce-message a:not(.button):not([data-rel=lightbox]):not(.woocommerce-Button):hover,.woocommerce-noreviews a:not(.button):not([data-rel=lightbox]):not(.woocommerce-Button):hover,p.no-comments a:not(.button):not([data-rel=lightbox]):not(.woocommerce-Button):hover{border-color:#fff}.woocommerce-error a.button,.woocommerce-info a.button,.woocommerce-message a.button,.woocommerce-noreviews a.button,p.no-comments a.button{float:right;background:0 0;color:#fff;line-height:24px;padding:0 0 0 15px;font-weight:700;border-left:1px solid #fff;text-shadow:none;-webkit-box-shadow:none;box-shadow:none}.woocommerce-error{background:#e2401c}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{margin-bottom:0}p.demo_store{position:fixed;bottom:0;left:0;right:0;margin:0;width:100%;line-height:25px;font-size:16px;padding:10px 0;text-align:center;background:#16a085;color:#fff;z-index:99998}p.demo_store a{color:#fff;text-decoration:underline}p.stars,p.stars a{display:inline-block}p.stars{margin:0}p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;text-decoration:none;margin-right:0;font-weight:400;border:0!important}p.stars a:before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;content:"☆";text-indent:0;unicode-bidi:bidi-override;direction:rtl}p.stars a:hover~a:before,p.stars.selected a.active~a:before{content:"☆"}p.stars.selected a.active:before,p.stars:hover a:before{content:"★"}p.stars.selected a:not(.active):before{content:"★"}.products .star-rating{display:block;margin:4px auto;float:right}.star-rating{color:#16a085;float:right;overflow:hidden;position:relative;height:15px;line-height:15px;font-size:15px;width:75px;unicode-bidi:bidi-override;direction:rtl}.star-rating span,.star-rating:before{float:left;top:0;left:0;position:absolute}.star-rating:before{content:"☆☆☆☆☆";color:#dfdbdf}.star-rating span{overflow:hidden;padding-top:16px}.star-rating span:before{content:"★★★★★";top:0;position:absolute;left:0}.single-product .woocommerce-product-rating{line-height:24px}.single-product .woocommerce-product-rating .star-rating{float:left;margin:0 4px 0 0;height:24px;line-height:28px}.product_thumbnails{margin-left:-2px;margin-right:-2px}.product .woocommerce-tabs .wc-tabs:after{content:" ";display:table}.product .woocommerce-tabs .wc-tabs:before{display:table}.product_thumbnails:after,.product_thumbnails:before{content:" ";display:table}.product .woocommerce-tabs .wc-tabs:after,.product_thumbnails:after{clear:both}.product_thumbnails a{padding-right:2px;padding-left:2px;padding-top:4px;display:block}.single-product .on-sale-container{position:relative}.single-product .on-sale-container span.onsale{bottom:auto;top:0}.product .entry-summary .price{font-size:24px;line-height:1}.product .entry-summary div[itemprop=description]{padding:10px 0}.product .entry-summary .quantity{float:left;width:50px;margin-right:10px}.product .product_meta{margin-top:20px;padding-top:20px;font-size:12px;font-weight:700;color:#777;border-top:2px solid #eee}.product .product_meta a{display:inline;margin:0;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:1px;color:#999;border-bottom:2px solid #16a085}.product .product_meta a:hover{color:#16a085}.product .woocommerce-tabs{clear:both;margin-top:40px}.product .woocommerce-tabs .comment-reply-title,.product .woocommerce-tabs h2{font-size:24px;line-height:40px;text-transform:none;margin:10px 0}.product .woocommerce-tabs .wc-tabs{list-style:none;padding-left:0;margin-bottom:0;position:relative;text-align:left}.product .woocommerce-tabs .wc-tabs:before{position:absolute;z-index:10;height:3px;background:#16a085;width:100%;bottom:0;display:block;clear:both;content:""}.product .woocommerce-tabs .wc-tabs>li,.productnav a,.woocommerce-pagination ul.page-numbers li{display:inline-block}.product .woocommerce-tabs .wc-tabs>li>a{margin:0 3px;line-height:1;border-bottom:3px solid transparent;padding:12px 16px;background:0 0;font-size:20px;color:#555;border-radius:0 0;display:block;z-index:2;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;position:relative}.product .woocommerce-tabs .wc-tabs>li>a:hover{background:#eee}.product .woocommerce-tabs .wc-tabs>li.active>a{text-shadow:0-1px 0 rgba(0,0,0,.1)}.product .woocommerce-tabs .wc-tabs>li.active>a,.product .woocommerce-tabs .wc-tabs>li.active>a:focus,.product .woocommerce-tabs .wc-tabs>li.active>a:hover{color:#fff;background-color:#16a085;border-bottom:3px solid #16a085;cursor:default}.product .woocommerce-tabs .woocommerce-Tabs-panel{padding-top:10px}.product .related.products,.product .upsells.products{margin-top:30px;margin-bottom:20px}.product .related.products h3.kt-title,.product .upsells.products h3.kt-title{font-size:24px;line-height:40px}.commentlist{padding:0;list-style:none}.commentlist li{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #eee}.commentlist li:last-child{border-bottom:0}.comment-text{padding-left:76px}.comment-text p,.product-cat-title-area h3{margin-bottom:0}.comment-text,.comment_container,.quantity.buttons_added{position:relative}.comment_container img{border-radius:50%;position:absolute;left:0;top:0;max-width:60px}.related-carouselcontainer{margin-left:-10px;margin-right:-10px}.products.kt-content-carousel .slick-list{padding-left:4px;padding-right:4px}.products.kt-content-carousel .slick-track{padding-bottom:20px;padding-top:20px}.products.kt-content-carousel .slick-prev{left:11px}.products.kt-content-carousel .slick-next{right:11px}.productnav{float:right}.productnav a i{padding:6px 10px;font-weight:700;margin:0 0 0 5px;font-size:14px;display:inline-block;line-height:20px;color:#aaa;border:solid 2px #aaa;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.productnav a:hover i{color:#16a085;border-color:#16a085}.single_add_to_cart_button{text-transform:uppercase}.quantity.buttons_added input[type=number]{-moz-appearance:textfield}.quantity.buttons_added input[type=number]::-webkit-inner-spin-button,.quantity.buttons_added input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity.buttons_added .kt-spin-button{position:absolute;right:0;top:0;z-index:2;width:20px;display:block;overflow:hidden;cursor:pointer;text-align:center;height:20px;line-height:20px;padding:0;border:0;background:0 0;-webkit-transition:background .2s ease-in-out;-o-transition:background .2s ease-in-out;transition:background .2s ease-in-out}.quantity.buttons_added .kt-spin-button:before{border-style:solid;border-width:1px 1px 0 0;content:"";display:inline-block;height:6px;top:50%;left:50%;margin-top:-2px;margin-left:-3px;transform:rotate(-45deg);vertical-align:top;width:6px;position:absolute}.quantity.buttons_added .kt-spin-button:hover{background:rgba(0,0,0,.05)}.quantity.buttons_added .kt-spin-button.minus{position:absolute;right:0;bottom:0;top:auto}.quantity.buttons_added .kt-spin-button.minus:before{margin-top:-4px;transform:rotate(135deg)}.quantity.buttons_added input.qty{padding-right:20px}.quantity.buttons_added.hidden .kt-spin-button,body.siteorigin-panels .container.tab-list-container>h2{display:none}table.variations{min-width:300px;margin-bottom:24px;position:relative}table.variations td.product_label{padding:0 8px 0 0;text-transform:uppercase;line-height:34px}body.siteorigin-panels #list-tab-description,table.variations td.product_value{padding:0}table.variations td.product_value select{margin-bottom:2px;margin-top:2px}table.variations a.reset_variations{font-size:11px;display:block;position:absolute;bottom:-15px;line-height:15px}.single_variation .woocommerce-variation-price{margin:10px 0}@media (min-width:992px){#reviews:after,#reviews:before{content:" ";display:table}#reviews:after{clear:both}#reviews #comments{float:left;width:60%;padding-right:30px}#reviews #review_form_wrapper{float:left;width:40%}}.product_title_cat{font-size:16px;text-transform:uppercase;letter-spacing:4px}h1.product_title{text-transform:uppercase;margin-top:0}.kt-product-style-large-image .product_thumbnails .woocommerce-product-gallery__image{width:25%;float:left}.woo_product_slider_disabled .product_thumbnails .woocommerce-product-gallery__image{width:25%}table.variations tr:not(:last-child) td.product_value{padding-bottom:5px}.product_image{position:relative}@media (min-width:992px){.kt-product-style-large-image .product-summary-case{width:40%}.kt-product-style-large-image .product-img-case{width:60%}.kt-product-style-large-image .product-img-case .images,.kt-product-style-large-image .product-img-case .woocommerce-product-gallery__wrapper.woo_product_slider_disabled{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;width:80%;float:right}.kt-product-style-large-image .flex-control-thumbs,.kt-product-style-large-image .product_thumbnails.thumbnails{width:20%;float:none;order:-1;position:absolute;left:-20%}.kt-product-style-large-image .woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-control-thumbs li{float:none;width:100%;max-width:70px;margin:0 auto;padding-bottom:4px}.kt-product-style-large-image .flex-viewport,.kt-product-style-large-image .product_image{width:100%;float:none;text-align:center}.kt-product-style-large-image .woocommerce-product-gallery>.woocommerce-product-gallery__wrapper{width:100%;text-align:center}.kt-product-style-large-image .woo_product_zoom_enabled .product_thumbnails .woocommerce-product-gallery__image a:before{display:none}.kt-product-style-large-image .product_thumbnails .woocommerce-product-gallery__image{display:block;width:100%;float:none}.kt-product-style-large-image .product_thumbnails a{display:block;max-width:70px;margin:0 auto}.kt-product-style-large-image.kt-product-style-split-image .product-img-case,.kt-product-style-large-image.kt-product-style-split-image .product-summary-case{width:50%}.single-product.kt-product-style-large-image .on-sale-container{margin-left:20%}.single-product.kt-product-style-large-image .on-sale-container .onsale{width:150px;margin-left:-75px;left:50%}.single-product.kt-product-style-large-image .kt-product-no-thumbnail-images .on-sale-container{margin-left:0}.single-product.kt-product-style-large-image .kt-product-no-thumbnail-images .product-img-case .images{width:100%;float:none}.woocommerce-product-gallery__image{display:inline-block;max-width:100%}}@media (max-width:766px){.product-img-case{max-width:410px;margin:0 auto;padding-bottom:10px}}.kt-product-style-large-image .product-img-case .slick-slide .images{-webkit-justify-content:center;-ms-justify-content:center;justify-content:center}.woocommerce-Tabs-panel-list,.woocommerce-tabs-list{padding:20px 0}.product .woocommerce-tabs-list .comment-reply-title,.product .woocommerce-tabs-list h2{font-size:24px;line-height:40px;text-transform:none;margin:10px 0}table.shop_attributes{border-top:1px dotted rgba(0,0,0,.1)}table.shop_attributes tr{border-bottom:1px dotted rgba(0,0,0,.1)}table.shop_attributes th{font-weight:700}.post-product-nav-section{margin-top:30px;border-bottom:1px solid #eee;border-top:1px solid #eee}.button.loading:before,a.added_to_cart{position:absolute;top:0;left:10px;right:10px;display:block}.button.loading:before{opacity:.7;bottom:10px;content:"";background:rgba(255,255,255,.8)url(https://winterbear.com/wp-content/themes/ascend_premium/assets/css/../img/spin.gif)center center;background:rgba(255,255,255,.8)url(https://winterbear.com/wp-content/themes/ascend_premium/assets/css/../img/spin.svg)center center;background-size:20px 20px;background-repeat:no-repeat}a.added_to_cart{width:auto;background:#fff;font-weight:700;padding:6px 0;line-height:24px;text-align:center;border:2px solid #16a085}.variations .kad_radio_variations label{text-transform:uppercase;float:left;padding:2px 10px;margin:2px 5px 2px 0;border:2px solid #eee;border-color:rgba(0,0,0,.1);position:relative;-webkit-transition:border .3s ease-in-out;-o-transition:border .3s ease-in-out;transition:border .3s ease-in-out}.variations .kad_radio_variations label.kt_disabled{color:rgba(0,0,0,.3);border-color:rgba(0,0,0,.03)}.variations .kad_radio_variations label.kt_disabled:after{content:"Not Available";position:absolute;font-size:10px;font-weight:400;width:90px;border-radius:5px;top:0;line-height:20px;left:50%;background-color:rgba(0,0,0,.6);margin-left:-45px;text-align:center;color:#fff;opacity:0;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.variations .kad_radio_variations label.kt_disabled:hover:after{opacity:1;top:-25px}.variations .kad_radio_variations label:hover{border-color:#16a085}.variations .kad_radio_variations label.selectedValue{border-color:#16a085;background:#16a085;color:#fff}.variations .kad_radio_variations label input[type=radio]{height:0;overflow:hidden;z-index:-10000;position:absolute;visibility:hidden;float:none}.variations tr:first-child .kad_radio_variations label.kt_disabled{color:inherit;border-color:rgba(0,0,0,.1)}.variations tr:first-child .kad_radio_variations label.kt_disabled:after{content:"";position:static;display:none;opacity:0}.variations tr:first-child .kad_radio_variations label.selectedValue{color:#fff}.variations fieldset{border:0;padding:0;margin:0}select.kt-no-select2{display:none!important}.kt_title_hidden{display:none}.woocommerce-product-gallery{position:relative}.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before{unicode-bidi:bidi-override;direction:rtl;content:"+";display:block;position:absolute;width:40px;text-shadow:1px 1px 2px rgba(0,0,0,.5);height:40px;font-size:20px;top:10px;color:#fff;left:10px;border:1px solid transparent;-webkit-transition:border .35s ease-in-out;-o-transition:border .35s ease-in-out;transition:border .35s ease-in-out;z-index:100;border-radius:50%;line-height:36px;text-align:center}.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover:before{border-color:#fff}.woocommerce-product-gallery img{margin:0}.woocommerce-product-gallery .flex-viewport{margin-bottom:4px}.woocommerce-product-gallery .flex-control-thumbs{margin-left:-2px;margin-right:-2px;padding:0}.price:after,.price:before,.woocommerce-product-gallery .flex-control-thumbs:after,.woocommerce-product-gallery .flex-control-thumbs:before{content:" ";display:table}.price:after,.woocommerce-product-gallery .flex-control-thumbs:after{clear:both}.woocommerce-product-gallery .flex-control-thumbs li{list-style:none;margin-bottom:5px;cursor:pointer;padding:0 2px}.woocommerce-product-gallery .flex-control-thumbs li img{opacity:.5;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li{width:50%;float:left}.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li{width:33.33%;float:left}.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{width:25%;float:left}.woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li{width:20%;float:left}.price_slider_wrapper input#max_price,.price_slider_wrapper input#min_price,.woo_product_slider_enabled .woocommerce-product-gallery__image{opacity:0}.woo_product_slider_enabled .woocommerce-product-gallery__image:first-child{opacity:1}.flex-viewport .woo_product_slider_enabled .woocommerce-product-gallery__image{opacity:1}.woocommerce-product-details__short-description{margin-bottom:10px}.woo_product_zoom_enabled .woocommerce-product-gallery__image a{position:relative;display:block}.woo_product_zoom_enabled:not(.woo_product_slider_enabled) .woocommerce-product-gallery__image a:before{unicode-bidi:bidi-override;direction:rtl;content:"+";display:block;position:absolute;width:40px;text-shadow:1px 1px 2px rgba(0,0,0,.5);height:40px;font-size:20px;top:10px;color:#fff;left:10px;border:1px solid transparent;-webkit-transition:border .35s ease-in-out;-o-transition:border .35s ease-in-out;transition:border .35s ease-in-out;z-index:100;border-radius:50%;line-height:36px;text-align:center}.woo_product_zoom_enabled .woocommerce-product-gallery__image a:hover:before{border-color:#fff}table.variations td.product_value span.select2.select2-container{width:200px!important}.kt-product-style-large-image .kt-slick-slider .product_image{width:100%}.product .group_table .price{font-size:16px;display:table-cell}.kt-accordion .woocommerce-tabs-list{padding:0}.kwt-woo-builder-product #content{padding-top:0;padding-bottom:0}.product_related_carousel ul.slick-dots{bottom:-8px}.elementor-element.elementor-products-grid ul.products li.product{position:static!important}.elementor-element.elementor-products-grid ul.products{height:auto!important}.kad-shop-top{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;padding-bottom:20px}.kad-shop-top .kad-woo-results-count{-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1}.kad-shop-top .woocommerce-ordering{min-width:200px;margin-bottom:0}.kad-shop-top .woocommerce-ordering .select2-container{width:100%}.kt_product_toggle_outer .toggle_grid,.kt_product_toggle_outer .toggle_list{display:block;display:flex;justify-content:center;align-items:center;float:left;padding:0;text-align:center;line-height:1;width:34px;height:34px;color:#444;border:2px solid #aaa;margin:0 0 0 5px;font-size:14px;cursor:pointer;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.kt_product_toggle_outer .toggle_grid i,.kt_product_toggle_outer .toggle_list i{line-height:30px}.kt_product_toggle_outer .toggle_grid:hover,.kt_product_toggle_outer .toggle_list:hover{border-color:#16a085}.kt_product_toggle_outer .toggle_grid.toggle_active,.kt_product_toggle_outer .toggle_list.toggle_active{background:#16a085;border-color:#16a085;color:#fff}.kt_product_toggle_container{min-width:80px}.product_item .product_img_link img,.tfsinglecolumn .kad_product{width:100%}.kad_product_wrapper{padding:0;list-style:none;margin-bottom:30px}.kt-product-intrinsic{height:0}.kad_product{list-style:none;display:block}.product_item{z-index:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);background:#fff;-webkit-box-shadow:0 0 0 rgba(0,0,0,.2);box-shadow:0 0 0 rgba(0,0,0,.2);-webkit-transition:box-shadow .2s cubic-bezier(.17,.67,.35,.95);-o-transition:box-shadow .2s cubic-bezier(.17,.67,.35,.95);transition:box-shadow .2s cubic-bezier(.17,.67,.35,.95)}.product_item .kt-product-softcrop .kt-product-animation-contain{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;height:100%;width:100%;position:absolute}.product_item .kt-product-softcrop .kt-product-animation-contain img{max-height:100%;width:auto}.product_item .kt-product-animation-contain{overflow:hidden;position:relative}.product_item .image_flip_front{display:block;position:relative;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);z-index:2;-webkit-transition:all .4s cubic-bezier(.17,.67,.35,.95);-o-transition:all .4s cubic-bezier(.17,.67,.35,.95);transition:all .4s cubic-bezier(.17,.67,.35,.95)}.product_item .image_flip_back,.product_item .image_flip_front,.product_item a.product_item_link .kad-product-noflipper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.product_item .image_flip_back{display:block;-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);-o-transform:translate(100%,0);transform:translate(100%,0);z-index:2;-webkit-transition:all .4s cubic-bezier(.17,.67,.35,.95);-o-transition:all .4s cubic-bezier(.17,.67,.35,.95);transition:all .4s cubic-bezier(.17,.67,.35,.95);position:absolute;top:0;left:0;width:100%}.product_item a.product_item_link{position:relative;display:block;border:0!important}.product_item .kad-product-flipper,form.woocommerce-product-search{position:relative}@media (min-width:767px){.product_item:hover .kad-product-flipper .image_flip_back{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.product_item:hover .kad-product-flipper .image_flip_front{-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);-o-transform:translate(-100%,0);transform:translate(-100%,0)}.ie7 .product_item .image_flip_back,.ie8 .product_item .image_flip_back,.ie9 .product_item .image_flip_back{ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";filter:alpha(opacity=00);opacity:0}.ie7 .product_item:hover .image_flip_back,.ie8 .product_item:hover .image_flip_back,.ie9 .product_item:hover .image_flip_back{ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}}.product_item a.product_item_link .kad-product-noflipper{opacity:1;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.product_item a.product_item_link:hover .kad-product-noflipper{opacity:.9}.product_item .kt-notrated{float:right;font-size:11px;line-height:15px;display:block;text-transform:uppercase;margin:4px auto;color:#999}.product_item .details_product_item{padding:10px}.product_item .product_action_wrap{padding:0 10px 10px;width:100%;right:0;opacity:0;bottom:-40px;background:#fff;left:0;visibility:hidden;position:absolute}.product_item .button,span.onsale{text-transform:uppercase;text-align:center;display:block}.product_item .button{opacity:0;padding-left:0;padding-right:0;z-index:-2;-webkit-transition:all .2s cubic-bezier(.17,.67,.35,.95);-o-transition:all .2s cubic-bezier(.17,.67,.35,.95);transition:all .2s cubic-bezier(.17,.67,.35,.95)}.product_item:hover,.product_item:hover .product_action_wrap:before{z-index:10;position:relative;-webkit-box-shadow:0 0 14px rgba(0,0,0,.2);box-shadow:0 0 14px rgba(0,0,0,.2)}.product_item:hover .button{display:block;opacity:1}.product_item:hover .product_action_wrap{opacity:1;visibility:visible}.product_item:hover .product_action_wrap:before{content:"";position:absolute;top:10px;left:0;bottom:0;right:0;z-index:-1}span.onsale{position:absolute;bottom:0;width:100%;z-index:100;background:red;background:rgba(255,0,0,.7);padding:0;font-size:12px;line-height:16px;letter-spacing:1px;left:0;color:#fff}.product_item .product_archive_title{font-size:15px;line-height:20px;margin-top:0}.product_item .product_excerpt,.shopcolumn1 .product_item .product_action_wrap:before{display:none}.product_item .price{padding-right:75px}.kt-hide-rating .product_item .price{padding-right:0}.price{display:block;font-weight:600;margin:4px 0}.price ins{float:left;text-decoration:none;display:inline;margin:4px 0;line-height:1}.price del{font-size:12px;margin-left:5px;font-weight:400;line-height:1}.woocommerce-pagination{text-align:center}.woocommerce-pagination:before{clear:both;display:table;content:" "}.woocommerce-pagination ul.page-numbers{list-style:none;padding:0}.woocommerce-pagination ul.page-numbers li a,.woocommerce-pagination ul.page-numbers li span{padding:8px 18px;font-weight:700;margin:5px;display:block;color:#aaa;border:solid 2px #aaa;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.woocommerce-pagination ul.page-numbers li a:hover,.woocommerce-pagination ul.page-numbers li span:hover{border-color:#16a085;color:#16a085}.woocommerce-pagination ul.page-numbers li a.current,.woocommerce-pagination ul.page-numbers li span.current{color:#fff;border-color:#16a085;background-color:#16a085}.pop-modal-body ul.product_list_widget,.woocommerce-pagination ul.page-numbers li a.current:hover,.woocommerce-pagination ul.page-numbers li span.current:hover{color:#fff}.shopcolumn1 .product_item .product_img_link{float:left;width:26%;margin-right:1%}.shopcolumn1 .product_item .product_archive_title{font-size:22px;line-height:1.2}.shopcolumn1 .product_item .details_product_item{float:right;width:73%;padding-top:20px}.shopcolumn1 .product_item .product_excerpt{display:block}.shopcolumn1 .product_item .product_action_wrap{visibility:visible;opacity:1;position:static;float:right;width:73%}.shopcolumn1 .product_item .product_action_wrap .button{opacity:1;width:auto;padding-left:10px;padding-right:10px;display:inline-block}.shopcolumn1 .product_item a.added_to_cart{position:static;display:inline-block;padding:6px 12px}@media (max-width:992px){.shopcolumn1 .product_item .product_img_link{float:left;width:36%;margin-right:1%}.shopcolumn1 .product_item .details_product_item,.shopcolumn1 .product_item .product_action_wrap{float:right;width:63%}}@media (max-width:480px){.shopcolumn1 .product_item .product_img_link{float:none;width:100%;margin-right:0}.shopcolumn1 .product_item .details_product_item,.shopcolumn1 .product_item .product_action_wrap{float:none;width:100%}.kad-shop-top .woocommerce-ordering{min-width:80px}.product_item .price ins,.products .star-rating{float:none}.product_item .kt-notrated{float:none;text-align:center}.product_item .price{padding-right:0;text-align:center}}@media (max-width:350px){.kad-shop-top{flex-wrap:wrap}}.product-cat-title-area{padding:10px;position:absolute;bottom:0;background:rgba(255,255,255,.8)}.kt-cat-intrinsic img{width:100%;height:100%;position:absolute}.widget_layered_nav ul,.widget_layered_nav_filters ul,.widget_rating_filter ul{list-style:none;margin:0;padding:0}.widget_layered_nav ul li,.widget_layered_nav_filters ul li,.widget_rating_filter ul li{position:relative;margin-bottom:4px}.widget_layered_nav ul li a,.widget_layered_nav_filters ul li a,.widget_rating_filter ul li a{display:block;border:2px solid rgba(0,0,0,.1);padding:2px 6px}.widget_layered_nav ul li span.count,.widget_layered_nav_filters ul li span.count,.widget_rating_filter ul li span.count{position:absolute;right:0;top:0;height:100%;background:rgba(0,0,0,.1);font-size:12px;padding:2px 4px;border:2px solid transparent}.widget_layered_nav ul li span.star-rating,.widget_layered_nav_filters ul li span.star-rating,.widget_rating_filter ul li span.star-rating{margin-top:4px}.widget_layered_nav ul li.chosen a,.widget_layered_nav_filters ul li a,.widget_rating_filter ul li.chosen a{border-color:#16a085}.widget_layered_nav ul li.chosen a:before,.widget_layered_nav_filters ul li a:before,.widget_rating_filter ul li.chosen a:before{font-family:"Helvetica Neue",sans-serif;content:"x";font-weight:700;font-size:10px;vertical-align:bottom;padding-right:5px}.widget_layered_nav ul li.chosen span.count,.widget_layered_nav_filters ul li span.count,.widget_rating_filter ul li.chosen span.count{background:#16a085;color:#fff}.kt_force_grid_three .kad_product{width:50%;float:left}@media (min-width:767px){.kt_force_grid_three .kad_product{width:33.33%;float:left}}.widget_price_filter .ui-slider .ui-slider-handle:last-child{margin-left:-14px}.widget_price_filter .price_slider_wrapper .price_slider{margin:10px 0 25px}.widget_price_filter .price_slider_amount{text-align:left;font-weight:700}.widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:14px;display:block;background:#ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.widget_price_filter .price_slider_wrapper .ui-widget-content{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background:#f2f2f2}.widget_price_filter .ui-slider-horizontal{height:6px}.widget_price_filter .price_slider_amount .button{float:right;background:0 0;color:#16a085;padding:0;text-transform:uppercase}.widget_price_filter .ui-slider{position:relative;text-align:left}.widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:14px;height:20px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0;cursor:pointer;background:#16a085;outline:0;top:-7px}.widget>ul.product_list_widget li{border:0}.widget>ul.product_list_widget li a img{max-width:60px;width:auto}.widget>ul.product_list_widget li .amount{color:#777}.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple{border-color:#ccc;border-style:solid;border-width:2px;border-radius:0}.kt-use-select2 .select2-dropdown,.woocommerce-widget-layered-nav-dropdown .select2-container--default.select2-container--focus .select2-selection--multiple,.woocommerce-widget-layered-nav-dropdown .select2-container--open .select2-selection--multiple{border-color:#aaa;border-style:solid;border-width:2px}.woocommerce-widget-layered-nav-dropdown .select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:0}.kt-use-select2 .select2-dropdown{border-radius:0}input.woocommerce-widget-layered-nav-dropdown__submit{margin-top:5px}.pop-modal-body ul.product_list_widget li a:not(.remove){color:#fff}form.woocommerce-product-search button.search-submit{position:absolute;right:0;top:0;background:0 0;color:#999;font-weight:400;text-shadow:none}form.woocommerce-product-search input.search-field{padding-right:50px}.sidebar ul.product_list_widget li a{padding-right:0}.sidebar ul.product_list_widget li a img{width:80px;max-width:80px}
.gform_body .select2-container{min-width:100%}.select2-container{margin:0;position:relative;display:inline-block;max-width:100%;zoom:1;*display:inline;vertical-align:middle}.select2-container,.select2-drop,.select2-search,.select2-search input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.select2-container .select2-choice{display:block;padding:0 0 0 8px;overflow:hidden;position:relative;white-space:nowrap;color:#444;text-decoration:none;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}html[dir=rtl] .select2-container .select2-choice{padding:0 8px 0 0}.select2-container.select2-drop-above .select2-choice{border-bottom-color:#aaa}.select2-container.select2-allowclear .select2-choice .select2-chosen{margin-right:42px}.select2-container .select2-choice>.select2-chosen{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float:none;width:auto}html[dir=rtl] .select2-container .select2-choice>.select2-chosen{margin-left:26px;margin-right:0}.select2-container .select2-choice abbr{display:none;width:12px;height:16px;line-height:16px;position:absolute;text-align:center;right:26px;font-weight:700;top:7px;font-size:14px;text-decoration:none;border:0;cursor:pointer;outline:0}.select2-container.select2-allowclear .select2-choice abbr{display:inline-block}.select2-container .select2-choice abbr:hover{background-position:right -11px;cursor:pointer}.select2-drop-mask{border:0;margin:0;padding:0;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:9998;background-color:#fff;filter:alpha(opacity=0)}.select2-drop{width:100%;margin-top:-2px;position:absolute;z-index:9999;top:100%;border-radius:0;background:#fff}.select2-drop.select2-drop-above{margin-top:2px;border-bottom:0}.select2-drop-active{border-top:none}.select2-drop-auto-width{border-top:1px solid #aaa;width:auto}.select2-drop-auto-width .select2-search{padding-top:4px}.select2-container .select2-choice .select2-arrow{display:inline-block;height:100%;position:absolute;right:0;top:0}html[dir=rtl] .select2-container .select2-choice .select2-arrow{left:0;right:auto;border-left:none}.select2-container .select2-choice .select2-arrow b{display:block;border:3px solid;border-color:#676767 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-search{display:inline-block;width:100%;min-height:26px;padding-left:4px;padding-right:4px;z-index:10000;white-space:nowrap}.select2-search input{width:100%;height:auto!important;min-height:26px;padding:4px 20px 4px 5px;margin:0;outline:0;font-family:sans-serif;font-size:1em;border:1px solid #aaa;border-radius:0}.select2-container-active .select2-choice,.select2-container-active .select2-choices{outline:0}.select2-dropdown-open .select2-choice{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#eee}html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow{border-right:none}.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.select2-results{max-height:200px;padding:0 0 0 4px;margin:4px 4px 4px 0;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-tap-highlight-color:transparent}html[dir=rtl] .select2-results{padding:0 4px 0 0;margin:4px 0 4px 4px}.select2-results ul.select2-result-sub{margin:0;padding-left:0}.select2-results li{list-style:none;display:list-item;background-image:none;margin-bottom:0}.select2-results li.select2-result-with-children>.select2-result-label{font-weight:700}.select2-results .select2-result-label{padding:3px 7px 4px;margin:0;cursor:pointer;min-height:1em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select2-results-dept-1 .select2-result-label{padding-left:20px}.select2-results-dept-2 .select2-result-label{padding-left:40px}.select2-results-dept-3 .select2-result-label{padding-left:60px}.select2-results-dept-4 .select2-result-label{padding-left:80px}.select2-results-dept-5 .select2-result-label{padding-left:100px}.select2-results-dept-6 .select2-result-label{padding-left:110px}.select2-results-dept-7 .select2-result-label{padding-left:120px}.select2-results .select2-highlighted{color:#fff}.select2-results li em{background:#feffde;font-style:normal}.select2-results .select2-highlighted em{background:0 0}.select2-results .select2-highlighted ul{background:#fff;color:#000}.select2-results .select2-ajax-error,.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit{background:#f4f4f4;display:list-item;padding-left:5px}.select2-results .select2-disabled.select2-highlighted{color:#666;background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-disabled{background:#f4f4f4;display:list-item;cursor:default}.select2-container.select2-container-disabled .select2-choice abbr,.select2-results .select2-selected{display:none}.select2-results .select2-ajax-error{background:rgba(255,50,50,.2)}.select2-more-results{background:#f4f4f4;display:list-item}.select2-container.select2-container-disabled .select2-choice{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container.select2-container-disabled .select2-choice .select2-arrow{background-color:#f4f4f4;background-image:none;border-left:0}.select2-container-multi .select2-choices{height:auto!important;margin:0;padding:0 5px 0 0;position:relative;border:1px solid #aaa;cursor:text;overflow:hidden;background-color:#fff;min-height:26px}html[dir=rtl] .select2-container-multi .select2-choices{padding:0 0 0 5px}.select2-locked{padding:3px 5px!important}.select2-container-multi.select2-container-active .select2-choices{border:1px solid #5897fb;outline:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.select2-container-multi .select2-choices li{float:left;list-style:none}html[dir=rtl] .select2-container-multi .select2-choices li{float:right}.select2-container-multi .select2-choices .select2-search-field{margin:0;padding:0;white-space:nowrap}.select2-container-multi .select2-choices .select2-search-field input{padding:5px;margin:1px 0;font-family:sans-serif;font-size:100%;color:#666;outline:0;border:0;-webkit-box-shadow:none;box-shadow:none;background:0 0!important}.select2-container-multi .select2-choices .select2-search-choice{padding:3px 5px 3px 18px;margin:3px 0 3px 5px;position:relative;line-height:13px;color:#333;cursor:default;border:1px solid #aaa;border-radius:3px;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#e4e4e4}html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice{margin:3px 5px 3px 0;padding:3px 18px 3px 5px}.select2-container-multi .select2-choices .select2-search-choice .select2-chosen{cursor:default}.select2-container-multi .select2-choices .select2-search-choice-focus{background:#d4d4d4}.select2-search-choice-close{display:block;width:12px;height:13px;position:absolute;right:3px;top:4px;font-size:1px;outline:0}html[dir=rtl] .select2-search-choice-close{right:auto;left:3px}.select2-container-multi .select2-search-choice-close{left:3px}html[dir=rtl] .select2-container-multi .select2-search-choice-close{left:auto;right:2px}.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover,.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close{background-position:right -11px}.select2-container-multi.select2-container-disabled .select2-choices{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{padding:3px 5px;border:1px solid #ddd;background-image:none;background-color:#f4f4f4}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{display:none;background:0 0}.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match{text-decoration:underline}.select2-offscreen,.select2-offscreen:focus{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.select2-container .select2-choice .select2-arrow b:after,.select2-display-none{display:none}.select2-measure-scrollbar{position:absolute;top:-10000px;left:-10000px;width:100px;height:100px;overflow:scroll}.select2-container .select2-choice{-webkit-border-radius:0}.select2-container .select2-choice .select2-arrow{-webkit-border-radius:0;border-radius:0;border-color:#ccc}.entry-content .select2-container a.select2-choice,.select2-container .select2-choice{height:40px;line-height:38px;background:#fff;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-radius:0;border-color:#ccc;border-style:solid;border-width:2px}.select2-container .select2-choice .select2-chosen,.select2-drop{font-size:14px}.select2-container .select2-choice .select2-arrow{background-color:#fafafa;background-image:none;background:#fafafa;width:22px;border-left:2px solid #ccc}.select2-dropdown-open .select2-choice .select2-arrow{border-left-color:#aaa;background:#aaa;color:#fff}.select2-dropdown-open .select2-choice .select2-arrow b{border-width:0 4px 5px;top:48%;border-color:transparent transparent #fff}.select2-container .select2-choice .select2-chosen,.select2-drop.select2-drop-above .select2-search input{margin-top:0}.select2-container .select2-choice .select2-arrow b>span{margin:4px 0 0 6px}.entry-content .select2-container.select2-dropdown-open .select2-choice,.select2-container.select2-dropdown-open .select2-choice{border-color:#aaa #aaa #fff}.select2-container.form-control{border:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding:0}.select2-container .select2-choice abbr:after{content:"×";color:#999}.entry-content .select2-dropdown-open.select2-drop-above .select2-choice,.entry-content .select2-dropdown-open.select2-drop-above .select2-choices,.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{border:2px solid #aaa;border-top-color:#fff}.select2-drop{border:2px solid #aaa;border-top:0;color:#444}.select2-drop.select2-drop-above,.select2-drop.select2-drop-above.select2-drop-active{border-top:2px solid #aaa;border-radius:0}.select2-results .select2-highlighted{background:#16a085;border-radius:0}.select2-search{margin:4px 0;position:relative}.select2-drop .select2-search input,.select2-drop .select2-search input:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border:0;background:#eee!important}.select2-container .select2-selection{border-color:#ccc;border-style:solid;border-width:2px;border-radius:0;cursor:pointer;height:34px;display:block}.select2-container .select2-selection--multiple{height:auto;min-height:34px}.select2-container .select2-selection--single .select2-selection__rendered{line-height:30px;display:block;padding-left:8px;padding-right:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#444}.select2-container .select2-selection--single .select2-selection__arrow{background:#fafafa;width:22px;border-left:2px solid #ccc;right:2px;top:2px;height:auto;bottom:2px;position:absolute}.select2-container .select2-selection--single .select2-selection__arrow b{border-color:#555 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-5px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--open.select2-container--above .select2-selection{border-top:0}.select2-container--open.select2-container--below .select2-selection{border-bottom:0}.select2-container.select2-container--open .select2-selection--single{border-color:#aaa}.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow{background:#aaa;border-color:#aaa}.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b,.select2-dropdown{border-color:transparent transparent #fff;border-style:solid;border-width:0 4px 5px}.select2-dropdown{border-color:#aaa;border-width:2px;border-radius:0;background-color:#fff;display:block;font-size:14px;position:absolute;z-index:1000}.select2-dropdown--below{border-top:#fff}.select2-dropdown--above{border-bottom:#fff}.select2-results .select2-results__option{padding:4px 8px}.select2-results{display:block}.select2-search:after{content:"";font-family:"kt-icon"!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;position:absolute;right:4px;width:20px;top:6px;line-height:24px;color:#676767}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;list-style:none;margin:0;padding:0}.select2-container--default .select2-results__option--highlighted[aria-selected]{background:#16a085;color:#fff}.select2-container--default .select2-search--dropdown .select2-search__field{border:0;background:#eee}.select2-search--hide.select2-search{display:none}
@font-face{font-family:"kt-icon";src:url(https://winterbear.com/wp-content/themes/ascend_premium/assets/css/fonts/kt-icon.eot?6dbx5f);src:url(https://winterbear.com/wp-content/themes/ascend_premium/assets/css/fonts/kt-icon.eot?6dbx5f#iefix)format("embedded-opentype"),url(https://winterbear.com/wp-content/themes/ascend_premium/assets/css/fonts/kt-icon.woff2?6dbx5f)format("woff2"),url(https://winterbear.com/wp-content/themes/ascend_premium/assets/css/fonts/kt-icon.ttf?6dbx5f)format("truetype"),url(https://winterbear.com/wp-content/themes/ascend_premium/assets/css/fonts/kt-icon.woff?6dbx5f)format("woff"),url(https://winterbear.com/wp-content/themes/ascend_premium/assets/css/fonts/kt-icon.svg?6dbx5f#kt-icon)format("svg");font-weight:400;font-style:normal;font-display: swap;
}[class*=" kt-icon-"],[class^=kt-icon-]{font-family:"kt-icon"!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;font-display:block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.kt-icon-x:before{content:""}.kt-icon-x-square:before{content:""}.kt-icon-focus:before{content:""}.kt-icon-asterisk:before{content:""}.kt-icon-plus:before{content:""}.kt-icon-question:before{content:""}.kt-icon-minus:before{content:""}.kt-icon-glass:before{content:""}.kt-icon-music:before{content:""}.kt-icon-search:before{content:""}.kt-icon-envelope-o:before{content:""}.kt-icon-heart:before{content:""}.kt-icon-star:before{content:""}.kt-icon-star-o:before{content:""}.kt-icon-user:before{content:""}.kt-icon-film:before{content:""}.kt-icon-th-large:before{content:""}.kt-icon-th:before{content:""}.kt-icon-th-list:before{content:""}.kt-icon-check:before{content:""}.kt-icon-close:before,.kt-icon-remove:before,.kt-icon-times:before{content:""}.kt-icon-search-plus:before{content:""}.kt-icon-search-minus:before{content:""}.kt-icon-power-off:before{content:""}.kt-icon-signal:before{content:""}.kt-icon-cog:before,.kt-icon-gear:before{content:""}.kt-icon-trash-o:before{content:""}.kt-icon-home:before{content:""}.kt-icon-file-o:before{content:""}.kt-icon-clock-o:before{content:""}.kt-icon-road:before{content:""}.kt-icon-download:before{content:""}.kt-icon-arrow-circle-o-down:before{content:""}.kt-icon-arrow-circle-o-up:before{content:""}.kt-icon-inbox:before{content:""}.kt-icon-play-circle-o:before{content:""}.kt-icon-repeat:before,.kt-icon-rotate-right:before{content:""}.kt-icon-refresh:before{content:""}.kt-icon-list-alt:before{content:""}.kt-icon-lock:before{content:""}.kt-icon-flag:before{content:""}.kt-icon-headphones:before{content:""}.kt-icon-volume-off:before{content:""}.kt-icon-volume-down:before{content:""}.kt-icon-volume-up:before{content:""}.kt-icon-qrcode:before{content:""}.kt-icon-barcode:before{content:""}.kt-icon-tag:before{content:""}.kt-icon-tags:before{content:""}.kt-icon-book:before{content:""}.kt-icon-bookmark:before{content:""}.kt-icon-print:before{content:""}.kt-icon-camera:before{content:""}.kt-icon-font:before{content:""}.kt-icon-bold:before{content:""}.kt-icon-italic:before{content:""}.kt-icon-text-height:before{content:""}.kt-icon-text-width:before{content:""}.kt-icon-align-left:before{content:""}.kt-icon-align-center:before{content:""}.kt-icon-align-right:before{content:""}.kt-icon-align-justify:before{content:""}.kt-icon-list:before{content:""}.kt-icon-dedent:before,.kt-icon-outdent:before{content:""}.kt-icon-indent:before{content:""}.kt-icon-video-camera:before{content:""}.kt-icon-image:before,.kt-icon-photo:before,.kt-icon-picture-o:before{content:""}.kt-icon-pencil:before{content:""}.kt-icon-map-marker:before{content:""}.kt-icon-adjust:before{content:""}.kt-icon-tint:before{content:""}.kt-icon-edit:before,.kt-icon-pencil-square-o:before{content:""}.kt-icon-share-square-o:before{content:""}.kt-icon-check-square-o:before{content:""}.kt-icon-arrows:before{content:""}.kt-icon-step-backward:before{content:""}.kt-icon-fast-backward:before{content:""}.kt-icon-backward:before{content:""}.kt-icon-play:before{content:""}.kt-icon-pause:before{content:""}.kt-icon-stop:before{content:""}.kt-icon-forward:before{content:""}.kt-icon-fast-forward:before{content:""}.kt-icon-step-forward:before{content:""}.kt-icon-eject:before{content:""}.kt-icon-chevron-left:before{content:""}.kt-icon-chevron-right:before{content:""}.kt-icon-plus-circle:before{content:""}.kt-icon-minus-circle:before{content:""}.kt-icon-times-circle:before{content:""}.kt-icon-check-circle:before{content:""}.kt-icon-question-circle:before{content:""}.kt-icon-info-circle:before{content:""}.kt-icon-crosshairs:before{content:""}.kt-icon-times-circle-o:before{content:""}.kt-icon-check-circle-o:before{content:""}.kt-icon-ban:before{content:""}.kt-icon-arrow-left:before{content:""}.kt-icon-arrow-right:before{content:""}.kt-icon-arrow-up:before{content:""}.kt-icon-arrow-down:before{content:""}.kt-icon-mail-forward:before,.kt-icon-share:before{content:""}.kt-icon-expand:before{content:""}.kt-icon-compress:before{content:""}.kt-icon-exclamation-circle:before{content:""}.kt-icon-gift:before{content:""}.kt-icon-leaf:before{content:""}.kt-icon-fire:before{content:""}.kt-icon-eye:before{content:""}.kt-icon-eye-slash:before{content:""}.kt-icon-exclamation-triangle:before,.kt-icon-warning:before{content:""}.kt-icon-plane:before{content:""}.kt-icon-calendar:before{content:""}.kt-icon-random:before{content:""}.kt-icon-comment:before{content:""}.kt-icon-magnet:before{content:""}.kt-icon-chevron-up:before{content:""}.kt-icon-chevron-down:before{content:""}.kt-icon-retweet:before{content:""}.kt-icon-shopping-cart:before{content:""}.kt-icon-folder:before{content:""}.kt-icon-folder-open:before{content:""}.kt-icon-arrows-v:before{content:""}.kt-icon-arrows-h:before{content:""}.kt-icon-bar-chart-o:before,.kt-icon-bar-chart:before{content:""}.kt-icon-twitter-square:before{content:""}.kt-icon-facebook-square:before{content:""}.kt-icon-camera-retro:before{content:""}.kt-icon-key:before{content:""}.kt-icon-cogs:before,.kt-icon-gears:before{content:""}.kt-icon-comments:before{content:""}.kt-icon-thumbs-o-up:before{content:""}.kt-icon-thumbs-o-down:before{content:""}.kt-icon-star-half:before{content:""}.kt-icon-heart-o:before{content:""}.kt-icon-sign-out:before{content:""}.kt-icon-linkedin-square:before{content:""}.kt-icon-thumb-tack:before{content:""}.kt-icon-external-link:before{content:""}.kt-icon-sign-in:before{content:""}.kt-icon-trophy:before{content:""}.kt-icon-github-square:before{content:""}.kt-icon-upload:before{content:""}.kt-icon-lemon-o:before{content:""}.kt-icon-phone:before{content:""}.kt-icon-square-o:before{content:""}.kt-icon-bookmark-o:before{content:""}.kt-icon-phone-square:before{content:""}.kt-icon-twitter:before{content:""}.kt-icon-facebook-f:before,.kt-icon-facebook:before{content:""}.kt-icon-github:before{content:""}.kt-icon-unlock:before{content:""}.kt-icon-credit-card:before{content:""}.kt-icon-feed:before,.kt-icon-rss:before{content:""}.kt-icon-hdd-o:before{content:""}.kt-icon-bullhorn:before{content:""}.kt-icon-bell-o:before{content:""}.kt-icon-certificate:before{content:""}.kt-icon-hand-o-right:before{content:""}.kt-icon-hand-o-left:before{content:""}.kt-icon-hand-o-up:before{content:""}.kt-icon-hand-o-down:before{content:""}.kt-icon-arrow-circle-left:before{content:""}.kt-icon-arrow-circle-right:before{content:""}.kt-icon-arrow-circle-up:before{content:""}.kt-icon-arrow-circle-down:before{content:""}.kt-icon-globe:before{content:""}.kt-icon-wrench:before{content:""}.kt-icon-tasks:before{content:""}.kt-icon-filter:before{content:""}.kt-icon-briefcase:before{content:""}.kt-icon-arrows-alt:before{content:""}.kt-icon-group:before,.kt-icon-users:before{content:""}.kt-icon-chain:before,.kt-icon-link:before{content:""}.kt-icon-cloud:before{content:""}.kt-icon-flask:before{content:""}.kt-icon-cut:before,.kt-icon-scissors:before{content:""}.kt-icon-copy:before,.kt-icon-files-o:before{content:""}.kt-icon-paperclip:before{content:""}.kt-icon-floppy-o:before,.kt-icon-save:before{content:""}.kt-icon-square:before{content:""}.kt-icon-bars:before,.kt-icon-navicon:before,.kt-icon-reorder:before{content:""}.kt-icon-list-ul:before{content:""}.kt-icon-list-ol:before{content:""}.kt-icon-strikethrough:before{content:""}.kt-icon-underline:before{content:""}.kt-icon-table:before{content:""}.kt-icon-magic:before{content:""}.kt-icon-truck:before{content:""}.kt-icon-pinterest:before{content:""}.kt-icon-pinterest-square:before{content:""}.kt-icon-google-plus-square:before{content:""}.kt-icon-google-plus:before{content:""}.kt-icon-money:before{content:""}.kt-icon-caret-down:before{content:""}.kt-icon-caret-up:before{content:""}.kt-icon-caret-left:before{content:""}.kt-icon-caret-right:before{content:""}.kt-icon-columns:before{content:""}.kt-icon-sort:before,.kt-icon-unsorted:before{content:""}.kt-icon-sort-desc:before,.kt-icon-sort-down:before{content:""}.kt-icon-sort-asc:before,.kt-icon-sort-up:before{content:""}.kt-icon-envelope:before{content:""}.kt-icon-linkedin:before{content:""}.kt-icon-rotate-left:before,.kt-icon-undo:before{content:""}.kt-icon-gavel:before,.kt-icon-legal:before{content:""}.kt-icon-dashboard:before,.kt-icon-tachometer:before{content:""}.kt-icon-comment-o:before{content:""}.kt-icon-comments-o:before{content:""}.kt-icon-bolt:before,.kt-icon-flash:before{content:""}.kt-icon-sitemap:before{content:""}.kt-icon-umbrella:before{content:""}.kt-icon-clipboard:before,.kt-icon-paste:before{content:""}.kt-icon-lightbulb-o:before{content:""}.kt-icon-exchange:before{content:""}.kt-icon-cloud-download:before{content:""}.kt-icon-cloud-upload:before{content:""}.kt-icon-user-md:before{content:""}.kt-icon-stethoscope:before{content:""}.kt-icon-suitcase:before{content:""}.kt-icon-bell:before{content:""}.kt-icon-coffee:before{content:""}.kt-icon-cutlery:before{content:""}.kt-icon-file-text-o:before{content:""}.kt-icon-building-o:before{content:""}.kt-icon-hospital-o:before{content:""}.kt-icon-ambulance:before{content:""}.kt-icon-medkit:before{content:""}.kt-icon-fighter-jet:before{content:""}.kt-icon-beer:before{content:""}.kt-icon-h-square:before{content:""}.kt-icon-plus-square:before{content:""}.kt-icon-angle-double-left:before{content:""}.kt-icon-angle-double-right:before{content:""}.kt-icon-angle-double-up:before{content:""}.kt-icon-angle-double-down:before{content:""}.kt-icon-angle-left:before{content:""}.kt-icon-angle-right:before{content:""}.kt-icon-angle-up:before{content:""}.kt-icon-angle-down:before{content:""}.kt-icon-desktop:before{content:""}.kt-icon-laptop:before{content:""}.kt-icon-tablet:before{content:""}.kt-icon-mobile-phone:before,.kt-icon-mobile:before{content:""}.kt-icon-circle-o:before{content:""}.kt-icon-quote-left:before{content:""}.kt-icon-quote-right:before{content:""}.kt-icon-spinner:before{content:""}.kt-icon-circle:before{content:""}.kt-icon-mail-reply:before,.kt-icon-reply:before{content:""}.kt-icon-github-alt:before{content:""}.kt-icon-folder-o:before{content:""}.kt-icon-folder-open-o:before{content:""}.kt-icon-smile-o:before{content:""}.kt-icon-frown-o:before{content:""}.kt-icon-meh-o:before{content:""}.kt-icon-gamepad:before{content:""}.kt-icon-keyboard-o:before{content:""}.kt-icon-flag-o:before{content:""}.kt-icon-flag-checkered:before{content:""}.kt-icon-terminal:before{content:""}.kt-icon-code:before{content:""}.kt-icon-mail-reply-all:before,.kt-icon-reply-all:before{content:""}.kt-icon-star-half-empty:before,.kt-icon-star-half-full:before,.kt-icon-star-half-o:before{content:""}.kt-icon-location-arrow:before{content:""}.kt-icon-crop:before{content:""}.kt-icon-code-fork:before{content:""}.kt-icon-chain-broken:before,.kt-icon-unlink:before{content:""}.kt-icon-info:before{content:""}.kt-icon-exclamation:before{content:""}.kt-icon-superscript:before{content:""}.kt-icon-subscript:before{content:""}.kt-icon-eraser:before{content:""}.kt-icon-puzzle-piece:before{content:""}.kt-icon-microphone:before{content:""}.kt-icon-microphone-slash:before{content:""}.kt-icon-shield:before{content:""}.kt-icon-calendar-o:before{content:""}.kt-icon-fire-extinguisher:before{content:""}.kt-icon-rocket:before{content:""}.kt-icon-maxcdn:before{content:""}.kt-icon-chevron-circle-left:before{content:""}.kt-icon-chevron-circle-right:before{content:""}.kt-icon-chevron-circle-up:before{content:""}.kt-icon-chevron-circle-down:before{content:""}.kt-icon-html5:before{content:""}.kt-icon-css3:before{content:""}.kt-icon-anchor:before{content:""}.kt-icon-unlock-alt:before{content:""}.kt-icon-bullseye:before{content:""}.kt-icon-ellipsis-h:before{content:""}.kt-icon-ellipsis-v:before{content:""}.kt-icon-rss-square:before{content:""}.kt-icon-play-circle:before{content:""}.kt-icon-ticket:before{content:""}.kt-icon-minus-square:before{content:""}.kt-icon-minus-square-o:before{content:""}.kt-icon-level-up:before{content:""}.kt-icon-level-down:before{content:""}.kt-icon-check-square:before{content:""}.kt-icon-pencil-square:before{content:""}.kt-icon-external-link-square:before{content:""}.kt-icon-share-square:before{content:""}.kt-icon-compass:before{content:""}.kt-icon-caret-square-o-down:before,.kt-icon-toggle-down:before{content:""}.kt-icon-caret-square-o-up:before,.kt-icon-toggle-up:before{content:""}.kt-icon-caret-square-o-right:before,.kt-icon-toggle-right:before{content:""}.kt-icon-eur:before,.kt-icon-euro:before{content:""}.kt-icon-gbp:before{content:""}.kt-icon-dollar:before,.kt-icon-usd:before{content:""}.kt-icon-inr:before,.kt-icon-rupee:before{content:""}.kt-icon-cny:before,.kt-icon-jpy:before,.kt-icon-rmb:before,.kt-icon-yen:before{content:""}.kt-icon-rouble:before,.kt-icon-rub:before,.kt-icon-ruble:before{content:""}.kt-icon-krw:before,.kt-icon-won:before{content:""}.kt-icon-bitcoin:before,.kt-icon-btc:before{content:""}.kt-icon-file:before{content:""}.kt-icon-file-text:before{content:""}.kt-icon-sort-alpha-asc:before{content:""}.kt-icon-sort-alpha-desc:before{content:""}.kt-icon-sort-amount-asc:before{content:""}.kt-icon-sort-amount-desc:before{content:""}.kt-icon-sort-numeric-asc:before{content:""}.kt-icon-sort-numeric-desc:before{content:""}.kt-icon-thumbs-up:before{content:""}.kt-icon-thumbs-down:before{content:""}.kt-icon-youtube-square:before{content:""}.kt-icon-youtube:before{content:""}.kt-icon-xing:before{content:""}.kt-icon-xing-square:before{content:""}.kt-icon-youtube-play:before{content:""}.kt-icon-dropbox:before{content:""}.kt-icon-stack-overflow:before{content:""}.kt-icon-instagram:before{content:""}.kt-icon-flickr:before{content:""}.kt-icon-adn:before{content:""}.kt-icon-bitbucket:before{content:""}.kt-icon-bitbucket-square:before{content:""}.kt-icon-tumblr:before{content:""}.kt-icon-tumblr-square:before{content:""}.kt-icon-long-arrow-down:before{content:""}.kt-icon-long-arrow-up:before{content:""}.kt-icon-long-arrow-left:before{content:""}.kt-icon-long-arrow-right:before{content:""}.kt-icon-apple:before{content:""}.kt-icon-windows:before{content:""}.kt-icon-android:before{content:""}.kt-icon-linux:before{content:""}.kt-icon-dribbble:before{content:""}.kt-icon-skype:before{content:""}.kt-icon-foursquare:before{content:""}.kt-icon-trello:before{content:""}.kt-icon-female:before{content:""}.kt-icon-male:before{content:""}.kt-icon-gittip:before,.kt-icon-gratipay:before{content:""}.kt-icon-sun-o:before{content:""}.kt-icon-moon-o:before{content:""}.kt-icon-archive:before{content:""}.kt-icon-bug:before{content:""}.kt-icon-vk:before{content:""}.kt-icon-weibo:before{content:""}.kt-icon-renren:before{content:""}.kt-icon-pagelines:before{content:""}.kt-icon-stack-exchange:before{content:""}.kt-icon-arrow-circle-o-right:before{content:""}.kt-icon-arrow-circle-o-left:before{content:""}.kt-icon-caret-square-o-left:before,.kt-icon-toggle-left:before{content:""}.kt-icon-dot-circle-o:before{content:""}.kt-icon-wheelchair:before{content:""}.kt-icon-vimeo-square:before{content:""}.kt-icon-try:before,.kt-icon-turkish-lira:before{content:""}.kt-icon-plus-square-o:before{content:""}.kt-icon-space-shuttle:before{content:""}.kt-icon-slack:before{content:""}.kt-icon-envelope-square:before{content:""}.kt-icon-wordpress:before{content:""}.kt-icon-openid:before{content:""}.kt-icon-bank:before,.kt-icon-institution:before,.kt-icon-university:before{content:""}.kt-icon-graduation-cap:before,.kt-icon-mortar-board:before{content:""}.kt-icon-yahoo:before{content:""}.kt-icon-google:before{content:""}.kt-icon-reddit:before{content:""}.kt-icon-reddit-square:before{content:""}.kt-icon-stumbleupon-circle:before{content:""}.kt-icon-stumbleupon:before{content:""}.kt-icon-delicious:before{content:""}.kt-icon-digg:before{content:""}.kt-icon-pied-piper-pp:before{content:""}.kt-icon-pied-piper-alt:before{content:""}.kt-icon-drupal:before{content:""}.kt-icon-joomla:before{content:""}.kt-icon-language:before{content:""}.kt-icon-fax:before{content:""}.kt-icon-building:before{content:""}.kt-icon-child:before{content:""}.kt-icon-paw:before{content:""}.kt-icon-spoon:before{content:""}.kt-icon-cube:before{content:""}.kt-icon-cubes:before{content:""}.kt-icon-behance:before{content:""}.kt-icon-behance-square:before{content:""}.kt-icon-steam:before{content:""}.kt-icon-steam-square:before{content:""}.kt-icon-recycle:before{content:""}.kt-icon-automobile:before,.kt-icon-car:before{content:""}.kt-icon-cab:before,.kt-icon-taxi:before{content:""}.kt-icon-tree:before{content:""}.kt-icon-spotify:before{content:""}.kt-icon-deviantart:before{content:""}.kt-icon-soundcloud:before{content:""}.kt-icon-database:before{content:""}.kt-icon-file-pdf-o:before{content:""}.kt-icon-file-word-o:before{content:""}.kt-icon-file-excel-o:before{content:""}.kt-icon-file-powerpoint-o:before{content:""}.kt-icon-file-image-o:before,.kt-icon-file-photo-o:before,.kt-icon-file-picture-o:before{content:""}.kt-icon-file-archive-o:before,.kt-icon-file-zip-o:before{content:""}.kt-icon-file-audio-o:before,.kt-icon-file-sound-o:before{content:""}.kt-icon-file-movie-o:before,.kt-icon-file-video-o:before{content:""}.kt-icon-file-code-o:before{content:""}.kt-icon-vine:before{content:""}.kt-icon-codepen:before{content:""}.kt-icon-jsfiddle:before{content:""}.kt-icon-life-bouy:before,.kt-icon-life-buoy:before,.kt-icon-life-ring:before,.kt-icon-life-saver:before,.kt-icon-support:before{content:""}.kt-icon-circle-o-notch:before{content:""}.kt-icon-ra:before,.kt-icon-rebel:before,.kt-icon-resistance:before{content:""}.kt-icon-empire:before,.kt-icon-ge:before{content:""}.kt-icon-git-square:before{content:""}.kt-icon-git:before{content:""}.kt-icon-hacker-news:before,.kt-icon-y-combinator-square:before,.kt-icon-yc-square:before{content:""}.kt-icon-tencent-weibo:before{content:""}.kt-icon-qq:before{content:""}.kt-icon-wechat:before,.kt-icon-weixin:before{content:""}.kt-icon-paper-plane:before,.kt-icon-send:before{content:""}.kt-icon-paper-plane-o:before,.kt-icon-send-o:before{content:""}.kt-icon-history:before{content:""}.kt-icon-circle-thin:before{content:""}.kt-icon-header:before{content:""}.kt-icon-paragraph:before{content:""}.kt-icon-sliders:before{content:""}.kt-icon-share-alt:before{content:""}.kt-icon-share-alt-square:before{content:""}.kt-icon-bomb:before{content:""}.kt-icon-futbol-o:before,.kt-icon-soccer-ball-o:before{content:""}.kt-icon-tty:before{content:""}.kt-icon-binoculars:before{content:""}.kt-icon-plug:before{content:""}.kt-icon-slideshare:before{content:""}.kt-icon-twitch:before{content:""}.kt-icon-yelp:before{content:""}.kt-icon-newspaper-o:before{content:""}.kt-icon-wifi:before{content:""}.kt-icon-calculator:before{content:""}.kt-icon-paypal:before{content:""}.kt-icon-google-wallet:before{content:""}.kt-icon-cc-visa:before{content:""}.kt-icon-cc-mastercard:before{content:""}.kt-icon-cc-discover:before{content:""}.kt-icon-cc-amex:before{content:""}.kt-icon-cc-paypal:before{content:""}.kt-icon-cc-stripe:before{content:""}.kt-icon-bell-slash:before{content:""}.kt-icon-bell-slash-o:before{content:""}.kt-icon-trash:before{content:""}.kt-icon-copyright:before{content:""}.kt-icon-at:before{content:""}.kt-icon-eyedropper:before{content:""}.kt-icon-paint-brush:before{content:""}.kt-icon-birthday-cake:before{content:""}.kt-icon-area-chart:before{content:""}.kt-icon-pie-chart:before{content:""}.kt-icon-line-chart:before{content:""}.kt-icon-lastfm:before{content:""}.kt-icon-lastfm-square:before{content:""}.kt-icon-toggle-off:before{content:""}.kt-icon-toggle-on:before{content:""}.kt-icon-bicycle:before{content:""}.kt-icon-bus:before{content:""}.kt-icon-ioxhost:before{content:""}.kt-icon-angellist:before{content:""}.kt-icon-cc:before{content:""}.kt-icon-ils:before,.kt-icon-shekel:before,.kt-icon-sheqel:before{content:""}.kt-icon-meanpath:before{content:""}.kt-icon-buysellads:before{content:""}.kt-icon-connectdevelop:before{content:""}.kt-icon-dashcube:before{content:""}.kt-icon-forumbee:before{content:""}.kt-icon-leanpub:before{content:""}.kt-icon-sellsy:before{content:""}.kt-icon-shirtsinbulk:before{content:""}.kt-icon-simplybuilt:before{content:""}.kt-icon-skyatlas:before{content:""}.kt-icon-cart-plus:before{content:""}.kt-icon-cart-arrow-down:before{content:""}.kt-icon-diamond:before{content:""}.kt-icon-ship:before{content:""}.kt-icon-user-secret:before{content:""}.kt-icon-motorcycle:before{content:""}.kt-icon-street-view:before{content:""}.kt-icon-heartbeat:before{content:""}.kt-icon-venus:before{content:""}.kt-icon-mars:before{content:""}.kt-icon-mercury:before{content:""}.kt-icon-intersex:before,.kt-icon-transgender:before{content:""}.kt-icon-transgender-alt:before{content:""}.kt-icon-venus-double:before{content:""}.kt-icon-mars-double:before{content:""}.kt-icon-venus-mars:before{content:""}.kt-icon-mars-stroke:before{content:""}.kt-icon-mars-stroke-v:before{content:""}.kt-icon-mars-stroke-h:before{content:""}.kt-icon-neuter:before{content:""}.kt-icon-genderless:before{content:""}.kt-icon-facebook-official:before{content:""}.kt-icon-pinterest-p:before{content:""}.kt-icon-whatsapp:before{content:""}.kt-icon-server:before{content:""}.kt-icon-user-plus:before{content:""}.kt-icon-user-times:before{content:""}.kt-icon-bed:before,.kt-icon-hotel:before{content:""}.kt-icon-viacoin:before{content:""}.kt-icon-train:before{content:""}.kt-icon-subway:before{content:""}.kt-icon-medium:before{content:""}.kt-icon-y-combinator:before,.kt-icon-yc:before{content:""}.kt-icon-optin-monster:before{content:""}.kt-icon-opencart:before{content:""}.kt-icon-expeditedssl:before{content:""}.kt-icon-battery-4:before,.kt-icon-battery-full:before,.kt-icon-battery:before{content:""}.kt-icon-battery-3:before,.kt-icon-battery-three-quarters:before{content:""}.kt-icon-battery-2:before,.kt-icon-battery-half:before{content:""}.kt-icon-battery-1:before,.kt-icon-battery-quarter:before{content:""}.kt-icon-battery-0:before,.kt-icon-battery-empty:before{content:""}.kt-icon-mouse-pointer:before{content:""}.kt-icon-i-cursor:before{content:""}.kt-icon-object-group:before{content:""}.kt-icon-object-ungroup:before{content:""}.kt-icon-sticky-note:before{content:""}.kt-icon-sticky-note-o:before{content:""}.kt-icon-cc-jcb:before{content:""}.kt-icon-cc-diners-club:before{content:""}.kt-icon-clone:before{content:""}.kt-icon-balance-scale:before{content:""}.kt-icon-hourglass-o:before{content:""}.kt-icon-hourglass-1:before,.kt-icon-hourglass-start:before{content:""}.kt-icon-hourglass-2:before,.kt-icon-hourglass-half:before{content:""}.kt-icon-hourglass-3:before,.kt-icon-hourglass-end:before{content:""}.kt-icon-hourglass:before{content:""}.kt-icon-hand-grab-o:before,.kt-icon-hand-rock-o:before{content:""}.kt-icon-hand-paper-o:before,.kt-icon-hand-stop-o:before{content:""}.kt-icon-hand-scissors-o:before{content:""}.kt-icon-hand-lizard-o:before{content:""}.kt-icon-hand-spock-o:before{content:""}.kt-icon-hand-pointer-o:before{content:""}.kt-icon-hand-peace-o:before{content:""}.kt-icon-trademark:before{content:""}.kt-icon-registered:before{content:""}.kt-icon-creative-commons:before{content:""}.kt-icon-gg:before{content:""}.kt-icon-gg-circle:before{content:""}.kt-icon-tripadvisor:before{content:""}.kt-icon-odnoklassniki:before{content:""}.kt-icon-odnoklassniki-square:before{content:""}.kt-icon-get-pocket:before{content:""}.kt-icon-wikipedia-w:before{content:""}.kt-icon-safari:before{content:""}.kt-icon-chrome:before{content:""}.kt-icon-firefox:before{content:""}.kt-icon-opera:before{content:""}.kt-icon-internet-explorer:before{content:""}.kt-icon-television:before,.kt-icon-tv:before{content:""}.kt-icon-contao:before{content:""}.kt-icon-500px:before{content:""}.kt-icon-amazon:before{content:""}.kt-icon-calendar-plus-o:before{content:""}.kt-icon-calendar-minus-o:before{content:""}.kt-icon-calendar-times-o:before{content:""}.kt-icon-calendar-check-o:before{content:""}.kt-icon-industry:before{content:""}.kt-icon-map-pin:before{content:""}.kt-icon-map-signs:before{content:""}.kt-icon-map-o:before{content:""}.kt-icon-map:before{content:""}.kt-icon-commenting:before{content:""}.kt-icon-commenting-o:before{content:""}.kt-icon-houzz:before{content:""}.kt-icon-vimeo:before{content:""}.kt-icon-black-tie:before{content:""}.kt-icon-fonticons:before{content:""}.kt-icon-reddit-alien:before{content:""}.kt-icon-edge:before{content:""}.kt-icon-credit-card-alt:before{content:""}.kt-icon-codiepie:before{content:""}.kt-icon-modx:before{content:""}.kt-icon-fort-awesome:before{content:""}.kt-icon-usb:before{content:""}.kt-icon-product-hunt:before{content:""}.kt-icon-mixcloud:before{content:""}.kt-icon-scribd:before{content:""}.kt-icon-pause-circle:before{content:""}.kt-icon-pause-circle-o:before{content:""}.kt-icon-stop-circle:before{content:""}.kt-icon-stop-circle-o:before{content:""}.kt-icon-shopping-bag:before{content:""}.kt-icon-shopping-basket:before{content:""}.kt-icon-hashtag:before{content:""}.kt-icon-bluetooth:before{content:""}.kt-icon-bluetooth-b:before{content:""}.kt-icon-percent:before{content:""}.kt-icon-gitlab:before{content:""}.kt-icon-wpbeginner:before{content:""}.kt-icon-wpforms:before{content:""}.kt-icon-envira:before{content:""}.kt-icon-universal-access:before{content:""}.kt-icon-wheelchair-alt:before{content:""}.kt-icon-question-circle-o:before{content:""}.kt-icon-blind:before{content:""}.kt-icon-audio-description:before{content:""}.kt-icon-volume-control-phone:before{content:""}.kt-icon-braille:before{content:""}.kt-icon-assistive-listening-systems:before{content:""}.kt-icon-american-sign-language-interpreting:before,.kt-icon-asl-interpreting:before{content:""}.kt-icon-deaf:before,.kt-icon-deafness:before,.kt-icon-hard-of-hearing:before{content:""}.kt-icon-glide:before{content:""}.kt-icon-glide-g:before{content:""}.kt-icon-sign-language:before,.kt-icon-signing:before{content:""}.kt-icon-low-vision:before{content:""}.kt-icon-viadeo:before{content:""}.kt-icon-viadeo-square:before{content:""}.kt-icon-snapchat:before{content:""}.kt-icon-snapchat-ghost:before{content:""}.kt-icon-snapchat-square:before{content:""}.kt-icon-pied-piper:before{content:""}.kt-icon-first-order:before{content:""}.kt-icon-yoast:before{content:""}.kt-icon-themeisle:before{content:""}.kt-icon-google-plus-circle:before,.kt-icon-google-plus-official:before{content:""}.kt-icon-fa:before,.kt-icon-font-awesome:before{content:""}.kt-icon-handshake-o:before{content:""}.kt-icon-envelope-open:before{content:""}.kt-icon-envelope-open-o:before{content:""}.kt-icon-linode:before{content:""}.kt-icon-address-book:before{content:""}.kt-icon-address-book-o:before{content:""}.kt-icon-address-card:before,.kt-icon-vcard:before{content:""}.kt-icon-address-card-o:before,.kt-icon-vcard-o:before{content:""}.kt-icon-user-circle:before{content:""}.kt-icon-user-circle-o:before{content:""}.kt-icon-user-o:before{content:""}.kt-icon-id-badge:before{content:""}.kt-icon-drivers-license:before,.kt-icon-id-card:before{content:""}.kt-icon-drivers-license-o:before,.kt-icon-id-card-o:before{content:""}.kt-icon-quora:before{content:""}.kt-icon-free-code-camp:before{content:""}.kt-icon-telegram:before{content:""}.kt-icon-thermometer-4:before,.kt-icon-thermometer-full:before,.kt-icon-thermometer:before{content:""}.kt-icon-thermometer-3:before,.kt-icon-thermometer-three-quarters:before{content:""}.kt-icon-thermometer-2:before,.kt-icon-thermometer-half:before{content:""}.kt-icon-thermometer-1:before,.kt-icon-thermometer-quarter:before{content:""}.kt-icon-thermometer-0:before,.kt-icon-thermometer-empty:before{content:""}.kt-icon-shower:before{content:""}.kt-icon-bath:before,.kt-icon-bathtub:before,.kt-icon-s15:before{content:""}.kt-icon-podcast:before{content:""}.kt-icon-window-maximize:before{content:""}.kt-icon-window-minimize:before{content:""}.kt-icon-window-restore:before{content:""}.kt-icon-times-rectangle:before,.kt-icon-window-close:before{content:""}.kt-icon-times-rectangle-o:before,.kt-icon-window-close-o:before{content:""}.kt-icon-bandcamp:before{content:""}.kt-icon-grav:before{content:""}.kt-icon-etsy:before{content:""}.kt-icon-imdb:before{content:""}.kt-icon-ravelry:before{content:""}.kt-icon-eercast:before{content:""}.kt-icon-microchip:before{content:""}.kt-icon-snowflake-o:before{content:""}.kt-icon-superpowers:before{content:""}.kt-icon-wpexplorer:before{content:""}.kt-icon-meetup:before{content:""}.kt-icon-home3:before{content:""}.kt-icon-office:before{content:""}.kt-icon-city:before{content:""}.kt-icon-magazine:before{content:""}.kt-icon-design:before{content:""}.kt-icon-pencil6:before{content:""}.kt-icon-quill2:before{content:""}.kt-icon-pen5:before{content:""}.kt-icon-bucket:before{content:""}.kt-icon-bucket2:before{content:""}.kt-icon-droplet:before{content:""}.kt-icon-images:before{content:""}.kt-icon-images2:before{content:""}.kt-icon-images3:before{content:""}.kt-icon-camera2:before{content:""}.kt-icon-shutter:before{content:""}.kt-icon-megaphone:before{content:""}.kt-icon-folder5:before{content:""}.kt-icon-folder6:before{content:""}.kt-icon-price-tag4:before{content:""}.kt-icon-store:before{content:""}.kt-icon-store2:before{content:""}.kt-icon-cart2:before{content:""}.kt-icon-basket:before{content:""}.kt-icon-bag:before{content:""}.kt-icon-bag2:before{content:""}.kt-icon-wallet:before{content:""}.kt-icon-phone2:before{content:""}.kt-icon-envelop:before{content:""}.kt-icon-envelop2:before{content:""}.kt-icon-envelop4:before{content:""}.kt-icon-location2:before{content:""}.kt-icon-compass6:before{content:""}.kt-icon-clock:before{content:""}.kt-icon-clock2:before{content:""}.kt-icon-stopwatch:before{content:""}.kt-icon-display:before{content:""}.kt-icon-display2:before{content:""}.kt-icon-laptop2:before{content:""}.kt-icon-user2:before{content:""}.kt-icon-users2:before{content:""}.kt-icon-tshirt:before{content:""}.kt-icon-quotes-left:before{content:""}.kt-icon-quotes-right:before{content:""}.kt-icon-spinner2:before{content:""}.kt-icon-spinner22:before{content:""}.kt-icon-spinner9:before{content:""}.kt-icon-binoculars2:before{content:""}.kt-icon-search5:before{content:""}.kt-icon-enlarge:before{content:""}.kt-icon-enlarge2:before{content:""}.kt-icon-pie-chart8:before{content:""}.kt-icon-pipe:before{content:""}.kt-icon-mustache:before{content:""}.kt-icon-pizza:before{content:""}.kt-icon-icecream:before{content:""}.kt-icon-cup2:before{content:""}.kt-icon-coffee2:before{content:""}.kt-icon-tree2:before{content:""}.kt-icon-tree22:before{content:""}.kt-icon-mountains:before{content:""}.kt-icon-flower:before{content:""}.kt-icon-flower2:before{content:""}.kt-icon-rocket2:before{content:""}.kt-icon-fire2:before{content:""}.kt-icon-bin4:before{content:""}.kt-icon-airplane:before{content:""}.kt-icon-car2:before{content:""}.kt-icon-shield2:before{content:""}.kt-icon-more:before{content:""}.kt-icon-more2:before{content:""}.kt-icon-grid2:before{content:""}.kt-icon-grid4:before{content:""}.kt-icon-menu3:before{content:""}.kt-icon-earth:before{content:""}.kt-icon-snowflake:before{content:""}.kt-icon-weather-lightning:before{content:""}.kt-icon-weather-rain:before{content:""}.kt-icon-weather-snow:before{content:""}.kt-icon-weather-cloud-wind:before{content:""}.kt-icon-weather-cloud-sun:before{content:""}.kt-icon-weather-cloudy:before{content:""}.kt-icon-sun:before{content:""}.kt-icon-happy:before{content:""}.kt-icon-smile:before{content:""}.kt-icon-tongue:before{content:""}.kt-icon-sad:before{content:""}.kt-icon-wink:before{content:""}.kt-icon-grin:before{content:""}.kt-icon-cool:before{content:""}.kt-icon-angry:before{content:""}.kt-icon-evil:before{content:""}.kt-icon-shocked:before{content:""}.kt-icon-baffled:before{content:""}.kt-icon-confused:before{content:""}.kt-icon-neutral:before{content:""}.kt-icon-hipster:before{content:""}.kt-icon-wondering:before{content:""}.kt-icon-sleepy:before{content:""}.kt-icon-frustrated:before{content:""}.kt-icon-crying:before{content:""}.kt-icon-plus3:before{content:""}.kt-icon-checkmark4:before{content:""}.kt-icon-spell-check:before{content:""}.kt-icon-wall:before{content:""}.kt-icon-arrow-up2:before{content:""}.kt-icon-arrow-right2:before{content:""}.kt-icon-arrow-down2:before{content:""}.kt-icon-arrow-left2:before{content:""}.kt-icon-arrow-up5:before{content:""}.kt-icon-arrow-right5:before{content:""}.kt-icon-arrow-down5:before{content:""}.kt-icon-arrow-left5:before{content:""}.kt-icon-checkbox-checked:before{content:""}.kt-icon-toggle-on2:before{content:""}.kt-icon-toggle-off2:before{content:""}.kt-icon-vector:before{content:""}.kt-icon-vector2:before{content:""}.kt-icon-rulers:before{content:""}.kt-icon-pencil-ruler:before{content:""}.kt-icon-new-tab2:before{content:""}.kt-icon-mail2:before{content:""}.kt-icon-mail3:before{content:""}.kt-icon-blogger:before{content:""}

.wc-block-checkout__payment-method div#square-credit-card .sq-payment-form{color:#373f4a;font-family:inherit;font-weight:400;position:relative;width:380px}.wc-block-checkout__payment-method div#square-credit-card #wc-square-credit-card-credit-card-form{background-color:transparent;border:0;margin:0 0 1em;padding:0}.wc-block-checkout__payment-method div#square-credit-card .sq-label{display:block;font-size:.8em;font-weight:500;letter-spacing:.5;line-height:24px;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.wc-block-checkout__payment-method div#square-credit-card .wc-square-credit-card-hosted-field{display:inline-block}.wc-block-checkout__payment-method div#square-credit-card .sq-input{border:1px solid #e0e2e3;border-radius:4px;box-sizing:border-box;outline-offset:-2px;padding:10px;transition:border-color .2s ease-in-out,background .2s ease-in-out}.wc-block-checkout__payment-method div#square-credit-card .sq-input,.wc-block-checkout__payment-method div#square-credit-card .wc-square-credit-card-hosted-field{height:3em;width:100%}.wc-block-checkout__payment-method div#square-credit-card #square-credit-card-sq-card-number{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik00LjI2MiA3OS44NzVjLTIuMjggMC00LjEzNy0xLjg1Ny00LjEzNy00LjE0VjQuMjY3Qy4xMjUgMS45ODQgMS45OC4xMjUgNC4yNjIuMTI1aDExOS40NjVjMi4yODcgMCA0LjE0OCAxLjg1OCA0LjE0OCA0LjE0M3Y3MS40NjdjMCAyLjI4My0xLjg2IDQuMTQtNC4xNDggNC4xNEg0LjI2MnoiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNMTIzLjcyNy4yNWMyLjIyIDAgNC4wMjMgMS44MDIgNC4wMjMgNC4wMTh2NzEuNDY3YzAgMi4yMTQtMS44MDUgNC4wMTYtNC4wMjMgNC4wMTZINC4yNjJDMi4wNSA3OS43NS4yNSA3Ny45NS4yNSA3NS43MzZWNC4yNjhDLjI1IDIuMDUzIDIuMDUuMjUgNC4yNjIuMjVoMTE5LjQ2NW0wLS4yNUg0LjI2MkMxLjkwNiAwIDAgMS45MSAwIDQuMjY4djcxLjQ2N0MwIDc4LjA5IDEuOTA2IDgwIDQuMjYyIDgwaDExOS40NjVjMi4zNiAwIDQuMjczLTEuOTEgNC4yNzMtNC4yNjZWNC4yNjhDMTI4IDEuOTEgMTI2LjA4NiAwIDEyMy43MjcgMHoiIGZpbGw9IiM4NDg0ODQiLz48Y2lyY2xlIGN4PSI4Ny4yNyIgY3k9IjU3LjU2MSIgcj0iMTMuMzgyIiBmaWxsPSIjRjI3MDZDIi8+PGNpcmNsZSBjeD0iMTAwLjY1NCIgY3k9IjU3LjU2MSIgcj0iMTMuMzgzIiBmaWxsPSIjOEZEN0YxIi8+PHBhdGggZmlsbD0iIzRBNEE0QSIgZD0iTS4wMDIgMTQuODNIMTI4djE0Ljg4SC4wMDJ6Ii8+PHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTExLjI3NSA0NC4xNzhoNDQuODY3djQuODY1SDExLjI3NXpNMTEuMjc1IDU1LjEyNWg0NC44Njd2NC44N0gxMS4yNzV6TTExLjI3NSA2Ni4wNzZoNDQuODY3djQuODY3SDExLjI3NXoiLz48L3N2Zz4=);background-position:99%;background-repeat:no-repeat;background-size:50px 31px;padding-right:55px}@media only screen and (max-width:320px){.wc-block-checkout__payment-method div#square-credit-card #square-credit-card-sq-card-number{background-image:none}}.wc-block-checkout__payment-method div#square-credit-card .card-type-visa #square-credit-card-sq-card-number{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik0xMjggNzUuNzM0YzAgMi4zNTYtMS45MSA0LjI2Ni00LjI2NiA0LjI2Nkg0LjI2OEMxLjkxIDgwIDAgNzguMDkgMCA3NS43MzRWNC4yNjhDMCAxLjkxIDEuOTEgMCA0LjI2OCAwaDExOS40NjdDMTI2LjA5IDAgMTI4IDEuOTEgMTI4IDQuMjY4djcxLjQ2NnoiIGZpbGw9IiNGOUY5RkEiLz48ZyBmaWxsPSIjMEE2N0IyIj48cGF0aCBkPSJNNTguOTAzIDUyLjAxOGgtNi4yNUw1Ni41NiAyOGg2LjI1M000Ny4zOSAyOGwtNS45NiAxNi41Mi0uNzA1LTMuNTU4LTIuMTA1LTEwLjhTMzguMzY3IDI4IDM1LjY1NCAyOEgyNS44bC0uMTE1LjQwN3MzLjAxNC42MjYgNi41NDIgMi43NDVsNS40MzIgMjAuODY1aDYuNTEzTDU0LjEyIDI4aC02Ljczek05Ni41NzQgNTIuMDE4aDUuNzRMOTcuMzEgMjhoLTUuMDI3Yy0yLjMyIDAtMi44ODcgMS43OS0yLjg4NyAxLjc5bC05LjMyNCAyMi4yMjhoNi41MTdsMS4zMDMtMy41NjdoNy45NDhsLjczNCAzLjU2OHptLTYuODgtOC40OTZsMy4yODQtOC45OSAxLjg1IDguOTloLTUuMTM1ek04MC41NiAzMy43NzVsLjg5My01LjE1OHMtMi43NTUtMS4wNDYtNS42MjQtMS4wNDZjLTMuMTA1IDAtMTAuNDc0IDEuMzU3LTEwLjQ3NCA3Ljk1IDAgNi4yMDYgOC42NSA2LjI4NCA4LjY1IDkuNTQgMCAzLjI2LTcuNzU3IDIuNjc4LTEwLjMyLjYyMmwtLjkzIDUuMzkyczIuNzkzIDEuMzU2IDcuMDYgMS4zNTZjNC4yNjYgMCAxMC43MDUtMi4yMSAxMC43MDUtOC4yMjIgMC02LjI0NC04LjcyNS02LjgyNi04LjcyNS05LjU0IDAtMi43MTYgNi4wOS0yLjM2NyA4Ljc2NC0uODkzeiIvPjwvZz48cGF0aCBkPSJNNDAuNzI1IDQwLjk2M2wtMi4xMDUtMTAuOFMzOC4zNjcgMjggMzUuNjU0IDI4SDI1LjhsLS4xMTUuNDA3czQuNzM3Ljk4MiA5LjI4IDQuNjZjNC4zNDUgMy41MTUgNS43NiA3Ljg5NiA1Ljc2IDcuODk2eiIgZmlsbD0iI0ZBQTYzNCIvPjwvc3ZnPg==)}.wc-block-checkout__payment-method div#square-credit-card .card-type-mastercard #square-credit-card-sq-card-number{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI4IiBoZWlnaHQ9IjgwIiB2aWV3Qm94PSIwIDAgMTI4IDgwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5jYXJkLW1jIDI8L3RpdGxlPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTEyOCA3NS43MzRBNC4yNjYgNC4yNjYgMCAwIDEgMTIzLjczMiA4MEg0LjI2NkE0LjI2NSA0LjI2NSAwIDAgMSAwIDc1LjczNFY0LjI3QzAgMS45MSAxLjkxIDAgNC4yNjYgMGgxMTkuNDY3QTQuMjY3IDQuMjY3IDAgMCAxIDEyOCA0LjI3djcxLjQ2NHoiIGZpbGw9IiMwMDYiLz48cGF0aCBkPSJNMTAxLjg4IDQ2Ljg3OHYtLjg1N2gtLjIyMWwtLjI1NS41OS0uMjU1LS41OWgtLjIyMnYuODU3aC4xNTd2LS42NDZsLjIzOS41NTdoLjE2MmwuMjQtLjU1OXYuNjQ4aC4xNTZ6bS0xLjQwNCAwdi0uNzFoLjI4NHYtLjE0NWgtLjcyM3YuMTQ0aC4yODR2LjcxMWguMTU1ek0xMDEuOTI1IDM0LjE0MWMwIDEzLjI1Ny0xMC42MzIgMjQuMDA0LTIzLjc0NyAyNC4wMDRTNTQuNDMxIDQ3LjM5OCA1NC40MzEgMzQuMTQxYzAtMTMuMjU3IDEwLjYzMi0yNC4wMDQgMjMuNzQ3LTI0LjAwNHMyMy43NDcgMTAuNzQ3IDIzLjc0NyAyNC4wMDR6IiBmaWxsPSIjRjc5RjFBIi8+PHBhdGggZD0iTTcyLjYzIDM0LjE0MWMwIDEzLjI1Ny0xMC42MzIgMjQuMDA0LTIzLjc0NyAyNC4wMDRTMjUuMTM2IDQ3LjM5OCAyNS4xMzYgMzQuMTQxYzAtMTMuMjU3IDEwLjYzMi0yNC4wMDQgMjMuNzQ3LTI0LjAwNFM3Mi42MyAyMC44ODQgNzIuNjMgMzQuMTQxeiIgZmlsbD0iI0VBMDAxQiIvPjxwYXRoIGQ9Ik02My41MyAxNS4yNDVhMjQuMDUgMjQuMDUgMCAwIDAtOS4wOTcgMTguODk0IDI0LjA2IDI0LjA2IDAgMCAwIDkuMDk4IDE4LjkgMjQuMDYgMjQuMDYgMCAwIDAgOS4wOTctMTguOSAyNC4wNSAyNC4wNSAwIDAgMC05LjA5Ny0xOC44OTR6IiBmaWxsPSIjRkY1RjAxIi8+PGcgZmlsbD0iI0ZGRiI+PHBhdGggZD0iTTEwMC45NjggNjkuMTVhLjY1LjY1IDAgMCAwLS40NjEuMTg3LjYzNC42MzQgMCAwIDAgMCAuOTAyLjY1LjY1IDAgMCAwIDEuMTA1LS40NS42NDUuNjQ1IDAgMCAwLS42NDQtLjY0em0wIDEuMTM3YS40OTIuNDkyIDAgMCAxLS40OTUtLjQ5OC40OTMuNDkzIDAgMSAxIC45ODQgMCAuNTAyLjUwMiAwIDAgMS0uMTQzLjM1Mi40ODMuNDgzIDAgMCAxLS4zNDYuMTQ2em0uMDM3LS43OThoLS4yNzJ2LjU5NGguMTI2di0uMjIyaC4wNThsLjE3OC4yMjJoLjE1bC0uMTkyLS4yMjRhLjIzNC4yMzQgMCAwIDAgLjE0LS4wNTkuMTY0LjE2NCAwIDAgMCAuMDQ4LS4xMjEuMTcxLjE3MSAwIDAgMC0uMDYxLS4xMzguMjcxLjI3MSAwIDAgMC0uMTc1LS4wNTJ6bS0uMDAxLjExMmMuMDMzIDAgLjA2LjAwNi4wNzkuMDIuMDIuMDEzLjAyOS4wMzIuMDMuMDU4LS4wMDEuMDI3LS4wMS4wNDctLjAzLjA2YS4xMzcuMTM3IDAgMCAxLS4wOC4wMmgtLjE0NFY2OS42aC4xNDV6TTMwLjQxOSA3MC4wMkgyOS4wN3YtNi4zNDVoMS4zMjF2Ljc3NHMxLjE2LS45NDUgMS44NS0uOTM0YzEuMzQuMDIzIDIuMTQgMS4xNzMgMi4xNCAxLjE3M3MuNjUtMS4xNzMgMi4xMTQtMS4xNzNjMi4xNjYgMCAyLjQ4MyAyIDIuNDgzIDJ2NC40NzhoLTEuMjk0di0zLjk0NXMuMDA0LTEuMi0xLjQtMS4yYy0xLjQ1NCAwLTEuNTg2IDEuMi0xLjU4NiAxLjJ2My45NDVoLTEuMzQ3di0zLjk3MnMtLjEzLTEuMjUzLTEuMzQ4LTEuMjUzYy0xLjU4MiAwLTEuNjEyIDEuMjgtMS42MTIgMS4yOGwuMDI3IDMuOTcyek03MS4zOTggNjMuNTE1Yy0uNjg5LS4wMTItMS44NDkuOTMzLTEuODQ5LjkzM3YtLjc3MmgtMS4zMjJ2Ni4zNDNoMS4zNDhsLS4wMjYtMy45NzFzLjAzLTEuMjc3IDEuNjEyLTEuMjc3Yy4yOTQgMCAuNTIyLjA3Mi43MDIuMTgydi0uMDA1bC40NC0xLjIzNWEyLjQwMiAyLjQwMiAwIDAgMC0uOTA1LS4xOTh6TTkwLjM4IDYzLjUxNWMtLjY4OS0uMDEyLTEuODQ5LjkzMy0xLjg0OS45MzN2LS43NzJIODcuMjF2Ni4zNDNoMS4zNDhsLS4wMjYtMy45NzFzLjAzLTEuMjc3IDEuNjEyLTEuMjc3Yy4yOTQgMCAuNTIyLjA3Mi43MDMuMTgydi0uMDA1bC40MzktMS4yMzVhMi40MDIgMi40MDIgMCAwIDAtLjkwNC0uMTk4ek00My4zMzcgNjMuNDg5Yy0yLjAxNyAwLTMuMDg0IDEuODI4LTMuMDkgMy4zNTYtLjAwNSAxLjU2NiAxLjIxNSAzLjM3MiAzLjE0NiAzLjM3MiAxLjEyNyAwIDIuMDUzLS44MzkgMi4wNTMtLjgzOWwtLjAwMy42NDdoMS4zMjd2LTYuMzUxaC0xLjMzMnYuOHMtLjg2OS0uOTg1LTIuMTAxLS45ODV6bS4yNTggMS4yOTJjMS4wODMgMCAxLjk2My45NTEgMS45NjMgMi4xMjIgMCAxLjE3LS44OCAyLjExNi0xLjk2MyAyLjExNi0xLjA4NCAwLTEuOTU4LS45NDYtMS45NTgtMi4xMTYgMC0xLjE3Ljg3NC0yLjEyMiAxLjk1OC0yLjEyMnpNODIuMDE5IDYzLjQ4OWMtMi4wMTcgMC0zLjA4NCAxLjgyOC0zLjA5IDMuMzU2LS4wMDUgMS41NjYgMS4yMTUgMy4zNzIgMy4xNDYgMy4zNzIgMS4xMjcgMCAyLjA1My0uODM5IDIuMDUzLS44MzlsLS4wMDMuNjQ3aDEuMzI2di02LjM1MWgtMS4zM3YuOHMtLjg3LS45ODUtMi4xMDItLjk4NXptLjI1OCAxLjI5MmMxLjA4MyAwIDEuOTYzLjk1MSAxLjk2MyAyLjEyMiAwIDEuMTctLjg4IDIuMTE2LTEuOTYzIDIuMTE2LTEuMDg0IDAtMS45NTgtLjk0Ni0xLjk1OC0yLjExNiAwLTEuMTcuODc0LTIuMTIyIDEuOTU4LTIuMTIyek05NC43NTQgNjMuNDg5Yy0yLjAxNyAwLTMuMDg0IDEuODI4LTMuMDkgMy4zNTYtLjAwNSAxLjU2NiAxLjIxNiAzLjM3MiAzLjE0NyAzLjM3MiAxLjEyNiAwIDIuMDUyLS44MzkgMi4wNTItLjgzOWwtLjAwMi42NDdoMS4zMjZ2LTguODU4aC0xLjMzMXYzLjMwN3MtLjg3LS45ODUtMi4xMDItLjk4NXptLjI1OCAxLjI5MmMxLjA4NCAwIDEuOTYzLjk1MSAxLjk2MyAyLjEyMiAwIDEuMTctLjg4IDIuMTE2LTEuOTYzIDIuMTE2LTEuMDgzIDAtMS45NTgtLjk0Ni0xLjk1OC0yLjExNiAwLTEuMTcuODc1LTIuMTIyIDEuOTU4LTIuMTIyek01MC44MTcgNzAuMjMzYy0xLjM3NCAwLTIuNjQzLS44NTMtMi42NDMtLjg1M2wuNTgyLS45MDZzMS4yLjU2IDIuMDYuNTZjLjU2IDAgMS40OTUtLjE4MyAxLjUwNy0uNzQ3LjAxMi0uNTk2LTEuNTczLS43NzMtMS41NzMtLjc3M3MtMi4zNjQtLjAzMi0yLjM2NC0yYzAtMS4yMzYgMS4xOC0yLjAyNSAyLjY5NS0yLjAyNS44NzUgMCAyLjUxLjc3MyAyLjUxLjc3M2wtLjY2IDEuMDRzLTEuMjYzLS41MS0xLjkzLS41MzRjLS41NjItLjAyLTEuMjQxLjI1Mi0xLjI0MS43NDcgMCAxLjM0NSAzLjkzNy0uMTA1IDMuOTM3IDIuNjEyIDAgMS43ODMtMS42MDQgMi4xMDYtMi44OCAyLjEwNnpNNTUuODg1IDYxLjgzNnYxLjg0NWgtMS4xNzN2MS4zMzVoMS4xNzN2My4xOXMtLjEwNCAyLjE1NyAyLjE5NSAyLjE1N2MuNjM2IDAgMS44OC0uNDc0IDEuODgtLjQ3NGwtLjUzMS0xLjM4NnMtLjQ5NS40MjYtMS4wNTQuNDExYy0xLjA2My0uMDI3LTEuMDMzLS43MTQtMS4wMzMtLjcxNHYtMy4xODRoMi4xOVY2My42OGgtMi4xOXYtMS44NDVoLTEuNDU3ek02My44NjYgNjMuNTY3Yy0yLjE2MiAwLTMuMjQyIDEuNzk3LTMuMjM0IDMuMzU2LjAxIDEuNjA0Ljk4NCAzLjQxIDMuMzY0IDMuNDEgMS4wMTggMCAyLjQ0OC0uOTAzIDIuNDQ4LS45MDNsLS42MTUtMS4wNzlzLS45NzYuNjk5LTEuODMzLjY5OWMtMS43MTggMC0xLjgzLTEuNjk0LTEuODMtMS42OTRoNC41OTlzLjM0My0zLjc5LTIuODk5LTMuNzl6bS0uMTk2IDEuMjQ1Yy4wNTEtLjAwMi4xMDYgMCAuMTYgMCAxLjYxOCAwIDEuNjA3IDEuNTQzIDEuNjA3IDEuNTQzaC0zLjI3cy0uMDc4LTEuNDUyIDEuNTAzLTEuNTQzek03Ny41NDMgNjguMzM1bC42MTYgMS4yNDRzLS45NzcuNjQxLTIuMDc0LjY0MWMtMi4yNyAwLTMuNTMtMS43MjQtMy41My0zLjM1NSAwLTIuNTY0IDIuMDA1LTMuMzE4IDMuMzYyLTMuMzE4IDEuMjMyIDAgMi4yOTguNzE3IDIuMjk4LjcxN2wtLjY5MSAxLjI0NHMtLjQyLS42Ni0xLjY0NC0uNjZjLTEuMjIzIDAtMS44NjkgMS4wNjQtMS44NjkgMi4wNzMgMCAxLjEzMi43NTIgMi4wOTMgMS44ODcgMi4wOTMuODkxIDAgMS42NDUtLjY3OSAxLjY0NS0uNjc5eiIvPjwvZz48L2c+PC9zdmc+)}.wc-block-checkout__payment-method div#square-credit-card .card-type-amex #square-credit-card-sq-card-number{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik0xMjggNzUuNzMzYzAgMi4zNTYtMS45MSA0LjI2Ny00LjI2OCA0LjI2N0g0LjI2NkMxLjkxIDgwIDAgNzguMDkgMCA3NS43MzNWNC4yNjVDMCAxLjkxIDEuOTEgMCA0LjI2NiAwaDExOS40NjdDMTI2LjA5IDAgMTI4IDEuOTEgMTI4IDQuMjY1djcxLjQ2OHoiIGZpbGw9IiMwMDc4QTkiLz48cGF0aCBkPSJNMzkuNzE0IDM4LjEzN3YtMS4yOGwtLjYxMiAxLjI4aC01LjNsLS42NjYtMS4zNzN2MS4zNzNIMjMuMjNsLTEuMTctMi43N2gtMS45ODVsLTEuMjQgMi43N0gxMy43di04LjM2M2wzLjc2NC04LjUxOGg3LjIxbDEuMDEyIDIuNDE0di0yLjM5Nmg4LjgxNmwxLjk0IDQuMDY0IDEuODk2LTQuMDgySDY2LjE3czEuNDYtLjAyIDIuNDIuNjU2bC0uMDA2LS42NTZoNy4wMTJ2LjkyM3MxLjI2Mi0uOTI0IDMuMTI2LS45MjRoMTIuMzczbDEuMDg2IDIuNDV2LTIuNDVoNy45M2wxLjQ0IDIuNDV2LTIuNDVoNy41OHYxNi44OThoLTcuNzg4bC0xLjgzLTIuOTQ2djIuOTNoLTkuNjhsLTEuMzYtMy4wMThoLTEuODk3TDg1LjMgMzguMTM4aC01Ljg2cy0yLjE4NC0uMDI3LTMuODIyLTEuMnYxLjJINjMuOTU2di0zLjk0MmMwLS41NzItLjQzOC0uNTMyLS40MzgtLjUzMmgtLjQyN3Y0LjQ3NUgzOS43MTV6TTMzLjg5NCA0MS43OTZoMTUuMzIzTDUxLjQzIDQ0LjNsMi4yNjItMi41MDRoMTEuNzhzMS4xMDcuMDI4IDIuMTU4LjU5di0uNTloMTAuNDljMS4zMzMgMCAyLjQ1LjY2NiAyLjQ1LjY2NnYtLjY2NmgxMy40ODZ2LjYxNHMuOTYtLjYxNCAyLjI1Mi0uNjE0aDguNzg2di42MTRzMS4xMDYtLjYxNCAyLjI3Ni0uNjE0aDYuODk4VjU3Ljcycy0uOTA3IDEuMDI2LTIuNzgzIDEuMDI2aC05LjA5NXYtLjUwNnMtLjg2NC41MDYtMi4xODQuNTA2aC0yNC4xNlY1NC42M2MwLS40MDQtLjE3NS0uNDc4LS41MzUtLjQ3OGgtLjMzdjQuNTk0aC03LjU1VjU0LjE4cy0uODM4LjQ1LTIuMjM2LjQ1SDYyLjY4djQuMTE2SDUzLjM3bC0yLjExNi0yLjU4My0yLjI2NSAyLjU4M0gzMy44OTV2LTE2Ljk1eiIgZmlsbD0iI0ZGRiIvPjxwYXRoIGZpbGw9IiMwMDc4QTkiIGQ9Ik04Mi4xOSA0NC4zMzhoOS42MTd2Mi41OGgtNi42NzN2Mi4yNDdoNi40ODV2Mi4yNzNoLTYuNDg2djIuMzY1aDYuNjczdjIuNTE1SDgyLjE5TTExMC4zODUgNDkuMDA2YzMuNjEzLjE4NCAzLjkxNiAxLjk5IDMuOTE2IDMuOTE2IDAgMi4yNDQtMS44NDUgMy40NS0zLjc3IDMuNDVoLTYuMTc4di0yLjU3aDQuODEzYy44MTYgMCAyLjAzMyAwIDIuMDMzLTEuMTQ4IDAtLjU0Ny0uMjE0LS44OTYtMS4wODMtLjk4Ny0uMzg3LS4wNTYtMS44MTUtLjEzNS0yLjAzMy0uMTQtMy4yNjUtLjA4NS00LjAyNS0xLjcxLTQuMDI1LTMuNjg3IDAtMi4yNDYgMS41NzgtMy40NzUgMy41MDYtMy40NzVoNi4xNzd2Mi41NjdoLTQuNTJjLTEuMDMuMDEtMi4xNC0uMTItMi4xNCAxLjA0IDAgLjczNi41NDguODg0IDEuMjQzLjk1LjI0LjAwMiAxLjg0Ni4wODYgMi4wNjIuMDg0ek05OS4zMSA0OS4wMDZjMy42MTQuMTg0IDMuOTE4IDEuOTkgMy45MTggMy45MTYgMCAyLjI0NC0xLjg0NCAzLjQ1LTMuNzcgMy40NUg5My4yOHYtMi41N2g0LjgxM2MuODE1IDAgMi4wMzMgMCAyLjAzMy0xLjE0OCAwLS41NDctLjIxNi0uODk2LTEuMDg0LS45ODctLjM4Ny0uMDU2LTEuODE4LS4xMzUtMi4wMy0uMTQtMy4yNy0uMDg1LTQuMDI1LTEuNzEtNC4wMjUtMy42ODcgMC0yLjI0NiAxLjU3Ni0zLjQ3NSAzLjUwMi0zLjQ3NWg2LjE3NnYyLjU2N2gtNC41MmMtMS4wMy4wMS0yLjE0LS4xMi0yLjE0IDEuMDQgMCAuNzM2LjU1Ljg4NCAxLjI0Ni45NS4yNC4wMDIgMS44NDQuMDg2IDIuMDU3LjA4NHpNNjQuNDMzIDQ0LjM2M0g1NC4xMWwtMy4zNyAzLjcxOC0zLjI2Mi0zLjc0MkgzNS44ODV2MTEuOThoMTEuMjE4bDMuNTMtMy45NTcgMy40NSAzLjk4N2g1LjY0NFY1Mi4yOGgzLjk1NmMxLjUyNSAwIDQuMzA4LS4wNTMgNC4zMDgtNC4yNTIgMC0yLjk5Ny0yLjExMi0zLjY2NS0zLjU1Ny0zLjY2NXptLTE4Ljg2NiA5LjQ0aC02Ljc4M3YtMi4zNjVoNi40ODh2LTIuMjcyaC02LjQ4OHYtMi4yNDhsNy4xNTQuMDE2IDIuODYzIDMuMjYtMy4yMzMgMy42MXptMTEuMjQzIDEuMzlsLTQuMjI1LTUgNC4yMjUtNC42OHY5LjY4em02LjYzMi01LjM4MmgtMy42NjR2LTIuODc1aDMuNjc2YzEuMjMgMCAxLjYyLjc5IDEuNjIgMS4zNzcgMCAuODAzLS40MyAxLjUtMS42MzIgMS41ek03OC42NDIgNTAuODljMS42MDYtLjgwMiAyLjAzMy0xLjg3MiAyLjAzMy0zLjMxNyAwLTIuNTY1LTIuMDg1LTMuMjA3LTMuNTMtMy4yMDdoLTcuNjQ3djExLjk4aDIuOTQyVjUyLjEyaDMuODVjMS4wMTggMCAxLjQxOCAxLjAxNiAxLjQ0MyAyLjAzMmwuMDc4IDIuMTk0aDIuODY1bC0uMTA3LTIuNDYyYzAtMS45MjctLjUzMy0yLjgzNS0xLjkyNi0yLjk5NXptLTIuNTQtMS4yNEg3Mi40NHYtMi43MTZoMy42NzRjMS4yMyAwIDEuNjE4Ljc5IDEuNjE4IDEuMzc3IDAgLjgwMy0uNDI1IDEuMzQtMS42MyAxLjM0ek03MC42NzUgMjMuNjU0aDIuOTQyVjM1LjY1aC0yLjk0MnpNNDYuNTk2IDIzLjY3aDkuNjEzdjIuNTc4aC02LjY3MnYyLjI0OGg2LjQ4M3YyLjI3M0g0OS41NHYyLjM2NGg2LjY3djIuNTE1aC05LjYxMk02Ny4xMDIgMzAuMTkyYzEuNjA2LS44IDIuMDMzLTEuODcyIDIuMDMzLTMuMzE2IDAtMi41NjctMi4wODctMy4yMDctMy41My0zLjIwN2gtNy42NXYxMS45OGgyLjk0MnYtNC4yMjdoMy44NWMxLjAxOCAwIDEuNDIgMS4wMTUgMS40NDYgMi4wM2wuMDggMi4xOTVoMi44NjJsLS4xMDYtMi40NjJjLS4wMDItMS45MjMtLjUzOC0yLjgzMi0xLjkyOC0yLjk5NHptLTIuNTQyLTEuMjRoLTMuNjYzdi0yLjcxNGgzLjY3OGMxLjIyOCAwIDEuNjE4Ljc5IDEuNjE4IDEuMzc3IDAgLjgwMy0uNDMgMS4zMzctMS42MzMgMS4zMzd6TTM5LjgxIDIzLjY3bC0zLjYxIDguMDM1LTMuNTk3LTguMDM2aC00LjYxdjExLjUzN0wyMi44NTYgMjMuNjdoLTMuODkzbC01LjI0MiAxMS45OGgzLjEwM2wxLjE0OC0yLjY3Nmg1Ljg3bDEuMTY1IDIuNjc1aDUuOTIydi04Ljg5NGwzLjkzMyA4Ljg5M2gyLjY3NWw0LjAyNC04Ljc0N3Y4Ljc0NmgyLjk0VjIzLjY3aC00LjY5em0tMjAuNzI0IDYuNzJsMS43NTUtNC4xODggMS44MjggNC4xODhoLTMuNTgyek0xMDMuOTcgMjMuNjYzdjguMjk1bC00Ljk2LTguMjk1aC00LjM0N3YxMS4yNUw4OS42NSAyMy42N0g4NS43NmwtNC4wNTIgOS4yOHMtMS43MTIgMC0xLjg4Ni0uMDQzYy0uNzA3LS4xNDYtMS44MTUtLjY0Ni0xLjgzLTIuNzZ2LS44NjhjMC0yLjgxIDEuNTI1LTMuMDE1IDMuNDgtMy4wMTVoMS44MTZ2LTIuNjAzaC0zLjg0Yy0xLjM0IDAtNC4yNSAxLjAyLTQuMzQ3IDUuOTQtLjA2OCAzLjMxNyAxLjM3NyA2LjA1MiA0LjY0IDYuMDUyaDMuODc4bDEuMTQ4LTIuNjc1aDUuODdsMS4xNjQgMi42NzRoNS44MDRWMjYuODhsNS4yOTQgOC43NzRoNC4wMTJ2LTExLjk5aC0yLjk0em0tMTguMDY4IDYuNzMzbDEuNzUyLTQuMTg4IDEuODQ2IDQuMTg4aC0zLjU5OHoiLz48L3N2Zz4=)}.wc-block-checkout__payment-method div#square-credit-card .card-type-diners-club #square-credit-card-sq-card-number{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik0xMjggNzUuNzMyYzAgMi4zNTctMS45MSA0LjI2OC00LjI2OCA0LjI2OEg0LjI2NkMxLjkxIDgwIDAgNzguMDkgMCA3NS43MzJWNC4yNjdDMCAxLjkwNyAxLjkxIDAgNC4yNjYgMGgxMTkuNDY3QzEyNi4wOSAwIDEyOCAxLjkwOCAxMjggNC4yNjd2NzEuNDY1eiIgZmlsbD0iIzA4NEU5NCIvPjxwYXRoIGQ9Ik02Ny4wNiA0My42MzRjNy4yMzQuMDM1IDEzLjgzNS01Ljg5NiAxMy44MzUtMTMuMTE1IDAtNy44OTMtNi42LTEzLjM0OC0xMy44MzQtMTMuMzQ0aC02LjIyNWMtNy4zMTctLjAwNC0xMy4zNDIgNS40NTItMTMuMzQyIDEzLjM0MyAwIDcuMjE4IDYuMDI0IDEzLjE1IDEzLjM0MiAxMy4xMTRoNi4yMjZ6IiBmaWxsPSIjRkZGIi8+PHBhdGggZD0iTTYzLjYxMyAzNy41NDdWMjMuMjE1YzIuODggMS4xMDcgNC45MjUgMy44OTUgNC45MyA3LjE2Ny0uMDA1IDMuMjctMi4wNSA2LjA1Ny00LjkzIDcuMTY1TTUzLjE5IDMwLjM4MmMuMDA1LTMuMjcgMi4wNDgtNi4wNTggNC45MjYtNy4xNjd2MTQuMzNjLTIuODc4LTEuMTEtNC45Mi0zLjg5NC00LjkyNy03LjE2M203LjY3NS0xMi4xMTNjLTYuNjg4IDAtMTIuMTA4IDUuNDIyLTEyLjExIDEyLjExMi4wMDIgNi42ODggNS40MjMgMTIuMTA4IDEyLjExIDEyLjExIDYuNjktLjAwMyAxMi4xMS01LjQyMyAxMi4xMTItMTIuMTEgMC02LjY5LTUuNDItMTIuMTEtMTIuMTEyLTEyLjExMyIgZmlsbD0iIzA4NEU5NCIvPjxnIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Ik0zMy45NiA1Mi42NjNjMCAxLjA3OC43NzIgMS4yMDMgMS40NTYgMS4yMDMgMy4wMiAwIDQuMDE3LTIuMjggNC4wMTctNC4zNjQgMC0yLjYxNi0xLjY4LTQuNTA0LTQuMzgtNC41MDQtLjU3MyAwLS44MzguMDQtMS4wOTIuMDU2djcuNjF6bS0xLjM2OC02LjU2YzAtMS4yNi0uNjU3LTEuMTc1LTEuMjg3LTEuMTg4di0uMzY1Yy41NDYuMDI4IDEuMTA1LjAyOCAxLjY1Mi4wMjguNTg2IDAgMS4zODMtLjAyOCAyLjQyLS4wMjggMy42MiAwIDUuNTk0IDIuNDIgNS41OTQgNC44OTcgMCAxLjM4My0uODEgNC44NjctNS43NiA0Ljg2Ny0uNzE1IDAtMS4zNzItLjAyOC0yLjAzLS4wMjgtLjYzIDAtMS4yNDUuMDE1LTEuODc1LjAyOHYtLjM2M2MuODQtLjA4NCAxLjI0NS0uMTEgMS4yODctMS4wNjN2LTYuNzg0ek00Mi45NTggNDUuNzY4Yy0uMzY0IDAtLjY4Ni0uMzM3LS42ODYtLjcgMC0uMzUyLjMzNy0uNjczLjY4Ni0uNjczLjM2MyAwIC42ODQuMjk1LjY4NC42NzQgMCAuMzc0LS4zMDcuNjk4LS42ODQuNjk4bS0xLjQ5NiA4LjE4M2guMjY1Yy4zOTMgMCAuNjcyIDAgLjY3Mi0uNDYydi0zLjc5YzAtLjYxNi0uMjEtLjctLjczLS45OHYtLjIyNGMuNjU2LS4xOTcgMS40NC0uNDYgMS40OTgtLjUwMi4wOTgtLjA1OC4xOC0uMDczLjI1LS4wNzNzLjEuMDg1LjEuMTk2djUuMzdjMCAuNDY0LjMwNi40NjQuNjk4LjQ2NGguMjR2LjM2M2MtLjQ3OCAwLS45NjgtLjAyOC0xLjQ3LS4wMjgtLjUwNCAwLTEuMDEuMDE1LTEuNTI0LjAyOHYtLjM2MnpNNDUuNzgyIDQ5Ljc4YzAtLjUxNy0uMTU1LS42NTUtLjgxLS45MnYtLjI3Yy42LS4xOTMgMS4xNzUtLjM3NiAxLjg0NS0uNjcuMDQ0IDAgLjA4My4wMy4wODMuMTR2LjkxYy44LS41NzMgMS40ODUtMS4wNSAyLjQyNC0xLjA1IDEuMTg4IDAgMS42MDYuODY3IDEuNjA2IDEuOTZ2My42MDdjMCAuNDYzLjMxLjQ2My43LjQ2M2guMjUzdi4zNjNjLS40OTIgMC0uOTgyLS4wMjgtMS40ODMtLjAyOC0uNTA0IDAtMS4wMDYuMDE1LTEuNTEuMDI4di0uMzYzaC4yNDhjLjM5NCAwIC42NzIgMCAuNjcyLS40NjN2LTMuNjIyYzAtLjc5OC0uNDg2LTEuMTktMS4yODUtMS4xOS0uNDQ2IDAtMS4xNi4zNjQtMS42MjUuNjc0djQuMTM4YzAgLjQ2My4zMTIuNDYzLjcwMi40NjNoLjI1di4zNjRjLS40ODcgMC0uOTc3LS4wMjgtMS40ODItLjAyOC0uNTAyIDAtMS4wMDYuMDE1LTEuNTEuMDI4di0uMzYzaC4yNTNjLjM5IDAgLjY3IDAgLjY3LS40NjJWNDkuNzh6TTU1LjQyMiA1MC4wMDZjLjM1IDAgLjM5LS4xODMuMzktLjM1IDAtLjcxNS0uNDMyLTEuMjg3LTEuMjE1LTEuMjg3LS44NTQgMC0xLjQ0LjYzLTEuNjA4IDEuNjM2aDIuNDMyem0tMi40NzYuNDQ3Yy0uMDI4LjEyNy0uMDI4LjMzNSAwIC44MTIuMDgzIDEuMzMuOTM4IDIuNDIgMi4wNTUgMi40Mi43NzIgMCAxLjM3NC0uNDIgMS44OS0uOTM2bC4xOTYuMTkzYy0uNjQ0Ljg1NC0xLjQ0IDEuNTgtMi41ODcgMS41OC0yLjIyNiAwLTIuNjc0LTIuMTU0LTIuNjc0LTMuMDUgMC0yLjc0MiAxLjg0Ni0zLjU1NCAyLjgyNi0zLjU1NCAxLjEzNCAwIDIuMzUyLjcxNCAyLjM2MyAyLjE5NyAwIC4wODQgMCAuMTY3LS4wMTIuMjUybC0uMTI3LjA4MmgtMy45M3pNNTcuMzQgNTMuOTVoLjM3NmMuMzkgMCAuNjcyIDAgLjY3Mi0uNDYydi0zLjkzYzAtLjQzNC0uNTE3LS41Mi0uNzI4LS42M3YtLjIxYzEuMDItLjQzNCAxLjU4LS44IDEuNzA4LS44LjA4IDAgLjEyMy4wNDUuMTIzLjE4NnYxLjI2aC4wM2MuMzUtLjU0Ny45MzgtMS40NDQgMS43OS0xLjQ0NC4zNTIgMCAuNzk4LjIzNy43OTguNzQyIDAgLjM3OC0uMjY1LjcxNC0uNjU3LjcxNC0uNDM0IDAtLjQzNC0uMzM2LS45MjQtLjMzNi0uMjM3IDAtMS4wMi4zMjMtMS4wMiAxLjE2MnYzLjI4NmMwIC40NjMuMjguNDYzLjY3Mi40NjNoLjc4di4zNjRjLS43NjgtLjAxNC0xLjM1NC0uMDI4LTEuOTU2LS4wMjgtLjU3NCAwLTEuMTYuMDE1LTEuNjY0LjAyOHYtLjM2M3pNNjIuNzI1IDUyLjM3Yy4xOC45MjMuNzQgMS43MDcgMS43NjIgMS43MDcuODI1IDAgMS4xMzItLjUwNCAxLjEzMi0uOTk0IDAtMS42NS0zLjA0OC0xLjExOC0zLjA0OC0zLjM3IDAtLjc4NS42MjgtMS43OTMgMi4xNjgtMS43OTMuNDQ2IDAgMS4wNDcuMTI3IDEuNTk1LjQwN2wuMDk4IDEuNDI1aC0uMzIzYy0uMTQtLjg4LS42My0xLjM4Mi0xLjUyNC0xLjM4Mi0uNTYgMC0xLjA5LjMyLTEuMDkuOTIzIDAgMS42MzcgMy4yNDQgMS4xMzIgMy4yNDQgMy4zMjcgMCAuOTI1LS43NCAxLjkwMy0yLjQwNSAxLjkwMy0uNTYgMC0xLjIxOC0uMTk1LTEuNzA2LS40NzVsLS4xNTQtMS42MDguMjUtLjA3ek03OS4zNyA0Ny4wOGgtLjM1Yy0uMjY2LTEuNjM2LTEuNDI4LTIuMjkzLTIuOTk0LTIuMjkzLTEuNjA4IDAtMy45NDYgMS4wNzYtMy45NDYgNC40MzUgMCAyLjgyNiAyLjAxOCA0Ljg1NSA0LjE3IDQuODU1IDEuMzg1IDAgMi41MzMtLjk1IDIuODE0LTIuNDJsLjMyLjA4Mi0uMzIgMi4wNDJjLS41OS4zNjQtMi4xNy43NC0zLjA5NC43NC0zLjI3MiAwLTUuMzQyLTIuMTEtNS4zNDItNS4yNiAwLTIuODY3IDIuNTYtNC45MjMgNS4zLTQuOTIzIDEuMTMzIDAgMi4yMjUuMzYzIDMuMzAzLjc0bC4xNCAyek03OS44NzUgNTMuOTVoLjI2NmMuMzk0IDAgLjY3MyAwIC42NzMtLjQ2MnYtNy43OWMwLS45MS0uMjEtLjkzOC0uNzQ0LTEuMDkzdi0uMjIzYy41Ni0uMTgyIDEuMTUtLjQzMyAxLjQ0Mi0uNjAzLjE1LS4wODQuMjY2LS4xNTQuMzA3LS4xNTQuMDgzIDAgLjExLjA4NC4xMS4xOTV2OS42NjdjMCAuNDYzLjMxLjQ2My43MDIuNDYzaC4yMzV2LjM2M2MtLjQ3NSAwLS45NjUtLjAyOC0xLjQ2Ny0uMDI4LS41MDUgMC0xLjAwNy4wMTUtMS41MjUuMDI4di0uMzYyek04OC44NTYgNTMuNTQ1YzAgLjI1My4xNTMuMjY1LjM5LjI2NS4xNyAwIC4zNzgtLjAxMi41NjItLjAxMnYuMjkzYy0uNjAzLjA1Ny0xLjc1LjM1LTIuMDE2LjQzNGwtLjA3LS4wNDJWNTMuMzVjLS44MzguNjg2LTEuNDgyIDEuMTc0LTIuNDc3IDEuMTc0LS43NTYgMC0xLjU0LS40ODgtMS41NC0xLjY2M1Y0OS4yOGMwLS4zNjItLjA1My0uNzEzLS44MzYtLjc4MnYtLjI2NmMuNS0uMDE1IDEuNjItLjA5OCAxLjgwMy0uMDk4LjE1NSAwIC4xNTUuMDk4LjE1NS40MDR2My42MWMwIC40MiAwIDEuNjIyIDEuMjE2IDEuNjIyLjQ3NSAwIDEuMTA0LS4zNjQgMS42OTItLjg1M1Y0OS4xNWMwLS4yNzgtLjY3Mi0uNDMyLTEuMTc0LS41N3YtLjI1NGMxLjI1OC0uMDg0IDIuMDQtLjE5NSAyLjE4LS4xOTUuMTE0IDAgLjExNC4xLjExNC4yNTR2NS4xNnpNOTEuNjQgNTIuNzMzYzAgLjUzLjUwNCAxLjQyOCAxLjQ0IDEuNDI4IDEuNSAwIDIuMTI1LTEuNDcgMi4xMjUtMi43MTUgMC0xLjUxLTEuMTQ2LTIuNzctMi4yMzYtMi43Ny0uNTIgMC0uOTUyLjMzNy0xLjMzLjY2djMuMzk4em0wLTMuODA1Yy41Ni0uNDc2IDEuMzE0LTEuMDA4IDIuMDg0LTEuMDA4IDEuNjIzIDAgMi42MDIgMS40MTUgMi42MDIgMi45MzggMCAxLjgzMi0xLjM0NCAzLjY2NS0zLjM0MyAzLjY2NS0xLjAzNiAwLTEuNTgtLjMzNi0xLjk0NS0uNDg4bC0uNDIuMzItLjI5Mi0uMTUyYy4xMjQtLjgyNS4xOTUtMS42MzcuMTk1LTIuNDl2LTYuMDE1YzAtLjkxLS4yMS0uOTM4LS43NC0xLjA5M3YtLjIyM2MuNTYtLjE4MiAxLjE0Ni0uNDMzIDEuNDQtLjYwMy4xNTQtLjA4NC4yNjQtLjE1NC4zMS0uMTU0LjA4NCAwIC4xMS4wODQuMTEuMTk1djUuMTA4ek0zMS4yODggNjIuNDQ4aC4xMDhjLjI3MiAwIC41NjItLjAzOC41NjItLjQzNXYtMy45ODZjMC0uMzk2LS4yOS0uNDM2LS41NjItLjQzNmgtLjEwOHYtLjIyN2MuMyAwIC43NTYuMDMgMS4xMy4wMy4zOCAwIC44MzYtLjAzIDEuMTkyLS4wM3YuMjI4aC0uMTA1Yy0uMjczIDAtLjU2NC4wNC0uNTY0LjQzN3YzLjk4NmMwIC4zOTYuMjkyLjQzNS41NjUuNDM1aC4xMDV2LjIzYy0uMzY0IDAtLjgyLS4wMzItMS4yMDItLjAzMi0uMzcyIDAtLjgyLjAzLTEuMTIuMDN2LS4yMjh6Ii8+PHBhdGggZD0iTTMzLjU3OCA2Mi42NDR2LS4xNjJoLS4wNzNjLS4yNyAwLS41OTYtLjA0Ni0uNTk4LS40Njh2LTMuOTg2Yy4wMDItLjQyLjMyNi0uNDY4LjU5OC0uNDY4aC4wNzN2LS4xNjNjLS4zNTMgMC0uNzkuMDMtMS4xNi4wMy0uMzYyIDAtLjgtLjAzLTEuMDk2LS4wM3YuMTYzaC4wNzJjLjI3MyAwIC41OTYuMDQ3LjU5Ni40Njh2My45ODZjMCAuNDIyLS4zMjMuNDY4LS41OTYuNDY4aC0uMDcydi4xNjJjLjI5NS0uMDAyLjcyNi0uMDMgMS4wODYtLjAzLjM3IDAgLjgxMi4wMyAxLjE3LjAzbS4wMzIuMDY0Yy0uMzY2IDAtLjgyLS4wMjgtMS4yMDItLjAyOC0uMzcyIDAtLjgxOC4wMjgtMS4xMi4wMjhoLS4wM1Y2Mi40MTVoLjEzNmMuMjc4LS4wMDYuNTI3LS4wMjcuNTMtLjRWNTguMDNjLS4wMDMtLjM3NS0uMjUyLS4zOTctLjUzLS40MDNoLS4xMzhWNTcuMzNoLjAzYy4zMDMgMCAuNzU3LjAzIDEuMTMuMDMuMzggMCAuODM1LS4wMyAxLjE5My0uMDNoLjAzM1Y1Ny42MjRoLS4xMzhjLS4yNzUuMDA3LS41My4wMy0uNTMuNDAzdjMuOTg2YzAgLjM3My4yNTUuMzk1LjUzLjRoLjE0VjYyLjcwN2gtLjAzNXpNMzguODQgNjEuMTc3bC4wMTUtLjAxNnYtMi44NTNjMC0uNjI0LS40MzMtLjcxNi0uNjYyLS43MTZoLS4xNjd2LS4yMjdjLjM1NiAwIC43MDcuMDMgMS4wNjYuMDMuMzEgMCAuNjI0LS4wMy45MzUtLjAzdi4yMjhoLS4xMTNjLS4zMiAwLS42NzguMDYyLS42NzguOTY4djMuNDY0YzAgLjI2Ny4wMDguNTMuMDQ2Ljc3aC0uMjlsLTMuOTItNC4zN3YzLjEzNmMwIC42NjMuMTMuODkuNzE2Ljg5aC4xM3YuMjNjLS4zMjcgMC0uNjU0LS4wMy0uOTgzLS4wMy0uMzQgMC0uNjkuMDMtMS4wMzQuMDN2LS4yM2guMTA4Yy41MjUgMCAuNjg0LS4zNTYuNjg0LS45NjZ2LTMuMjA1YzAtLjQyNS0uMzUtLjY4NS0uNjktLjY4NWgtLjF2LS4yMjhjLjI4OCAwIC41ODUuMDMuODcyLjAzLjIzIDAgLjQ1LS4wMy42OC0uMDNsMy4zODcgMy44MTN6Ii8+PHBhdGggZD0iTTM4LjgyNCA2MS4xNmwtLjAwOC0uMDA4LjAwOC4wMXptLjAxNy4wMTdsLjAyNS0uMDIyLS4wMjQuMDIyem0uMTUyIDEuNThoLjI1M2MtLjAzNi0uMjMtLjA0Mi0uNDgtLjA0Mi0uNzM0di0zLjQ2NWMwLS45MS4zODMtLjk5OC43MS0uOTk4aC4wOHYtLjE2M2MtLjI5OCAwLS42LjAzLS45LjAzLS4zNSAwLS42OS0uMDMtMS4wMzMtLjAzdi4xNjNoLjEzM2MuMjMzIDAgLjY5Ni4xMDQuNjk2Ljc1bC0uMDEyIDIuODc2LS4wMTYuMDE0LS4wMjUuMDI0LTMuMzg1LTMuODI4Yy0uMjI2IDAtLjQ0Ni4wMy0uNjguMDMtLjI3NyAwLS41NjQtLjAzLS44NC0uMDN2LjE2M2guMDY2Yy4zNTYgMCAuNzI2LjI3LjcyNi43MTZ2My4yMDVjMCAuNjEtLjE3IDEtLjcxOCAxLjAwMmwtLjA3My0uMDAydi4xNjNjLjMzLS4wMDIuNjctLjAzIDEtLjAzLjMyIDAgLjYzNi4wMjguOTUuMDN2LS4xNmgtLjA5N2MtLjU5OC0uMDAzLS43NDctLjI2My0uNzQ3LS45MjZ2LTMuMjIybDMuOTUyIDQuNDIyem0uMjkuMDY2bC0uMzE0LS4wMS0zLjg2NC00LjMwN3YzLjA1Yy4wMS42NjQuMTEuODUuNjg0Ljg1OGguMTYzVjYyLjcwOGgtLjAzMmMtLjMzIDAtLjY1Ni0uMDI4LS45ODMtLjAyOC0uMzQgMC0uNjkuMDI4LTEuMDM0LjAyOGgtLjAzM1Y2Mi40MTRIMzQuMDFjLjUwMy0uMDAzLjY0Ni0uMzI0LjY1NC0uOTMzdi0zLjIwNGMtLjAwMi0uNDA0LS4zMzctLjY1LS42NjItLjY1aC0uMTM0VjU3LjMzMmguMDM0Yy4yOSAwIC41ODguMDI3Ljg3My4wMjcuMjI4IDAgLjQ0OC0uMDI4LjcwNS0uMDJsMy4zNDcgMy43N3YtMi44MDJjLS4wMDYtLjYwNy0uNDEtLjY3OC0uNjMyLS42ODRoLS4yVjU3LjMzaC4wMzNjLjM1OCAwIC43MS4wMjggMS4wNjYuMDI4LjMxIDAgLjYyMi0uMDI3LjkzNS0uMDI3aC4wMzRWNTcuNjI0SDM5LjkxNWMtLjMxNS4wMS0uNjM2LjAzNy0uNjQ1LjkzNHYzLjQ2NWMwIC4yNjcuMDA2LjUzLjA0Ljc2MmwuMDEuMDRoLS4wNHpNNDEuMTcgNTcuNzQ0Yy0uNTczIDAtLjU5OC4xMzYtLjcxLjY5MmgtLjIyOGMuMDMtLjIxNC4wNjgtLjQyNi4wOTQtLjY0Ny4wMjgtLjIxNS4wNDQtLjQyNi4wNDQtLjY0N2guMTgyYy4wNjIuMjMuMjUuMjIuNDU4LjIyaDMuOTI3Yy4yMDcgMCAuMzk3LS4wMDcuNDEtLjIzNWwuMTg0LjAzYy0uMDI4LjIwNi0uMDYuNDEtLjA4My42MTYtLjAxNC4yMDYtLjAxNC40MS0uMDE0LjYxNmwtLjIzLjA4NWMtLjAxNS0uMjgtLjA1My0uNzMyLS41NjItLjczMmgtMS4yNDd2NC4wNWMwIC41ODcuMjY4LjY1NC42MzIuNjU0aC4xNDR2LjIzYy0uMjk2IDAtLjgzLS4wMzItMS4yNC0uMDMyLS40NTcgMC0uOTkuMDMtMS4yODYuMDN2LS4yMjhoLjE0NGMuNDIgMCAuNjMyLS4wMzguNjMyLS42NHYtNC4wNjVoLTEuMjV6Ii8+PHBhdGggZD0iTTQ0LjE2OCA2Mi43MDhjLS4zIDAtLjgzLS4wMjgtMS4yNC0uMDI4LS40NTggMC0uOTg4LjAyOC0xLjI4Ny4wMjhoLS4wMzJWNjIuNDE0aC4xNzhjLjQyLS4wMDguNTg4LS4wMTUuNTk4LS42MDR2LTQuMDMzSDQxLjE3di0uMDY1aDEuMjh2NC4xYzAgLjYxLS4yNDYuNjctLjY2NS42NzJoLS4xMXYuMTZjLjMgMCAuODEtLjAzIDEuMjUzLS4wMy4zOTggMCAuOTA2LjAzIDEuMjA3LjAzdi0uMTZoLS4xMWMtLjM3IDAtLjY2NC0uMDktLjY2NC0uNjg4di00LjA4NGgxLjI4MmMuNTA4LjAwMi41NzYuNDM2LjU5Mi43MTdsLjE2NS0uMDZjMC0uMi4wMDItLjM5OC4wMTYtLjYuMDItLjE5NC4wNDgtLjM5LjA3Ny0uNTgzbC0uMTE1LS4wMmMtLjAzNi4yMjItLjI1LjIzMi0uNDQyLjIzSDQwLjk3Yy0uMTc4IDAtLjM3My0uMDA4LS40NC0uMjJoLS4xMjZjLS4wMDIuMjEtLjAyLjQxMy0uMDQ2LjYxNS0uMDIyLjIxLS4wNTYuNDEtLjA4NC42MTJoLjE2Yy4xMDMtLjUzLjE2Ny0uNzAzLjczNy0uNjk0di4wNjVjLS41NjMuMDEyLS41NTIuMTA0LS42NzcuNjY4bC0uMDA0LjAyNkg0MC4xOTJsLjAwNy0uMDRjLjAzLS4yMTQuMDctLjQyNi4wOS0uNjQ3LjAzMy0uMjEuMDQ3LS40MjIuMDQ3LS42NHYtLjAzM2guMjQ0bC4wMDQuMDIzYy4wNTMuMTkyLjE5My4xOTMuMzg3LjE5NmgzLjk2NmMuMjEzLS4wMDQuMzY2LS4wMDcuMzgtLjIwNmwuMDAzLS4wMzUuMDM1LjAwNi4yMTUuMDM0LS4wMDYuMDMyYy0uMDMuMjA1LS4wNi40MS0uMDg0LjYxMy0uMDE0LjIwNC0uMDE0LjQwOC0uMDE0LjYxNHYuMDIzbC0uMDIyLjAxLS4yNy4wOTZ2LS4wNDVjLS4wMjMtLjI4NC0uMDUtLjctLjUzLS43aC0xLjIxN3Y0LjAyYy4wMDYuNTcyLjIzMy42MS41OTguNjE4aC4xNzVWNjIuNzA3aC0uMDMyek00NS43NyA2Mi40NDhoLjExYy4yNzIgMCAuNTYtLjAzOC41Ni0uNDM1di0zLjk4NmMwLS4zOTYtLjI4OC0uNDM2LS41Ni0uNDM2aC0uMTF2LS4yMjdjLjQ2NSAwIDEuMjU4LjAzIDEuODk2LjAzLjY0IDAgMS40MzItLjAzIDEuOTUtLjAzLS4wMTUuMzI1LS4wMDcuODMuMDE2IDEuMTYzbC0uMjMuMDYyYy0uMDM3LS40OTQtLjEyNy0uODktLjkyOC0uODloLTEuMDU3djEuOTkzaC45MDVjLjQ1NiAwIC41NTYtLjI1OC42LS42N2guMjNjLS4wMTYuMy0uMDIzLjU5NS0uMDIzLjg5MiAwIC4yOS4wMDcuNTguMDIuODY4bC0uMjI3LjA0NGMtLjA0Ni0uNDU1LS4wNjctLjc1Mi0uNTk2LS43NTJoLS45MXYxLjc3MmMwIC40OTQuNDQuNDk0LjkyNi40OTQuOTE1IDAgMS4zMTctLjA2IDEuNTQ1LS45MjdsLjIxNS4wNTNjLS4xLjQwNC0uMTkuODA3LS4yNiAxLjIxMi0uNDg3IDAtMS4zNjItLjAzLTIuMDQ2LS4wMy0uNjg4IDAtMS41OS4wMy0yLjAyNy4wM3YtLjIyN3oiLz48cGF0aCBkPSJNNDkuODE0IDYyLjY0M2MuMDY4LS4zODQuMTU1LS43Ny4yNDctMS4xNTJsLS4xNDgtLjAzNmMtLjIzLjg1Mi0uNjcuOTI4LTEuNTY2LjkyMi0uNDggMC0uOTYgMC0uOTYzLS41Mjh2LTEuODA1aC45NDVjLjUzMi0uMDA3LjU4Ni4zMTMuNjI0Ljc0N2wuMTY1LS4wMzVjLS4wMTYtLjI3OC0uMDItLjU2LS4wMi0uODQgMC0uMjg3LjAwNS0uNTcuMDItLjg1OGgtLjE2NWMtLjA0Mi4zOTYtLjE2Ni42NzQtLjYzLjY3aC0uOTR2LTIuMDZoMS4wOWMuNzk0LS4wMDYuOTI0LjQuOTYuODhsLjE2My0uMDQzYy0uMDEyLS4yMTQtLjAyMy0uNDktLjAyMy0uNzQ0IDAtLjEzLjAwMi0uMjU1LjAwNi0uMzYyLS41MTYgMC0xLjI4NS4wMy0xLjkxMy4wMy0uNjI2IDAtMS4zOTYtLjAzLTEuODYtLjAzdi4xNjNoLjA3NGMuMjcgMCAuNTk0LjA0OC41OTYuNDd2My45ODVjLS4wMDIuNDIyLS4zMjcuNDY3LS41OTcuNDdoLS4wNzZ2LjE2Yy40NDQgMCAxLjMyLS4wMyAxLjk5My0uMDMuNjczLS4wMDIgMS41MjcuMDI4IDIuMDE3LjAyOG0uMDMuMDY1Yy0uNDg3IDAtMS4zNjQtLjAzLTIuMDQ2LS4wMy0uNjg4IDAtMS41OS4wMy0yLjAyNy4wM2gtLjAyOFY2Mi40MTVoLjEzOGMuMjc1LS4wMDQuNTI2LS4wMjcuNTI4LS40VjU4LjAzYy0uMDAyLS4zNzItLjI1My0uMzk3LS41MjgtLjQwM2gtLjE0VjU3LjMzNGguMDNjLjQ2NyAwIDEuMjU4LjAyNyAxLjg5Ni4wMjcuNjQgMCAxLjQzMi0uMDI2IDEuOTUtLjAyNmguMDMzdi4wMzRjLS4wMS4xMTQtLjAxLjI1LS4wMS4zOTMgMCAuMjY0LjAxLjU1LjAyMi43Njh2LjAyOGwtLjAyMy4wMDctLjI3LjA3LS4wMDMtLjA0Yy0uMDQ0LS40OTItLjExLS44NTMtLjg5NS0uODU4aC0xLjAyNnYxLjkyN2guODc1Yy40NC0uMDA0LjUxNy0uMjMuNTY4LS42NGwuMDA0LS4wM0g0OS4xODJ2LjAzNWMtLjAxMy4yOTctLjAyMi41OTMtLjAyMi44OSAwIC4yODguMDEuNTc3LjAyLjg2NmwuMDAzLjAyNy0uMDI3LjAwNS0uMjY0LjA1Ni0uMDAyLS4wNGMtLjA1Mi0uNDY2LS4wNTYtLjcxOC0uNTYyLS43MjRoLS44OHYxLjc0YzAgLjQ2Mi40LjQ2Ljg5Ny40NjIuOTE1LS4wMDYgMS4yODQtLjA1IDEuNTEzLS45MDRsLjAwOC0uMDMuMDMuMDA2LjI0NS4wNi0uMDA3LjAzM2MtLjA5OC40LS4xOS44MDYtLjI1NyAxLjIxbC0uMDA3LjAyNGgtLjAyNXpNNTIuMTAyIDU5LjkzNWguMzc1Yy43NjIgMCAxLjE3LS4yODcgMS4xNy0xLjE4NiAwLS42OC0uNDMtMS4xMS0xLjExLTEuMTEtLjIzIDAtLjMyNi4wMi0uNDM1LjAyOHYyLjI2N3ptLS45NzItMS43NjVjMC0uNTU1LS4zMDUtLjU3OC0uNTQyLS41NzhoLS4xMzZ2LS4yMjhjLjI0MyAwIC43MTQuMDMgMS4xOC4wMy40NTcgMCAuODIyLS4wMyAxLjIyNS0uMDMuOTYgMCAxLjgxMy4yNTcgMS44MTMgMS4zNCAwIC42ODQtLjQ1OCAxLjEwMy0xLjA2IDEuMzRsMS4zMDMgMS45NDhjLjIxNC4zMi4zNjUuNDEuNzQuNDU2di4yM2MtLjI1NCAwLS40OTctLjAzMi0uNzQ4LS4wMzItLjIzNSAwLS40OC4wMy0uNzE2LjAzLS41ODctLjc3LTEuMDktMS41OS0xLjU4My0yLjQ2N2gtLjUwNXYxLjYzYzAgLjU4Ni4yNzUuNjA3LjYyNC42MDdoLjEzOHYuMjNjLS40MzMgMC0uODczLS4wMzItMS4zMDgtLjAzMi0uMzY2IDAtLjcyNC4wMy0xLjEwNC4wM3YtLjIyOGguMTM2Yy4yODUgMCAuNTQyLS4xMy41NDItLjQxVjU4LjE3eiIvPjxwYXRoIGQ9Ik01Mi40NzcgNTkuOTAzYy43NTQtLjAwNyAxLjEzMi0uMjcgMS4xNC0xLjE1My0uMDA2LS42NjUtLjQxOC0xLjA3Ny0xLjA4LTEuMDgtLjIwNSAwLS4zMDMuMDItLjQuMDI3djIuMjA2aC4zNHptLS4zNzUuMDY2aC0uMDN2LTIuMzNsLjAyOC0uMDA1Yy4xMDQtLjAwOC4yMDYtLjAyOC40MzctLjAyOC42OTQgMCAxLjE0NS40NSAxLjE0NiAxLjE0NC0uMDAyLjkxLS40NCAxLjIyLTEuMjA2IDEuMjJoLS4zNzV6bTAgLjIwNmguNTIzbC4wMDguMDJjLjQ5Ni44NzQuOTk3IDEuNjk1IDEuNTU3IDIuNDQ4LjIzIDAgLjQ4LS4wMy43MTQtLjAzLjI0MyAwIC40OC4wMjYuNzE2LjAzdi0uMTY3Yy0uMzYtLjA0NC0uNTI2LS4xNS0uNzMzLS40NjdsLTEuMzI0LTEuOTguMDM2LS4wMThjLjU5NS0uMjM0IDEuMDM3LS42NCAxLjAzNy0xLjMwOCAwLTEuMDU4LS44MjItMS4zMDMtMS43OC0xLjMwOC0uNCAwLS43NjcuMDMtMS4yMjMuMDMtLjQ1IDAtLjktLjAzLTEuMTQ4LS4wM3YuMTYzaC4xMDRjLjI0IDAgLjU3NC4wMzcuNTc0LjYxdjMuODY3YzAgLjMwNS0uMjg1LjQ0My0uNTc0LjQ0NGgtLjEwNHYuMTZjLjM2NyAwIC43MTQtLjAyOCAxLjA3LS4wMjguNDI1IDAgLjg1NS4wMyAxLjI3NS4wM3YtLjE2aC0uMTAzYy0uMzQ3LS4wMDItLjY1NS0uMDQzLS42NTUtLjY0NHYtMS42NjNoLjAzem0zLjU1IDIuNTMyYy0uMjU3IDAtLjUtLjAyOC0uNzUtLjAyOC0uMjMgMC0uNDc0LjAyOC0uNzM4LjAxNy0uNTg0LS43NjYtMS4wODUtMS41ODMtMS41NzctMi40NTJoLS40NXYxLjU5NWMuMDA4LjU3LjIzNy41NjcuNTkuNTc1aC4xNzJWNjIuNzFoLS4wMzVjLS40MzUgMC0uODc3LS4wMy0xLjMxLS4wMy0uMzYyIDAtLjcyMi4wMy0xLjEwMy4wM2gtLjAzM1Y2Mi40MTRoLjE2OGMuMjc1LS4wMDIuNTA3LS4xMi41MS0uMzc2di0zLjg3Yy0uMDA3LS41NC0uMjctLjUzNy0uNTEtLjU0NWgtLjE3VjU3LjMzaC4wMzRjLjI0OCAwIC43MTYuMDMgMS4xOC4wMy40NTUgMCAuODItLjAzIDEuMjI1LS4wMy45Ni4wMDMgMS44NDQuMjY3IDEuODQ2IDEuMzc0IDAgLjY4NS0uNDU1IDEuMTE1LTEuMDQgMS4zNTRsMS4yNzcgMS45MTRjLjIxMy4zMTYuMzQ3LjM5Ni43MTcuNDRsLjAyOC4wMDVWNjIuNzA3aC0uMDMzek02MC44MiA2MS4xNzdsLjAxMy0uMDE2di0yLjg1M2MwLS42MjQtLjQzNS0uNzE2LS42NjItLjcxNmgtLjE2NnYtLjIyN2MuMzU2IDAgLjcwNy4wMyAxLjA2Ni4wMy4zMTIgMCAuNjIyLS4wMy45MzctLjAzdi4yMjhoLS4xMTNjLS4zMiAwLS42NzguMDYyLS42NzguOTY4djMuNDY0YzAgLjI2Ny4wMDguNTMuMDQ0Ljc3aC0uMjlsLTMuOTE4LTQuMzd2My4xMzZjMCAuNjYzLjEyOC44OS43MTYuODloLjEzdi4yM2MtLjMyNyAwLS42NTYtLjAzLS45ODMtLjAzLS4zNDMgMC0uNjkzLjAzLTEuMDM0LjAzdi0uMjNoLjEwNWMuNTI4IDAgLjY4OC0uMzU2LjY4OC0uOTY2di0zLjIwNWMwLS40MjUtLjM1LS42ODUtLjY5My0uNjg1aC0uMXYtLjIyOGMuMjg3IDAgLjU4NC4wMy44NzMuMDMuMjI4IDAgLjQ0OC0uMDMuNjc4LS4wM2wzLjM5IDMuODEzeiIvPjxwYXRoIGQ9Ik02MC44IDYxLjE2bC0uMDA3LS4wMDcuMDA2LjAwOHptLjAyLjAxN2wuMDIyLS4wMjItLjAyMy4wMjJ6bS4xNSAxLjU4aC4yNTJjLS4wMzQtLjIyNy0uMDQyLS40OC0uMDQyLS43MzR2LTMuNDY1Yy4wMDItLjkxLjM4Ny0uOTk2LjcxNC0uOTk4aC4wOHYtLjE2M2MtLjMgMC0uNi4wMy0uOTAzLjAzLS4zNSAwLS42ODgtLjAzLTEuMDMtLjAzdi4xNjNoLjEzMmMuMjM1LjAwMi42OTYuMTA0LjY5Ni43NDhsLS4wMTMgMi44NzgtLjAxMi4wMTQtLjAyMy4wMjQtMy4zOS0zLjgyOGMtLjIyNSAwLS40NDUuMDMtLjY3Ny4wMy0uMjggMC0uNTY2LS4wMy0uODQzLS4wM3YuMTYzaC4wNjdjLjM1OCAwIC43MjYuMjcuNzI2LjcxNnYzLjIwNGMwIC42MS0uMTcyIDEtLjcyIDEuMDAyaC0uMDczdi4xNmMuMzMgMCAuNjY3LS4wMyAxLjAwMi0uMDMuMzIgMCAuNjM2LjAzLjk1My4wM3YtLjE2aC0uMDk4Yy0uNiAwLS43NS0uMjYyLS43NTItLjkyNXYtMy4yMmwzLjk1NiA0LjQyem0uMjkuMDY2bC0uMzEzLS4wMS0zLjg2Mi00LjMwN3YzLjA1Yy4wMS42NjQuMTA3Ljg1LjY4NC44NThoLjE2VjYyLjcwOGgtLjAzNGMtLjMyOCAwLS42NTUtLjAzLS45ODItLjAzLS4zNCAwLS42OS4wMy0xLjAzMi4wM2gtLjAzNlY2Mi40MTRINTUuOTg2Yy41MDItLjAwMi42NDctLjMyNC42NTQtLjkzNHYtMy4yMDRjLS4wMDItLjQwNC0uMzM1LS42NS0uNjYtLjY1aC0uMTM0VjU3LjMzaC4wMzZjLjI5IDAgLjU4Ni4wMy44NzMuMDMuMjI2IDAgLjQ0NC0uMDMuNy0uMDJsMy4zNDYgMy43N3YtMi44MDNjMC0uNjA1LS40MDUtLjY4LS42MjctLjY4M2gtLjIwM1Y1Ny4zM2guMDM0Yy4zNTggMCAuNzEuMDMgMS4wNjYuMDMuMzEgMCAuNjIyLS4wMy45MzUtLjAzaC4wMzZWNTcuNjI0SDYxLjg5NmMtLjMxNi4wMS0uNjQuMDM3LS42NDcuOTM0djMuNDY1YzAgLjI2Ny4wMDcuNTMuMDQ0Ljc2M2wuMDA0LjAzOGgtLjAzNnpNNjQuMzQzIDU4LjIxNmgtLjAxNmwtLjcwOCAyLjE1NWgxLjQybC0uNjk3LTIuMTU0em0tMS4xMTMgMy4zN2MtLjA3NS4yNi0uMTcuNDYtLjE3LjU5NiAwIC4yMy4zMi4yNjcuNTcyLjI2N2guMDg2di4yMjhjLS4zMDctLjAyLS42MTgtLjAzLS45MjUtLjAzLS4yNzIgMC0uNTQ0LjAxMi0uODIuMDN2LS4yM2guMDQ3Yy4yOTUgMCAuNTUtLjE3NS42Ni0uNDk1bDEuMjItMy40OTJjLjEtLjI4LjIzNy0uNjYuMjgzLS45NDMuMjQzLS4wODQuNTQ2LS4yMzUuNjktLjMyNy4wMjQtLjAwNi4wNC0uMDE1LjA2LS4wMTUuMDIzIDAgLjA0IDAgLjA1NS4wMjMuMDIyLjA2LjA0NC4xMy4wNy4xOWwxLjQgMy45OGMuMDkuMjY3LjE4Mi41NDYuMjguNzc3LjA5LjIxMy4yNS4zMDMuNTA0LjMwM2guMDQ0di4yM2MtLjM0LS4wMi0uNjg0LS4wMzItMS4wNS0uMDMyLS4zNzIgMC0uNzU0LjAxMy0xLjE0My4wM3YtLjIyOGguMDg1Yy4xNzQgMCAuNDczLS4wMy40NzMtLjIyIDAtLjEtLjA2Ni0uMzA2LS4xNTQtLjU1bC0uMjk2LS44ODJoLTEuNzI3bC0uMjQzLjc5eiIvPjxwYXRoIGQ9Ik02NC4zMSA1OC4yMjdsLjAxOC0uMDA2LS4wMi4wMDd6bS0uNjQ3IDIuMTFoMS4zMzRsLS42NjItMi4wMzgtLjY3MiAyLjAzN3ptLS4wOTIuMDY2bC43My0yLjIyaC4wNDN2LjAzMmwtLjAwOC4wMDIuMDA4LS4wMDJ2LS4wMzNoLjAybC43MjUgMi4yMkg2My41N3ptMS41NTggMi4yNGMuMzc1LS4wMTUuNzQ4LS4wMyAxLjEwOC0uMDMuMzU0IDAgLjY4Ni4wMTYgMS4wMi4wM3YtLjE2aC0uMDEzYy0uMjYyLjAwMi0uNDQtLjEtLjUzNC0uMzI1LS4xLS4yMy0uMTk0LS41MTItLjI4NC0uNzhsLTEuNC0zLjk4Yy0uMDIyLS4wNi0uMDQ1LS4xMjgtLjA2NC0uMTg0LS4wMDgtLjAwNy0uMDA0LS4wMDctLjAxMy0uMDA3aC0uMDE1Yy0uMDE2IDAtLjAyMy4wMDQtLjA0NC4wMS0uMTQ2LjA5Ni0uNDUuMjQ2LS42NzcuMzA2LS4wNDYuMjg3LS4xODUuNjY2LS4yODIuOTVsLTEuMjE3IDMuNDkzYy0uMTE4LjMzMi0uMzgzLjUxOC0uNjkyLjUxN2gtLjAxM3YuMTZjLjI2My0uMDE0LjUyNi0uMDI4Ljc5LS4wMjguMjk0IDAgLjU5NS4wMTUuODg0LjAyOHYtLjE2aC0uMDQ3Yy0uMjUtLjAwMy0uNTk0LS4wMy0uNjA0LS4zIDAtLjE1LjA5My0uMzQ1LjE2Ni0uNjAzbC4wMzQuMDEtLjAzNC0uMDEuMjUyLS44MTRoMS43NzVsLjMwNS45MDVjLjA4NC4yNDUuMTU2LjQ0Ny4xNTYuNTYyLS4wMTMuMjMyLS4zMzMuMjQ4LS41MDcuMjUyaC0uMDV2LjE1OHptMi4xNTcuMDY1Yy0uMzQtLjAxMy0uNjg1LS4wMy0xLjA1LS4wMy0uMzcgMC0uNzUuMDE4LTEuMTQuMDNsLS4wMzMuMDA0VjYyLjQxMmguMTE1Yy4xNzggMCAuNDM3LS4wMzguNDM4LS4xODMuMDAyLS4wOS0uMDY1LS4zLS4xNS0uNTRsLS4yOS0uODZoLTEuNjc4bC0uMjM1Ljc2OGMtLjA3OC4yNi0uMTcuNDYtLjE3LjU4NC4wMDIuMTg2LjI4Ny4yMy41NC4yM2guMTE4di4zbC0uMDM2LS4wMDRjLS4zMDMtLjAxMy0uNjE2LS4wMy0uOTItLjAzLS4yNyAwLS41NDUuMDE4LS44MTguMDNsLS4wMzUuMDA0VjYyLjQxMmguMDhjLjI4MyAwIC41Mi0uMTYuNjI4LS40N2wxLjIyLTMuNDkzYy4xLS4yODMuMjM1LS42NjIuMzA0LS45NjYuMjM2LS4wODMuNTQyLS4yMzQuNjktLjMyNy4wMi0uMDA4LjA0My0uMDE4LjA3Mi0uMDE4LjAyLS4wMDIuMDYuMDAzLjA4NC4wNDQuMDIuMDYyLjA0Ni4xMy4wNy4xOWwxLjQgMy45ODNjLjA5LjI2NS4xOC41NDguMjguNzcyLjA4Ny4yMDIuMjMuMjguNDc0LjI4aC4wNzd2LjMwMWwtLjAzNS0uMDAyek02Ny42MiA1Ny43NDRjLS41NjggMC0uNTkzLjEzNi0uNzA2LjY5MmgtLjIzYy4wMy0uMjE0LjA3LS40MjYuMDk1LS42NDcuMDMtLjIxNS4wNC0uNDI2LjA0LS42NDdoLjE4N2MuMDYuMjMuMjUzLjIyLjQ1Ni4yMmgzLjkzYy4yMDQgMCAuMzk0LS4wMDcuNDA3LS4yMzVsLjE4NC4wM2MtLjAzLjIwNi0uMDYuNDEtLjA4Mi42MTYtLjAxNi4yMDYtLjAxNi40MS0uMDE2LjYxNmwtLjIzLjA4NWMtLjAxMy0uMjgtLjA1LS43MzItLjU2LS43MzJoLTEuMjV2NC4wNWMwIC41ODcuMjY2LjY1NC42My42NTRoLjE0N3YuMjNjLS4yOTcgMC0uODMtLjAzMi0xLjI0LS4wMzItLjQ1OCAwLS45OS4wMy0xLjI4Ny4wM3YtLjIyOGguMTQ0Yy40MiAwIC42MzItLjAzOC42MzItLjY0di00LjA2NWgtMS4yNXoiLz48cGF0aCBkPSJNNzAuNjIgNjIuNzA4Yy0uMjk4IDAtLjgzMi0uMDI4LTEuMjQtLjAyOC0uNDU1IDAtLjk4Ny4wMjgtMS4yODYuMDI4aC0uMDM0VjYyLjQxNGguMTc4Yy40Mi0uMDA4LjU4OC0uMDE1LjYtLjYwNGwtLjAwMi00LjAzM2gtMS4yMTR2LS4wNjVoMS4yODJ2NC4xYzAgLjYxLS4yNDcuNjctLjY2Ni42N2gtLjExdi4xNjNjLjMtLjAwMi44MTItLjAzIDEuMjUzLS4wMy40IDAgLjkwNy4wMjggMS4yMDguMDN2LS4xNjJoLS4xMWMtLjM2NyAwLS42NjItLjA5LS42NjUtLjY4N3YtNC4wODRoMS4yODJjLjUxLjAwMi41NzYuNDM2LjU5Mi43MTdsLjE2NS0uMDZjMC0uMi4wMDItLjM5OC4wMTctLjU5OC4wMi0uMTk2LjA1LS4zOS4wNzQtLjU4NWwtLjExMy0uMDJjLS4wMzUuMjIyLS4yNDguMjMyLS40MzcuMjNoLTMuOTdjLS4xNzYgMC0uMzctLjAwOC0uNDQtLjIyMmgtLjEyNmMwIC4yMS0uMDE1LjQxNS0uMDQ0LjYxNy0uMDIyLjIxLS4wNTguNDEyLS4wODguNjEyaC4xNjNjLjEtLjUzLjE2OC0uNzAzLjczNS0uNjk0di4wNjVjLS41NjMuMDEtLjU1LjEwNC0uNjc1LjY2OGwtLjAwNC4wMjZINjYuNjQ4bC4wMDctLjAzOGMuMDMtLjIxNi4wNjctLjQyOC4wOS0uNjQ4LjAzLS4yMTIuMDQ1LS40MjMuMDQ1LS42NDJ2LS4wMzJoLjI0MmwuMDA1LjAyM2MuMDU3LjE5Mi4xOTMuMTkzLjM4Ny4xOTZoMy45N2MuMjA4LS4wMDQuMzYzLS4wMDcuMzc2LS4yMDVsLjAwMi0uMDM2LjAzMy4wMDYuMjIuMDM0LS4wMDguMDMyYy0uMDMyLjIwNS0uMDYuNDEtLjA4NC42MTMtLjAxNC4yMDQtLjAxNC40MS0uMDE0LjYxNHYuMDIzbC0uMDI0LjAxLS4yNy4wOTZ2LS4wNDVjLS4wMi0uMjg0LS4wNDgtLjctLjUzLS43SDY5Ljg4djQuMDJjLjAwOC41NzIuMjM1LjYxLjU5OC42MThoLjE3OFY2Mi43MDdoLS4wMzV6TTcyLjI2NCA2Mi40NDhoLjEwN2MuMjc0IDAgLjU2My0uMDM4LjU2My0uNDM1di0zLjk4NmMwLS4zOTYtLjI5LS40MzYtLjU2Mi0uNDM2aC0uMTA2di0uMjI3Yy4yOTcgMCAuNzUzLjAzIDEuMTI2LjAzLjM4IDAgLjgzNy0uMDMgMS4xOTYtLjAzdi4yMjhoLS4xMDZjLS4yNzYgMC0uNTY1LjA0LS41NjUuNDM3djMuOTg2YzAgLjM5Ni4yOS40MzUuNTY1LjQzNWguMTA2di4yM2MtLjM2NyAwLS44Mi0uMDMyLTEuMjAyLS4wMzItLjM3NSAwLS44MjMuMDMtMS4xMi4wM3YtLjIyOHoiLz48cGF0aCBkPSJNNzQuNTUyIDYyLjY0M3YtLjE2aC0uMDcyYy0uMjc0IDAtLjU5OC0uMDQ3LS41OTgtLjQ3VjU4LjAzYzAtLjQyLjMyMy0uNDY4LjU5OC0uNDY4aC4wNzJ2LS4xNjNjLS4zNTMgMC0uNzkzLjAzLTEuMTYyLjAzLS4zNiAwLS43OTctLjAzLTEuMDk0LS4wM3YuMTYzaC4wNzVjLjI3IDAgLjU5Ny4wNDcuNTk3LjQ2OHYzLjk4NmMwIC40MjItLjMyNi40NjgtLjU5Ni40NjhoLS4wNzR2LjE2Yy4yOTUtLjAwMi43MjMtLjAyOCAxLjA4OC0uMDI4LjM2NyAwIC44MDcuMDI4IDEuMTY4LjAzbS4wMzQuMDY0Yy0uMzcgMC0uODI1LS4wMy0xLjIwMi0uMDMtLjM3MyAwLS44Mi4wMy0xLjEyLjAzaC0uMDM0VjYyLjQxNUg3Mi4zN2MuMjc0LS4wMDQuNTI3LS4wMjcuNTMtLjRWNTguMDNjLS4wMDMtLjM3Mi0uMjU2LS4zOTctLjUzLS40MDNoLS4xNFY1Ny4zMzRoLjAzM2MuMyAwIC43NTUuMDI3IDEuMTI2LjAyNy4zNzggMCAuODM0LS4wMjYgMS4xOTUtLjAyNmguMDNWNTcuNjI2aC0uMTM2Yy0uMjguMDA3LS41My4wMzItLjUzMi40MDN2My45ODVjLjAwMi4zNzMuMjUuMzk2LjUzLjRoLjE0VjYyLjcxaC0uMDMyek03Ny43MzYgNjIuNDU2YzEuNDc4IDAgMS43MzQtMS4zMDMgMS43MzQtMi40MSAwLTEuMTE0LS42LTIuNDYtMS44NjMtMi40Ni0xLjMzMiAwLTEuNzMgMS4xODctMS43MyAyLjIwNS4wMDIgMS4zNjMuNjI2IDIuNjY2IDEuODYgMi42NjZtLS4xMTYtNS4yMDZjMS42MjMgMCAyLjkxNSAxLjAwNiAyLjkxNSAyLjYyNyAwIDEuNzUtMS4yNTQgMi45MTQtMi44NzQgMi45MTQtMS42MTMgMC0yLjg0OC0xLjA5NS0yLjg0OC0yLjczIDAtMS41ODQgMS4yMjctMi44MSAyLjgxLTIuODEiLz48cGF0aCBkPSJNNzUuODQ2IDU5Ljc5Yy4wMDItMS4wMjQuNC0yLjI0IDEuNzYyLTIuMjQgMS4yOS4wMDUgMS44OTQgMS4zNzYgMS44OTcgMi40OTUtLjAwNCAxLjEwOC0uMjY0IDIuNDQyLTEuNzcgMi40NDJ2LS4wNjNjMS40NDgtLjAwMiAxLjctMS4yNyAxLjcwMy0yLjM4IDAtMS4xMDMtLjU5Ni0yLjQyNS0xLjgzLTIuNDI3LTEuMzEuMDAyLTEuNjkzIDEuMTYtMS42OTcgMi4xNzQuMDAzIDEuMzU2LjYyIDIuNjMgMS44MjYgMi42MzR2LjA2MmMtMS4yNjMgMC0xLjg4OC0xLjMyNS0xLjg5LTIuNjk1bS0xLjA2Ny4yN2MwLTEuNjAzIDEuMjQtMi44NCAyLjg0LTIuODQ0di4wNjdjLTEuNTYzIDAtMi43NzUgMS4yMS0yLjc3NSAyLjc3NS4wMDIgMS42MTggMS4yMTYgMi42OTcgMi44MTQgMi42OTggMS42MDUgMCAyLjg0My0xLjE0OCAyLjg0NS0yLjg4MiAwLTEuNi0xLjI3My0yLjU5LTIuODg0LTIuNTkydi0uMDY2YzEuNjM2LjAwMyAyLjk0NSAxLjAyIDIuOTUgMi42Ni0uMDAzIDEuNzctMS4yNzQgMi45NDQtMi45MSAyLjk0Ny0xLjYzLS4wMDMtMi44OC0xLjExLTIuODgtMi43NjRNODUuNjY4IDYxLjE3N2wuMDE2LS4wMTZ2LTIuODUzYzAtLjYyNC0uNDM3LS43MTYtLjY2Ni0uNzE2aC0uMTYzdi0uMjI3Yy4zNTUgMCAuNzA1LjAzIDEuMDYzLjAzLjMxMiAwIC42MjYtLjAzLjkzOC0uMDN2LjIyOGgtLjExNmMtLjMyIDAtLjY3OC4wNjItLjY3OC45Njh2My40NjRjMCAuMjY3LjAwNi41My4wNDYuNzdoLS4yOWwtMy45Mi00LjM3djMuMTM2YzAgLjY2My4xMjguODkuNzE2Ljg5aC4xM3YuMjNjLS4zMjcgMC0uNjU0LS4wMy0uOTgtLjAzLS4zNDYgMC0uNjk0LjAzLTEuMDQuMDN2LS4yM2guMTFjLjUyNiAwIC42ODQtLjM1Ni42ODQtLjk2NnYtMy4yMDVjMC0uNDI1LS4zNS0uNjg1LS42OTMtLjY4NWgtLjF2LS4yMjhjLjI5IDAgLjU4Ni4wMy44NzcuMDMuMjI4IDAgLjQ0OC0uMDMuNjc4LS4wM2wzLjM4OCAzLjgxM3oiLz48cGF0aCBkPSJNODUuNjQ3IDYxLjE2bC0uMDA0LS4wMDcuMDA0LjAwOHptLjAyLjAxN2wuMDIyLS4wMjItLjAyMi4wMjJ6bS4xNTIgMS41OGguMjQ4Yy0uMDMyLS4yMy0uMDM4LS40OC0uMDM4LS43MzR2LTMuNDY1YzAtLjkxNS4zODUtLjk5Ni43MS0uOTk4aC4wOHYtLjE2M2MtLjMgMC0uNi4wMy0uOTA1LjAzLS4zNDUgMC0uNjg2LS4wMy0xLjAzLS4wM3YuMTYzaC4xMzNjLjIzNS4wMDIuNjk1LjEwNS42OTUuNzVsLS4wMDggMi44NzYtLjAxNi4wMTQtLjAyMi4wMjQtMy4zOS0zLjgyOGMtLjIyNSAwLS40NDUuMDMtLjY3Ny4wMy0uMjggMC0uNTY1LS4wMy0uODQyLS4wM3YuMTYzaC4wNjVjLjM1OCAwIC43MjYuMjcuNzI2LjcxNnYzLjIwNWMwIC42MS0uMTcgMS0uNzE3IDEuMDAyaC0uMDc1di4xNmMuMzMyIDAgLjY3LS4wMyAxLjAwMi0uMDMuMzIgMCAuNjM0LjAzLjk1LjAzdi0uMTZoLS4xYy0uNTk4IDAtLjc0Ny0uMjYyLS43NDctLjkyNXYtMy4yMjJsMy45NTYgNC40MjJ6bS4yODguMDY2bC0uMzE1LS4wMS0zLjg2Mi00LjMwN3YzLjA1Yy4wMS42NjQuMTEyLjg1LjY4My44NTZoLjE2M3YuMjk2aC0uMDMyYy0uMzI4IDAtLjY1Ny0uMDI4LS45ODItLjAyOC0uMzQgMC0uNjkuMDI4LTEuMDM2LjAyOGgtLjAzMlY2Mi40MTJIODAuODM2Yy41IDAgLjY0NC0uMzIyLjY0OC0uOTN2LTMuMjA2YzAtLjQwNC0uMzMyLS42NS0uNjYtLjY1aC0uMTNWNTcuMzNoLjAzYy4yOTQgMCAuNTkuMDI3Ljg3OC4wMjcuMjI2IDAgLjQ0NC0uMDI4LjctLjAybDMuMzQ2IDMuNzd2LTIuODAyYy0uMDAyLS42MDctLjQwNi0uNjc4LS42My0uNjg0aC0uMlY1Ny4zM2guMDM1Yy4zNTggMCAuNzEuMDI4IDEuMDYzLjAyOC4zMTIgMCAuNjIzLS4wMjcuOTQtLjAyN2guMDMyVjU3LjYyNEg4Ni43NGMtLjMxMy4wMS0uNjQuMDM4LS42NDYuOTM0djMuNDY1YzAgLjI2Ny4wMDguNTMuMDQ2Ljc2M2wuMDA2LjAzOGgtLjAzOHpNODkuMTkgNTguMjE2aC0uMDE3bC0uNzA4IDIuMTU1aDEuNDI1bC0uNy0yLjE1NHptLTEuMTEzIDMuMzdjLS4wNzMuMjYtLjE2Ny40Ni0uMTY3LjU5NiAwIC4yMy4zMi4yNjcuNTcuMjY3aC4wODV2LjIyOGMtLjMwNS0uMDItLjYxOC0uMDMtLjkyMy0uMDMtLjI3MiAwLS41NDYuMDEyLS44Mi4wM3YtLjIzaC4wNDNjLjMgMCAuNTUzLS4xNzUuNjY0LS40OTVsMS4yMi0zLjQ5MmMuMDk3LS4yOC4yMzQtLjY2LjI3OC0uOTQzLjI0NS0uMDg0LjU1LS4yMzUuNjk1LS4zMjcuMDItLjAwNi4wMzYtLjAxNS4wNi0uMDE1LjAyMiAwIC4wMzggMCAuMDUyLjAyMy4wMjQuMDYuMDQ4LjEzLjA3LjE5bDEuMzk4IDMuOThjLjA5Mi4yNjcuMTg0LjU0Ni4yODMuNzc3LjA5Mi4yMTMuMjUuMzAzLjUwMy4zMDNoLjA0NXYuMjNjLS4zNDQtLjAyLS42ODctLjAzMi0xLjA1My0uMDMyLS4zNyAwLS43NTIuMDEzLTEuMTQuMDN2LS4yMjhoLjA4M2MuMTc2IDAgLjQ3My0uMDMuNDczLS4yMiAwLS4xLS4wNjgtLjMwNi0uMTUzLS41NWwtLjI5Ny0uODgzSDg4LjMybC0uMjQzLjc5MnoiLz48cGF0aCBkPSJNODkuMTYgNTguMjI3bC4wMTQtLjAwNi0uMDE1LjAwN3ptLS42NDggMi4xMWgxLjMzTDg5LjE4IDU4LjNsLS42NjggMi4wMzd6bS0uMDkyLjA2NmwuNzMtMi4yMkg4OS4xOXYuMDMybC0uMDEuMDAyLjAxLS4wMDJ2LS4wMzNoLjAyMmwuNzIyIDIuMjJIODguNDJ6bTEuNTU1IDIuMjRjLjM4LS4wMTUuNzQ3LS4wMyAxLjEwOC0uMDMuMzU2IDAgLjY4Ny4wMTYgMS4wMi4wM2wtLjAwMy0uMTZoLS4wMTJjLS4yNTggMC0uNDM3LS4xLS41My0uMzI1LS4xMDItLjIzLS4xOS0uNTEyLS4yODMtLjc4bC0xLjQtMy45OGMtLjAyMi0uMDYtLjA0Ny0uMTI4LS4wNjMtLjE4Mi0uMDA4LS4wMS0uMDA4LS4wMS0uMDEyLS4wMWgtLjAxN2MtLjAxNiAwLS4wMjUuMDA1LS4wNDQuMDEtLjE0OC4wOTUtLjQ1My4yNDgtLjY4LjMwNy0uMDQ1LjI4Ny0uMTgzLjY2Ni0uMjgyLjk1bC0xLjIyIDMuNDkzYy0uMTE1LjMzMi0uMzguNTE4LS42OTMuNTE3aC0uMDF2LjE2Yy4yNjMtLjAxNC41MjQtLjAyOC43ODctLjAyOC4yOTcgMCAuNTk4LjAxNS44OS4wMjh2LS4xNmgtLjA1M2MtLjI0OC0uMDAzLS41OTUtLjAzLS42MDQtLjMuMDAyLS4xNS4wOTYtLjM0NC4xNy0uNjA0bC4wMy4wMDgtLjAzLS4wMS4yNTMtLjgxM2gxLjc3M2wuMzAzLjkwNWMuMDg2LjI0NC4xNTYuNDQ2LjE1Ni41Ni0uMDEzLjIzMy0uMzMuMjUtLjUwNS4yNTNoLS4wNTJ2LjE2em0yLjE2LjA2NWMtLjM0Ny0uMDEzLS42ODgtLjAyOC0xLjA1Mi0uMDI4LS4zNyAwLS43NTIuMDE2LTEuMTQuMDI4bC0uMDMyLjAwNFY2Mi40MTRoLjExNmMuMTc4IDAgLjQzOC0uMDQuNDM4LS4xODUuMDAyLS4wOS0uMDY1LS4yOTYtLjE1LS41NGwtLjI5LS44NmgtMS42OGwtLjIzMy43NjhjLS4wOC4yNi0uMTcuNDYtLjE2Ny41ODMgMCAuMTg4LjI4NS4yMzQuNTM2LjIzNGguMTE3VjYyLjcxMmwtLjAzNC0uMDA0Yy0uMzA1LS4wMTMtLjYxNi0uMDI4LS45Mi0uMDI4LS4yNzIgMC0uNTQ1LjAxNi0uODIuMDI4bC0uMDMzLjAwNFY2Mi40MTRIODYuODY1Yy4yODUtLjAwMi41MjItLjE2My42MzQtLjQ3bDEuMjE3LTMuNDk1Yy4wOTgtLjI4My4yMzUtLjY2Mi4zLS45NjYuMjQyLS4wODMuNTQ4LS4yMzQuNjk1LS4zMjcuMDItLjAwOC4wNC0uMDE3LjA3LS4wMTcuMDIyLS4wMDIuMDYuMDAzLjA4NS4wNDYuMDIuMDU4LjA0NC4xMy4wNy4xOWwxLjM5OCAzLjk4Yy4wOTIuMjY2LjE4NC41NS4yOC43NzQuMDkzLjIuMjMuMjguNDcyLjI4MmguMDhWNjIuNzFsLS4wMzMtLjAwMnpNOTQuMDUzIDYxLjkzYzAgLjMwOC4yMTMuMzk3LjQ1Ni40My4zMS4wMjIuNjUzLjAyMiAxLjAwNi0uMDIuMzItLjAzNy41OTItLjIyLjczLS40MS4xMi0uMTY3LjE4OC0uMzguMjM0LS41NDhoLjIyYy0uMDgyLjQzNS0uMTkuODYyLS4yOCAxLjI5Ni0uNjcgMC0xLjM0LS4wMy0yLjAxLS4wMy0uNjcgMC0xLjMzOC4wMy0yLjAxLjAzdi0uMjNoLjEwNWMuMjc1IDAgLjU3Mi0uMDM3LjU3Mi0uNTF2LTMuOTFjMC0uMzk2LS4yOTctLjQzNi0uNTcyLS40MzZIOTIuNHYtLjIyOGMuNDA0IDAgLjguMDMgMS4yMDQuMDMuMzkgMCAuNzY4LS4wMyAxLjE1Ni0uMDN2LjIyOGgtLjE5Yy0uMjg4IDAtLjUxOC4wMDgtLjUxOC40MTJ2My45Mjd6Ii8+PHBhdGggZD0iTTk2LjM5MyA2Mi42NDNjLjA4OC0uNDEuMTg4LS44MTYuMjctMS4yMjdoLS4xNThjLS4wNDYuMTY1LS4xMTUuMzctLjIzMi41MzYtLjE0NC4xOTUtLjQyNS4zODItLjc1Ni40MjMtLjIuMDItLjM5NS4wMy0uNTgyLjAzLS4xNDcgMC0uMjktLjAwNi0uNDMtLjAxNi0uMjQ4LS4wMjgtLjQ4Ny0uMTM0LS40ODUtLjQ2di0zLjkyN2MwLS40MjUuMjY4LS40NDQuNTUtLjQ0NGguMTU4di0uMTY0Yy0uMzc1IDAtLjc0My4wMy0xLjEyMi4wMy0uMzk2IDAtLjc4LS4wMy0xLjE3Mi0uMDN2LjE2M2guMDczYy4yNyAwIC42MDYuMDQ2LjYwNi40NjZ2My45MTJjMCAuNDkyLS4zMy41NDMtLjYwNi41NDNoLS4wNzN2LjE2MmMuNjYgMCAxLjMxNy0uMDMgMS45OC0uMDMuNjYgMCAxLjMyLjAzIDEuOTguMDNtLjAyNy4wNjZjLS42NyAwLTEuMzQtLjAyOC0yLjAxLS4wMjgtLjY3IDAtMS4zMzguMDI4LTIuMDEyLjAyOGgtLjAzVjYyLjQxNGguMTM3Yy4yNzUtLjAwNi41MzYtLjAyNS41MzgtLjQ3NnYtMy45MTJjLS4wMDItLjM3LS4yNi0uMzk2LS41MzgtLjRoLS4xMzhWNTcuMzNoLjAzYy40MDYgMCAuODAzLjAyNyAxLjIwNi4wMjcuMzg3IDAgLjc2NS0uMDI4IDEuMTU2LS4wMjhoLjAzVjU3LjYyNGgtLjIyMmMtLjI5My4wMS0uNDgtLjAwNS0uNDg0LjM4djMuOTI3Yy4wMDIuMjg0LjE5LjM2LjQyNi4zOTUuMTM0LjAxLjI3NS4wMTUuNDIzLjAxNS4xODYgMCAuMzgtLjAwOC41NzYtLjAyOC4zMS0uMDM4LjU3Ny0uMjE3LjcwNi0uNC4xMTgtLjE2LjE4NS0uMzcuMjMtLjUzNGwuMDA3LS4wMjVIOTYuNzRsLS4wMDYuMDRjLS4wODguNDM0LS4xOS44Ni0uMjg1IDEuMjkzbC0uMDA3LjAyNGgtLjAyMnoiLz48L2c+PC9zdmc+)}.wc-block-checkout__payment-method div#square-credit-card .card-type-maestro #square-credit-card-sq-card-number{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik0xMjggNzUuNzM0YzAgMi4zNTYtMS45MSA0LjI2Ni00LjI2NiA0LjI2Nkg0LjI2OEMxLjkwOCA4MCAwIDc4LjA5IDAgNzUuNzM0VjQuMjdDMCAxLjkxIDEuOTEgMCA0LjI2OCAwaDExOS40NjdDMTI2LjA5IDAgMTI4IDEuOTEgMTI4IDQuMjd2NzEuNDY0eiIgZmlsbD0iIzE0NDc3QyIvPjxwYXRoIGZpbGw9IiNFQjIyMzAiIGQ9Ik03OS4yMzUgNjIuOTc1bDEuMTg3LS4wMzIgMS4xNy0uMDkgMS4xNDctLjE0NCAxLjEzMi0uMjA1IDEuMTE2LS4yNTUgMS4wOTQtLjMxIDEuMDY2LS4zNjIgMS4wNS0uNDE2IDEuMDItLjQ2Ljk4OC0uNTA3Ljk2NS0uNTUuOTMyLS42MDQuOTA0LS42NC44Ny0uNjguODM2LS43MjQuOC0uNzY0Ljc1NS0uOC43MjUtLjgzOC42OS0uODY4LjY0LS45LjU5Ni0uOTM0LjU1LS45NjcuNTE0LS45OS40Ni0xLjAxOC40MS0xLjA1LjM2Mi0xLjA2NC4zMS0xLjA5NC4yNTQtMS4xMS4yMDUtMS4xNC4xNDQtMS4xNS4wOS0xLjE3LjAzMi0xLjE4NS0uMDMzLTEuMTc3LS4wOS0xLjE2NC0uMTQ0LTEuMTQtLjIwNS0xLjEzLS4yNTUtMS4xMDQtLjMxLTEuMDg2LS4zNi0xLjA2NS0uNDEtMS4wNDMtLjQ2LTEuMDEtLjUxNS0uOTktLjU1LS45Ni0uNTk2LS45MzctLjY0LS44OTYtLjY5LS44Ny0uNzI1LS44My0uNzU1LS44LS44LS43NTUtLjgzNy0uNzI3LS44Ny0uNjgtLjkwMy0uNjQtLjkzLS41OTYtLjk2Ni0uNTUtLjk4OC0uNTE1LTEuMDItLjQ2LTEuMDUtLjQxLTEuMDY2LS4zNjItMS4wOTQtLjMxLTEuMTE2LS4yNTUtMS4xMzMtLjIwNC0xLjE0OC0uMTQzLTEuMTctLjA5LTEuMTg3LS4wMy0xLjE4NS4wMy0xLjE3LjA5LTEuMTQ3LjE0NC0xLjEzMy4yMDUtMS4xMTcuMjU2LTEuMDg4LjMxLTEuMDcyLjM2My0xLjA0LjQwOC0xLjAyLjQ2Mi0uOTg4LjUxNC0uOTYuNTUtLjkzNy41OTYtLjg5OC42NDItLjg2OC42OC0uODMuNzI1LS43OTUuNzU0LS43Ni44LS43MjQuODMtLjY4Ljg3LS42NDIuODk2LS41OTcuOTM3LS41NS45Ni0uNTA3Ljk5LS40NTQgMS4wMS0uNDEyIDEuMDQyLS4zNjMgMS4wNjQtLjMwMyAxLjA4Ni0uMjU3IDEuMTAzLS4yIDEuMTMyLS4xNDcgMS4xNC0uMDkgMS4xNjMtLjAzIDEuMTc3LjAzIDEuMTg2LjA5IDEuMTcuMTQ2IDEuMTUuMiAxLjE0LjI1OCAxLjExLjMwMyAxLjA5My4zNjMgMS4wNjQuNDEyIDEuMDUuNDU0IDEuMDIuNTA3Ljk4OC41NS45NjcuNTk4LjkzNS42NDMuOS42OC44NjcuNzIzLjgzOC43Ni44Ljc5Ni43NjQuODMuNzI0Ljg2OC42OC44OTguNjQuOTM2LjYwNC45Ni41NS45ODguNTA3IDEuMDIuNDYyIDEuMDQuNDE2IDEuMDczLjM2IDEuMDg4LjMxMiAxLjExNy4yNTUgMS4xMzMuMjA0IDEuMTQ3LjE0NCAxLjE3LjA5Ii8+PHBhdGggZmlsbD0iIzBCODRDNCIgZD0iTTQ4Ljc2NSA2Mi45NzVsMS4xODUtLjAzMiAxLjE3LS4wOSAxLjE1LS4xNDQgMS4xMy0uMjA1IDEuMTItLjI1NSAxLjA4NC0uMzEgMS4wNzUtLjM2MiAxLjA0LS40MTYgMS4wMTgtLjQ2Ljk5LS41MDcuOTU3LS41NS45MzctLjYwNC45LS42NC44NjYtLjY4LjgzMi0uNzI0LjgtLjc2NC43NTMtLjguNzI2LS44MzguNjgtLjg2OC42NC0uOS42LS45MzQuNTUtLjk2Ny41MDYtLjk5LjQ1OC0xLjAxOC40MDgtMS4wNS4zNi0xLjA2NC4zMDQtMS4wOTQuMjYtMS4xMS4yMDMtMS4xNC4xNC0xLjE1LjA5LTEuMTcuMDMtMS4xODUtLjAzLTEuMTc3LS4wOS0xLjE2NC0uMTQtMS4xNC0uMjA1LTEuMTMtLjI2LTEuMTA0LS4zMDItMS4wODYtLjM2LTEuMDY1LS40MS0xLjA0My0uNDU3LTEuMDEtLjUwNy0uOTktLjU1LS45Ni0uNi0uOTM3LS42NC0uODk2LS42OC0uODctLjcyNy0uODMtLjc1NC0uOC0uOC0uNzU1LS44MzItLjcyNy0uODY3LS42OC0uODk4LS42NC0uOTM3LS41OTYtLjk1OC0uNTUtLjk5LS41MTUtMS4wMTctLjQ2LTEuMDQtLjQxLTEuMDc2LS4zNjItMS4wODUtLjMxLTEuMTItLjI1NS0xLjEzLS4yMDQtMS4xNS0uMTQzLTEuMTctLjA5LTEuMTg1LS4wMy0xLjE4NS4wMy0xLjE3LjA5LTEuMTQ3LjE0NC0xLjEzMy4yMDUtMS4xMTguMjU2LTEuMDk0LjMxLTEuMDY1LjM2My0xLjA1LjQwOC0xLjAyLjQ2Mi0uOTg3LjUxNC0uOTY3LjU1LS45My41OTYtLjkwNi42NDItLjg2Ny42OC0uODQuNzI1LS43OTMuNzU0LS43Ni44LS43MjYuODMtLjY4Ny44Ny0uNjQuODk2LS41OTYuOTM3LS41NTIuOTYtLjUxNC45OS0uNDYgMS4wMS0uNDA4IDEuMDQyLS4zNjIgMS4wNjQtLjMxIDEuMDg2LS4yNTYgMS4xMDMtLjIwMyAxLjEzMi0uMTQ1IDEuMTQtLjA5MiAxLjE2My0uMDMgMS4xNzcuMDMgMS4xODYuMDkyIDEuMTcuMTQ0IDEuMTUuMjAyIDEuMTQuMjU2IDEuMTEuMzEgMS4wOTMuMzYyIDEuMDY0LjQwOCAxLjA1LjQ2IDEuMDIuNTE0Ljk4OC41NTIuOTY3LjU5Ni45MzUuNjQuOS42ODguODY3LjcyNS44MzguNzYuOC43OTQuNzY0Ljg0LjcyNC44NjcuNjguOTA2LjY0LjkzLjYwNC45NjYuNTUuOTg4LjUwNyAxLjAyLjQ2MiAxLjA1LjQxNiAxLjA2NC4zNiAxLjA5NC4zMTIgMS4xMTguMjU1IDEuMTMzLjIwNCAxLjE0Ny4xNDQgMS4xNy4wOSIvPjxwYXRoIGZpbGw9IiNFQjIyMzAiIGQ9Ik02MS4xNyAyNS43NzdoMTEuNjQ3di0xLjI4M0g2Mi4yOTRNNTkuMzQyIDI4LjQ5NWgxMy40NzVWMjcuMjJoLTEyLjY2TTU3Ljk3NSAzMS4yNmgxNC44NDJ2LTEuMjg1SDU4LjYwMk01Ny4wODYgMzMuOTc3aDE1LjczVjMyLjdINTcuNDhNNTYuNTA0IDM2LjcwMmgxNi4zMTN2LTEuMjg1aC0xNi4wOE01Ni4zODIgNDEuOThoMTYuNDM1di0xLjI4Nkg1Ni4yN001Ni43NzYgNDQuODU1aDE2LjA0di0xLjI4M0g1Ni41NDNNNTcuNTU0IDQ3LjE4OGgxNS4yNjN2LTEuMjgzSDU3LjE2TTU4LjcxNCA1MC4wMjZoMTQuMTAzdi0xLjI4M2gtMTQuNzJNNjAuMzUyIDUyLjkwM2gxMi40NjVWNTEuNjJINTkuNDkzTTYyLjQwNyA1NS42NjVoMTAuM3YtMS4yODJINjEuMjgyIi8+PGcgZmlsbD0iI0VCMjIzMCI+PHBhdGggZD0iTTk4LjQ2NiA1NC4wNjZsLjA2Ny0uMjA0LjExMy0uMTg4LjE0NC0uMTY3LjE2Ni0uMTM3LjE4OC0uMTA1LjIwNS0uMDY4LjIxNy0uMDIyLjIyNi4wMjIuMjEzLjA2OC4xODcuMTA1LjE2Ni4xMzcuMTM0LjE2Ny4xMDguMTg4LjA2OC4yMDRoLS4yMzRsLS4wNDctLjE0My0uMDgyLS4xNi0uMTA3LS4xMzUtLjEyOC0uMTA3LS4xNS0uMDgtLjE3NS0uMDUzLS4xOC0uMDE3LS4xOC4wMTctLjE3NC4wNTItLjE1Mi4wOC0uMTM2LjEwOC0uMTA0LjEzNi0uMDg0LjE2LS4wNDYuMTQyIi8+PHBhdGggZD0iTTk5LjE3NSA1NC4wNjZ2LS4yNzJoLjQyOGwuMS4wMDcuMDg0LjAxLjA3NS4wMjMuMDYuMDMuMDQ3LjAzNi4wMzYuMDQ0LjAyMi4wNTMuMDA2LjA3aC0uMTk1bC0uMDEtLjA0LS4wMTMtLjAzLS4wMjQtLjAzLS4wMy0uMDIzLS4wMzctLjAxNC0uMDM3LS4wMDctLjA0LS4wMDhoLS4yNzd2LjE1TTk4LjQ1IDU0LjI2M2wuMDE2LS4xOXYtLjAwN2guMjI0bC0uMDA3LjAzOC0uMDE0LjE2Ii8+PHBhdGggZD0iTTk5LjE3NSA1NC4yNjN2LS4xOTdoLjE5N3YuMTU4aC4zMjNsLjA0NC0uMDA3LjAzNy0uMDE2LjAyNC0uMDE0LjAyNS0uMDMuMDE0LS4wMzd2LS4wNTRoLjE5NGwtLjAwNi4wNjgtLjAxMy4wNi0uMDI1LjA0NS0uMDIuMDIzTTEwMC40NiA1NC4yNjNsLS4wMTgtLjE2LS4wMDYtLjAzN2guMjM0di4wMDdsLjAyLjE5TTk4LjQ1IDU0LjI2M2wtLjAwNy4wMzcuMDIzLjIyNS4wNjcuMjEzLjExMy4xOC4xNDQuMTY3LjE2Ni4xMjcuMTg4LjEuMjA1LjA2LjIxNy4wMjMuMjI2LS4wMjMuMjEzLS4wNi4xODctLjEuMTY2LS4xMjcuMTM0LS4xNjYuMTA4LS4xODIuMDY4LS4yMTMuMDItLjIyNXYtLjAzN2gtLjIzdi4wMzdsLS4wMTguMTk3LS4wNTMuMTgtLjA4Mi4xNi0uMTA3LjEzNS0uMTI4LjExMy0uMTUuMDgzLS4xNzUuMDUyLS4xOC4wMTYtLjE4LS4wMTYtLjE3NC0uMDUyLS4xNTItLjA4My0uMTM2LS4xMTMtLjEwNC0uMTM2LS4wODQtLjE2LS4wNTMtLjE4LS4wMTQtLjE5NnYtLjAzNyIvPjxwYXRoIGQ9Ik05OS4xNzUgNTQuMjYzdi40NjZoLjE5N3YtLjM4NWguMTk1bC4yMzQuMzg0SDEwMGwtLjI4LS4zODUuMDctLjAwOC4wNjYtLjAwOC4wNTItLjAyMi4wNDYtLjAzLjAxNy0uMDE1Ii8+PC9nPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik03NC4yNiAzOC4wMjNsLS4xNS0uMDA3LS4xNTItLjAxNi0uMTM2LS4wMjItLjEzNi0uMDE0LS4xMzUtLjAyNS0uMTM0LS4wMjItLjE0NC0uMDIzLS4xNS0uMDIzLS4xNi0uMDE3LS4xNjYtLjAxNC0uMTktLjAxNC0uMjAzLS4wMDhoLS4yMjVsLS4yNS4wMDgtLjI4LjAxNS0uMy4wMjQtLjIxOC4wMy0uMjA2LjA0NS0uMTkuMDYtLjE2Ny4wNy0uMTUuMDgtLjEzNS4wOTItLjExMy4xMDYtLjA5LjEwNS0uMDcuMTItLjA0Ni4xMy0uMDIzLjEyN3YuMTM2bC4wMzQuMTQzLjA1LjE0My4wODMuMTQzLjEwOC4xNDQuMjE3LjE5Ny4yNTYuMTYuMzA0LjEzNC4zMjQuMTE0LjM0LjExNC4zNTUuMTEzLjM2My4xMy4zNDcuMTUuMzI1LjE4Mi4zMDguMjIuMjcyLjI3OC4yMjcuMzMyLjE3My40MDcuMTE3LjQ4NC4wMzcuNTcyLS4wMzguNjgtLjA4NC41MDYtLjEzOC40NTItLjE3NC40MS0uMjE3LjM2LS4yNTguMzE4LS4yOC4yNy0uMzEuMjM1LS4zMzIuMjA1LS4zNDcuMTY2LS4zNjMuMTM1LS4zNy4xMTQtLjM3LjA4My0uMzcuMDYtLjM2LjAzOC0uMzQ4LjAyMi0uMzQuMDA4aC0uNDY3bC0uNDI1LS4wMDgtLjM4NS0uMDA3LS4zNTQtLjAwNy0uMzIyLS4wMTUtLjI5LS4wMTUtLjI3Mi0uMDItLjI0LS4wMzMtLjIyNy0uMDMtLjIxLS4wMzctLjItLjAzOC0uMTk2LS4wNTMtLjE3OC0uMDUzLS4xODQtLjA1Mi0uMTgtLjA3LS4xOS0uMDY2LjQ2OC0yLjM3LjEwOC4wMjMuMTI3LjAzNi4xNTguMDQuMTczLjA0NC4yMDUuMDQuMjI3LjA1My4yNDMuMDQzLjI1NS4wNDYuMjczLjA0LjI4Ny4wMzYuMjkzLjAzLjMxLjAzLjMxLjAxNS4zMTcuMDA3aC4zMTdsLjMyNS0uMDE1LjMwMy0uMDUzLjI0Ny0uMDgyLjE5LS4xMjIuMTUtLjEzNS4xMTQtLjE2LjA4NS0uMTY1LjA2Ni0uMTY2LjA0Ny0uMTY3LjAyMy0uMTczLS4wMDgtLjE1My0uMDM3LS4xNDItLjA2LS4xMi0uMDg0LS4xMi0uMTA1LS4xMDgtLjEyNy0uMDk4LS4xNDMtLjA5LS4xNi0uMDgyLS4xNzMtLjA4NC0uMTktLjA4My0uMTk1LS4wNzUtLjE5NS0uMDc2LS4yMTMtLjA4My0uMjEtLjA4NC0uMjItLjA5LS4yMTItLjA5LS4yMTMtLjEtLjIxLS4xMTItLjIwNC0uMTIyLS4xOTYtLjEyOC0uMTgtLjE0NC0uMTc1LS4xNjYtLjE2LS4xNzMtLjE0NC0uMTk3LS4xMjgtLjIxMi0uMTA2LS4yMzItLjA5LS4yNS0uMDYtLjI4LS4wMzctLjMwMi0uMDA4LS4zMy4wMjQtLjM1Ny4wMi0uMjE4LjAzMy0uMjEyLjAzLS4yMDMuMDQ1LS4xOTcuMDQ0LS4xOS4wNTQtLjE4Ny4wNjgtLjE3NC4wNy0uMTczLjA4LS4xNi4wODMtLjE1Ni4xLS4xNDUuMTA2LS4xNDMuMTEzLS4xMzcuMTIyLS4xMjguMTI3LS4xMi4xNDItLjExNC4xNS0uMTA2LjE2LS4wOTcuMTc0LS4wOS4xODMtLjA5Mi4xOS0uMDc2LjIwMi0uMDc1LjIxLS4wNi4yMjctLjA2LjI0My0uMDU0LjI1LS4wNDQuMjU2LS4wMzguMjcyLS4wMy4yODgtLjAyNC4zLS4wMTQuMzEtLjAxNWguNzI2bC4zNjIuMDA2LjMyNC4wMDguMzAzLjAxNC4yNjMuMDE3LjI0Mi4wMTIuMjE4LjAyNC4xOS4wMTQuMTc0LjAyNC4xNS4wMjIuMTQ1LjAxNC4xMi4wMjMuMTA3LjAxNi4wOTYuMDE0LjA5LjAxNC4wODMuMDEiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iLjIxNSIgZD0iTTc0LjI2IDM4LjAyM2wtLjE1LS4wMDctLjE1Mi0uMDE2LS4xMzYtLjAyMi0uMTM2LS4wMTQtLjEzNS0uMDI1LS4xMzQtLjAyMi0uMTQ0LS4wMjMtLjE1LS4wMjMtLjE2LS4wMTctLjE2Ni0uMDE0LS4xOS0uMDE0LS4yMDMtLjAwOGgtLjIyNWwtLjI1LjAwOC0uMjguMDE1LS4zLjAyNC0uMjE4LjAzLS4yMDYuMDQ1LS4xOS4wNi0uMTY3LjA3LS4xNS4wOC0uMTM1LjA5Mi0uMTEzLjEwNi0uMDkuMTA1LS4wNy4xMi0uMDQ2LjEzLS4wMjMuMTI3di4xMzZsLjAzNC4xNDMuMDUuMTQzLjA4My4xNDMuMTA4LjE0NC4yMTcuMTk3LjI1Ni4xNi4zMDQuMTM0LjMyNC4xMTQuMzQuMTE0LjM1NS4xMTMuMzYzLjEzLjM0Ny4xNS4zMjUuMTgyLjMwOC4yMi4yNzIuMjc4LjIyNy4zMzIuMTczLjQwNy4xMTcuNDg0LjAzNy41NzItLjAzOC42OC0uMDg0LjUwNi0uMTM4LjQ1Mi0uMTc0LjQxLS4yMTcuMzYtLjI1OC4zMTgtLjI4LjI3LS4zMS4yMzUtLjMzMi4yMDUtLjM0Ny4xNjYtLjM2My4xMzUtLjM3LjExNC0uMzcuMDgzLS4zNy4wNi0uMzYuMDM4LS4zNDguMDIyLS4zNC4wMDhoLS40NjdsLS40MjUtLjAwOC0uMzg1LS4wMDctLjM1NC0uMDA3LS4zMjItLjAxNS0uMjktLjAxNS0uMjcyLS4wMi0uMjQtLjAzMy0uMjI3LS4wMy0uMjEtLjAzNy0uMi0uMDM4LS4xOTYtLjA1My0uMTc4LS4wNTMtLjE4NC0uMDUyLS4xOC0uMDctLjE5LS4wNjYuNDY4LTIuMzcuMTA4LjAyMy4xMjcuMDM2LjE1OC4wNC4xNzMuMDQ0LjIwNS4wNC4yMjcuMDUzLjI0My4wNDMuMjU1LjA0Ni4yNzMuMDQuMjg3LjAzNi4yOTMuMDMuMzEuMDMuMzEuMDE1LjMxNy4wMDdoLjMxN2wuMzI1LS4wMTUuMzAzLS4wNTMuMjQ3LS4wODIuMTktLjEyMi4xNS0uMTM1LjExNC0uMTYuMDg1LS4xNjUuMDY2LS4xNjYuMDQ3LS4xNjcuMDIzLS4xNzMtLjAwOC0uMTUzLS4wMzctLjE0Mi0uMDYtLjEyLS4wODQtLjEyLS4xMDUtLjEwOC0uMTI3LS4wOTgtLjE0My0uMDktLjE2LS4wODItLjE3My0uMDg0LS4xOS0uMDgzLS4xOTUtLjA3NS0uMTk1LS4wNzYtLjIxMy0uMDgzLS4yMS0uMDg0LS4yMi0uMDktLjIxMi0uMDktLjIxMy0uMS0uMjEtLjExMi0uMjA0LS4xMjItLjE5Ni0uMTI4LS4xOC0uMTQ0LS4xNzUtLjE2Ni0uMTYtLjE3My0uMTQ0LS4xOTctLjEyOC0uMjEyLS4xMDYtLjIzMi0uMDktLjI1LS4wNi0uMjgtLjAzNy0uMzAyLS4wMDgtLjMzLjAyNC0uMzU3LjAyLS4yMTguMDMzLS4yMTIuMDMtLjIwMy4wNDUtLjE5Ny4wNDQtLjE5LjA1NC0uMTg3LjA2OC0uMTc0LjA3LS4xNzMuMDgtLjE2LjA4My0uMTU2LjEtLjE0NS4xMDYtLjE0My4xMTMtLjEzNy4xMjItLjEyOC4xMjctLjEyLjE0Mi0uMTE0LjE1LS4xMDYuMTYtLjA5Ny4xNzQtLjA5LjE4My0uMDkyLjE5LS4wNzYuMjAyLS4wNzUuMjEtLjA2LjIyNy0uMDYuMjQzLS4wNTQuMjUtLjA0NC4yNTYtLjAzOC4yNzItLjAzLjI4OC0uMDI0LjMtLjAxNC4zMS0uMDE1aC43MjZsLjM2Mi4wMDYuMzI0LjAwOC4zMDMuMDE0LjI2My4wMTcuMjQyLjAxMi4yMTguMDI0LjE5LjAxNC4xNzQuMDI0LjE1LjAyMi4xNDUuMDE0LjEyLjAyMy4xMDcuMDE2LjA5Ni4wMTQuMDkuMDE0LjA4My4wMS0uNTQyIDIuNDQ1Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTc2Ljc0NCAzMi45NzJoMy4wMzVsLS40NyAyLjY0M2gxLjg2N2wtLjQyMiAyLjQwOC0xLjkxMi0uMDQtMS4wMDIgNi4wMi0uMDE2LjEyN3YuMTEzbC4wMTcuMS4wMy4wOS4wNDQuMDc2LjA1Mi4wNzMuMDcuMDYyLjA3NS4wNDMuMDkuMDQ2LjA5My4wMzguMTAzLjAzLjEwNi4wMTYuMTI0LjAyMi4xMi4wMDguMTI3LjAwN2guMzdsLjIxMi0uMDE1LjE5NS0uMDMuMTY3LS4wMzguMTI4LS4wMzguMDk4LS4wMzguMDYtLjAzLjAyNC0uMDA3LS4zMSAyLjA2LS4wNzcuMDQ2LS4wODIuMDM3LS4wODQuMDM4LS4wOC4wNC0uMDgzLjAzLS4wOTMuMDI4LS4wODguMDMtLjEwOC4wMy0uMTA1LjAzLS4xMTUuMDI1LS4xMjcuMDItLjEzNS4wMjMtLjE0NC4wMjQtLjE1LjAyMi0uMTczLjAyNC0uMTgzLjAyMmgtLjgxNWwtLjQzLS4wMy0uMzg2LS4wNDQtLjM0LS4wNi0uMjk0LS4wODUtLjI1LS4wOS0uMjEtLjExNC0uMTc2LS4xMjgtLjE0Mi0uMTQ1LS4xMTMtLjE1OC0uMDg0LS4xNzUtLjA1LS4xODgtLjAzLS4yMS0uMDEtLjIyLjAxLS4yNDIuMDItLjI1LjA0LS4yNyIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIuMjE1IiBkPSJNNzYuNzQ0IDMyLjk3MmgzLjAzNWwtLjQ3IDIuNjQzaDEuODY3bC0uNDIyIDIuNDA4LTEuOTEyLS4wNC0xLjAwMiA2LjAyLS4wMTYuMTI3di4xMTNsLjAxNy4xLjAzLjA5LjA0NC4wNzYuMDUyLjA3My4wNy4wNjIuMDc1LjA0My4wOS4wNDYuMDkzLjAzOC4xMDMuMDMuMTA2LjAxNi4xMjQuMDIyLjEyLjAwOC4xMjcuMDA3aC4zN2wuMjEyLS4wMTUuMTk1LS4wMy4xNjctLjAzOC4xMjgtLjAzOC4wOTgtLjAzOC4wNi0uMDMuMDI0LS4wMDctLjMxIDIuMDYtLjA3Ny4wNDYtLjA4Mi4wMzctLjA4NC4wMzgtLjA4LjA0LS4wODMuMDMtLjA5My4wMjgtLjA4OC4wMy0uMTA4LjAzLS4xMDUuMDMtLjExNS4wMjUtLjEyNy4wMi0uMTM1LjAyMy0uMTQ0LjAyNC0uMTUuMDIyLS4xNzMuMDI0LS4xODMuMDIyaC0uODE1bC0uNDMtLjAzLS4zODYtLjA0NC0uMzQtLjA2LS4yOTQtLjA4NS0uMjUtLjA5LS4yMS0uMTE0LS4xNzYtLjEyOC0uMTQyLS4xNDUtLjExMy0uMTU4LS4wODQtLjE3NS0uMDUtLjE4OC0uMDMtLjIxLS4wMS0uMjIuMDEtLjI0Mi4wMi0uMjUuMDQtLjI3IDIuMDE0LTExLjgwOCIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik01OC4yOTQgNDIuMTM3bC0uMDM4LjE5LS4wMDguMTg4LjAxNi4yMDQuMDQ2LjE5NC4wNTcuMjA2LjA5Mi4yMDMuMTA0LjE5Ni4xMy4xODguMTQyLjE4LjE2Ny4xNzUuMTcyLjE1LjE5LjE0NC4yMDIuMTIuMjEzLjEuMjI4LjA3My4yMjUuMDU0LjI3LjAzOC4yNzQuMDM3LjI4LjAzLjI3OC4wMTUuMjg3LjAwN2guMjhsLjI5NC0uMDE0LjI4Ny0uMDI0LjI5My0uMDQ0LjMwMy0uMDU0LjMtLjA3NS4zMDMtLjA5Ny4zLS4xMTQuMzItLjEzNy4zMS0uMTY1LjMxNi0uMTgtLjQ3IDIuNjc4LS4xNzMuMDktLjE3NC4wODQtLjE2LjA3LS4xNjQuMDYtLjE3LjA2LS4xNjIuMDQ1LS4xNzYuMDM4LS4xODcuMDM3LS4xOTYuMDI0LS4yMTIuMDItLjIzNS4wMjQtLjI1LjAwOC0uMjcuMDE0aC0uMzAzbC0uMzMzLjAwOGgtLjYyNWwtLjI3NC0uMDE1LS4yNjItLjAxNS0uMjc0LS4wMy0uMjgtLjAzOC0uMjctLjA0Ni0uMjctLjA2LS4yNzMtLjA2LS4yNjctLjA4My0uMjYzLS4wODMtLjI1OC0uMDk4LS4yNTUtLjExMy0uMjUtLjEzLS4yNC0uMTM2LS4yMy0uMTQ4LS4yMjQtLjE2Ny0uMjEyLS4xOC0uMjAyLS4xOTgtLjE5Ny0uMjEtLjE3My0uMjMtLjE2NS0uMjQ4LS4xNS0uMjU1LS4xMzctLjI4LS4xMi0uMjk3LS4xMDgtLjMxNC0uMDgtLjMzMy0uMDctLjM0Ni0uMDQ1LS4zNzgtLjAzLS4zOTN2LS40MDdsLjAxNi0uNDM4LjAzNi0uNDU0LjAyMi0uMTU3LjAyNC0uMTgyLjAzLS4xODMuMDM4LS4xOTUuMDM4LS4yMDMuMDUyLS4yMS4wNi0uMjIuMDYyLS4yMjYuMDc1LS4yMzYuMDg0LS4yMjYuMDk3LS4yMzUuMTA1LS4yMy4xMi0uMjM1LjEzLS4yMzYuMTQzLS4yMzMuMTUtLjIyNy4xNzMtLjIxOC4xOC0uMjIuMi0uMjEyLjIxNy0uMTk2LjIyOC0uMTk3LjI1LS4xOC4yNjItLjE2Ny4yODctLjE1OC4zMDMtLjEzNi4zMjUtLjEzLjM0LS4xMS4zNi0uMDkyLjM4Ni0uMDc1LjQxLS4wNTQuNDIyLS4wMy40NTItLjAxNWguMjFsLjIxMy4wMTYuMjE4LjAxNC4yMi4wMjQuMjIuMDMuMjI2LjA0NC4yMTguMDUzLjIyLjA2LjIyLjA3LjIxNy4wODMuMjEuMDkuMjA3LjEwOC4xOTUuMTIuMTk3LjEyOC4xOC4xNTIuMTgyLjE1Ny4xNjMuMTc1LjE2LjE5LjE0My4yMS4xMy4yMi4xMi4yNC4xMDguMjU2LjA5LjI4LjA2Ny4yOTUuMDYuMzE4LjAzOC4zMy4wMTYuMzU2di4zNzhsLS4wMjMuNC0uMDM2LjQyMy0uMDY4LjQ0Ni0uMDkzLjQ3LS4xMjIuNjYyaC03Ljg0MmwuNDY4LTIuMWg0LjcwNGwuMDIzLS4yODZ2LS4yNjZsLS4wMTctLjI0OC0uMDQ1LS4yMjctLjA2LS4yMDMtLjA3NS0uMTktLjA5OC0uMTY4LS4xMTQtLjE1LS4xMjctLjEzNy0uMTQzLS4xMTItLjE1LS4wOS0uMTYtLjA3Ni0uMTc0LS4wNi0uMTgtLjA0Ni0uMTktLjAyLS4xOTUtLjAxaC0uMjEzbC0uMTk1LjAzLS4xOTUuMDM3LS4xODQuMDYzLS4xNzMuMDgyLS4xNjUuMDk4LS4xNTcuMTEzLS4xNDUuMTMtLjEzNC4xNS0uMTIuMTYtLjExNS4xNzItLjEwNS4xOS0uMDkuMTk1LS4wNzcuMjEyLS4wNi4yMjYtLjA1NC4yMzQiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iLjIxNSIgZD0iTTU4LjI5NCA0Mi4xMzdsLS4wMzguMTktLjAwOC4xODguMDE2LjIwNC4wNDYuMTk0LjA1Ny4yMDYuMDkyLjIwMy4xMDQuMTk2LjEzLjE4OC4xNDIuMTguMTY3LjE3NS4xNzIuMTUuMTkuMTQ0LjIwMi4xMi4yMTMuMS4yMjguMDczLjIyNS4wNTQuMjcuMDM4LjI3NC4wMzcuMjguMDMuMjc4LjAxNS4yODcuMDA3aC4yOGwuMjk0LS4wMTQuMjg3LS4wMjQuMjkzLS4wNDQuMzAzLS4wNTQuMy0uMDc1LjMwMy0uMDk3LjMtLjExNC4zMi0uMTM3LjMxLS4xNjUuMzE2LS4xOC0uNDcgMi42NzgtLjE3My4wOS0uMTc0LjA4NC0uMTYuMDctLjE2NC4wNi0uMTcuMDYtLjE2Mi4wNDUtLjE3Ni4wMzgtLjE4Ny4wMzctLjE5Ni4wMjQtLjIxMi4wMi0uMjM1LjAyNC0uMjUuMDA4LS4yNy4wMTRoLS4zMDNsLS4zMzMuMDA4aC0uNjI1bC0uMjc0LS4wMTUtLjI2Mi0uMDE1LS4yNzQtLjAzLS4yOC0uMDM4LS4yNy0uMDQ2LS4yNy0uMDYtLjI3My0uMDYtLjI2Ny0uMDgzLS4yNjMtLjA4My0uMjU4LS4wOTgtLjI1NS0uMTEzLS4yNS0uMTMtLjI0LS4xMzYtLjIzLS4xNDgtLjIyNC0uMTY3LS4yMTItLjE4LS4yMDItLjE5OC0uMTk3LS4yMS0uMTczLS4yMy0uMTY1LS4yNDgtLjE1LS4yNTUtLjEzNy0uMjgtLjEyLS4yOTctLjEwOC0uMzE0LS4wOC0uMzMzLS4wNy0uMzQ2LS4wNDUtLjM3OC0uMDMtLjM5M3YtLjQwN2wuMDE2LS40MzguMDM2LS40NTQuMDIyLS4xNTcuMDI0LS4xODIuMDMtLjE4My4wMzgtLjE5NS4wMzgtLjIwMy4wNTItLjIxLjA2LS4yMi4wNjItLjIyNi4wNzUtLjIzNi4wODQtLjIyNi4wOTctLjIzNS4xMDUtLjIzLjEyLS4yMzUuMTMtLjIzNi4xNDMtLjIzMy4xNS0uMjI3LjE3My0uMjE4LjE4LS4yMi4yLS4yMTIuMjE3LS4xOTYuMjI4LS4xOTcuMjUtLjE4LjI2Mi0uMTY3LjI4Ny0uMTU4LjMwMy0uMTM2LjMyNS0uMTMuMzQtLjExLjM2LS4wOTIuMzg2LS4wNzUuNDEtLjA1NC40MjItLjAzLjQ1Mi0uMDE1aC4yMWwuMjEzLjAxNi4yMTguMDE0LjIyLjAyNC4yMi4wMy4yMjYuMDQ0LjIxOC4wNTMuMjIuMDYuMjIuMDcuMjE3LjA4My4yMS4wOS4yMDcuMTA4LjE5NS4xMi4xOTcuMTI4LjE4LjE1Mi4xODIuMTU3LjE2My4xNzUuMTYuMTkuMTQzLjIxLjEzLjIyLjEyLjI0LjEwOC4yNTYuMDkuMjguMDY3LjI5NS4wNi4zMTguMDM4LjMzLjAxNi4zNTZ2LjM3OGwtLjAyMy40LS4wMzYuNDIzLS4wNjguNDQ2LS4wOTMuNDctLjEyMi42NjJoLTcuODQybC40NjgtMi4xaDQuNzA0bC4wMjMtLjI4NnYtLjI2NmwtLjAxNy0uMjQ4LS4wNDUtLjIyNy0uMDYtLjIwMy0uMDc1LS4xOS0uMDk4LS4xNjgtLjExNC0uMTUtLjEyNy0uMTM3LS4xNDMtLjExMi0uMTUtLjA5LS4xNi0uMDc2LS4xNzQtLjA2LS4xOC0uMDQ2LS4xOS0uMDItLjE5NS0uMDFoLS4yMTNsLS4xOTUuMDMtLjE5NS4wMzctLjE4NC4wNjMtLjE3My4wODItLjE2NS4wOTgtLjE1Ny4xMTMtLjE0NS4xMy0uMTM0LjE1LS4xMi4xNi0uMTE1LjE3Mi0uMTA1LjE5LS4wOS4xOTUtLjA3Ny4yMTItLjA2LjIyNi0uMDU0LjIzNC0uNDIgMi4yNTciLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNNTQuMDk2IDQ0Ljc4bC0uNDMgMi40MDhoLTIuNzI4bC4wMy0uMjI2LjAzLS4yMjguMDMyLS4yMDIuMDMtLjE5LjAzLS4xNTguMDI0LS4xMzYuMDMtLjA5LjAzLS4wNTMtLjE0NC4xNjQtLjE4Mi4xNjYtLjIwMy4xNi0uMjM0LjE1LS4yNDcuMTQzLS4yNzIuMTM1LS4yODcuMTItLjI5NC4xMTUtLjMxLjA5OC0uMzE3LjA4My0uMzE3LjA2LS4zMi4wNDctLjMxNS4wMjItLjMxLjAwNy0uMy0uMDIyLS4yOTctLjA0Ni0uMzgzLS4wOTItLjMzOC0uMTIyLS4zMS0uMTQ0LS4yNzMtLjE1Ny0uMjQyLS4xNzMtLjIwMy0uMTk2LS4xODMtLjIwNS0uMTUyLS4yMjQtLjEyOC0uMjI3LS4xMDUtLjIzNy0uMDg0LS4yNC0uMDY4LS4yNS0uMDQ0LS4yNC0uMDI4LS4yNS0uMDE2LS4yNC0uMDA4LS4yMzcuMDMtLjQyLjA2Ny0uNC4xLS4zODguMTQ0LS4zNi4xNzItLjM0LjE5Ni0uMzE3LjIzNC0uMjkzLjI0OC0uMjguMjgtLjI1LjI5My0uMjE4LjMyLS4yMDUuMzMtLjE3NS4zNS0uMTUuMzU0LS4xMjIuMzYtLjA5LjM3LS4wNjhoLjAxNWwuMDU1LS4wMDcuMDgzLS4wMS4xMTItLjAxMy4xMy0uMDE1LjE0OC0uMDE1LjE2OC0uMDIzLjE4Mi0uMDE1LjE4LS4wMTUuMTgtLjAyMi4xOS0uMDE2LjE4My0uMDE1LjE2My0uMDE2LjE2LS4wMDguMTQzLS4wMDdoLjUwNmwuMTM1LjAwN2guMTNsLjEyLjAwN2guMjRsLjEwNy4wMDdoLjFsLjA4LjAwOGguMDc3bC4wNi4wMDdoLjA4NGwuMDIzLS4wNzQuMDUtLjE4Mi4wNC0uMjEzdi0uMTg3bC0uMDE1LS4xMzctLjAyNC0uMTMtLjAzNC0uMTItLjA1Mi0uMTEyLS4wNjItLjEwNy0uMDc0LS4wOTctLjA3OC0uMDktLjA5LS4wOS0uMDk3LS4wNzYtLjEtLjA2LS4xMTMtLjA2LS4xMS0uMDU0LS4xMjItLjAzNy0uMTMtLjAzMi0uMTI4LS4wMi0uMTI4LS4wMTctLjMxLS4wMDgtLjMyNC4wMDctLjM0LjAwNy0uMzQ2LjAyNC0uMzQ4LjAyMi0uMzQ3LjAzLS4zNS4wNC0uMzM3LjAzNi0uMzI2LjA1Mi0uMzA4LjA0NS0uMjguMDU0LS4yNjQuMDYtLjIzNC4wNi0uMTk3LjA2LS4xNTcuMDYyLS4xMTMuMDY1Ljc3Ny0yLjU2Ni4yMjgtLjEwNS4yNC0uMS4yNDItLjA4My4yNTctLjA2Ny4yNjUtLjA1My4yNy0uMDQ2LjI4Ny0uMDM4LjI5NS0uMDMuMy0uMDE0LjMxLS4wMTYuMzE3LS4wMDhoMS4wMjhsLjM2Mi4wMDguMzc2LjAwOC4zMS4wMy4zMjQuMDQ2LjM0LjA4My4zNC4wOTcuMzQuMTMuMzQuMTU3LjMxNy4xOC4zLjIxMi4yODIuMjQuMjQ2LjI2NS4yMTMuMjk1LjE2NS4zMjQuMTIuMzU2LjA3LjM4NS4wMDUuNDA2LS4wNi40NDYiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iLjIxNSIgZD0iTTU0LjA5NiA0NC43OGwtLjQzIDIuNDA4aC0yLjcyOGwuMDMtLjIyNi4wMy0uMjI4LjAzMi0uMjAyLjAzLS4xOS4wMy0uMTU4LjAyNC0uMTM2LjAzLS4wOS4wMy0uMDUzLS4xNDQuMTY0LS4xODIuMTY2LS4yMDMuMTYtLjIzNC4xNS0uMjQ3LjE0My0uMjcyLjEzNS0uMjg3LjEyLS4yOTQuMTE1LS4zMS4wOTgtLjMxNy4wODMtLjMxNy4wNi0uMzIuMDQ3LS4zMTUuMDIyLS4zMS4wMDctLjMtLjAyMi0uMjk3LS4wNDYtLjM4My0uMDkyLS4zMzgtLjEyMi0uMzEtLjE0NC0uMjczLS4xNTctLjI0Mi0uMTczLS4yMDMtLjE5Ni0uMTgzLS4yMDUtLjE1Mi0uMjI0LS4xMjgtLjIyNy0uMTA1LS4yMzctLjA4NC0uMjQtLjA2OC0uMjUtLjA0NC0uMjQtLjAyOC0uMjUtLjAxNi0uMjQtLjAwOC0uMjM3LjAzLS40Mi4wNjctLjQuMS0uMzg4LjE0NC0uMzYuMTcyLS4zNC4xOTYtLjMxNy4yMzQtLjI5My4yNDgtLjI4LjI4LS4yNS4yOTMtLjIxOC4zMi0uMjA1LjMzLS4xNzUuMzUtLjE1LjM1NC0uMTIyLjM2LS4wOS4zNy0uMDY4aC4wMTVsLjA1NS0uMDA3LjA4My0uMDEuMTEyLS4wMTMuMTMtLjAxNS4xNDgtLjAxNS4xNjgtLjAyMy4xODItLjAxNS4xOC0uMDE1LjE4LS4wMjIuMTktLjAxNi4xODMtLjAxNS4xNjMtLjAxNi4xNi0uMDA4LjE0My0uMDA3aC41MDZsLjEzNS4wMDdoLjEzbC4xMi4wMDdoLjI0bC4xMDcuMDA3aC4xbC4wOC4wMDhoLjA3N2wuMDYuMDA3aC4wODRsLjAyMy0uMDc0LjA1LS4xODIuMDQtLjIxM3YtLjE4N2wtLjAxNS0uMTM3LS4wMjQtLjEzLS4wMzQtLjEyLS4wNTItLjExMi0uMDYyLS4xMDctLjA3NC0uMDk3LS4wNzgtLjA5LS4wOS0uMDktLjA5Ny0uMDc2LS4xLS4wNi0uMTEzLS4wNi0uMTEtLjA1NC0uMTIyLS4wMzctLjEzLS4wMzItLjEyOC0uMDItLjEyOC0uMDE3LS4zMS0uMDA4LS4zMjQuMDA3LS4zNC4wMDctLjM0Ni4wMjQtLjM0OC4wMjItLjM0Ny4wMy0uMzUuMDQtLjMzNy4wMzYtLjMyNi4wNTItLjMwOC4wNDUtLjI4LjA1NC0uMjY0LjA2LS4yMzQuMDYtLjE5Ny4wNi0uMTU3LjA2Mi0uMTEzLjA2NS43NzctMi41NjYuMjI4LS4xMDUuMjQtLjEuMjQyLS4wODMuMjU3LS4wNjcuMjY1LS4wNTMuMjctLjA0Ni4yODctLjAzOC4yOTUtLjAzLjMtLjAxNC4zMS0uMDE2LjMxNy0uMDA4aDEuMDI4bC4zNjIuMDA4LjM3Ni4wMDguMzEuMDMuMzI0LjA0Ni4zNC4wODMuMzQuMDk3LjM0LjEzLjM0LjE1Ny4zMTcuMTguMy4yMTIuMjgyLjI0LjI0Ni4yNjUuMjEzLjI5NS4xNjUuMzI0LjEyLjM1Ni4wNy4zODUuMDA1LjQwNi0uMDYuNDQ2LTEuMTI0IDUuNjciLz48cGF0aCBmaWxsPSIjMEI4NEM0IiBkPSJNNTEuNDkgNDEuOTRsLS4wMDctLjA2LS4wNDYtLjA0Ni0uMDc2LS4wMzctLjA5NC0uMDIyLS4xMy0uMDE0LS4xMzctLjAwN2gtLjMyNGwtLjE3NC4wMTUtLjE4LjAyMi0uMTc1LjAyMi0uMTcyLjAzLS4xNjguMDMtLjE1OC4wMy0uMTM4LjAzNy0uMTIuMDQtLjA3LjAxNC0uMDkuMDMtLjExLjAzOC0uMTIyLjA1LS4xMjguMDU2LS4xNDUuMDY3LS4xNDQuMDgzLS4xNDQuMDg0LS4xNDIuMTA1LS4xMzguMTE0LS4xMjcuMTItLjExNC4xNC0uMTA3LjE0LS4wNzUuMTYtLjA2LjE3My0uMDM3LjE4LS4wMTQuMzcuMDUyLjI4Ny4wOS4yMjcuMTM3LjE2Ni4xNjUuMTEzLjE3NC4wNzYuMTkuMDM4LjE4LjAwOC4zMzQtLjAwOC4yOTMtLjAzLjI4LS4wNTMuMjUtLjA2OC4yMjYtLjA3Ny4yMDMtLjA5LjE4LS4xMDUuMTU4LS4xMTUuMTQ0LS4xMTMuMTI0LS4xMjguMTAzLS4xMi4wOS0uMTMuMDc2LS4xMjYuMDYtLjEyMy4wNDQtLjEyLjA0LS4xMTMuMDM4LS4xNjYuMDM2LS4xNzUuMDM3LS4xODIuMDQtLjE4OC4wMy0uMTguMDMtLjE2Ny4wMy0uMTYiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMzEuMzEgNDcuMTg4aC0yLjk1MmwyLjQ4NC0xNC4yMTZoNS4xMzVsLjUwNSA4LjQ2NCAzLjQ5NS04LjQ2NGg1LjMzMmwtMi40OTQgMTQuMjE2aC0yLjk1bDEuODY0LTEwLjY0NmgtLjExNWwtNC4zOTMgMTAuNjQ2aC0zLjMwN2wtLjAzLS40NDYtLjA2OC0xLjE4NC0uMS0xLjY3Ny0uMTEzLTEuOTIzLS4xMS0xLjk0Mi0uMS0xLjcxMi0uMDctMS4yNC0uMDI4LS41MkgzMy4xNDRoLjAzMiIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIuMjE1IiBkPSJNMzEuMzEgNDcuMTg4aC0yLjk1MmwyLjQ4NC0xNC4yMTZoNS4xMzVsLjUwNSA4LjQ2NCAzLjQ5NS04LjQ2NGg1LjMzMmwtMi40OTQgMTQuMjE2aC0yLjk1bDEuODY0LTEwLjY0NmgtLjExNWwtNC4zOTMgMTAuNjQ2aC0zLjMwN2wtLjAzLS40NDYtLjA2OC0xLjE4NC0uMS0xLjY3Ny0uMTEzLTEuOTIzLS4xMS0xLjk0Mi0uMS0xLjcxMi0uMDctMS4yNC0uMDI4LS41MkgzMy4xNDRoLjAzMkwzMS4zMSA0Ny4xODciLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNODAuNjMzIDQ3LjE4OGgzLjA3bDEuMDUyLTYuMTM3LjA0Ni0uMjQuMDUyLS4yMzYuMDYyLS4yMzIuMDc0LS4yMi4wODMtLjIyLjEwNy0uMjA0LjEyOC0uMTk2LjE0My0uMTg4LjE3NC0uMTY3LjE5Ny0uMTUuMjMyLS4xMzcuMjYtLjEyLjMwMi0uMDk4LjMzNy0uMDc3LjM4LS4wNDQuNDIyLS4wM2guMDM4bC4wNDYuMDEuMDYuMDA2aC4wNmwuMDUyLjAwOC4wNDYuMDA3LjAzLjAwN2guMDE1bC4wMDctLjA0NC4wMzItLjEzLjAzNS0uMTk1LjA2LS4yNDguMDc1LS4yOC4wODQtLjMwMi4wOTgtLjMwMy4xMTMtLjI4Ni4wODQtLjIxMy4wOTctLjIwNC4wOTgtLjIwMy4xMDUtLjE4Ny4wOTItLjE2LjA3My0uMTI4LjA1NC0uMDg0LjAxNC0uMDI4aC0uMDE1bC0uMDM4LS4wMTYtLjA1NC0uMDA4LS4wNzYtLjAxNC0uMDc2LS4wMTUtLjA5LS4wMS0uMDgtLjAxNGgtLjA3N2wtLjMzNC4wMjMtLjMwMy4wMzYtLjI3Ny4wNi0uMjYuMDctLjI0LjA4OC0uMjIuMS0uMjEuMTItLjE4OC4xMjgtLjE5LjE0Ni0uMTczLjE1Ny0uMTU3LjE2Ni0uMTY4LjE4LS4xNi4xOS0uMTUuMjA0LS4xNTguMjEyLS4xNTguMjIuMzU1LTEuOTQtMy4wNzQtLjA0LTIuMDIzIDExLjYxMiIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIuMjE1IiBkPSJNODAuNjMzIDQ3LjE4OGgzLjA3bDEuMDUyLTYuMTM3LjA0Ni0uMjQuMDUyLS4yMzYuMDYyLS4yMzIuMDc0LS4yMi4wODMtLjIyLjEwNy0uMjA0LjEyOC0uMTk2LjE0My0uMTg4LjE3NC0uMTY3LjE5Ny0uMTUuMjMyLS4xMzcuMjYtLjEyLjMwMi0uMDk4LjMzNy0uMDc3LjM4LS4wNDQuNDIyLS4wM2guMDM4bC4wNDYuMDEuMDYuMDA2aC4wNmwuMDUyLjAwOC4wNDYuMDA3LjAzLjAwN2guMDE1bC4wMDctLjA0NC4wMzItLjEzLjAzNS0uMTk1LjA2LS4yNDguMDc1LS4yOC4wODQtLjMwMi4wOTgtLjMwMy4xMTMtLjI4Ni4wODQtLjIxMy4wOTctLjIwNC4wOTgtLjIwMy4xMDUtLjE4Ny4wOTItLjE2LjA3My0uMTI4LjA1NC0uMDg0LjAxNC0uMDI4aC0uMDE1bC0uMDM4LS4wMTYtLjA1NC0uMDA4LS4wNzYtLjAxNC0uMDc2LS4wMTUtLjA5LS4wMS0uMDgtLjAxNGgtLjA3N2wtLjMzNC4wMjMtLjMwMy4wMzYtLjI3Ny4wNi0uMjYuMDctLjI0LjA4OC0uMjIuMS0uMjEuMTItLjE4OC4xMjgtLjE5LjE0Ni0uMTczLjE1Ny0uMTU3LjE2Ni0uMTY4LjE4LS4xNi4xOS0uMTUuMjA0LS4xNTguMjEyLS4xNTguMjIuMzU1LTEuOTQtMy4wNzQtLjA0LTIuMDIzIDExLjYxMiIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik05My45MjcgMzUuNDU2bC4zNC4wMDguMzM0LjAyMi4zMjQuMDMuMzE2LjA0NS4zMDQuMDYuMjkzLjA3Ny4yNzguMDg0LjI4LjEuMjY1LjExLjI1LjEyMi4yNDguMTMuMjI4LjE0My4yMjYuMTU3LjIxLjE2Ni4xOTcuMTc1LjE4OC4xODguMTguMTk4LjE2OC4yMS4xNS4yMTIuMTQzLjIyOC4xMzMuMjMyLjExNy4yNS4xMTMuMjUuMDkuMjYzLjA4NC4yNjYuMDY3LjI3Ny4wNjIuMjg3LjA0NC4yOTQuMDMuMjkzLjAxMy4zMTMuMDEuMzE2LS4wMS4zMTYtLjAyLjM4Ni0uMDQ3LjM3LS4wNTIuMzU1LS4wNjguMzQ2LS4wNzUuMzMzLS4wOTcuMzE3LS4xMDguMzEtLjExMi4yOTItLjEzNS4yOC0uMTM1LjI3My0uMTYuMjU2LS4xNTguMjQtLjE3NS4yMzctLjE5LjIxOC0uMTk0LjIwNS0uMjA0LjE5OC0uMjEuMTgtLjIyLjE3NS0uMjMzLjE1Ny0uMjM3LjE0NS0uMjUuMTM1LS4yNTYuMTItLjI1NS4xMTUtLjI3My4wOTgtLjI3Mi4wOS0uMjg1LjA3NS0uMjkuMDYtLjI4Ny4wNTMtLjMuMDM4LS4zMDMuMDMtLjMxLjAxNy0uMzA4LjAwNy0uMzEtLjAwNy0uMzEtLjAxNi0uMjkzLS4wMy0uMjk1LS4wNDUtLjI4Ny0uMDUzLS4yODgtLjA2LS4yNzItLjA3Ni0uMjYzLS4wOS0uMjY1LS4wOTctLjI1LS4xMTUtLjI0LS4xMi0uMjM2LS4xMzYtLjIyNC0uMTQ0LS4yMTItLjE2LS4yMS0uMTY3LS4yLS4xOC0uMTgtLjE5LS4xOC0uMjAzLS4xNi0uMjEtLjE1OC0uMjI3LS4xMzYtLjIzNS0uMTM2LS4yNDgtLjExMy0uMjYtLjEwNi0uMjYyLS4wODgtLjI4LS4wODYtLjI5NS0uMDY2LS4zLS4wNTMtLjMxMi0uMDQtLjMyMi0uMDItLjMzMy0uMDEtLjM0Ny4wMS0uMzU0LjAyLS4zNjQuMDQtLjM0OC4wNTMtLjM0LjA2Ni0uMzI0LjA3OC0uMzE3LjA5LS4zMS4wOTctLjI5NS4xMTctLjI4Ny4xMi0uMjguMTM0LS4yNjIuMTUtLjI1LjE2LS4yNS4xNjgtLjIyNi4xODItLjIyNi4xODctLjIwNS4xOTctLjIwNS4yMS0uMTg4LjIxOC0uMTczLjIzLS4xNjYuMjMzLS4xNS4yNS0uMTM2LjI1NC0uMTM2LjI2NS0uMTE0LjI2NC0uMTA3LjI4LS4wODguMjg0LS4wODUuMjk3LS4wNjcuMy0uMDYuMzEtLjA0LjMxNy0uMDM2LjMyNS0uMDE2Ii8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9Ii4yMTUiIGQ9Ik05My45MjcgMzUuNDU2bC4zNC4wMDguMzM0LjAyMi4zMjQuMDMuMzE2LjA0NS4zMDQuMDYuMjkzLjA3Ny4yNzguMDg0LjI4LjEuMjY1LjExLjI1LjEyMi4yNDguMTMuMjI4LjE0My4yMjYuMTU3LjIxLjE2Ni4xOTcuMTc1LjE4OC4xODguMTguMTk4LjE2OC4yMS4xNS4yMTIuMTQzLjIyOC4xMzMuMjMyLjExNy4yNS4xMTMuMjUuMDkuMjYzLjA4NC4yNjYuMDY3LjI3Ny4wNjIuMjg3LjA0NC4yOTQuMDMuMjkzLjAxMy4zMTMuMDEuMzE2LS4wMS4zMTYtLjAyLjM4Ni0uMDQ3LjM3LS4wNTIuMzU1LS4wNjguMzQ2LS4wNzUuMzMzLS4wOTcuMzE3LS4xMDguMzEtLjExMi4yOTItLjEzNS4yOC0uMTM1LjI3My0uMTYuMjU2LS4xNTguMjQtLjE3NS4yMzctLjE5LjIxOC0uMTk0LjIwNS0uMjA0LjE5OC0uMjEuMTgtLjIyLjE3NS0uMjMzLjE1Ny0uMjM3LjE0NS0uMjUuMTM1LS4yNTYuMTItLjI1NS4xMTUtLjI3My4wOTgtLjI3Mi4wOS0uMjg1LjA3NS0uMjkuMDYtLjI4Ny4wNTMtLjMuMDM4LS4zMDMuMDMtLjMxLjAxNy0uMzA4LjAwNy0uMzEtLjAwNy0uMzEtLjAxNi0uMjkzLS4wMy0uMjk1LS4wNDUtLjI4Ny0uMDUzLS4yODgtLjA2LS4yNzItLjA3Ni0uMjYzLS4wOS0uMjY1LS4wOTctLjI1LS4xMTUtLjI0LS4xMi0uMjM2LS4xMzYtLjIyNC0uMTQ0LS4yMTItLjE2LS4yMS0uMTY3LS4yLS4xOC0uMTgtLjE5LS4xOC0uMjAzLS4xNi0uMjEtLjE1OC0uMjI3LS4xMzYtLjIzNS0uMTM2LS4yNDgtLjExMy0uMjYtLjEwNi0uMjYyLS4wODgtLjI4LS4wODYtLjI5NS0uMDY2LS4zLS4wNTMtLjMxMi0uMDQtLjMyMi0uMDItLjMzMy0uMDEtLjM0Ny4wMS0uMzU0LjAyLS4zNjQuMDQtLjM0OC4wNTMtLjM0LjA2Ni0uMzI0LjA3OC0uMzE3LjA5LS4zMS4wOTctLjI5NS4xMTctLjI4Ny4xMi0uMjguMTM0LS4yNjIuMTUtLjI1LjE2LS4yNS4xNjgtLjIyNi4xODItLjIyNi4xODctLjIwNS4xOTctLjIwNS4yMS0uMTg4LjIxOC0uMTczLjIzLS4xNjYuMjMzLS4xNS4yNS0uMTM2LjI1NC0uMTM2LjI2NS0uMTE0LjI2NC0uMTA3LjI4LS4wODguMjg0LS4wODUuMjk3LS4wNjcuMy0uMDYuMzEtLjA0LjMxNy0uMDM2LjMyNS0uMDE2LjMyNS0uMDA4Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTk4LjQ0MyA0Ni42MDZoLjg5di4xMTRoLS4zNXYuNzRoLS4xOTN2LS43NGgtLjM0NyIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIuMjE1IiBkPSJNOTguNDQzIDQ2LjYwNmguODl2LjExNGgtLjM1di43NGgtLjE5M3YtLjc0aC0uMzQ3di0uMTE0Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTk5LjQ0NiA0Ni42MDZoLjI3M2wuMzE0LjY1OC4zMS0uNjU4aC4yNzR2Ljg1M2gtLjJ2LS42NTdsLS4zMDguNjU2aC0uMTU4bC0uMzEtLjY1N3YuNjU2aC0uMTk2Ii8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9Ii4yMTUiIGQ9Ik05OS40NDYgNDYuNjA2aC4yNzNsLjMxNC42NTguMzEtLjY1OGguMjc0di44NTNoLS4ydi0uNjU3bC0uMzA4LjY1NmgtLjE1OGwtLjMxLS42NTd2LjY1NmgtLjE5NnYtLjg1NCIvPjxwYXRoIGZpbGw9IiNFQjIyMzAiIGQ9Ik05MS41MiA0MS4wMDRsLS4wNDYuNDI0LS4wMjUuMzkydi4zNTVsLjAyNC4zMzIuMDQ1LjMwMi4wNjcuMjY0LjA4NC4yNC4xMDQuMjIuMTMuMTg4LjE0NC4xNi4xNTcuMTM1LjE3Ni4xMDcuMTkuMDguMjEuMDYyLjIxOC4wMy4yMzUuMDE2LjI1Ny0uMDA4LjI1LS4wMy4yMzMtLjA1NC4yMjUtLjA4LjIxMy0uMTA4LjIwNC0uMTM1LjE4OC0uMTYuMTgtLjE5LjE2LS4yMS4xNTItLjI0Mi4xNDMtLjI3LjEyLS4yOTYuMTE0LS4zMjUuMS0uMzU0LjA3NS0uMzg0LjA3LS40MTUuMDM3LS4zMjUuMDItLjMxdi0uM2wtLjAyLS4yODgtLjAzOC0uMjY1LS4wNjItLjI1Ni0uMDgzLS4yMzUtLjEtLjIxNi0uMTE4LS4xOTctLjEzOC0uMTY4LS4xNTctLjE1LS4xNzQtLjEyLS4xOTctLjEtLjIxLS4wNi0uMjI3LS4wMzdoLS4yNTJsLS4zMDguMDIyLS4yODguMDUzLS4yNjUuMDktLjI0Ny4xMTUtLjIyOC4xNS0uMjEuMTY2LS4xOS4xODctLjE2NS4yMTMtLjE1Ny4yMjUtLjEzOC4yNDItLjEyMi4yNC0uMDk4LjI1Ny0uMDkuMjU3LS4wNzUuMjYtLjA1Mi4yNTYiLz48L3N2Zz4=)}.wc-block-checkout__payment-method div#square-credit-card .card-type-jcb #square-credit-card-sq-card-number{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik0xMjggNzUuNzMyYzAgMi4zNTUtMS45MSA0LjI2OC00LjI2NyA0LjI2OEg0LjI2NkMxLjkxIDgwIDAgNzguMDg4IDAgNzUuNzMyVjQuMjY4QzAgMS45MDggMS45MSAwIDQuMjY2IDBoMTE5LjQ2OEMxMjYuMDkgMCAxMjggMS45MSAxMjggNC4yNjh2NzEuNDY0eiIgZmlsbD0iI0Y5RjlGQSIvPjxwYXRoIGQ9Ik04Ni4yOCA0Mi43MTZjLjE1NiA0LjY2Mi4zMTIgOS40OC4wNzggMTQuMjItLjE1NSAxLjg2NS0xLjMyIDMuNjUyLTMuMDMgNC43NC0xLjMyLjg1NS0yLjk1NC45MzQtNC42NjMgMS4wMWwtNi4xNzgtLjA3Ni0uMDQtMzkuNTU1Yy4zMTMtMi42NDMgMi4yNTYtNC44OTUgNC43NDItNS41OTUgMy4wMjgtLjM5IDUuODI4LS4yMzMgOS4wMTMtLjMxbC4xNTUgMi4wMnYyMi40NTdsLS4wNzguMDc4djEuMDF6IiBmaWxsPSIjMDNBNTUwIi8+PHBhdGggZD0iTTQxLjUyIDQxLjI0VjIyLjU5Yy4zOS0yLjEgMi4xLTQuMDQgNC4xMi00LjgxOCAzLjAzLS45MzQgNi41MjctLjM4NyA5LjYzNC0uNDcuMTU1IDMuMDM0IDAgNi44NDIuMDggOS40ODRsLjE1NSAyNC4zMmMtLjM5MiAzLjczIDEuMDEgOC43ODItMy42NTUgMTAuODgtMi45NSAxLjQ3Ni02LjkxNi41NDUtMTAuMjU3Ljg1NmwtLjA3Ny0uNTQ0VjQxLjI0eiIgZmlsbD0iIzBDNzJCQSIvPjxwYXRoIGQ9Ik00MS41MiA0Mi4wMTZjMS4yNDMgMS42MzMgMi45NTQgMi44NzQgNS4wNTIgMi45NTIgMi41NjQuMjM1IDUuOTA2LjQ2NyA3LjYxNC0xLjk0IDEuMTY3LTEuMjQ1LjQ2OC0yLjk1My43LTQuNTg1bC0uMDc2LTIuOTU0Yy0xLjQ3Ny0uMzEyLTIuOCAwLTQuNTEtLjA4LS44NTMgMy4xOSAxLjQgNi43NjItMi4yNTIgOC4zOTUtLjg1NS4yMzMtMi4xLjA3OC0yLjk1My0uNDY3LTEuMzk4LS4zMS0uNjItMi41NjQtMi40ODYtMS45NDNsLTEuMDktLjE1M3YuNzc0eiIgZmlsbD0iI0ZGRiIvPjxwYXRoIGQ9Ik03MC44MTYgMTkuODdsLjA3OCAzNy44NDRjLS41NDMgMS43ODYtMS45NDMgMy43My0zLjg4NSA0LjQzLTIuOTU0IDEuMDA4LTYuNjA3LjU0My05Ljg3LjU0M2wtLjE1Ni0zOS44NjVjLjE1Ni0xLjg2NSAxLjQtMy40OTUgMy4wMy00LjUwNiAxLjE2Ny0uNzc3IDIuNTY1LTEuMDEzIDQuMDQyLTEuMDloNi42MDVsLjE1NiAyLjY0NHoiIGZpbGw9IiNFQjIyMjciLz48cGF0aCBkPSJNNzAuMTk1IDM1LjQ4OGMuMTU2LjQ2NyAwIC44NTUuMDc4IDEuNC0yLjMzLS42MjMtNS4yMDctMS4zMjItNy4zMDYuMzg4LS43NzUuOTMtMS4yNDMgMS44NjUtMS4xNjUgMy4xMDcuMjM0IDEuMzk4IDEuMDkgMi43MiAyLjQxIDMuMjY1IDIuMDIuNjIyIDQuMTE3LjA3NyA1Ljk4Mi0uMzkuMDc4LjM5LjE1Ni45MzIgMCAxLjI0MmgtOC45MzhjLTEuNTUzLS4zMS0yLjc5Ni0xLjE2NC0zLjQ5NS0yLjcyLS42Mi0xLjQ3Ni0uMzEtMy40OTQuNzc3LTQuNzM4LjkzMy0xLjA4OCAyLjI1NC0xLjcxIDMuNzMtMS42MzNsNy45MjguMDc4ek04Ni4yOCA0Mi43MTZjLS4yMzIuOTMzLTEuMDEgMS43ODUtMS45NDIgMS45NGgtMTAuODhsLS4zODctLjE1NWMwLTMuMTA2LS4wNzgtNi4wNTguMDgtOS4wOWg2LjkxM2MyLjE3Ni4yMzMgNC41ODUtLjcgNS41OTcgMS4zMjIuMzEuNy4yMzIgMS42MzItLjMxMiAyLjE3Ni0uMzEuNTQzLTEuMDEuNjIyLTEuMTY1IDEuMDEuODU1LjIzMiAxLjc4Ni45MzIgMi4wOTggMS43ODd2MS4wMXptLTkuMzI1LTYuMzcyYy0uMjMyLjg1My0uMjMyIDIuMDItLjA3NyAyLjk1IDEuNjMzLS4wNzQgMy43My41NDYgNC44MTctLjY5Ni4zOS0uNDcuMTU2LTEuMjQ0LS4wNzgtMS42MzUtMS4yNDMtMS4wODYtMy4xMDYtLjM4Ny00LjY2Mi0uNjJ6bTQuMTk4IDQuMjczYy0xLjQ3Ni0uMjMzLTIuOTU0LS4xNTYtNC4zNTItLjA3OC0uMDc3IDEuMTY1IDAgMi4wOTguMTU1IDMuMTg2IDEuNTU2IDAgMy4yNjQuMjMgNC42NjItLjQ2OC4zOS0uMzg3LjYyMi0xLjAxLjQ3LTEuNTUzLS4wOC0uNDY1LS40Ny0uODU1LS45MzQtMS4wODh6IiBmaWxsPSIjRkZGIi8+PC9zdmc+)}.wc-block-checkout__payment-method div#square-credit-card .card-type-discover #square-credit-card-sq-card-number{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik0xMjggNzUuNzMyYzAgMi4zNTYtMS45MSA0LjI2OC00LjI2OCA0LjI2OEg0LjI2NkMxLjkxIDgwIDAgNzguMDkgMCA3NS43MzJWNC4yNjhDMCAxLjkwOCAxLjkxIDAgNC4yNjYgMGgxMTkuNDY3QzEyNi4wOSAwIDEyOCAxLjkxIDEyOCA0LjI2OHY3MS40NjR6IiBmaWxsPSIjRjJGMkYyIi8+PHBhdGggZD0iTTM1LjE4NCA4MGg4OC41NWMyLjM1NSAwIDQuMjY3LTEuOTEgNC4yNjctNC4yNjhWNDUuNzc4QzExOS41IDUxLjE2NiA4Ny40NiA2OS43MzggMzUuMTg1IDgweiIgZmlsbD0iI0Y1ODIyMCIvPjxyYWRpYWxHcmFkaWVudCBpZD0iYSIgY3g9IjU5LjEzOCIgY3k9Ii00NDYuMDc3IiByPSI2LjMwNyIgZ3JhZGllbnRUcmFuc2Zvcm09InRyYW5zbGF0ZSg2LjQxNiA0ODYuMDgzKSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iLjAwNiIgc3RvcC1jb2xvcj0iI0ZGRUVFMSIvPjxzdG9wIG9mZnNldD0iLjA5NyIgc3RvcC1jb2xvcj0iI0ZGRUFEOCIvPjxzdG9wIG9mZnNldD0iLjI0NSIgc3RvcC1jb2xvcj0iI0ZFRERDMiIvPjxzdG9wIG9mZnNldD0iLjQzMyIgc3RvcC1jb2xvcj0iI0ZDQ0E5RiIvPjxzdG9wIG9mZnNldD0iLjY1MiIgc3RvcC1jb2xvcj0iI0Y5QUY3MiIvPjxzdG9wIG9mZnNldD0iLjg5NSIgc3RvcC1jb2xvcj0iI0Y2OEYzOSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0Y0ODIyMCIvPjwvcmFkaWFsR3JhZGllbnQ+PHBhdGggZD0iTTY1LjU2MyAzMy43N2MtMy41MjcgMC02LjM4OCAyLjc1Ni02LjM4OCA2LjE1NiAwIDMuNjE1IDIuNzM0IDYuMzE2IDYuMzg4IDYuMzE2IDMuNTU4IDAgNi4zNjgtMi43MzcgNi4zNjgtNi4yNDcuMDAyLTMuNDg2LTIuNzktNi4yMjQtNi4zNjctNi4yMjR6IiBmaWxsPSJ1cmwoI2EpIi8+PHBhdGggZD0iTTI5LjI5OCAzMy45OTRoLTMuNDMzdjExLjk4aDMuNDE3YzEuODEyIDAgMy4xMjMtLjQzMiA0LjI3My0xLjM4MiAxLjM2NC0xLjEzNSAyLjE3My0yLjg0IDIuMTczLTQuNjAzIDAtMy41MzctMi42NC01Ljk5Ni02LjQzLTUuOTk2em0yLjczMiA4Ljk5N2MtLjc0LjY2Ni0xLjY4OC45NTMtMy4yLjk1M2gtLjYzdi03LjkyaC42M2MxLjUxMiAwIDIuNDI1LjI3IDMuMi45NjguODA4LjcyIDEuMjg4IDEuODMzIDEuMjg4IDIuOTggMCAxLjE1My0uNDggMi4zMDUtMS4yODggMy4wMnpNMzYuODA2IDMzLjk5NGgyLjMzMnYxMS45OGgtMi4zMzJ6TTQ0Ljg1MiAzOC41ODhjLTEuNDAzLS41Mi0xLjgxMy0uODYtMS44MTMtMS41MDcgMC0uNzUyLjczNC0xLjMyNiAxLjc0LTEuMzI2LjcgMCAxLjI3NC4yODcgMS44ODguOTY3bDEuMjItMS41OTRjLTEuMDA2LS44ODMtMi4yMS0xLjMzMi0zLjUyMi0xLjMzMi0yLjExNyAwLTMuNzM1IDEuNDc0LTMuNzM1IDMuNDMgMCAxLjY1NS43NTUgMi40OTggMi45NDcgMy4yODguOTE3LjMyMiAxLjM4My41MzggMS42MTYuNjg0LjQ2Ny4zMDcuNy43MzUuNyAxLjIzNyAwIC45NzMtLjc3IDEuNjktMS44MTQgMS42OS0xLjExNSAwLTIuMDEyLS41NTUtMi41NS0xLjU5OGwtMS41MDcgMS40NTdjMS4wNzQgMS41OCAyLjM2NyAyLjI4IDQuMTQ3IDIuMjggMi40MjQgMCA0LjEzLTEuNjE4IDQuMTMtMy45MzUgMC0xLjkwMy0uNzg2LTIuNzY2LTMuNDQ4LTMuNzR6TTQ5LjAzNiAzOS45OWMwIDMuNTIyIDIuNzY3IDYuMjUyIDYuMzI0IDYuMjUyIDEuMDA3IDAgMS44NjgtLjE5NyAyLjkyOC0uN3YtMi43NDhjLS45MzUuOTM1LTEuNzYyIDEuMzEtMi44MiAxLjMxLTIuMzUyIDAtNC4wMjMtMS43MDctNC4wMjMtNC4xMzIgMC0yLjI5NyAxLjcyMi00LjExMiAzLjkxNi00LjExMiAxLjExMyAwIDEuOTU4LjM5NiAyLjkzIDEuMzQ4di0yLjc1Yy0xLjAyMy0uNTItMS44Ny0uNzMyLTIuODc1LS43MzItMy41NCAwLTYuMzggMi43ODMtNi4zOCA2LjI2M3pNNzcuMjE4IDQyLjA0bC0zLjE5Ni04LjA0Nkg3MS40N2w1LjA4NiAxMi4yODVoMS4yNTVsNS4xNzYtMTIuMjg2aC0yLjUzTTg0LjA1IDQ1Ljk3M2g2LjYyNHYtMi4wM0g4Ni4zOFY0MC43MWg0LjEzVjM4LjY4aC00LjEzdi0yLjY2aDQuMjk0di0yLjAyOEg4NC4wNU05OS45MjIgMzcuNTNjMC0yLjI0NS0xLjU0My0zLjUzNi00LjIzNy0zLjUzNmgtMy40Njh2MTEuOThoMi4zMzhWNDEuMTZoLjMwNWwzLjIzMyA0LjgxM2gyLjg3MmwtMy43NzMtNS4wNDdjMS43Ni0uMzYgMi43My0xLjU2MyAyLjczLTMuMzk3em0tNC42ODggMS45NzdoLS42OHYtMy42M2guNzE4YzEuNDU2IDAgMi4yNDYuNjE0IDIuMjQ2IDEuNzc4IDAgMS4yMDQtLjc5IDEuODUyLTIuMjg0IDEuODUyeiIgZmlsbD0iIzA4MUEyMyIvPjxwYXRoIGQ9Ik0xMDEuNTcgMzQuODg3YzAtLjIxLS4xNDItLjMyNS0uMzk4LS4zMjVoLS4zNHYxLjA1N2guMjUydi0uNDFsLjI5My40MWguMzE1bC0uMzUyLS40MzhjLjE0OC0uMDQuMjMtLjE0OC4yMy0uMjk1em0tLjQ0Mi4xNDNoLS4wNDR2LS4yNzNoLjA0NmMuMTI4IDAgLjE5LjA0NC4xOS4xMzQgMCAuMDkyLS4wNjQuMTQtLjE5Mi4xNHoiIGZpbGw9IiMyMzFGMjAiLz48cGF0aCBkPSJNMTAxLjIyNCAzNC4xNjVjLS41MTMgMC0uOTIuNDEtLjkyLjkyMyAwIC41MS40MS45Mi45Mi45Mi41IDAgLjkxLS40MTQuOTEtLjkycy0uNDEtLjkyMy0uOTEtLjkyM3ptLS4wMDIgMS42OGMtLjQwOCAwLS43MzctLjMzNi0uNzM3LS43NTUgMC0uNDIzLjMyNC0uNzU4LjczNy0uNzU4LjM5OCAwIC43MjYuMzQyLjcyNi43NTggMCAuNDE1LS4zMjguNzU0LS43MjYuNzU0eiIgZmlsbD0iIzIzMUYyMCIvPjwvc3ZnPg==)}.wc-block-checkout__payment-method div#square-credit-card .card-type-invalid #square-credit-card-sq-card-number{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI4IiBoZWlnaHQ9IjgwIiB2aWV3Qm94PSIwIDAgMTI4IDgwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5TbGljZSAxPC90aXRsZT48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIG9wYWNpdHk9Ii41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMCA3KSI+PHBhdGggZD0iTTMuNjYzIDY4Ljg5MmMtMS45NiAwLTMuNTU2LTEuNjAxLTMuNTU2LTMuNTdWMy42OEMuMTA3IDEuNzExIDEuNzAyLjEwOCAzLjY2My4xMDhoMTAyLjY2NWEzLjU3MyAzLjU3MyAwIDAgMSAzLjU2NSAzLjU3M3Y2MS42NGMwIDEuOTctMS41OTkgMy41NzEtMy41NjUgMy41NzFIMy42NjN6IiBmaWxsPSIjRkZGIi8+PHBhdGggZD0iTTEwNi4zMjguMjE2YTMuNDY0IDMuNDY0IDAgMCAxIDMuNDU3IDMuNDY1djYxLjY0YTMuNDY1IDMuNDY1IDAgMCAxLTMuNDU3IDMuNDY0SDMuNjYzYTMuNDYgMy40NiAwIDAgMS0zLjQ0OC0zLjQ2M1YzLjY4MkMuMjE1IDEuNzcgMS43NjIuMjE1IDMuNjYzLjIxNWgxMDIuNjY1em0wLS4yMTZIMy42NjNBMy42NyAzLjY3IDAgMCAwIDAgMy42ODF2NjEuNjRBMy42NyAzLjY3IDAgMCAwIDMuNjYzIDY5aDEwMi42NjVBMy42NzYgMy42NzYgMCAwIDAgMTEwIDY1LjMyVjMuNjgyQTMuNjc3IDMuNjc3IDAgMCAwIDEwNi4zMjggMHoiIGZpbGw9IiM4NDg0ODQiLz48ZWxsaXBzZSBmaWxsPSIjRjI3MDZDIiBjeD0iNzQuOTk4IiBjeT0iNDkuNjQ2IiByeD0iMTEuNSIgcnk9IjExLjU0MiIvPjxlbGxpcHNlIGZpbGw9IiM4RkQ3RjEiIGN4PSI4Ni41IiBjeT0iNDkuNjQ2IiByeD0iMTEuNTAxIiByeT0iMTEuNTQzIi8+PHBhdGggZmlsbD0iIzRBNEE0QSIgZD0iTS4wMDIgMTIuNzlIMTEwdjEyLjgzNUguMDAyeiIvPjxwYXRoIGQ9Ik05LjY5IDM4LjEwNGgzOC41NTdWNDIuM0g5LjY4OXYtNC4xOTZ6bTAgOS40NDFoMzguNTU3djQuMkg5LjY4OXYtNC4yem0wIDkuNDQ2aDM4LjU1N3Y0LjE5N0g5LjY4OXYtNC4xOTd6IiBmaWxsPSIjQzlDOUM5Ii8+PC9nPjxwYXRoIGQ9Ik02IDc0TDEyMiA2IiBzdHJva2U9IiNGMjcwNkMiIHN0cm9rZS13aWR0aD0iOCIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvZz48L3N2Zz4=)}.wc-block-checkout__payment-method div#square-credit-card .sq-input--focus{background-color:rgba(74,144,226,.02);border:1px solid #4a90e2}.wc-block-checkout__payment-method div#square-credit-card .sq-input--error{background-color:rgba(244,47,47,.02);border:1px solid #e02f2f}.wc-block-checkout__payment-method div#square-credit-card .sq-form-third{float:left;margin:0 16px 16px 0;padding:0;width:calc(33.33333% - 10.66667px)}.wc-block-checkout__payment-method div#square-credit-card .sq-form-third:last-of-type{margin-right:0}
