/**
 * Theme Name: Foodie Pro
 * Description: This is the Foodie Pro child theme created for the Genesis Framework.
 * Author: Feast Design Co.
 * Author URI: https://feastdesignco.com/
 * Version: 4.4.0
 *
 * Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 *
 * Template: genesis
 * Template Version: 2.0.1
 *
 * License: GPL-2.0+
 * License URI: http://www.opensource.org/licenses/gpl-license.php
 */

/*
 * You should NOT edit this file. Put all CSS customizations into Appearances -> Customize -> Additional CSS
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Block Editor (Gutenberg)
		- Headings
        - Screen Reader Text
	- Widgets
		- Featured Page and Featured Post
		- User Profile
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
		- Simple Social Icons
		- WP Rocket
	- Custom Page Templates
		- Home Page
		- Recipes Page
	- Top Ad
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Archive Navigation
		- After Entry
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
----------------------------------------------------------------------------- */


/* ## Baseline Normalize
--------------------------------------------- */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}


/* HTML5 display definitions
--------------------------------------------- */

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;
}


/* Links
--------------------------------------------- */

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}


/* Text-level semantics
--------------------------------------------- */

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


/* Embedded content
--------------------------------------------- */

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}


/* Grouping content
--------------------------------------------- */

figure {
	margin: 20px 0;
}

hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
}


/* Forms
--------------------------------------------- */

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
	font-family: sans-serif; /* Google Fonts crash Safari */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;

	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-moz-box-sizing: border-box;
	-webkit-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"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;

	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* Float Clearing
--------------------------------------------- */

.author-box:after,
.clear:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.widget-area:after,
.after-entry:after,
.comment-respond:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

.clear,
.clear-line {
	clear: both;
	margin-bottom: 30px;
}


/*
Defaults
----------------------------------------------------------------------------- */


/* Typographical Elements
--------------------------------------------- */

body {
	background: #fff;
	color: #010101;
	font-family: "Muli", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 1.8;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background: #111;
	color: #fff;
}

::selection {
	background: #111;
	color: #fff;
}

a {
	color: #fb6a4a;
	text-decoration: none;
}

.single .content a, 
aside a, 
.footer-widgets a, 
.site-footer a {
	text-decoration: underline; /* accessibility */
}

a img {
	margin-bottom: 17px;
}

a:hover img,
a:focus img {
	opacity: 0.9;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

a:hover,
a:focus {
	opacity: 0.7;
}

hr {
	background: transparent;
	border: 0;
	border-top: 1px solid #eee;
	color: #fff;
	margin-bottom: 37px;
}

p {
	margin: 5px 0 15px;
	padding: 0;
}

strong {
	font-weight: 600;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
	font-size: 17px;
}

blockquote {
	margin: 0;
	padding: 21px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 77px;
	height: 0;
	position: relative;
	top: -31px;
	left: -41px;
}

pre {
	background: #efefef;
	color: #010101;
	overflow: scroll;
	padding:5px 5px 5px 40px;
	white-space: pre;
	margin:15px 0;
	font-size:0.7em;
	border:1px solid #DDD;
	border-radius:3px;
}

cite {
	font-style: normal;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Karla", Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1.3;
	margin: 37px 0 21px;
	padding: 0;
	text-transform: uppercase;
}

h1 a {
	font-style: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.625em;
}

h3 {
	font-size: 1.375em;
}

h4 {
	font-size: 1.125em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}



/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	margin-bottom: 0;
	width: auto;
}


/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}


/* Forms
--------------------------------------------- */

input,
select,
textarea {
	border: 1px solid #eee;
	-webkit-box-shadow: 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
	color: #999;
	font-weight: 300;
	letter-spacing: 0.5px;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

::-moz-placeholder {
	color: #000;
}

::-webkit-input-placeholder {
	color: #000;
}

.button,
.button-secondary,
a.more-link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.more-from-category a,
.sidebar .button,
.sidebar .more-from-category a {
	background: #010101;
	border: 1px solid #010101;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: "Karla", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 7px 17px;
	text-transform: uppercase;
	width: auto;
}

input[type="submit"] {
	letter-spacing: 2px;
}

.button:hover,
.button:focus,
a.more-link:hover,
button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.more-from-category a:hover {
	background: #fff;
	color: #010101;
}

.button-secondary {
	background: #f7f9fc;
	color: #010101;
}

.button-secondary:hover,
.button-secondary:focus {
	background: #010101;
	color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/*
Structure and Layout
----------------------------------------------------------------------------- */


/* Site Containers
--------------------------------------------- */

.site-container {
	margin: 0 auto;
}

.content-sidebar-wrap,
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	background: #fff;
	margin: 0 auto;
	padding: 15px 37px;
}


/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content {
	width: 860px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content {
	float: right;
}

/* Content */
.content {
	float: right;
	width: 720px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

.full-width-content .content,
.full-width-slim .content {
	float: none;
	width: 100%;
}

.full-width-slim .content {
	margin: 0 auto;
	max-width: 750px;
}

/* Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */
.sidebar-secondary {
	float: left;
	width: 160px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */


/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.search-form {
	background: #fff;
	border: 1px solid #eee;
	padding: 10px;
}

.search-form input {
	background: #fff url("/wp-content/themes/foodiepro-v440/images/search.svg") center right no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	border: 0;
	padding: 0;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter,
.aligncenter img {
	display: block;
	margin: 0 auto 22px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	margin-right: 37px;
	text-align: left;
}

.alignright {
	float: right;
	margin-left: 37px;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 22px 22px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 22px 22px;
}

.wp-caption-text {
	font-style: italic;
	margin: 0;
	text-align: center;
}

.wp-caption {
	max-width: 100% !important;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}


/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	margin-bottom: 20px;
}

.archive-description {
	padding: 21px 0;
}

.author-box {
	padding: 20px;
}

.author-box-title {
	color: #111;
	font-size: 1em;
	margin-bottom: 4px;
	margin-top: 0;
}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 21px;
}


/* Headings
--------------------------------------------- */

.entry-title {
	margin: 0 0 17px;
	word-wrap: break-word;
}

h1.entry-title,
.entry-title a,
.sidebar .widgettitle a {
	color: #010101;
	text-decoration: none;
}

.entry-title a:hover,
.sidebar .widgettitle a:hover {
	opacity: 0.7;
}

.widgettitle {
	font-weight: 600;
	letter-spacing: 2px;
	margin: 27px 0;
	text-align: center;
	text-transform: uppercase;
}

.sidebar .widgettitle a {
	border: none;
}


/* Block Editor (Gutenberg) 
--------------------------------------------- */
figcaption {
	text-align: center;
}
@media only screen and (min-width: 600px) { 
	figcaption {
		font-size: 0.8em;
	}
}


/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	background: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #333;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
	clip: auto !important;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	/* Above WP toolbar. */
	text-decoration: none;
	width: auto;
	z-index: 100000;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */


/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	padding: 0;
}

.featured-content .alignleft,
.featured-content .alignright {
	max-width: 40%;
}

.sidebar .widget.featured-content {
	padding-bottom: 0;
}

.sidebar .featured-content .entry {
	border-bottom: 1px solid #eee;
	padding: 0 0 27px;
}

.sidebar .featured-content .entry:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.sidebar .featured-content .entry-title {
	font-family: "Muli", Arial, Helvetica, sans-serif;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: none;
}


/* User Profile
--------------------------------------------- */

.user-profile .alignleft {
	margin: -7px 11px 0 0;
}

.user-profile .alignright {
	margin-left: 7px;
}

.user-profile .avatar {
	border: 3px solid #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */


/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	background: #f7f9fc;
	color: #010101;
	padding: 17px;
	text-align: center;
}

.enews-widget input {
	margin-bottom: 7px;
	padding: 11px 17px;
}

.enews-widget input:focus {
	border: 1px solid #ccc;
}

.enews-widget input[type="submit"] {
	background: #010101;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background: #fff;
	color: #010101;
}

.after-entry .enews-widget {
	margin-bottom: 37px;
}


.before-header .enews-widget .widgettitle,
.before-header .enews-widget p,
.content .enews-widget .widgettitle,
.content .enews-widget p {
	display: inline;
	float: left;
	line-height: 37px;
	margin: 0 7px 0 0;
	width: auto;
}

.before-header .enews-widget .widgettitle,
.content .enews-widget .widgettitle {
	font-size: 1em;
}

.before-header .enews-widget form,
.content .enews-widget form {
	display: inline;
	float: right;
	width: auto;
}

.before-header .enews-widget input,
.content .enews-widget input {
	border: 0;
	display: inline;
	float: left;
	margin: 0 7px 0 0;
	width: auto;
}

.before-header .enews-widget input[type="submit"],
.content .enews-widget input[type="submit"] {
	display: inline;
	float: right;
	margin: 0;
	width: auto;
}


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 1em;
	padding: 8px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 17px 0 0;
}


/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons ul li:before {
	content: none !important;
	padding-right: 0 !important;
}


/* WP Rocket
--------------------------------------------- */

/* Image with 'data' attribute is hidden */
img[data-lazy-src] {
	/* we set the opacity to 0 */
	opacity: 0;
}

/* Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
	/* prepare the future animation */
	-webkit-transition: opacity .5s linear 0.2s;
	   -moz-transition: opacity .5s linear 0.2s;
	        transition: opacity .5s linear 0.2s;

	/* we set the opacity to 1 to do the magic */
	opacity: 1;
}



/*
Custom Page Templates
---------------------------------------------------------------------------------------------------- */


/* Home Page
--------------------------------------------- */

.home-middle {
	margin: 0 0 77px;
}

.home-bottom .widgettitle {
	border-bottom: 1px solid #eee;
	margin: 37px 0 17px;
	padding: 0 0 17px;
}

.simple-grid .entry-title {
	letter-spacing: 1.5px;
	font-size: 1em;
}

.more-from-category {
	clear: both;
}


/* Recipes Page
--------------------------------------------- */

.recipe-index-search {
	border-bottom: 1px solid #eee;
	padding: 21px 0;
}

.recipe-index-search .widget {
	float: left;
	margin-right: 3%;
	width: 100%;
}
@media only screen and (min-width: 600px) { 
	.recipe-index-search .widget { 
		width: 31%; 
	} 
}

.recipe-index-search .widget:nth-child(3) {
	margin-right: 0;
}

.recipe-index-search .search-form {
	border: 0;
	border-bottom: 1px solid #eee;
	padding: 0 11px;
}

.recipe-index-featured-posts {
	margin-top: 21px;
}

.recipe-index-featured-posts .widget {
	border-bottom: 1px solid #eee;
	clear: both;
	display: block;
	overflow: hidden;
	padding: 20px 0;
}


/*
Top Ad
---------------------------------------------------------------------------------------------------- */

.before-header {
	background: #f7f9fc;
	clear: both;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}

.before-header img,
.before-header iframe {
	display: block;
	margin: 0 auto;
}

.before-header .widget {
	margin: 0 auto;
	max-width: 1100px;
}



/* Title Area
--------------------------------------------- */

.title-area {
	display: inline-block;
	margin: 0;
	padding: 17px 0;
	width: 320px;
}

.header-image .site-description {
	line-height: 0;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	line-height: 0.8;
	margin: 0;
	text-transform: uppercase;
}

.site-title a {
	color: #010101;
	font-style: normal;
}

.site-title a:hover,
.site-title a:focus {
	color: #010101;
}

.site-description {
	color: #777;
	font-family: "Muli", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0.5px;
	margin: 0;
	text-transform: none;
}

/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
	text-align: center;
	width: 100%;
}

.header-image .site-title a {
	width: 100%;
}

.site-title img {
	max-width: 100%;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area,
.site-header .widget-area .genesis-nav-menu {
	float: right;
	max-width: 710px;
	text-align: right;
}

.site-header .widget-area .genesis-nav-menu {
	border: 0;
	margin: 31px 0 0;
	padding: 0;
}


/*
Site Navigation
----------------------------------------------------------------------------- */

.genesis-nav-menu {
	background: #fff;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	clear: both;
	font-family: "Karla", Arial, Helvetica, sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 7px 0;
	text-align: center;
	width: 100%;
}

.genesis-nav-menu aside {
	display: inline-block;
	height: 32px;
	vertical-align: middle;
	width: auto;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #010101;
	display: block;
	padding: 17px 21px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	min-height:52px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #fb6a4a;
}

.genesis-nav-menu a.last {
	padding-right: 0;
}

.genesis-nav-menu .sub-menu {
	border-bottom: 5px solid #010101;
	opacity: 0;
	position: absolute;
	left: -9999px;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 230px;
	z-index: 2000;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	letter-spacing: 1px;
	padding: 20px;
	position: relative;
	width: 230px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -52px 0 0 200px;
}

.genesis-nav-menu .menu-item:hover,
.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item.menu-item-hover {
	position: static;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #777;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	background: #010101;
	color: #fff;
}

.genesis-nav-menu .menu-item:hover > .sub-menu,
.genesis-nav-menu .menu-item:focus > .sub-menu,
.genesis-nav-menu .menu-item.menu-item-hover > .sub-menu {
	opacity: 1;
	left: auto;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 27px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 47px;
}

.genesis-nav-menu > .search {
	padding: 11px 0 0;
}

.genesis-nav-menu .simple-social-icons {
	margin: 0 17px;
}

.genesis-nav-menu .simple-social-icons li {
	margin: 2px 0 !important;
}

.genesis-nav-menu .search-form {
	display: inline-block;
	margin-left: 27px;
	vertical-align: middle;
	width: auto;
}

.sidebar .menu-item a {
	text-decoration: none;
}

#foodie-social a {
	min-height: 0 !important;
}


/* Mobile Menu Toggle
--------------------------------------------- */

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}


/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
	margin: 0 0 20px;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}


/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	margin: 0;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin: 0 0 20px;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */


/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 37px;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 37px;
}

.entry-content ol li,
.entry-content ul li {
	margin: 0 0 17px 37px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 37px;
}

.entry-header {
	color: #777;
	margin: 0 0 37px;
}

.simple-grid .entry-header {
	margin: 0 0 17px;
}

.entry-meta a {
	color: #777;
	text-decoration: underline;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding: 37px 0;
}

.entry-categories,
.entry-tags {
	display: block;
}

.more-link {
	display: table;
	margin: 37px 0;
}


/* Archive Navigation
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 13px;
	margin: 27px 0;
	box-sizing: border-box;
}

.archive-pagination li {
	display: inline;
	padding: 3px 17px;
}

li.pagination-next,
li.pagination-previous {
	border: 0 !important;
}

div.pagination-next,
div.pagination-previous {
	float: left;
	width: 50%;
}

div.pagination-next {
	float: right;
}

.archive-pagination a {
	color: #010101;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination li.active a {
	color: #999;
}


/* Post Navigation
--------------------------------------------- */


.pagination {
	clear: both;
	margin: 27px 0;
}

.adjacent-entry-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.adjacent-entry-pagination .pagination-previous,
.adjacent-entry-pagination .pagination-next {
	display: block;
	overflow-wrap: break-word;
	padding: 14px;
	margin: 0;
	width: 50%;
}

.adjacent-entry-pagination .pagination-previous {
	border-right: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
	.adjacent-entry-pagination .pagination-previous,
	.adjacent-entry-pagination .pagination-next {
		text-align: center;
		width: 100%;
	}

	.adjacent-entry-pagination .pagination-previous {
		border-right: 0;
		border-bottom: 1px solid #ddd;
	}
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments {
	padding: 37px 0;
}

.comment-respond,
.entry-comments,
.ping-list {
	margin: 0 0 37px;
}

.entry-comments h3,
.comment-respond h3 {
	color: #010101;
}

.comment-author, .comment-meta { 
	display: inline-block; 
	margin: 0 17px 0 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list {
	border-top: 1px solid #eee;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 37px 0 0;
	padding: 0;
}

.comment-list article { 
	padding: 17px; 
	overflow: auto;
	border-bottom: 1px solid #F7F7F7;
}

.comment-header {
	margin: 0 0 17px;
}

.comment .avatar {
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: inline;
	float: left;
	margin: 0 17px 17px 0;
}

.form-allowed-tags {
	background: #f7f9fc;
	font-size: 12px;
	padding: 22px;
}

.comment-reply a {
	color: #777;
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 7px;
	float: right;
	display: block;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none !important;
}

.comment-meta {
	margin: 0;
}

@media only screen and (min-width: 600px) { 
	.comment-meta {
		float:right;
	}
}

.comment-meta {
	margin: 0;
		float:right;
}

.comment-time a, .comment-time {
	color: #777;
}

.comment-content {
	overflow-wrap: break-word;
}

.bypostauthor article {
	background: #f7f9fc;
}
	
.bypostauthor .comment-author-name {
	color: #fb6a4a;
}

.comment-author-name {
	font-weight: bold;
}

.comment-list .children {  
	margin-left: 17px;
}

.comment-list .children article { 
	border-left: 11px solid #CCC;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul li:before {
	content: "\00BB \0020";
	padding-right: 7px;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	border-bottom: 1px solid #eee;
	margin-bottom: 37px;
	padding-bottom: 37px;
}

.sidebar a {
	font-weight: 600;
}

.cat-item {
	list-style-type: none;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar .widget_search {
	border: 0;
}

.sidebar a img {
	margin-bottom: 0;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #f7f9fc;
	clear: both;
	display: block;
	overflow: hidden;
	padding: 0 0 27px;
}

.footer-widgets .wrap,
.footer-widgets-1,
.footer-widgets-4 {
	max-width: 1400px;
	width: 100%;
}

.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	margin-left: 2.564102564102564%;
	padding: 17px;
	width: 48.717948717948715%;
}

.footer-widgets-2 {
	margin-left: 0;
}

.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 22px;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #eee;
}

.footer-widgets img {
	margin: 0;
}

.footer-widgets .featured-content,
.footer-widgets .featuredpost {
	background: transparent;
	max-width: 95%;
}

.footer-widgets .entry {
	background: #fff;
	padding: 5px;
}

.footer-widget-area .widget_media_image {
	text-align: center;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	color: #777;
	letter-spacing: 2px;
	padding: 27px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #777;
}

.site-footer p {
	margin: 0;
}


/*
Media Queries
----------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
	.header-image .site-header {
		-webkit-background-size: contain !important;
		background-size: contain !important;
	}
}

@media only screen and (min-width: 1200px) {
	#before-header {
		visibility: visible;
	}
	.comment-time a, .comment-time {
		font-size: 0.8em;
	}
	.children { 
		margin-left: 17px; 
	}
	.comment-list .children article { 
		border-left: none;
	}
	aside, #breadcrumbs, .entry-meta { 
		font-size: 0.8em; 
	}
}

@media only screen and (max-width: 1200px) {
	.site-inner,
	.wrap {
		max-width: 1040px;
		overflow: hidden;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.alt-sidebar-content .content-sidebar-wrap,
	.alt-sidebar-content .content {
		width: 720px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 17px;
	}

	.sidebar-primary {
		width: 300px;
	}
}

@media only screen and (max-width: 1023px) {
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.alt-sidebar-content .content-sidebar-wrap,
	.alt-sidebar-content .content,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.header-image .site-header .widget-area {
		padding: 0;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	.comment-respond {
		padding: 10px 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 17px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.sidebar .widget.enews-widget {
		padding: 20px;
	}

	.footer-widgets {
		padding: 20px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.before-header .enews-widget p {
		display: none;
	}
}

@media only screen and (max-width: 940px) {
	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
	}

	.menu-toggle {
		background: transparent;
		border-bottom: 1px solid #eee;
		border-top: 1px solid #eee;
		cursor: pointer;
		min-height: 52px;
		position: relative;
		width: 100%;
	}

	.menu-toggle span {
		margin-left: -10px;
		top: 23px;
		left: 50%;
	}

	.menu-toggle span,
	.menu-toggle span:before,
	.menu-toggle span:after {
		background: #101010;
		-webkit-border-radius: 1px;
		border-radius: 1px;
		content: "";
		cursor: pointer;
		display: block;
		height: 3px;
		position: absolute;
		-webkit-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
		width: 20px;
	}

	.menu-toggle span:before {
		top: -5px;
	}

	.menu-toggle span:after {
		bottom: -5px;
	}

	.menu-toggle.active span {
		background: transparent;
	}

	.menu-toggle.active span:before,
	.menu-toggle.active span:after {
		top: 0;
	}

	.menu-toggle.active span:before {
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.menu-toggle.active span:after {
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.menu-toggle:hover,
	.menu-toggle:focus {
		background: transparent;
	}

	.sub-menu-toggle {
		color: #999;
		cursor: pointer;
		padding: 14px 18px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.sub-menu-toggle:before {
		content: "+";
	}

	.sub-menu-toggle.active:before {
		content: "-";
	}

	nav {
		display: none;
		position: relative;
	}
	
	#genesis-nav-primary {
		border-bottom: 2px solid #CCC;
	}

	.genesis-nav-menu {
		border: none;
	}

	.genesis-nav-menu .menu-item {
		border-bottom: 1px solid #eee;
		display: block;
		position: relative;
		text-align: left;
	}

	.genesis-nav-menu .menu-item:hover,
	.genesis-nav-menu .menu-item:focus {
		position: relative;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu .menu-item:last-child {
		border-bottom: none;
	}

	.genesis-nav-menu .sub-menu a {
		border: none;
		padding: 16px 22px;
		position: relative;
		width: auto;
	}

	.genesis-nav-menu .sub-menu a:hover,
	.genesis-nav-menu .sub-menu a:focus {
		background: #101010;
		opacity: 1.0;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 30px;
	}

	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 40px;
	}

	.site-header .widget-area,
	.site-header .widget-area .genesis-nav-menu {
		width: 100%;
	}

	.genesis-nav-menu .foodie-social {
		padding: 11px;
		overflow:hidden;
	}

	.genesis-nav-menu .simple-social-icons {
		margin: 0;
	}

	.genesis-nav-menu .search-form {
		border: 0;
		float: right;
		width: 100%;
		padding: 20px 10px;
	}
	
	.genesis-nav-menu aside {
		min-height: 52px;
	}
	
	#foodie-social a {
		font-size: 26px !important;
		padding: 13px  !important;
	}
	
}

@media only screen and (max-width: 767px) {
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.first {
		clear: none;
		margin-left: 2.564102564102564%;
		width: 48.717948717948715%;
	}
	
	.five-sixths .entry-title ,
	.four-sixths .entry-title ,
	.one-fourth .entry-title ,
	.one-half .entry-title ,
	.one-sixth .entry-title ,
	.one-third .entry-title ,
	.three-fourths .entry-title ,
	.three-sixths .entry-title ,
	.two-fourths .entry-title ,
	.two-sixths .entry-title ,
	.two-thirds .entry-title {
		font-size: 1em;
	}

	.odd {
		clear: both;
		margin-left: 0;
	}

	.alignright,
	.alignleft,
	img.alignright,
	img.alignleft,
	.wp-caption.alignright,
	.wp-caption.alignleft {
		float: none;
		margin: 0 auto 20px;
	}

	#before-header {
		display:none;
	}
}

@media only screen and (max-width: 420px) {

	.after-entry .widget {
		width: 100%;
	}

	.recipe-index .entry {
		margin: 0;
		width: 100%;
	}

	.featured-content .alignleft,
	.featured-content .alignright,
	.sidebar .alignleft,
	.sidebar .entry-image {
		clear: both;
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

	.sidebar .featured-content .entry {
		text-align: center;
	}

	.before-header .enews-widget .widgettitle,
	.before-header .enews-widget p,
	.before-header .enews-widget form,
	.before-header .enews-widget form input,
	.content .enews-widget .widgettitle,
	.content .enews-widget p,
	.content .enews-widget form,
	.content .enews-widget form input {
		display: block;
		float: none;
		line-height: 1.5;
		margin: 0 auto 7px;
		text-align: center;
		width: 100%;
	}

	.before-header .enews-widget input[type="submit"],
	.home .content .enews-widget input[type="submit"] {
		display: block;
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	#before-header {
		display:none;
	}
}




/*
CSS Customizations should be put into Appearances > Customize > Additional CSS
But if you have to put them here, put them below this line so they're easy to copy in an update
---------------------------------------------------------------------------------------------------- */
#start-resizable-editor-section{display:none}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{color:#fff;background-color:#32373c;border:none;border-radius:1.55em;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:.667em 1.333em;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:#fff}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{margin-right:0;width:100%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.is-style-outline>.wp-block-button__link,.wp-block-button__link.is-style-outline{border:2px solid}.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button__link.is-style-outline:not(.has-text-color){color:#32373c}.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button__link.is-style-outline:not(.has-background){background-color:transparent}.wp-block-buttons{display:flex;flex-direction:row;flex-wrap:wrap}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button{margin-right:0}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin-left:0;margin-right:.5em;margin-bottom:.5em}.wp-block-buttons>.wp-block-button:last-child{margin-right:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right>.wp-block-button{margin-left:.5em;margin-right:0}.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child{margin-left:0}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons.alignleft .wp-block-button{margin-left:0;margin-right:.5em}.wp-block-buttons.alignleft .wp-block-button:last-child{margin-right:0}.wp-block-buttons.alignright .wp-block-button{margin-right:0;margin-left:.5em}.wp-block-buttons.alignright .wp-block-button:first-child{margin-left:0}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;margin-bottom:.5em;width:100%}.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:.25em;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-code code{display:block;white-space:pre-wrap;overflow-wrap:break-word}.wp-block-columns{display:flex;margin-bottom:1.75em;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns.has-background{padding:1.25em 2.375em}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px) and (max-width:781px){.wp-block-column:not(:only-child){flex-basis:calc(50% - 1em)!important;flex-grow:0}.wp-block-column:nth-child(2n){margin-left:2em}}@media (min-width:782px){.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-column[style*=flex-basis]{flex-grow:0}.wp-block-column:not(:first-child){margin-left:2em}}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-cover,.wp-block-cover-image{position:relative;background-size:cover;background-position:50%;min-height:430px;width:100%;display:flex;justify-content:center;align-items:center;padding:1em;box-sizing:border-box}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:100%;z-index:1;color:#fff}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover-image img.wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background,.wp-block-cover img.wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background{position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:0;width:100%;height:100%;max-width:none;max-height:none;-o-object-fit:cover;object-fit:cover;outline:none;border:none;box-shadow:none}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:840px;padding:.44em;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-width:320px;min-height:240px}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:.8em;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 1em 1em 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:3em .77em .7em;color:#fff;text-align:center;font-size:.8em;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);box-sizing:border-box;margin:0}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid figcaption,.wp-block-gallery figcaption{flex-grow:1}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - .66667em);margin-right:1em}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - .75em);margin-right:1em}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - .8em);margin-right:1em}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - .83333em);margin-right:1em}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - .85714em);margin-right:1em}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - .875em);margin-right:1em}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:420px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image{margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image:not(.is-style-rounded) img{border-radius:inherit}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-latest-comments__comment{line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:2.25em;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;color:#555;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-top:.5em;margin-bottom:1em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;width:auto}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.block-editor-image-alignment-control__row .components-base-control__field{display:flex;justify-content:space-between;align-items:center}.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label{margin-bottom:0}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:-ms-grid;display:grid;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{
  /*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
  /*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  /*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill .wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container{color:#1e1e1e;background-color:#fff;min-width:200px}.items-justified-left>ul{justify-content:flex-start}.items-justified-center>ul{justify-content:center}.items-justified-right>ul{justify-content:flex-end}.items-justified-space-between>ul{justify-content:space-between}.wp-block-navigation-link{display:flex;align-items:center;position:relative;margin:0}.wp-block-navigation-link .wp-block-navigation__container:empty{display:none}.wp-block-navigation__container{list-style:none;margin:0;padding-left:0;display:flex;flex-wrap:wrap}.is-vertical .wp-block-navigation__container{display:block}.has-child>.wp-block-navigation-link__content{padding-right:.5em}.has-child .wp-block-navigation__container{border:1px solid rgba(0,0,0,.15);background-color:inherit;color:inherit;position:absolute;left:0;top:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:2;opacity:0;transition:opacity .1s linear;visibility:hidden}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content{flex-grow:1}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon{padding-right:.5em}@media (min-width:782px){.has-child .wp-block-navigation__container{left:1.5em}.has-child .wp-block-navigation__container .wp-block-navigation__container{left:100%;top:-1px}.has-child .wp-block-navigation__container .wp-block-navigation__container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:transparent}.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg{transform:rotate(0)}}.has-child:hover{cursor:pointer}.has-child:hover>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.has-child:focus-within{cursor:pointer}.has-child:focus-within>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,.wp-block-navigation[style*=text-decoration] .wp-block-navigation__container{text-decoration:inherit}.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus{text-decoration:none}.wp-block-navigation-link__content{color:inherit;padding:.5em 1em}.wp-block-navigation-link__content+.wp-block-navigation-link__content{padding-top:0}.has-text-color .wp-block-navigation-link__content{color:inherit}.wp-block-navigation-link__label{word-break:normal;overflow-wrap:break-word}.wp-block-navigation-link__submenu-icon{height:inherit;padding:.375em 1em .375em 0}.wp-block-navigation-link__submenu-icon svg{fill:currentColor}@media (min-width:782px){.wp-block-navigation-link__submenu-icon svg{transform:rotate(90deg)}}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-background{padding:1.25em 2.375em}p.has-text-color a{color:inherit}p:empty:before{content:""}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{margin-bottom:.7em;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0}.wp-block-post-author__name{font-weight:700;margin:0}.wp-block-post-comments-form input[type=submit]{color:#fff;background-color:#32373c;border:none;border-radius:1.55em;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:.667em 1.333em;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-post-comments-form input[type=submit]:active,.wp-block-post-comments-form input[type=submit]:focus,.wp-block-post-comments-form input[type=submit]:hover,.wp-block-post-comments-form input[type=submit]:visited{color:#fff}.wp-block-preformatted{white-space:pre-wrap}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:1.25em}.wp-block-pullquote p{font-size:1.75em;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:2em}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-query-loop{max-width:100%;list-style:none;padding:0}.wp-block-query-loop li{clear:both}.wp-block-query-loop.is-flex-container{flex-direction:row;display:flex;flex-wrap:wrap}.wp-block-query-loop.is-flex-container li{margin:0 0 1.25em;width:100%}@media (min-width:600px){.wp-block-query-loop.is-flex-container li{margin-right:1.25em}.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n){margin-right:0}}.wp-block-query-pagination{display:flex;flex-direction:row;flex-wrap:wrap}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{display:inline-block;margin-right:.5em;margin-bottom:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:1.125em;text-align:right}.wp-block-rss.wp-block-rss{box-sizing:border-box}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 1em)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}.wp-block-rss.columns-4 li{width:calc(25% - 1em)}.wp-block-rss.columns-5 li{width:calc(20% - 1em)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#555;font-size:.8125em}.wp-block-search .wp-block-search__button{background:#f7f7f7;border:1px solid #ccc;padding:.375em .625em;color:#32373c;margin-left:.625em;word-break:normal}.wp-block-search .wp-block-search__button.has-icon{line-height:0}.wp-block-search .wp-block-search__button svg{min-width:1.5em;min-height:1.5em}.wp-block-search .wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;min-width:3em;border:1px solid #949494}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{padding:4px;border:1px solid #949494}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus{outline:none}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{padding:.125em .5em}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"···";color:currentColor;font-size:1.5em;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-custom-logo{line-height:0}.wp-block-custom-logo .aligncenter{display:table}.wp-block-custom-logo.is-style-rounded img{border-radius:9999px}.wp-block-social-links{display:flex;flex-wrap:wrap;justify-content:flex-start;padding-left:0;padding-right:0;text-indent:0;margin-left:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link{margin:4px 8px 4px 0}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{width:1em;height:1em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links.alignright{justify-content:flex-end}.wp-social-link{display:block;border-radius:9999px;transition:transform .1s ease;height:auto}@media (prefers-reduced-motion:reduce){.wp-social-link{transition-duration:0s}}.wp-social-link a{display:block;line-height:0;transition:transform .1s ease}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#ff424d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#ff424d}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-tag-cloud.aligncenter{text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{font-family:inherit;overflow:auto;white-space:pre-wrap}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-post-featured-image a{display:inline-block}.wp-block-post-featured-image img{max-width:100%;height:auto}:root .has-pale-pink-background-color{background-color:#f78da7}:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .has-white-background-color{background-color:#fff}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-black-background-color{background-color:#000}:root .has-pale-pink-color{color:#f78da7}:root .has-vivid-red-color{color:#cf2e2e}:root .has-luminous-vivid-orange-color{color:#ff6900}:root .has-luminous-vivid-amber-color{color:#fcb900}:root .has-light-green-cyan-color{color:#7bdcb5}:root .has-vivid-green-cyan-color{color:#00d084}:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .has-vivid-cyan-blue-color{color:#0693e3}:root .has-vivid-purple-color{color:#9b51e0}:root .has-white-color{color:#fff}:root .has-very-light-gray-color{color:#eee}:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .has-very-dark-gray-color{color:#313131}:root .has-black-color{color:#000}:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:linear-gradient(135deg,#0693e3,#9b51e0)}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:linear-gradient(135deg,#7adcb4,#00d082)}:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:linear-gradient(135deg,#fcb900,#ff6900)}:root .has-luminous-vivid-orange-to-vivid-red-gradient-background{background:linear-gradient(135deg,#ff6900,#cf2e2e)}:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:linear-gradient(135deg,#eee,#a9b8c3)}:root .has-cool-to-warm-spectrum-gradient-background{background:linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)}:root .has-blush-light-purple-gradient-background{background:linear-gradient(135deg,#ffceec,#9896f0)}:root .has-blush-bordeaux-gradient-background{background:linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-luminous-dusk-gradient-background{background:linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-pale-ocean-gradient-background{background:linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)}:root .has-electric-grass-gradient-background{background:linear-gradient(135deg,#caf880,#71ce7e)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root .has-link-color a{color:#00e;color:var(--wp--style--color--link,#00e)}.has-small-font-size{font-size:.8125em}.has-normal-font-size,.has-regular-font-size{font-size:1em}.has-medium-font-size{font-size:1.25em}.has-large-font-size{font-size:2.25em}.has-huge-font-size,.has-larger-font-size{font-size:2.625em}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.crp_related{clear:both;margin:10px 0}.crp_related figure,.crp_related h3{margin:0!important}.crp_related ul{list-style:none;float:left;margin:0!important;padding:0!important}.crp_related a,.crp_related li{float:left;overflow:hidden;position:relative;text-align:center}.crp_related li{margin:5px!important;border:1px solid #ddd;padding:6px}.crp_related li:hover{background:#eee;border-color:#bbb}.crp_related a{-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;text-decoration:none!important}.crp_related a:hover{text-decoration:none}.crp_related .crp_title{color:#fff!important;position:absolute;display:block;bottom:0;padding:3px;font-size:.9em;text-shadow:.1em .1em .2em #000;background-color:rgba(0,0,0,.5);-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.crp_related li:hover .crp_title{background-color:rgba(0,0,0,.8)}.crp_related li{vertical-align:bottom;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.4);-moz-box-shadow:0 1px 2px rgba(0,0,0,.4);box-shadow:0 1px 2px rgba(0,0,0,.4);-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;list-style-type:none}.crp_clear{clear:both}.crp_title:visited{color:#fff!important}/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue: #007bff;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #dc3545;--orange: #fd7e14;--yellow: #ffc107;--green: #28a745;--teal: #20c997;--cyan: #17a2b8;--white: #fff;--gray: #6c757d;--gray-dark: #343a40;--primary: #007bff;--secondary: #6c757d;--success: #28a745;--info: #17a2b8;--warning: #ffc107;--danger: #dc3545;--light: #f8f9fa;--dark: #343a40;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}.w3eden *,.w3eden *::before,.w3eden *::after{box-sizing:border-box}.w3eden html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}.w3eden article,.w3eden aside,.w3eden figcaption,.w3eden figure,.w3eden footer,.w3eden header,.w3eden hgroup,.w3eden main,.w3eden nav,.w3eden section{display:block}.w3eden body{margin:0;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}.w3eden [tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}.w3eden hr{box-sizing:content-box;height:0;overflow:visible}.w3eden h1,.w3eden h2,.w3eden h3,.w3eden h4,.w3eden h5,.w3eden h6{margin-top:0;margin-bottom:0.5rem}.w3eden p{margin-top:0;margin-bottom:1rem}.w3eden abbr[title],.w3eden abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.w3eden address{margin-bottom:1rem;font-style:normal;line-height:inherit}.w3eden ol,.w3eden ul,.w3eden dl{margin-top:0;margin-bottom:1rem}.w3eden ol ol,.w3eden ul ul,.w3eden ol ul,.w3eden ul ol{margin-bottom:0}.w3eden dt{font-weight:700}.w3eden dd{margin-bottom:.5rem;margin-left:0}.w3eden blockquote{margin:0 0 1rem}.w3eden b,.w3eden strong{font-weight:bolder}.w3eden small{font-size:80%}.w3eden sub,.w3eden sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}.w3eden sub{bottom:-.25em}.w3eden sup{top:-.5em}.w3eden a{color:#007bff;text-decoration:none;background-color:transparent}.w3eden a:hover{color:#0056b3;text-decoration:underline}.w3eden a:not([href]){color:inherit;text-decoration:none}.w3eden a:not([href]):hover{color:inherit;text-decoration:none}.w3eden pre,.w3eden code,.w3eden kbd,.w3eden samp{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:1em}.w3eden pre{margin-top:0;margin-bottom:1rem;overflow:auto}.w3eden figure{margin:0 0 1rem}.w3eden img{vertical-align:middle;border-style:none}.w3eden svg{overflow:hidden;vertical-align:middle}.w3eden table{border-collapse:collapse}.w3eden caption{padding-top:0.75rem;padding-bottom:0.75rem;color:#6c757d;text-align:left;caption-side:bottom}.w3eden th{text-align:inherit}.w3eden label{display:inline-block;margin-bottom:0.5rem}.w3eden button{border-radius:0}.w3eden button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}.w3eden input,.w3eden button,.w3eden select,.w3eden optgroup,.w3eden textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.w3eden button,.w3eden input{overflow:visible}.w3eden button,.w3eden select{text-transform:none}.w3eden select{word-wrap:normal}.w3eden button,.w3eden [type="button"],.w3eden [type="reset"],.w3eden [type="submit"]{-webkit-appearance:button}.w3eden button:not(:disabled),.w3eden [type="button"]:not(:disabled),.w3eden [type="reset"]:not(:disabled),.w3eden [type="submit"]:not(:disabled){cursor:pointer}.w3eden button::-moz-focus-inner,.w3eden [type="button"]::-moz-focus-inner,.w3eden [type="reset"]::-moz-focus-inner,.w3eden [type="submit"]::-moz-focus-inner{padding:0;border-style:none}.w3eden input[type="radio"],.w3eden input[type="checkbox"]{box-sizing:border-box;padding:0}.w3eden input[type="date"],.w3eden input[type="time"],.w3eden input[type="datetime-local"],.w3eden input[type="month"]{-webkit-appearance:listbox}.w3eden textarea{overflow:auto;resize:vertical}.w3eden fieldset{min-width:0;padding:0;margin:0;border:0}.w3eden legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}.w3eden progress{vertical-align:baseline}.w3eden [type="number"]::-webkit-inner-spin-button,.w3eden [type="number"]::-webkit-outer-spin-button{height:auto}.w3eden [type="search"]{outline-offset:-2px;-webkit-appearance:none}.w3eden [type="search"]::-webkit-search-decoration{-webkit-appearance:none}.w3eden ::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}.w3eden output{display:inline-block}.w3eden summary{display:list-item;cursor:pointer}.w3eden template{display:none}.w3eden [hidden]{display:none !important}.w3eden h1,.w3eden h2,.w3eden h3,.w3eden h4,.w3eden h5,.w3eden h6,.w3eden .h1,.w3eden .h2,.w3eden .h3,.w3eden .h4,.w3eden .h5,.w3eden .h6{margin-bottom:0.5rem;font-weight:500;line-height:1.2}.w3eden h1,.w3eden .h1{font-size:2.5rem}.w3eden h2,.w3eden .h2{font-size:2rem}.w3eden h3,.w3eden .h3{font-size:1.75rem}.w3eden h4,.w3eden .h4{font-size:1.5rem}.w3eden h5,.w3eden .h5{font-size:1.25rem}.w3eden h6,.w3eden .h6{font-size:1rem}.w3eden .lead{font-size:1.25rem;font-weight:300}.w3eden .display-1{font-size:6rem;font-weight:300;line-height:1.2}.w3eden .display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.w3eden .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.w3eden .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}.w3eden hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,0.1)}.w3eden small,.w3eden .small{font-size:80%;font-weight:400}.w3eden mark,.w3eden .mark{padding:0.2em;background-color:#fcf8e3}.w3eden .list-unstyled{padding-left:0;list-style:none}.w3eden .list-inline{padding-left:0;list-style:none}.w3eden .list-inline-item{display:inline-block}.w3eden .list-inline-item:not(:last-child){margin-right:0.5rem}.w3eden .initialism{font-size:90%;text-transform:uppercase}.w3eden .blockquote{margin-bottom:1rem;font-size:1.25rem}.w3eden .blockquote-footer{display:block;font-size:80%;color:#6c757d}.w3eden .blockquote-footer::before{content:"\2014\00A0"}.w3eden .img-fluid{max-width:100%;height:auto}.w3eden .img-thumbnail{padding:0.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:0.25rem;max-width:100%;height:auto}.w3eden .figure{display:inline-block}.w3eden .figure-img{margin-bottom:0.5rem;line-height:1}.w3eden .figure-caption{font-size:90%;color:#6c757d}.w3eden code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}.w3eden a>code{color:inherit}.w3eden kbd{padding:0.2rem 0.4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:0.2rem}.w3eden kbd kbd{padding:0;font-size:100%;font-weight:700}.w3eden pre{display:block;font-size:87.5%;color:#212529}.w3eden pre code{font-size:inherit;color:inherit;word-break:normal}.w3eden .pre-scrollable{max-height:340px;overflow-y:scroll}.w3eden .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.w3eden .container{max-width:540px}}@media (min-width: 768px){.w3eden .container{max-width:720px}}@media (min-width: 992px){.w3eden .container{max-width:960px}}@media (min-width: 1200px){.w3eden .container{max-width:1140px}}.w3eden .container-fluid,.w3eden .container-sm,.w3eden .container-md,.w3eden .container-lg,.w3eden .container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.w3eden .container,.w3eden .container-sm{max-width:540px}}@media (min-width: 768px){.w3eden .container,.w3eden .container-sm,.w3eden .container-md{max-width:720px}}@media (min-width: 992px){.w3eden .container,.w3eden .container-sm,.w3eden .container-md,.w3eden .container-lg{max-width:960px}}@media (min-width: 1200px){.w3eden .container,.w3eden .container-sm,.w3eden .container-md,.w3eden .container-lg,.w3eden .container-xl{max-width:1140px}}.w3eden .row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.w3eden .no-gutters{margin-right:0;margin-left:0}.w3eden .no-gutters>.col,.w3eden .no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.w3eden .col-1,.w3eden .col-2,.w3eden .col-3,.w3eden .col-4,.w3eden .col-5,.w3eden .col-6,.w3eden .col-7,.w3eden .col-8,.w3eden .col-9,.w3eden .col-10,.w3eden .col-11,.w3eden .col-12,.w3eden .col,.w3eden .col-auto,.w3eden .col-sm-1,.w3eden .col-sm-2,.w3eden .col-sm-3,.w3eden .col-sm-4,.w3eden .col-sm-5,.w3eden .col-sm-6,.w3eden .col-sm-7,.w3eden .col-sm-8,.w3eden .col-sm-9,.w3eden .col-sm-10,.w3eden .col-sm-11,.w3eden .col-sm-12,.w3eden .col-sm,.w3eden .col-sm-auto,.w3eden .col-md-1,.w3eden .col-md-2,.w3eden .col-md-3,.w3eden .col-md-4,.w3eden .col-md-5,.w3eden .col-md-6,.w3eden .col-md-7,.w3eden .col-md-8,.w3eden .col-md-9,.w3eden .col-md-10,.w3eden .col-md-11,.w3eden .col-md-12,.w3eden .col-md,.w3eden .col-md-auto,.w3eden .col-lg-1,.w3eden .col-lg-2,.w3eden .col-lg-3,.w3eden .col-lg-4,.w3eden .col-lg-5,.w3eden .col-lg-6,.w3eden .col-lg-7,.w3eden .col-lg-8,.w3eden .col-lg-9,.w3eden .col-lg-10,.w3eden .col-lg-11,.w3eden .col-lg-12,.w3eden .col-lg,.w3eden .col-lg-auto,.w3eden .col-xl-1,.w3eden .col-xl-2,.w3eden .col-xl-3,.w3eden .col-xl-4,.w3eden .col-xl-5,.w3eden .col-xl-6,.w3eden .col-xl-7,.w3eden .col-xl-8,.w3eden .col-xl-9,.w3eden .col-xl-10,.w3eden .col-xl-11,.w3eden .col-xl-12,.w3eden .col-xl,.w3eden .col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.w3eden .col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.w3eden .row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.w3eden .row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.w3eden .row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.w3eden .row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.w3eden .row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.w3eden .row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.w3eden .col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.w3eden .col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.w3eden .col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.w3eden .col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.w3eden .col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.w3eden .col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.w3eden .col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.w3eden .col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.w3eden .col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.w3eden .col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.w3eden .col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.w3eden .col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.w3eden .col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.w3eden .order-first{-ms-flex-order:-1;order:-1}.w3eden .order-last{-ms-flex-order:13;order:13}.w3eden .order-0{-ms-flex-order:0;order:0}.w3eden .order-1{-ms-flex-order:1;order:1}.w3eden .order-2{-ms-flex-order:2;order:2}.w3eden .order-3{-ms-flex-order:3;order:3}.w3eden .order-4{-ms-flex-order:4;order:4}.w3eden .order-5{-ms-flex-order:5;order:5}.w3eden .order-6{-ms-flex-order:6;order:6}.w3eden .order-7{-ms-flex-order:7;order:7}.w3eden .order-8{-ms-flex-order:8;order:8}.w3eden .order-9{-ms-flex-order:9;order:9}.w3eden .order-10{-ms-flex-order:10;order:10}.w3eden .order-11{-ms-flex-order:11;order:11}.w3eden .order-12{-ms-flex-order:12;order:12}.w3eden .offset-1{margin-left:8.333333%}.w3eden .offset-2{margin-left:16.666667%}.w3eden .offset-3{margin-left:25%}.w3eden .offset-4{margin-left:33.333333%}.w3eden .offset-5{margin-left:41.666667%}.w3eden .offset-6{margin-left:50%}.w3eden .offset-7{margin-left:58.333333%}.w3eden .offset-8{margin-left:66.666667%}.w3eden .offset-9{margin-left:75%}.w3eden .offset-10{margin-left:83.333333%}.w3eden .offset-11{margin-left:91.666667%}@media (min-width: 576px){.w3eden .col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.w3eden .row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.w3eden .row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.w3eden .row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.w3eden .row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.w3eden .row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.w3eden .row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.w3eden .col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.w3eden .col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.w3eden .col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.w3eden .col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.w3eden .col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.w3eden .col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.w3eden .col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.w3eden .col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.w3eden .col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.w3eden .col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.w3eden .col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.w3eden .col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.w3eden .col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.w3eden .order-sm-first{-ms-flex-order:-1;order:-1}.w3eden .order-sm-last{-ms-flex-order:13;order:13}.w3eden .order-sm-0{-ms-flex-order:0;order:0}.w3eden .order-sm-1{-ms-flex-order:1;order:1}.w3eden .order-sm-2{-ms-flex-order:2;order:2}.w3eden .order-sm-3{-ms-flex-order:3;order:3}.w3eden .order-sm-4{-ms-flex-order:4;order:4}.w3eden .order-sm-5{-ms-flex-order:5;order:5}.w3eden .order-sm-6{-ms-flex-order:6;order:6}.w3eden .order-sm-7{-ms-flex-order:7;order:7}.w3eden .order-sm-8{-ms-flex-order:8;order:8}.w3eden .order-sm-9{-ms-flex-order:9;order:9}.w3eden .order-sm-10{-ms-flex-order:10;order:10}.w3eden .order-sm-11{-ms-flex-order:11;order:11}.w3eden .order-sm-12{-ms-flex-order:12;order:12}.w3eden .offset-sm-0{margin-left:0}.w3eden .offset-sm-1{margin-left:8.333333%}.w3eden .offset-sm-2{margin-left:16.666667%}.w3eden .offset-sm-3{margin-left:25%}.w3eden .offset-sm-4{margin-left:33.333333%}.w3eden .offset-sm-5{margin-left:41.666667%}.w3eden .offset-sm-6{margin-left:50%}.w3eden .offset-sm-7{margin-left:58.333333%}.w3eden .offset-sm-8{margin-left:66.666667%}.w3eden .offset-sm-9{margin-left:75%}.w3eden .offset-sm-10{margin-left:83.333333%}.w3eden .offset-sm-11{margin-left:91.666667%}}@media (min-width: 768px){.w3eden .col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.w3eden .row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.w3eden .row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.w3eden .row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.w3eden .row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.w3eden .row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.w3eden .row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.w3eden .col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.w3eden .col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.w3eden .col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.w3eden .col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.w3eden .col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.w3eden .col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.w3eden .col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.w3eden .col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.w3eden .col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.w3eden .col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.w3eden .col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.w3eden .col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.w3eden .col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.w3eden .order-md-first{-ms-flex-order:-1;order:-1}.w3eden .order-md-last{-ms-flex-order:13;order:13}.w3eden .order-md-0{-ms-flex-order:0;order:0}.w3eden .order-md-1{-ms-flex-order:1;order:1}.w3eden .order-md-2{-ms-flex-order:2;order:2}.w3eden .order-md-3{-ms-flex-order:3;order:3}.w3eden .order-md-4{-ms-flex-order:4;order:4}.w3eden .order-md-5{-ms-flex-order:5;order:5}.w3eden .order-md-6{-ms-flex-order:6;order:6}.w3eden .order-md-7{-ms-flex-order:7;order:7}.w3eden .order-md-8{-ms-flex-order:8;order:8}.w3eden .order-md-9{-ms-flex-order:9;order:9}.w3eden .order-md-10{-ms-flex-order:10;order:10}.w3eden .order-md-11{-ms-flex-order:11;order:11}.w3eden .order-md-12{-ms-flex-order:12;order:12}.w3eden .offset-md-0{margin-left:0}.w3eden .offset-md-1{margin-left:8.333333%}.w3eden .offset-md-2{margin-left:16.666667%}.w3eden .offset-md-3{margin-left:25%}.w3eden .offset-md-4{margin-left:33.333333%}.w3eden .offset-md-5{margin-left:41.666667%}.w3eden .offset-md-6{margin-left:50%}.w3eden .offset-md-7{margin-left:58.333333%}.w3eden .offset-md-8{margin-left:66.666667%}.w3eden .offset-md-9{margin-left:75%}.w3eden .offset-md-10{margin-left:83.333333%}.w3eden .offset-md-11{margin-left:91.666667%}}@media (min-width: 992px){.w3eden .col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.w3eden .row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.w3eden .row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.w3eden .row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.w3eden .row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.w3eden .row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.w3eden .row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.w3eden .col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.w3eden .col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.w3eden .col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.w3eden .col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.w3eden .col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.w3eden .col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.w3eden .col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.w3eden .col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.w3eden .col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.w3eden .col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.w3eden .col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.w3eden .col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.w3eden .col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.w3eden .order-lg-first{-ms-flex-order:-1;order:-1}.w3eden .order-lg-last{-ms-flex-order:13;order:13}.w3eden .order-lg-0{-ms-flex-order:0;order:0}.w3eden .order-lg-1{-ms-flex-order:1;order:1}.w3eden .order-lg-2{-ms-flex-order:2;order:2}.w3eden .order-lg-3{-ms-flex-order:3;order:3}.w3eden .order-lg-4{-ms-flex-order:4;order:4}.w3eden .order-lg-5{-ms-flex-order:5;order:5}.w3eden .order-lg-6{-ms-flex-order:6;order:6}.w3eden .order-lg-7{-ms-flex-order:7;order:7}.w3eden .order-lg-8{-ms-flex-order:8;order:8}.w3eden .order-lg-9{-ms-flex-order:9;order:9}.w3eden .order-lg-10{-ms-flex-order:10;order:10}.w3eden .order-lg-11{-ms-flex-order:11;order:11}.w3eden .order-lg-12{-ms-flex-order:12;order:12}.w3eden .offset-lg-0{margin-left:0}.w3eden .offset-lg-1{margin-left:8.333333%}.w3eden .offset-lg-2{margin-left:16.666667%}.w3eden .offset-lg-3{margin-left:25%}.w3eden .offset-lg-4{margin-left:33.333333%}.w3eden .offset-lg-5{margin-left:41.666667%}.w3eden .offset-lg-6{margin-left:50%}.w3eden .offset-lg-7{margin-left:58.333333%}.w3eden .offset-lg-8{margin-left:66.666667%}.w3eden .offset-lg-9{margin-left:75%}.w3eden .offset-lg-10{margin-left:83.333333%}.w3eden .offset-lg-11{margin-left:91.666667%}}@media (min-width: 1200px){.w3eden .col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.w3eden .row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.w3eden .row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.w3eden .row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.w3eden .row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.w3eden .row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.w3eden .row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.w3eden .col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.w3eden .col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.w3eden .col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.w3eden .col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.w3eden .col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.w3eden .col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.w3eden .col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.w3eden .col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.w3eden .col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.w3eden .col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.w3eden .col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.w3eden .col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.w3eden .col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.w3eden .order-xl-first{-ms-flex-order:-1;order:-1}.w3eden .order-xl-last{-ms-flex-order:13;order:13}.w3eden .order-xl-0{-ms-flex-order:0;order:0}.w3eden .order-xl-1{-ms-flex-order:1;order:1}.w3eden .order-xl-2{-ms-flex-order:2;order:2}.w3eden .order-xl-3{-ms-flex-order:3;order:3}.w3eden .order-xl-4{-ms-flex-order:4;order:4}.w3eden .order-xl-5{-ms-flex-order:5;order:5}.w3eden .order-xl-6{-ms-flex-order:6;order:6}.w3eden .order-xl-7{-ms-flex-order:7;order:7}.w3eden .order-xl-8{-ms-flex-order:8;order:8}.w3eden .order-xl-9{-ms-flex-order:9;order:9}.w3eden .order-xl-10{-ms-flex-order:10;order:10}.w3eden .order-xl-11{-ms-flex-order:11;order:11}.w3eden .order-xl-12{-ms-flex-order:12;order:12}.w3eden .offset-xl-0{margin-left:0}.w3eden .offset-xl-1{margin-left:8.333333%}.w3eden .offset-xl-2{margin-left:16.666667%}.w3eden .offset-xl-3{margin-left:25%}.w3eden .offset-xl-4{margin-left:33.333333%}.w3eden .offset-xl-5{margin-left:41.666667%}.w3eden .offset-xl-6{margin-left:50%}.w3eden .offset-xl-7{margin-left:58.333333%}.w3eden .offset-xl-8{margin-left:66.666667%}.w3eden .offset-xl-9{margin-left:75%}.w3eden .offset-xl-10{margin-left:83.333333%}.w3eden .offset-xl-11{margin-left:91.666667%}}.w3eden .table{width:100%;margin-bottom:1rem;color:#212529}.w3eden .table th,.w3eden .table td{padding:0.75rem;vertical-align:top;border-top:1px solid #dee2e6}.w3eden .table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.w3eden .table tbody+tbody{border-top:2px solid #dee2e6}.w3eden .table-sm th,.w3eden .table-sm td{padding:0.3rem}.w3eden .table-bordered{border:1px solid #dee2e6}.w3eden .table-bordered th,.w3eden .table-bordered td{border:1px solid #dee2e6}.w3eden .table-bordered thead th,.w3eden .table-bordered thead td{border-bottom-width:2px}.w3eden .table-borderless th,.w3eden .table-borderless td,.w3eden .table-borderless thead th,.w3eden .table-borderless tbody+tbody{border:0}.w3eden .table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,0.05)}.w3eden .table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,0.075)}.w3eden .table-primary,.w3eden .table-primary>th,.w3eden .table-primary>td{background-color:#b8daff}.w3eden .table-primary th,.w3eden .table-primary td,.w3eden .table-primary thead th,.w3eden .table-primary tbody+tbody{border-color:#7abaff}.w3eden .table-hover .table-primary:hover{background-color:#9fcdff}.w3eden .table-hover .table-primary:hover>td,.w3eden .table-hover .table-primary:hover>th{background-color:#9fcdff}.w3eden .table-secondary,.w3eden .table-secondary>th,.w3eden .table-secondary>td{background-color:#d6d8db}.w3eden .table-secondary th,.w3eden .table-secondary td,.w3eden .table-secondary thead th,.w3eden .table-secondary tbody+tbody{border-color:#b3b7bb}.w3eden .table-hover .table-secondary:hover{background-color:#c8cbcf}.w3eden .table-hover .table-secondary:hover>td,.w3eden .table-hover .table-secondary:hover>th{background-color:#c8cbcf}.w3eden .table-success,.w3eden .table-success>th,.w3eden .table-success>td{background-color:#c3e6cb}.w3eden .table-success th,.w3eden .table-success td,.w3eden .table-success thead th,.w3eden .table-success tbody+tbody{border-color:#8fd19e}.w3eden .table-hover .table-success:hover{background-color:#b1dfbb}.w3eden .table-hover .table-success:hover>td,.w3eden .table-hover .table-success:hover>th{background-color:#b1dfbb}.w3eden .table-info,.w3eden .table-info>th,.w3eden .table-info>td{background-color:#bee5eb}.w3eden .table-info th,.w3eden .table-info td,.w3eden .table-info thead th,.w3eden .table-info tbody+tbody{border-color:#86cfda}.w3eden .table-hover .table-info:hover{background-color:#abdde5}.w3eden .table-hover .table-info:hover>td,.w3eden .table-hover .table-info:hover>th{background-color:#abdde5}.w3eden .table-warning,.w3eden .table-warning>th,.w3eden .table-warning>td{background-color:#ffeeba}.w3eden .table-warning th,.w3eden .table-warning td,.w3eden .table-warning thead th,.w3eden .table-warning tbody+tbody{border-color:#ffdf7e}.w3eden .table-hover .table-warning:hover{background-color:#ffe8a1}.w3eden .table-hover .table-warning:hover>td,.w3eden .table-hover .table-warning:hover>th{background-color:#ffe8a1}.w3eden .table-danger,.w3eden .table-danger>th,.w3eden .table-danger>td{background-color:#f5c6cb}.w3eden .table-danger th,.w3eden .table-danger td,.w3eden .table-danger thead th,.w3eden .table-danger tbody+tbody{border-color:#ed969e}.w3eden .table-hover .table-danger:hover{background-color:#f1b0b7}.w3eden .table-hover .table-danger:hover>td,.w3eden .table-hover .table-danger:hover>th{background-color:#f1b0b7}.w3eden .table-light,.w3eden .table-light>th,.w3eden .table-light>td{background-color:#fdfdfe}.w3eden .table-light th,.w3eden .table-light td,.w3eden .table-light thead th,.w3eden .table-light tbody+tbody{border-color:#fbfcfc}.w3eden .table-hover .table-light:hover{background-color:#ececf6}.w3eden .table-hover .table-light:hover>td,.w3eden .table-hover .table-light:hover>th{background-color:#ececf6}.w3eden .table-dark,.w3eden .table-dark>th,.w3eden .table-dark>td{background-color:#c6c8ca}.w3eden .table-dark th,.w3eden .table-dark td,.w3eden .table-dark thead th,.w3eden .table-dark tbody+tbody{border-color:#95999c}.w3eden .table-hover .table-dark:hover{background-color:#b9bbbe}.w3eden .table-hover .table-dark:hover>td,.w3eden .table-hover .table-dark:hover>th{background-color:#b9bbbe}.w3eden .table-active,.w3eden .table-active>th,.w3eden .table-active>td{background-color:rgba(0,0,0,0.075)}.w3eden .table-hover .table-active:hover{background-color:rgba(0,0,0,0.075)}.w3eden .table-hover .table-active:hover>td,.w3eden .table-hover .table-active:hover>th{background-color:rgba(0,0,0,0.075)}.w3eden .table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.w3eden .table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.w3eden .table-dark{color:#fff;background-color:#343a40}.w3eden .table-dark th,.w3eden .table-dark td,.w3eden .table-dark thead th{border-color:#454d55}.w3eden .table-dark.table-bordered{border:0}.w3eden .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,0.05)}.w3eden .table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,0.075)}@media (max-width: 575.98px){.w3eden .table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.w3eden .table-responsive-sm>.table-bordered{border:0}}@media (max-width: 767.98px){.w3eden .table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.w3eden .table-responsive-md>.table-bordered{border:0}}@media (max-width: 991.98px){.w3eden .table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.w3eden .table-responsive-lg>.table-bordered{border:0}}@media (max-width: 1199.98px){.w3eden .table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.w3eden .table-responsive-xl>.table-bordered{border:0}}.w3eden .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.w3eden .table-responsive>.table-bordered{border:0}.w3eden .form-control{display:block;width:100%;height:calc(1.5em + 0.75rem + 2px);padding:0.375rem 0.75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:0.25rem;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.w3eden .form-control{transition:none}}.w3eden .form-control::-ms-expand{background-color:transparent;border:0}.w3eden .form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.w3eden .form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25)}.w3eden .form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.w3eden .form-control::-moz-placeholder{color:#6c757d;opacity:1}.w3eden .form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.w3eden .form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.w3eden .form-control::placeholder{color:#6c757d;opacity:1}.w3eden .form-control:disabled,.w3eden .form-control[readonly]{background-color:#e9ecef;opacity:1}.w3eden select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.w3eden .form-control-file,.w3eden .form-control-range{display:block;width:100%}.w3eden .col-form-label{padding-top:calc(0.375rem + 1px);padding-bottom:calc(0.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.w3eden .col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.25rem;line-height:1.5}.w3eden .col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.875rem;line-height:1.5}.w3eden .form-control-plaintext{display:block;width:100%;padding:0.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.w3eden .form-control-plaintext.form-control-sm,.w3eden .form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.w3eden .form-control-sm{height:calc(1.5em + 0.5rem + 2px);padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:0.2rem}.w3eden .form-control-lg{height:calc(1.5em + 1rem + 2px);padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:0.3rem}.w3eden select.form-control[size],.w3eden select.form-control[multiple]{height:auto}.w3eden textarea.form-control{height:auto}.w3eden .form-group{margin-bottom:1rem}.w3eden .form-text{display:block;margin-top:0.25rem}.w3eden .form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.w3eden .form-row>.col,.w3eden .form-row>[class*="col-"]{padding-right:5px;padding-left:5px}.w3eden .form-check{position:relative;display:block;padding-left:1.25rem}.w3eden .form-check-input{position:absolute;margin-top:0.3rem;margin-left:-1.25rem}.w3eden .form-check-input[disabled] ~ .form-check-label,.w3eden .form-check-input:disabled ~ .form-check-label{color:#6c757d}.w3eden .form-check-label{margin-bottom:0}.w3eden .form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:0.75rem}.w3eden .form-check-inline .form-check-input{position:static;margin-top:0;margin-right:0.3125rem;margin-left:0}.w3eden .valid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#28a745}.w3eden .valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:.1rem;font-size:0.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,0.9);border-radius:0.25rem}.w3eden .was-validated :valid ~ .valid-feedback,.w3eden .was-validated :valid ~ .valid-tooltip,.w3eden .is-valid ~ .valid-feedback,.w3eden .is-valid ~ .valid-tooltip{display:block}.w3eden .was-validated .form-control:valid,.w3eden .form-control.is-valid{border-color:#28a745;padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.w3eden .was-validated .form-control:valid:focus,.w3eden .form-control.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.w3eden .was-validated textarea.form-control:valid,.w3eden textarea.form-control.is-valid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.w3eden .was-validated .custom-select:valid,.w3eden .custom-select.is-valid{border-color:#28a745;padding-right:calc(0.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.w3eden .was-validated .custom-select:valid:focus,.w3eden .custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.w3eden .was-validated .form-check-input:valid ~ .form-check-label,.w3eden .form-check-input.is-valid ~ .form-check-label{color:#28a745}.w3eden .was-validated .form-check-input:valid ~ .valid-feedback,.w3eden .was-validated .form-check-input:valid ~ .valid-tooltip,.w3eden .form-check-input.is-valid ~ .valid-feedback,.w3eden .form-check-input.is-valid ~ .valid-tooltip{display:block}.w3eden .was-validated .custom-control-input:valid ~ .custom-control-label,.w3eden .custom-control-input.is-valid ~ .custom-control-label{color:#28a745}.w3eden .was-validated .custom-control-input:valid ~ .custom-control-label::before,.w3eden .custom-control-input.is-valid ~ .custom-control-label::before{border-color:#28a745}.w3eden .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.w3eden .custom-control-input.is-valid:checked ~ .custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.w3eden .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.w3eden .custom-control-input.is-valid:focus ~ .custom-control-label::before{box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.w3eden .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,.w3eden .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before{border-color:#28a745}.w3eden .was-validated .custom-file-input:valid ~ .custom-file-label,.w3eden .custom-file-input.is-valid ~ .custom-file-label{border-color:#28a745}.w3eden .was-validated .custom-file-input:valid:focus ~ .custom-file-label,.w3eden .custom-file-input.is-valid:focus ~ .custom-file-label{border-color:#28a745;box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.w3eden .invalid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#dc3545}.w3eden .invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:.1rem;font-size:0.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,0.9);border-radius:0.25rem}.w3eden .was-validated :invalid ~ .invalid-feedback,.w3eden .was-validated :invalid ~ .invalid-tooltip,.w3eden .is-invalid ~ .invalid-feedback,.w3eden .is-invalid ~ .invalid-tooltip{display:block}.w3eden .was-validated .form-control:invalid,.w3eden .form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.w3eden .was-validated .form-control:invalid:focus,.w3eden .form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.w3eden .was-validated textarea.form-control:invalid,.w3eden textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.w3eden .was-validated .custom-select:invalid,.w3eden .custom-select.is-invalid{border-color:#dc3545;padding-right:calc(0.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.w3eden .was-validated .custom-select:invalid:focus,.w3eden .custom-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.w3eden .was-validated .form-check-input:invalid ~ .form-check-label,.w3eden .form-check-input.is-invalid ~ .form-check-label{color:#dc3545}.w3eden .was-validated .form-check-input:invalid ~ .invalid-feedback,.w3eden .was-validated .form-check-input:invalid ~ .invalid-tooltip,.w3eden .form-check-input.is-invalid ~ .invalid-feedback,.w3eden .form-check-input.is-invalid ~ .invalid-tooltip{display:block}.w3eden .was-validated .custom-control-input:invalid ~ .custom-control-label,.w3eden .custom-control-input.is-invalid ~ .custom-control-label{color:#dc3545}.w3eden .was-validated .custom-control-input:invalid ~ .custom-control-label::before,.w3eden .custom-control-input.is-invalid ~ .custom-control-label::before{border-color:#dc3545}.w3eden .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.w3eden .custom-control-input.is-invalid:checked ~ .custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.w3eden .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.w3eden .custom-control-input.is-invalid:focus ~ .custom-control-label::before{box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.w3eden .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,.w3eden .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before{border-color:#dc3545}.w3eden .was-validated .custom-file-input:invalid ~ .custom-file-label,.w3eden .custom-file-input.is-invalid ~ .custom-file-label{border-color:#dc3545}.w3eden .was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.w3eden .custom-file-input.is-invalid:focus ~ .custom-file-label{border-color:#dc3545;box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.w3eden .form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.w3eden .form-inline .form-check{width:100%}@media (min-width: 576px){.w3eden .form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.w3eden .form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.w3eden .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.w3eden .form-inline .form-control-plaintext{display:inline-block}.w3eden .form-inline .input-group,.w3eden .form-inline .custom-select{width:auto}.w3eden .form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.w3eden .form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:0.25rem;margin-left:0}.w3eden .form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.w3eden .form-inline .custom-control-label{margin-bottom:0}}.w3eden .btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;border-radius:0.25rem;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.w3eden .btn{transition:none}}.w3eden .btn:hover{color:#212529;text-decoration:none}.w3eden .btn:focus,.w3eden .btn.focus{outline:0;box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25)}.w3eden .btn.disabled,.w3eden .btn:disabled{opacity:0.65}.w3eden a.btn.disabled,.w3eden fieldset:disabled a.btn{pointer-events:none}.w3eden .btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.w3eden .btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.w3eden .btn-primary:focus,.w3eden .btn-primary.focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 0.2rem rgba(38,143,255,0.5)}.w3eden .btn-primary.disabled,.w3eden .btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.w3eden .btn-primary:not(:disabled):not(.disabled):active,.w3eden .btn-primary:not(:disabled):not(.disabled).active,.w3eden .show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.w3eden .btn-primary:not(:disabled):not(.disabled):active:focus,.w3eden .btn-primary:not(:disabled):not(.disabled).active:focus,.w3eden .show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(38,143,255,0.5)}.w3eden .btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.w3eden .btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.w3eden .btn-secondary:focus,.w3eden .btn-secondary.focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 0.2rem rgba(130,138,145,0.5)}.w3eden .btn-secondary.disabled,.w3eden .btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.w3eden .btn-secondary:not(:disabled):not(.disabled):active,.w3eden .btn-secondary:not(:disabled):not(.disabled).active,.w3eden .show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.w3eden .btn-secondary:not(:disabled):not(.disabled):active:focus,.w3eden .btn-secondary:not(:disabled):not(.disabled).active:focus,.w3eden .show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(130,138,145,0.5)}.w3eden .btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.w3eden .btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.w3eden .btn-success:focus,.w3eden .btn-success.focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 0.2rem rgba(72,180,97,0.5)}.w3eden .btn-success.disabled,.w3eden .btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.w3eden .btn-success:not(:disabled):not(.disabled):active,.w3eden .btn-success:not(:disabled):not(.disabled).active,.w3eden .show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.w3eden .btn-success:not(:disabled):not(.disabled):active:focus,.w3eden .btn-success:not(:disabled):not(.disabled).active:focus,.w3eden .show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(72,180,97,0.5)}.w3eden .btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.w3eden .btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.w3eden .btn-info:focus,.w3eden .btn-info.focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 0.2rem rgba(58,176,195,0.5)}.w3eden .btn-info.disabled,.w3eden .btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.w3eden .btn-info:not(:disabled):not(.disabled):active,.w3eden .btn-info:not(:disabled):not(.disabled).active,.w3eden .show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.w3eden .btn-info:not(:disabled):not(.disabled):active:focus,.w3eden .btn-info:not(:disabled):not(.disabled).active:focus,.w3eden .show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(58,176,195,0.5)}.w3eden .btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.w3eden .btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.w3eden .btn-warning:focus,.w3eden .btn-warning.focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 0.2rem rgba(222,170,12,0.5)}.w3eden .btn-warning.disabled,.w3eden .btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.w3eden .btn-warning:not(:disabled):not(.disabled):active,.w3eden .btn-warning:not(:disabled):not(.disabled).active,.w3eden .show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.w3eden .btn-warning:not(:disabled):not(.disabled):active:focus,.w3eden .btn-warning:not(:disabled):not(.disabled).active:focus,.w3eden .show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(222,170,12,0.5)}.w3eden .btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.w3eden .btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.w3eden .btn-danger:focus,.w3eden .btn-danger.focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 0.2rem rgba(225,83,97,0.5)}.w3eden .btn-danger.disabled,.w3eden .btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.w3eden .btn-danger:not(:disabled):not(.disabled):active,.w3eden .btn-danger:not(:disabled):not(.disabled).active,.w3eden .show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.w3eden .btn-danger:not(:disabled):not(.disabled):active:focus,.w3eden .btn-danger:not(:disabled):not(.disabled).active:focus,.w3eden .show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(225,83,97,0.5)}.w3eden .btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.w3eden .btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.w3eden .btn-light:focus,.w3eden .btn-light.focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 0.2rem rgba(216,217,219,0.5)}.w3eden .btn-light.disabled,.w3eden .btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.w3eden .btn-light:not(:disabled):not(.disabled):active,.w3eden .btn-light:not(:disabled):not(.disabled).active,.w3eden .show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.w3eden .btn-light:not(:disabled):not(.disabled):active:focus,.w3eden .btn-light:not(:disabled):not(.disabled).active:focus,.w3eden .show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(216,217,219,0.5)}.w3eden .btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.w3eden .btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.w3eden .btn-dark:focus,.w3eden .btn-dark.focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 0.2rem rgba(82,88,93,0.5)}.w3eden .btn-dark.disabled,.w3eden .btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.w3eden .btn-dark:not(:disabled):not(.disabled):active,.w3eden .btn-dark:not(:disabled):not(.disabled).active,.w3eden .show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.w3eden .btn-dark:not(:disabled):not(.disabled):active:focus,.w3eden .btn-dark:not(:disabled):not(.disabled).active:focus,.w3eden .show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(82,88,93,0.5)}.w3eden .btn-outline-primary{color:#007bff;border-color:#007bff}.w3eden .btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.w3eden .btn-outline-primary:focus,.w3eden .btn-outline-primary.focus{box-shadow:0 0 0 0.2rem rgba(0,123,255,0.5)}.w3eden .btn-outline-primary.disabled,.w3eden .btn-outline-primary:disabled{color:#007bff;background-color:transparent}.w3eden .btn-outline-primary:not(:disabled):not(.disabled):active,.w3eden .btn-outline-primary:not(:disabled):not(.disabled).active,.w3eden .show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.w3eden .btn-outline-primary:not(:disabled):not(.disabled):active:focus,.w3eden .btn-outline-primary:not(:disabled):not(.disabled).active:focus,.w3eden .show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(0,123,255,0.5)}.w3eden .btn-outline-secondary{color:#6c757d;border-color:#6c757d}.w3eden .btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.w3eden .btn-outline-secondary:focus,.w3eden .btn-outline-secondary.focus{box-shadow:0 0 0 0.2rem rgba(108,117,125,0.5)}.w3eden .btn-outline-secondary.disabled,.w3eden .btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.w3eden .btn-outline-secondary:not(:disabled):not(.disabled):active,.w3eden .btn-outline-secondary:not(:disabled):not(.disabled).active,.w3eden .show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.w3eden .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.w3eden .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.w3eden .show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(108,117,125,0.5)}.w3eden .btn-outline-success{color:#28a745;border-color:#28a745}.w3eden .btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.w3eden .btn-outline-success:focus,.w3eden .btn-outline-success.focus{box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.w3eden .btn-outline-success.disabled,.w3eden .btn-outline-success:disabled{color:#28a745;background-color:transparent}.w3eden .btn-outline-success:not(:disabled):not(.disabled):active,.w3eden .btn-outline-success:not(:disabled):not(.disabled).active,.w3eden .show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.w3eden .btn-outline-success:not(:disabled):not(.disabled):active:focus,.w3eden .btn-outline-success:not(:disabled):not(.disabled).active:focus,.w3eden .show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.w3eden .btn-outline-info{color:#17a2b8;border-color:#17a2b8}.w3eden .btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.w3eden .btn-outline-info:focus,.w3eden .btn-outline-info.focus{box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.w3eden .btn-outline-info.disabled,.w3eden .btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.w3eden .btn-outline-info:not(:disabled):not(.disabled):active,.w3eden .btn-outline-info:not(:disabled):not(.disabled).active,.w3eden .show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.w3eden .btn-outline-info:not(:disabled):not(.disabled):active:focus,.w3eden .btn-outline-info:not(:disabled):not(.disabled).active:focus,.w3eden .show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.w3eden .btn-outline-warning{color:#ffc107;border-color:#ffc107}.w3eden .btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.w3eden .btn-outline-warning:focus,.w3eden .btn-outline-warning.focus{box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.w3eden .btn-outline-warning.disabled,.w3eden .btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.w3eden .btn-outline-warning:not(:disabled):not(.disabled):active,.w3eden .btn-outline-warning:not(:disabled):not(.disabled).active,.w3eden .show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.w3eden .btn-outline-warning:not(:disabled):not(.disabled):active:focus,.w3eden .btn-outline-warning:not(:disabled):not(.disabled).active:focus,.w3eden .show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.w3eden .btn-outline-danger{color:#dc3545;border-color:#dc3545}.w3eden .btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.w3eden .btn-outline-danger:focus,.w3eden .btn-outline-danger.focus{box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.w3eden .btn-outline-danger.disabled,.w3eden .btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.w3eden .btn-outline-danger:not(:disabled):not(.disabled):active,.w3eden .btn-outline-danger:not(:disabled):not(.disabled).active,.w3eden .show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.w3eden .btn-outline-danger:not(:disabled):not(.disabled):active:focus,.w3eden .btn-outline-danger:not(:disabled):not(.disabled).active:focus,.w3eden .show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.w3eden .btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.w3eden .btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.w3eden .btn-outline-light:focus,.w3eden .btn-outline-light.focus{box-shadow:0 0 0 0.2rem rgba(248,249,250,0.5)}.w3eden .btn-outline-light.disabled,.w3eden .btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.w3eden .btn-outline-light:not(:disabled):not(.disabled):active,.w3eden .btn-outline-light:not(:disabled):not(.disabled).active,.w3eden .show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.w3eden .btn-outline-light:not(:disabled):not(.disabled):active:focus,.w3eden .btn-outline-light:not(:disabled):not(.disabled).active:focus,.w3eden .show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(248,249,250,0.5)}.w3eden .btn-outline-dark{color:#343a40;border-color:#343a40}.w3eden .btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.w3eden .btn-outline-dark:focus,.w3eden .btn-outline-dark.focus{box-shadow:0 0 0 0.2rem rgba(52,58,64,0.5)}.w3eden .btn-outline-dark.disabled,.w3eden .btn-outline-dark:disabled{color:#343a40;background-color:transparent}.w3eden .btn-outline-dark:not(:disabled):not(.disabled):active,.w3eden .btn-outline-dark:not(:disabled):not(.disabled).active,.w3eden .show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.w3eden .btn-outline-dark:not(:disabled):not(.disabled):active:focus,.w3eden .btn-outline-dark:not(:disabled):not(.disabled).active:focus,.w3eden .show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(52,58,64,0.5)}.w3eden .btn-link{font-weight:400;color:#007bff;text-decoration:none}.w3eden .btn-link:hover{color:#0056b3;text-decoration:underline}.w3eden .btn-link:focus,.w3eden .btn-link.focus{text-decoration:underline;box-shadow:none}.w3eden .btn-link:disabled,.w3eden .btn-link.disabled{color:#6c757d;pointer-events:none}.w3eden .btn-lg,.w3eden .btn-group-lg>.btn{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:0.3rem}.w3eden .btn-sm,.w3eden .btn-group-sm>.btn{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:0.2rem}.w3eden .btn-block{display:block;width:100%}.w3eden .btn-block+.btn-block{margin-top:0.5rem}.w3eden input[type="submit"].btn-block,.w3eden input[type="reset"].btn-block,.w3eden input[type="button"].btn-block{width:100%}.w3eden .fade{transition:opacity 0.15s linear}@media (prefers-reduced-motion: reduce){.w3eden .fade{transition:none}}.w3eden .fade:not(.show){opacity:0}.w3eden .collapse:not(.show){display:none}.w3eden .collapsing{position:relative;height:0;overflow:hidden;transition:height 0.35s ease}@media (prefers-reduced-motion: reduce){.w3eden .collapsing{transition:none}}.w3eden .dropup,.w3eden .dropright,.w3eden .dropdown,.w3eden .dropleft{position:relative}.w3eden .dropdown-toggle{white-space:nowrap}.w3eden .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent}.w3eden .dropdown-toggle:empty::after{margin-left:0}.w3eden .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:0.5rem 0;margin:0.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.15);border-radius:0.25rem}.w3eden .dropdown-menu-left{right:auto;left:0}.w3eden .dropdown-menu-right{right:0;left:auto}@media (min-width: 576px){.w3eden .dropdown-menu-sm-left{right:auto;left:0}.w3eden .dropdown-menu-sm-right{right:0;left:auto}}@media (min-width: 768px){.w3eden .dropdown-menu-md-left{right:auto;left:0}.w3eden .dropdown-menu-md-right{right:0;left:auto}}@media (min-width: 992px){.w3eden .dropdown-menu-lg-left{right:auto;left:0}.w3eden .dropdown-menu-lg-right{right:0;left:auto}}@media (min-width: 1200px){.w3eden .dropdown-menu-xl-left{right:auto;left:0}.w3eden .dropdown-menu-xl-right{right:0;left:auto}}.w3eden .dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:0.125rem}.w3eden .dropup .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0;border-right:0.3em solid transparent;border-bottom:0.3em solid;border-left:0.3em solid transparent}.w3eden .dropup .dropdown-toggle:empty::after{margin-left:0}.w3eden .dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:0.125rem}.w3eden .dropright .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0;border-bottom:0.3em solid transparent;border-left:0.3em solid}.w3eden .dropright .dropdown-toggle:empty::after{margin-left:0}.w3eden .dropright .dropdown-toggle::after{vertical-align:0}.w3eden .dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:0.125rem}.w3eden .dropleft .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:""}.w3eden .dropleft .dropdown-toggle::after{display:none}.w3eden .dropleft .dropdown-toggle::before{display:inline-block;margin-right:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0.3em solid;border-bottom:0.3em solid transparent}.w3eden .dropleft .dropdown-toggle:empty::after{margin-left:0}.w3eden .dropleft .dropdown-toggle::before{vertical-align:0}.w3eden .dropdown-menu[x-placement^="top"],.w3eden .dropdown-menu[x-placement^="right"],.w3eden .dropdown-menu[x-placement^="bottom"],.w3eden .dropdown-menu[x-placement^="left"]{right:auto;bottom:auto}.w3eden .dropdown-divider{height:0;margin:0.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.w3eden .dropdown-item{display:block;width:100%;padding:0.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.w3eden .dropdown-item:hover,.w3eden .dropdown-item:focus{color:#16181b;text-decoration:none;background-color:#f8f9fa}.w3eden .dropdown-item.active,.w3eden .dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.w3eden .dropdown-item.disabled,.w3eden .dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.w3eden .dropdown-menu.show{display:block}.w3eden .dropdown-header{display:block;padding:0.5rem 1.5rem;margin-bottom:0;font-size:0.875rem;color:#6c757d;white-space:nowrap}.w3eden .dropdown-item-text{display:block;padding:0.25rem 1.5rem;color:#212529}.w3eden .btn-group,.w3eden .btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.w3eden .btn-group>.btn,.w3eden .btn-group-vertical>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.w3eden .btn-group>.btn:hover,.w3eden .btn-group-vertical>.btn:hover{z-index:1}.w3eden .btn-group>.btn:focus,.w3eden .btn-group>.btn:active,.w3eden .btn-group>.btn.active,.w3eden .btn-group-vertical>.btn:focus,.w3eden .btn-group-vertical>.btn:active,.w3eden .btn-group-vertical>.btn.active{z-index:1}.w3eden .btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.w3eden .btn-toolbar .input-group{width:auto}.w3eden .btn-group>.btn:not(:first-child),.w3eden .btn-group>.btn-group:not(:first-child){margin-left:-1px}.w3eden .btn-group>.btn:not(:last-child):not(.dropdown-toggle),.w3eden .btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.w3eden .btn-group>.btn:not(:first-child),.w3eden .btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.w3eden .dropdown-toggle-split{padding-right:0.5625rem;padding-left:0.5625rem}.w3eden .dropdown-toggle-split::after,.w3eden .dropup .dropdown-toggle-split::after,.w3eden .dropright .dropdown-toggle-split::after{margin-left:0}.w3eden .dropleft .dropdown-toggle-split::before{margin-right:0}.w3eden .btn-sm+.dropdown-toggle-split,.w3eden .btn-group-sm>.btn+.dropdown-toggle-split{padding-right:0.375rem;padding-left:0.375rem}.w3eden .btn-lg+.dropdown-toggle-split,.w3eden .btn-group-lg>.btn+.dropdown-toggle-split{padding-right:0.75rem;padding-left:0.75rem}.w3eden .btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.w3eden .btn-group-vertical>.btn,.w3eden .btn-group-vertical>.btn-group{width:100%}.w3eden .btn-group-vertical>.btn:not(:first-child),.w3eden .btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.w3eden .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.w3eden .btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.w3eden .btn-group-vertical>.btn:not(:first-child),.w3eden .btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.w3eden .btn-group-toggle>.btn,.w3eden .btn-group-toggle>.btn-group>.btn{margin-bottom:0}.w3eden .btn-group-toggle>.btn input[type="radio"],.w3eden .btn-group-toggle>.btn input[type="checkbox"],.w3eden .btn-group-toggle>.btn-group>.btn input[type="radio"],.w3eden .btn-group-toggle>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.w3eden .input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.w3eden .input-group>.form-control,.w3eden .input-group>.form-control-plaintext,.w3eden .input-group>.custom-select,.w3eden .input-group>.custom-file{position:relative;-ms-flex:1 1 0%;flex:1 1 0%;min-width:0;margin-bottom:0}.w3eden .input-group>.form-control+.form-control,.w3eden .input-group>.form-control+.custom-select,.w3eden .input-group>.form-control+.custom-file,.w3eden .input-group>.form-control-plaintext+.form-control,.w3eden .input-group>.form-control-plaintext+.custom-select,.w3eden .input-group>.form-control-plaintext+.custom-file,.w3eden .input-group>.custom-select+.form-control,.w3eden .input-group>.custom-select+.custom-select,.w3eden .input-group>.custom-select+.custom-file,.w3eden .input-group>.custom-file+.form-control,.w3eden .input-group>.custom-file+.custom-select,.w3eden .input-group>.custom-file+.custom-file{margin-left:-1px}.w3eden .input-group>.form-control:focus,.w3eden .input-group>.custom-select:focus,.w3eden .input-group>.custom-file .custom-file-input:focus ~ .custom-file-label{z-index:3}.w3eden .input-group>.custom-file .custom-file-input:focus{z-index:4}.w3eden .input-group>.form-control:not(:last-child),.w3eden .input-group>.custom-select:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.w3eden .input-group>.form-control:not(:first-child),.w3eden .input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.w3eden .input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.w3eden .input-group>.custom-file:not(:last-child) .custom-file-label,.w3eden .input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.w3eden .input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.w3eden .input-group-prepend,.w3eden .input-group-append{display:-ms-flexbox;display:flex}.w3eden .input-group-prepend .btn,.w3eden .input-group-append .btn{position:relative;z-index:2}.w3eden .input-group-prepend .btn:focus,.w3eden .input-group-append .btn:focus{z-index:3}.w3eden .input-group-prepend .btn+.btn,.w3eden .input-group-prepend .btn+.input-group-text,.w3eden .input-group-prepend .input-group-text+.input-group-text,.w3eden .input-group-prepend .input-group-text+.btn,.w3eden .input-group-append .btn+.btn,.w3eden .input-group-append .btn+.input-group-text,.w3eden .input-group-append .input-group-text+.input-group-text,.w3eden .input-group-append .input-group-text+.btn{margin-left:-1px}.w3eden .input-group-prepend{margin-right:-1px}.w3eden .input-group-append{margin-left:-1px}.w3eden .input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0.375rem 0.75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:0.25rem}.w3eden .input-group-text input[type="radio"],.w3eden .input-group-text input[type="checkbox"]{margin-top:0}.w3eden .input-group-lg>.form-control:not(textarea),.w3eden .input-group-lg>.custom-select{height:calc(1.5em + 1rem + 2px)}.w3eden .input-group-lg>.form-control,.w3eden .input-group-lg>.custom-select,.w3eden .input-group-lg>.input-group-prepend>.input-group-text,.w3eden .input-group-lg>.input-group-append>.input-group-text,.w3eden .input-group-lg>.input-group-prepend>.btn,.w3eden .input-group-lg>.input-group-append>.btn{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:0.3rem}.w3eden .input-group-sm>.form-control:not(textarea),.w3eden .input-group-sm>.custom-select{height:calc(1.5em + 0.5rem + 2px)}.w3eden .input-group-sm>.form-control,.w3eden .input-group-sm>.custom-select,.w3eden .input-group-sm>.input-group-prepend>.input-group-text,.w3eden .input-group-sm>.input-group-append>.input-group-text,.w3eden .input-group-sm>.input-group-prepend>.btn,.w3eden .input-group-sm>.input-group-append>.btn{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:0.2rem}.w3eden .input-group-lg>.custom-select,.w3eden .input-group-sm>.custom-select{padding-right:1.75rem}.w3eden .input-group>.input-group-prepend>.btn,.w3eden .input-group>.input-group-prepend>.input-group-text,.w3eden .input-group>.input-group-append:not(:last-child)>.btn,.w3eden .input-group>.input-group-append:not(:last-child)>.input-group-text,.w3eden .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.w3eden .input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.w3eden .input-group>.input-group-append>.btn,.w3eden .input-group>.input-group-append>.input-group-text,.w3eden .input-group>.input-group-prepend:not(:first-child)>.btn,.w3eden .input-group>.input-group-prepend:not(:first-child)>.input-group-text,.w3eden .input-group>.input-group-prepend:first-child>.btn:not(:first-child),.w3eden .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.w3eden .custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.w3eden .custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.w3eden .custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.w3eden .custom-control-input:checked ~ .custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.w3eden .custom-control-input:focus ~ .custom-control-label::before{box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25)}.w3eden .custom-control-input:focus:not(:checked) ~ .custom-control-label::before{border-color:#80bdff}.w3eden .custom-control-input:not(:disabled):active ~ .custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.w3eden .custom-control-input[disabled] ~ .custom-control-label,.w3eden .custom-control-input:disabled ~ .custom-control-label{color:#6c757d}.w3eden .custom-control-input[disabled] ~ .custom-control-label::before,.w3eden .custom-control-input:disabled ~ .custom-control-label::before{background-color:#e9ecef}.w3eden .custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.w3eden .custom-control-label::before{position:absolute;top:0.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.w3eden .custom-control-label::after{position:absolute;top:0.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50% / 50% 50%}.w3eden .custom-checkbox .custom-control-label::before{border-radius:0.25rem}.w3eden .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.w3eden .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{border-color:#007bff;background-color:#007bff}.w3eden .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.w3eden .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(0,123,255,0.5)}.w3eden .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{background-color:rgba(0,123,255,0.5)}.w3eden .custom-radio .custom-control-label::before{border-radius:50%}.w3eden .custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.w3eden .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(0,123,255,0.5)}.w3eden .custom-switch{padding-left:2.25rem}.w3eden .custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:0.5rem}.w3eden .custom-switch .custom-control-label::after{top:calc(0.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:0.5rem;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;transition:transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.w3eden .custom-switch .custom-control-label::after{transition:none}}.w3eden .custom-switch .custom-control-input:checked ~ .custom-control-label::after{background-color:#fff;-webkit-transform:translateX(0.75rem);transform:translateX(0.75rem)}.w3eden .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(0,123,255,0.5)}.w3eden .custom-select{display:inline-block;width:100%;height:calc(1.5em + 0.75rem + 2px);padding:0.375rem 1.75rem 0.375rem 0.75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;border:1px solid #ced4da;border-radius:0.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.w3eden .custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25)}.w3eden .custom-select:focus::-ms-value{color:#495057;background-color:#fff}.w3eden .custom-select[multiple],.w3eden .custom-select[size]:not([size="1"]){height:auto;padding-right:0.75rem;background-image:none}.w3eden .custom-select:disabled{color:#6c757d;background-color:#e9ecef}.w3eden .custom-select::-ms-expand{display:none}.w3eden .custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.w3eden .custom-select-sm{height:calc(1.5em + 0.5rem + 2px);padding-top:0.25rem;padding-bottom:0.25rem;padding-left:0.5rem;font-size:0.875rem}.w3eden .custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:0.5rem;padding-bottom:0.5rem;padding-left:1rem;font-size:1.25rem}.w3eden .custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + 0.75rem + 2px);margin-bottom:0}.w3eden .custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + 0.75rem + 2px);margin:0;opacity:0}.w3eden .custom-file-input:focus ~ .custom-file-label{border-color:#80bdff;box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25)}.w3eden .custom-file-input[disabled] ~ .custom-file-label,.w3eden .custom-file-input:disabled ~ .custom-file-label{background-color:#e9ecef}.w3eden .custom-file-input:lang(en) ~ .custom-file-label::after{content:"Browse"}.w3eden .custom-file-input ~ .custom-file-label[data-browse]::after{content:attr(data-browse)}.w3eden .custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + 0.75rem + 2px);padding:0.375rem 0.75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:0.25rem}.w3eden .custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + 0.75rem);padding:0.375rem 0.75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 0.25rem 0.25rem 0}.w3eden .custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.w3eden .custom-range:focus{outline:none}.w3eden .custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(0,123,255,0.25)}.w3eden .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(0,123,255,0.25)}.w3eden .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(0,123,255,0.25)}.w3eden .custom-range::-moz-focus-outer{border:0}.w3eden .custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.w3eden .custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.w3eden .custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.w3eden .custom-range::-webkit-slider-runnable-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.w3eden .custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.w3eden .custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.w3eden .custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.w3eden .custom-range::-moz-range-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.w3eden .custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:0.2rem;margin-left:0.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;appearance:none}@media (prefers-reduced-motion: reduce){.w3eden .custom-range::-ms-thumb{-ms-transition:none;transition:none}}.w3eden .custom-range::-ms-thumb:active{background-color:#b3d7ff}.w3eden .custom-range::-ms-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:0.5rem}.w3eden .custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.w3eden .custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.w3eden .custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.w3eden .custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.w3eden .custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.w3eden .custom-range:disabled::-moz-range-track{cursor:default}.w3eden .custom-range:disabled::-ms-thumb{background-color:#adb5bd}.w3eden .custom-control-label::before,.w3eden .custom-file-label,.w3eden .custom-select{transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.w3eden .custom-control-label::before,.w3eden .custom-file-label,.w3eden .custom-select{transition:none}}.w3eden .nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.w3eden .nav-link{display:block;padding:0.5rem 1rem}.w3eden .nav-link:hover,.w3eden .nav-link:focus{text-decoration:none}.w3eden .nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.w3eden .nav-tabs{border-bottom:1px solid #dee2e6}.w3eden .nav-tabs .nav-item{margin-bottom:-1px}.w3eden .nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}.w3eden .nav-tabs .nav-link:hover,.w3eden .nav-tabs .nav-link:focus{border-color:#e9ecef #e9ecef #dee2e6}.w3eden .nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.w3eden .nav-tabs .nav-link.active,.w3eden .nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.w3eden .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.w3eden .nav-pills .nav-link{border-radius:0.25rem}.w3eden .nav-pills .nav-link.active,.w3eden .nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.w3eden .nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.w3eden .nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.w3eden .tab-content>.tab-pane{display:none}.w3eden .tab-content>.active{display:block}.w3eden .navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:0.5rem 1rem}.w3eden .navbar .container,.w3eden .navbar .container-fluid,.w3eden .navbar .container-sm,.w3eden .navbar .container-md,.w3eden .navbar .container-lg,.w3eden .navbar .container-xl{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.w3eden .navbar-brand{display:inline-block;padding-top:0.3125rem;padding-bottom:0.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.w3eden .navbar-brand:hover,.w3eden .navbar-brand:focus{text-decoration:none}.w3eden .navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.w3eden .navbar-nav .nav-link{padding-right:0;padding-left:0}.w3eden .navbar-nav .dropdown-menu{position:static;float:none}.w3eden .navbar-text{display:inline-block;padding-top:0.5rem;padding-bottom:0.5rem}.w3eden .navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.w3eden .navbar-toggler{padding:0.25rem 0.75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:0.25rem}.w3eden .navbar-toggler:hover,.w3eden .navbar-toggler:focus{text-decoration:none}.w3eden .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width: 575.98px){.w3eden .navbar-expand-sm>.container,.w3eden .navbar-expand-sm>.container-fluid,.w3eden .navbar-expand-sm>.container-sm,.w3eden .navbar-expand-sm>.container-md,.w3eden .navbar-expand-sm>.container-lg,.w3eden .navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 576px){.w3eden .navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.w3eden .navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.w3eden .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.w3eden .navbar-expand-sm .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.w3eden .navbar-expand-sm>.container,.w3eden .navbar-expand-sm>.container-fluid,.w3eden .navbar-expand-sm>.container-sm,.w3eden .navbar-expand-sm>.container-md,.w3eden .navbar-expand-sm>.container-lg,.w3eden .navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.w3eden .navbar-expand-sm .navbar-collapse{display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.w3eden .navbar-expand-sm .navbar-toggler{display:none}}@media (max-width: 767.98px){.w3eden .navbar-expand-md>.container,.w3eden .navbar-expand-md>.container-fluid,.w3eden .navbar-expand-md>.container-sm,.w3eden .navbar-expand-md>.container-md,.w3eden .navbar-expand-md>.container-lg,.w3eden .navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 768px){.w3eden .navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.w3eden .navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.w3eden .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.w3eden .navbar-expand-md .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.w3eden .navbar-expand-md>.container,.w3eden .navbar-expand-md>.container-fluid,.w3eden .navbar-expand-md>.container-sm,.w3eden .navbar-expand-md>.container-md,.w3eden .navbar-expand-md>.container-lg,.w3eden .navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.w3eden .navbar-expand-md .navbar-collapse{display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.w3eden .navbar-expand-md .navbar-toggler{display:none}}@media (max-width: 991.98px){.w3eden .navbar-expand-lg>.container,.w3eden .navbar-expand-lg>.container-fluid,.w3eden .navbar-expand-lg>.container-sm,.w3eden .navbar-expand-lg>.container-md,.w3eden .navbar-expand-lg>.container-lg,.w3eden .navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 992px){.w3eden .navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.w3eden .navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.w3eden .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.w3eden .navbar-expand-lg .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.w3eden .navbar-expand-lg>.container,.w3eden .navbar-expand-lg>.container-fluid,.w3eden .navbar-expand-lg>.container-sm,.w3eden .navbar-expand-lg>.container-md,.w3eden .navbar-expand-lg>.container-lg,.w3eden .navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.w3eden .navbar-expand-lg .navbar-collapse{display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.w3eden .navbar-expand-lg .navbar-toggler{display:none}}@media (max-width: 1199.98px){.w3eden .navbar-expand-xl>.container,.w3eden .navbar-expand-xl>.container-fluid,.w3eden .navbar-expand-xl>.container-sm,.w3eden .navbar-expand-xl>.container-md,.w3eden .navbar-expand-xl>.container-lg,.w3eden .navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 1200px){.w3eden .navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.w3eden .navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.w3eden .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.w3eden .navbar-expand-xl .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.w3eden .navbar-expand-xl>.container,.w3eden .navbar-expand-xl>.container-fluid,.w3eden .navbar-expand-xl>.container-sm,.w3eden .navbar-expand-xl>.container-md,.w3eden .navbar-expand-xl>.container-lg,.w3eden .navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.w3eden .navbar-expand-xl .navbar-collapse{display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.w3eden .navbar-expand-xl .navbar-toggler{display:none}}.w3eden .navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.w3eden .navbar-expand>.container,.w3eden .navbar-expand>.container-fluid,.w3eden .navbar-expand>.container-sm,.w3eden .navbar-expand>.container-md,.w3eden .navbar-expand>.container-lg,.w3eden .navbar-expand>.container-xl{padding-right:0;padding-left:0}.w3eden .navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.w3eden .navbar-expand .navbar-nav .dropdown-menu{position:absolute}.w3eden .navbar-expand .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.w3eden .navbar-expand>.container,.w3eden .navbar-expand>.container-fluid,.w3eden .navbar-expand>.container-sm,.w3eden .navbar-expand>.container-md,.w3eden .navbar-expand>.container-lg,.w3eden .navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.w3eden .navbar-expand .navbar-collapse{display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.w3eden .navbar-expand .navbar-toggler{display:none}.w3eden .navbar-light .navbar-brand{color:rgba(0,0,0,0.9)}.w3eden .navbar-light .navbar-brand:hover,.w3eden .navbar-light .navbar-brand:focus{color:rgba(0,0,0,0.9)}.w3eden .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,0.5)}.w3eden .navbar-light .navbar-nav .nav-link:hover,.w3eden .navbar-light .navbar-nav .nav-link:focus{color:rgba(0,0,0,0.7)}.w3eden .navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,0.3)}.w3eden .navbar-light .navbar-nav .show>.nav-link,.w3eden .navbar-light .navbar-nav .active>.nav-link,.w3eden .navbar-light .navbar-nav .nav-link.show,.w3eden .navbar-light .navbar-nav .nav-link.active{color:rgba(0,0,0,0.9)}.w3eden .navbar-light .navbar-toggler{color:rgba(0,0,0,0.5);border-color:rgba(0,0,0,0.1)}.w3eden .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.w3eden .navbar-light .navbar-text{color:rgba(0,0,0,0.5)}.w3eden .navbar-light .navbar-text a{color:rgba(0,0,0,0.9)}.w3eden .navbar-light .navbar-text a:hover,.w3eden .navbar-light .navbar-text a:focus{color:rgba(0,0,0,0.9)}.w3eden .navbar-dark .navbar-brand{color:#fff}.w3eden .navbar-dark .navbar-brand:hover,.w3eden .navbar-dark .navbar-brand:focus{color:#fff}.w3eden .navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,0.5)}.w3eden .navbar-dark .navbar-nav .nav-link:hover,.w3eden .navbar-dark .navbar-nav .nav-link:focus{color:rgba(255,255,255,0.75)}.w3eden .navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,0.25)}.w3eden .navbar-dark .navbar-nav .show>.nav-link,.w3eden .navbar-dark .navbar-nav .active>.nav-link,.w3eden .navbar-dark .navbar-nav .nav-link.show,.w3eden .navbar-dark .navbar-nav .nav-link.active{color:#fff}.w3eden .navbar-dark .navbar-toggler{color:rgba(255,255,255,0.5);border-color:rgba(255,255,255,0.1)}.w3eden .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.w3eden .navbar-dark .navbar-text{color:rgba(255,255,255,0.5)}.w3eden .navbar-dark .navbar-text a{color:#fff}.w3eden .navbar-dark .navbar-text a:hover,.w3eden .navbar-dark .navbar-text a:focus{color:#fff}.w3eden .card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,0.125);border-radius:0.25rem}.w3eden .card>hr{margin-right:0;margin-left:0}.w3eden .card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}.w3eden .card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem}.w3eden .card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.w3eden .card-title{margin-bottom:0.75rem}.w3eden .card-subtitle{margin-top:-0.375rem;margin-bottom:0}.w3eden .card-text:last-child{margin-bottom:0}.w3eden .card-link:hover{text-decoration:none}.w3eden .card-link+.card-link{margin-left:1.25rem}.w3eden .card-header{padding:0.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,0.03);border-bottom:1px solid rgba(0,0,0,0.125)}.w3eden .card-header:first-child{border-radius:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0}.w3eden .card-header+.list-group .list-group-item:first-child{border-top:0}.w3eden .card-footer{padding:0.75rem 1.25rem;background-color:rgba(0,0,0,0.03);border-top:1px solid rgba(0,0,0,0.125)}.w3eden .card-footer:last-child{border-radius:0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)}.w3eden .card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0}.w3eden .card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem}.w3eden .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.w3eden .card-img,.w3eden .card-img-top,.w3eden .card-img-bottom{-ms-flex-negative:0;flex-shrink:0;width:100%}.w3eden .card-img,.w3eden .card-img-top{border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.w3eden .card-img,.w3eden .card-img-bottom{border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.w3eden .card-deck .card{margin-bottom:15px}@media (min-width: 576px){.w3eden .card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.w3eden .card-deck .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.w3eden .card-group>.card{margin-bottom:15px}@media (min-width: 576px){.w3eden .card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.w3eden .card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.w3eden .card-group>.card+.card{margin-left:0;border-left:0}.w3eden .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.w3eden .card-group>.card:not(:last-child) .card-img-top,.w3eden .card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.w3eden .card-group>.card:not(:last-child) .card-img-bottom,.w3eden .card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.w3eden .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.w3eden .card-group>.card:not(:first-child) .card-img-top,.w3eden .card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.w3eden .card-group>.card:not(:first-child) .card-img-bottom,.w3eden .card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.w3eden .card-columns .card{margin-bottom:0.75rem}@media (min-width: 576px){.w3eden .card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.w3eden .card-columns .card{display:inline-block;width:100%}}.w3eden .accordion>.card{overflow:hidden}.w3eden .accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.w3eden .accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.w3eden .accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.w3eden .breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:0.25rem}.w3eden .breadcrumb-item+.breadcrumb-item{padding-left:0.5rem}.w3eden .breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:0.5rem;color:#6c757d;content:"/"}.w3eden .breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.w3eden .breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.w3eden .breadcrumb-item.active{color:#6c757d}.w3eden .pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:0.25rem}.w3eden .page-link{position:relative;display:block;padding:0.5rem 0.75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.w3eden .page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.w3eden .page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25)}.w3eden .page-item:first-child .page-link{margin-left:0;border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem}.w3eden .page-item:last-child .page-link{border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem}.w3eden .page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.w3eden .page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.w3eden .pagination-lg .page-link{padding:0.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.w3eden .pagination-lg .page-item:first-child .page-link{border-top-left-radius:0.3rem;border-bottom-left-radius:0.3rem}.w3eden .pagination-lg .page-item:last-child .page-link{border-top-right-radius:0.3rem;border-bottom-right-radius:0.3rem}.w3eden .pagination-sm .page-link{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5}.w3eden .pagination-sm .page-item:first-child .page-link{border-top-left-radius:0.2rem;border-bottom-left-radius:0.2rem}.w3eden .pagination-sm .page-item:last-child .page-link{border-top-right-radius:0.2rem;border-bottom-right-radius:0.2rem}.w3eden .badge{display:inline-block;padding:0.25em 0.4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:0.25rem;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.w3eden .badge{transition:none}}.w3eden a.badge:hover,.w3eden a.badge:focus{text-decoration:none}.w3eden .badge:empty{display:none}.w3eden .btn .badge{position:relative;top:-1px}.w3eden .badge-pill{padding-right:0.6em;padding-left:0.6em;border-radius:10rem}.w3eden .badge-primary{color:#fff;background-color:#007bff}.w3eden a.badge-primary:hover,.w3eden a.badge-primary:focus{color:#fff;background-color:#0062cc}.w3eden a.badge-primary:focus,.w3eden a.badge-primary.focus{outline:0;box-shadow:0 0 0 0.2rem rgba(0,123,255,0.5)}.w3eden .badge-secondary{color:#fff;background-color:#6c757d}.w3eden a.badge-secondary:hover,.w3eden a.badge-secondary:focus{color:#fff;background-color:#545b62}.w3eden a.badge-secondary:focus,.w3eden a.badge-secondary.focus{outline:0;box-shadow:0 0 0 0.2rem rgba(108,117,125,0.5)}.w3eden .badge-success{color:#fff;background-color:#28a745}.w3eden a.badge-success:hover,.w3eden a.badge-success:focus{color:#fff;background-color:#1e7e34}.w3eden a.badge-success:focus,.w3eden a.badge-success.focus{outline:0;box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.w3eden .badge-info{color:#fff;background-color:#17a2b8}.w3eden a.badge-info:hover,.w3eden a.badge-info:focus{color:#fff;background-color:#117a8b}.w3eden a.badge-info:focus,.w3eden a.badge-info.focus{outline:0;box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.w3eden .badge-warning{color:#212529;background-color:#ffc107}.w3eden a.badge-warning:hover,.w3eden a.badge-warning:focus{color:#212529;background-color:#d39e00}.w3eden a.badge-warning:focus,.w3eden a.badge-warning.focus{outline:0;box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.w3eden .badge-danger{color:#fff;background-color:#dc3545}.w3eden a.badge-danger:hover,.w3eden a.badge-danger:focus{color:#fff;background-color:#bd2130}.w3eden a.badge-danger:focus,.w3eden a.badge-danger.focus{outline:0;box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.w3eden .badge-light{color:#212529;background-color:#f8f9fa}.w3eden a.badge-light:hover,.w3eden a.badge-light:focus{color:#212529;background-color:#dae0e5}.w3eden a.badge-light:focus,.w3eden a.badge-light.focus{outline:0;box-shadow:0 0 0 0.2rem rgba(248,249,250,0.5)}.w3eden .badge-dark{color:#fff;background-color:#343a40}.w3eden a.badge-dark:hover,.w3eden a.badge-dark:focus{color:#fff;background-color:#1d2124}.w3eden a.badge-dark:focus,.w3eden a.badge-dark.focus{outline:0;box-shadow:0 0 0 0.2rem rgba(52,58,64,0.5)}.w3eden .jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:0.3rem}@media (min-width: 576px){.w3eden .jumbotron{padding:4rem 2rem}}.w3eden .jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.w3eden .alert{position:relative;padding:0.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:0.25rem}.w3eden .alert-heading{color:inherit}.w3eden .alert-link{font-weight:700}.w3eden .alert-dismissible{padding-right:4rem}.w3eden .alert-dismissible .close{position:absolute;top:0;right:0;padding:0.75rem 1.25rem;color:inherit}.w3eden .alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.w3eden .alert-primary hr{border-top-color:#9fcdff}.w3eden .alert-primary .alert-link{color:#002752}.w3eden .alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.w3eden .alert-secondary hr{border-top-color:#c8cbcf}.w3eden .alert-secondary .alert-link{color:#202326}.w3eden .alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.w3eden .alert-success hr{border-top-color:#b1dfbb}.w3eden .alert-success .alert-link{color:#0b2e13}.w3eden .alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.w3eden .alert-info hr{border-top-color:#abdde5}.w3eden .alert-info .alert-link{color:#062c33}.w3eden .alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.w3eden .alert-warning hr{border-top-color:#ffe8a1}.w3eden .alert-warning .alert-link{color:#533f03}.w3eden .alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.w3eden .alert-danger hr{border-top-color:#f1b0b7}.w3eden .alert-danger .alert-link{color:#491217}.w3eden .alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.w3eden .alert-light hr{border-top-color:#ececf6}.w3eden .alert-light .alert-link{color:#686868}.w3eden .alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.w3eden .alert-dark hr{border-top-color:#b9bbbe}.w3eden .alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.w3eden .progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:0.75rem;background-color:#e9ecef;border-radius:0.25rem}.w3eden .progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width 0.6s ease}@media (prefers-reduced-motion: reduce){.w3eden .progress-bar{transition:none}}.w3eden .progress-bar-striped{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.w3eden .progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion: reduce){.w3eden .progress-bar-animated{-webkit-animation:none;animation:none}}.w3eden .media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.w3eden .media-body{-ms-flex:1;flex:1}.w3eden .list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.w3eden .list-group-item-action{width:100%;color:#495057;text-align:inherit}.w3eden .list-group-item-action:hover,.w3eden .list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.w3eden .list-group-item-action:active{color:#212529;background-color:#e9ecef}.w3eden .list-group-item{position:relative;display:block;padding:0.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,0.125)}.w3eden .list-group-item:first-child{border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}.w3eden .list-group-item:last-child{border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem}.w3eden .list-group-item.disabled,.w3eden .list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.w3eden .list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.w3eden .list-group-item+.list-group-item{border-top-width:0}.w3eden .list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.w3eden .list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.w3eden .list-group-horizontal .list-group-item:first-child{border-bottom-left-radius:0.25rem;border-top-right-radius:0}.w3eden .list-group-horizontal .list-group-item:last-child{border-top-right-radius:0.25rem;border-bottom-left-radius:0}.w3eden .list-group-horizontal .list-group-item.active{margin-top:0}.w3eden .list-group-horizontal .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.w3eden .list-group-horizontal .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width: 576px){.w3eden .list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.w3eden .list-group-horizontal-sm .list-group-item:first-child{border-bottom-left-radius:0.25rem;border-top-right-radius:0}.w3eden .list-group-horizontal-sm .list-group-item:last-child{border-top-right-radius:0.25rem;border-bottom-left-radius:0}.w3eden .list-group-horizontal-sm .list-group-item.active{margin-top:0}.w3eden .list-group-horizontal-sm .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.w3eden .list-group-horizontal-sm .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 768px){.w3eden .list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.w3eden .list-group-horizontal-md .list-group-item:first-child{border-bottom-left-radius:0.25rem;border-top-right-radius:0}.w3eden .list-group-horizontal-md .list-group-item:last-child{border-top-right-radius:0.25rem;border-bottom-left-radius:0}.w3eden .list-group-horizontal-md .list-group-item.active{margin-top:0}.w3eden .list-group-horizontal-md .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.w3eden .list-group-horizontal-md .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 992px){.w3eden .list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.w3eden .list-group-horizontal-lg .list-group-item:first-child{border-bottom-left-radius:0.25rem;border-top-right-radius:0}.w3eden .list-group-horizontal-lg .list-group-item:last-child{border-top-right-radius:0.25rem;border-bottom-left-radius:0}.w3eden .list-group-horizontal-lg .list-group-item.active{margin-top:0}.w3eden .list-group-horizontal-lg .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.w3eden .list-group-horizontal-lg .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 1200px){.w3eden .list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.w3eden .list-group-horizontal-xl .list-group-item:first-child{border-bottom-left-radius:0.25rem;border-top-right-radius:0}.w3eden .list-group-horizontal-xl .list-group-item:last-child{border-top-right-radius:0.25rem;border-bottom-left-radius:0}.w3eden .list-group-horizontal-xl .list-group-item.active{margin-top:0}.w3eden .list-group-horizontal-xl .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.w3eden .list-group-horizontal-xl .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.w3eden .list-group-flush .list-group-item{border-right-width:0;border-left-width:0;border-radius:0}.w3eden .list-group-flush .list-group-item:first-child{border-top-width:0}.w3eden .list-group-flush:last-child .list-group-item:last-child{border-bottom-width:0}.w3eden .list-group-item-primary{color:#004085;background-color:#b8daff}.w3eden .list-group-item-primary.list-group-item-action:hover,.w3eden .list-group-item-primary.list-group-item-action:focus{color:#004085;background-color:#9fcdff}.w3eden .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.w3eden .list-group-item-secondary{color:#383d41;background-color:#d6d8db}.w3eden .list-group-item-secondary.list-group-item-action:hover,.w3eden .list-group-item-secondary.list-group-item-action:focus{color:#383d41;background-color:#c8cbcf}.w3eden .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.w3eden .list-group-item-success{color:#155724;background-color:#c3e6cb}.w3eden .list-group-item-success.list-group-item-action:hover,.w3eden .list-group-item-success.list-group-item-action:focus{color:#155724;background-color:#b1dfbb}.w3eden .list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.w3eden .list-group-item-info{color:#0c5460;background-color:#bee5eb}.w3eden .list-group-item-info.list-group-item-action:hover,.w3eden .list-group-item-info.list-group-item-action:focus{color:#0c5460;background-color:#abdde5}.w3eden .list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.w3eden .list-group-item-warning{color:#856404;background-color:#ffeeba}.w3eden .list-group-item-warning.list-group-item-action:hover,.w3eden .list-group-item-warning.list-group-item-action:focus{color:#856404;background-color:#ffe8a1}.w3eden .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.w3eden .list-group-item-danger{color:#721c24;background-color:#f5c6cb}.w3eden .list-group-item-danger.list-group-item-action:hover,.w3eden .list-group-item-danger.list-group-item-action:focus{color:#721c24;background-color:#f1b0b7}.w3eden .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.w3eden .list-group-item-light{color:#818182;background-color:#fdfdfe}.w3eden .list-group-item-light.list-group-item-action:hover,.w3eden .list-group-item-light.list-group-item-action:focus{color:#818182;background-color:#ececf6}.w3eden .list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.w3eden .list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.w3eden .list-group-item-dark.list-group-item-action:hover,.w3eden .list-group-item-dark.list-group-item-action:focus{color:#1b1e21;background-color:#b9bbbe}.w3eden .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.w3eden .close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.w3eden .close:hover{color:#000;text-decoration:none}.w3eden .close:not(:disabled):not(.disabled):hover,.w3eden .close:not(:disabled):not(.disabled):focus{opacity:.75}.w3eden button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.w3eden a.close.disabled{pointer-events:none}.w3eden .toast{max-width:350px;overflow:hidden;font-size:0.875rem;background-color:rgba(255,255,255,0.85);background-clip:padding-box;border:1px solid rgba(0,0,0,0.1);box-shadow:0 0.25rem 0.75rem rgba(0,0,0,0.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:0.25rem}.w3eden .toast:not(:last-child){margin-bottom:0.75rem}.w3eden .toast.showing{opacity:1}.w3eden .toast.show{display:block;opacity:1}.w3eden .toast.hide{display:none}.w3eden .toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0.25rem 0.75rem;color:#6c757d;background-color:rgba(255,255,255,0.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,0.05)}.w3eden .toast-body{padding:0.75rem}.w3eden .modal-open{overflow:hidden}.w3eden .modal-open .modal{overflow-x:hidden;overflow-y:auto}.w3eden .modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.w3eden .modal-dialog{position:relative;width:auto;margin:0.5rem;pointer-events:none}.w3eden .modal.fade .modal-dialog{transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out;-webkit-transform:translate(0, -50px);transform:translate(0, -50px)}@media (prefers-reduced-motion: reduce){.w3eden .modal.fade .modal-dialog{transition:none}}.w3eden .modal.show .modal-dialog{-webkit-transform:none;transform:none}.w3eden .modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.w3eden .modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.w3eden .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.w3eden .modal-dialog-scrollable .modal-header,.w3eden .modal-dialog-scrollable .modal-footer{-ms-flex-negative:0;flex-shrink:0}.w3eden .modal-dialog-scrollable .modal-body{overflow-y:auto}.w3eden .modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.w3eden .modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.w3eden .modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.w3eden .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.w3eden .modal-dialog-centered.modal-dialog-scrollable::before{content:none}.w3eden .modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:0.3rem;outline:0}.w3eden .modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.w3eden .modal-backdrop.fade{opacity:0}.w3eden .modal-backdrop.show{opacity:0.5}.w3eden .modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.w3eden .modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.w3eden .modal-title{margin-bottom:0;line-height:1.5}.w3eden .modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.w3eden .modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:0.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(0.3rem - 1px);border-bottom-left-radius:calc(0.3rem - 1px)}.w3eden .modal-footer>*{margin:0.25rem}.w3eden .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.w3eden .modal-dialog{max-width:500px;margin:1.75rem auto}.w3eden .modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.w3eden .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.w3eden .modal-dialog-centered{min-height:calc(100% - 3.5rem)}.w3eden .modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.w3eden .modal-sm{max-width:300px}}@media (min-width: 992px){.w3eden .modal-lg,.w3eden .modal-xl{max-width:800px}}@media (min-width: 1200px){.w3eden .modal-xl{max-width:1140px}}.w3eden .tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;opacity:0}.w3eden .tooltip.show{opacity:0.9}.w3eden .tooltip .arrow{position:absolute;display:block;width:0.8rem;height:0.4rem}.w3eden .tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.w3eden .bs-tooltip-top,.w3eden .bs-tooltip-auto[x-placement^="top"]{padding:0.4rem 0}.w3eden .bs-tooltip-top .arrow,.w3eden .bs-tooltip-auto[x-placement^="top"] .arrow{bottom:0}.w3eden .bs-tooltip-top .arrow::before,.w3eden .bs-tooltip-auto[x-placement^="top"] .arrow::before{top:0;border-width:0.4rem 0.4rem 0;border-top-color:#000}.w3eden .bs-tooltip-right,.w3eden .bs-tooltip-auto[x-placement^="right"]{padding:0 0.4rem}.w3eden .bs-tooltip-right .arrow,.w3eden .bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:0.4rem;height:0.8rem}.w3eden .bs-tooltip-right .arrow::before,.w3eden .bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:0.4rem 0.4rem 0.4rem 0;border-right-color:#000}.w3eden .bs-tooltip-bottom,.w3eden .bs-tooltip-auto[x-placement^="bottom"]{padding:0.4rem 0}.w3eden .bs-tooltip-bottom .arrow,.w3eden .bs-tooltip-auto[x-placement^="bottom"] .arrow{top:0}.w3eden .bs-tooltip-bottom .arrow::before,.w3eden .bs-tooltip-auto[x-placement^="bottom"] .arrow::before{bottom:0;border-width:0 0.4rem 0.4rem;border-bottom-color:#000}.w3eden .bs-tooltip-left,.w3eden .bs-tooltip-auto[x-placement^="left"]{padding:0 0.4rem}.w3eden .bs-tooltip-left .arrow,.w3eden .bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:0.4rem;height:0.8rem}.w3eden .bs-tooltip-left .arrow::before,.w3eden .bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:0.4rem 0 0.4rem 0.4rem;border-left-color:#000}.w3eden .tooltip-inner{max-width:200px;padding:0.25rem 0.5rem;color:#fff;text-align:center;background-color:#000;border-radius:0.25rem}.w3eden .popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:0.3rem}.w3eden .popover .arrow{position:absolute;display:block;width:1rem;height:0.5rem;margin:0 0.3rem}.w3eden .popover .arrow::before,.w3eden .popover .arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.w3eden .bs-popover-top,.w3eden .bs-popover-auto[x-placement^="top"]{margin-bottom:0.5rem}.w3eden .bs-popover-top>.arrow,.w3eden .bs-popover-auto[x-placement^="top"]>.arrow{bottom:calc(-0.5rem - 1px)}.w3eden .bs-popover-top>.arrow::before,.w3eden .bs-popover-auto[x-placement^="top"]>.arrow::before{bottom:0;border-width:0.5rem 0.5rem 0;border-top-color:rgba(0,0,0,0.25)}.w3eden .bs-popover-top>.arrow::after,.w3eden .bs-popover-auto[x-placement^="top"]>.arrow::after{bottom:1px;border-width:0.5rem 0.5rem 0;border-top-color:#fff}.w3eden .bs-popover-right,.w3eden .bs-popover-auto[x-placement^="right"]{margin-left:0.5rem}.w3eden .bs-popover-right>.arrow,.w3eden .bs-popover-auto[x-placement^="right"]>.arrow{left:calc(-0.5rem - 1px);width:0.5rem;height:1rem;margin:0.3rem 0}.w3eden .bs-popover-right>.arrow::before,.w3eden .bs-popover-auto[x-placement^="right"]>.arrow::before{left:0;border-width:0.5rem 0.5rem 0.5rem 0;border-right-color:rgba(0,0,0,0.25)}.w3eden .bs-popover-right>.arrow::after,.w3eden .bs-popover-auto[x-placement^="right"]>.arrow::after{left:1px;border-width:0.5rem 0.5rem 0.5rem 0;border-right-color:#fff}.w3eden .bs-popover-bottom,.w3eden .bs-popover-auto[x-placement^="bottom"]{margin-top:0.5rem}.w3eden .bs-popover-bottom>.arrow,.w3eden .bs-popover-auto[x-placement^="bottom"]>.arrow{top:calc(-0.5rem - 1px)}.w3eden .bs-popover-bottom>.arrow::before,.w3eden .bs-popover-auto[x-placement^="bottom"]>.arrow::before{top:0;border-width:0 0.5rem 0.5rem 0.5rem;border-bottom-color:rgba(0,0,0,0.25)}.w3eden .bs-popover-bottom>.arrow::after,.w3eden .bs-popover-auto[x-placement^="bottom"]>.arrow::after{top:1px;border-width:0 0.5rem 0.5rem 0.5rem;border-bottom-color:#fff}.w3eden .bs-popover-bottom .popover-header::before,.w3eden .bs-popover-auto[x-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-0.5rem;content:"";border-bottom:1px solid #f7f7f7}.w3eden .bs-popover-left,.w3eden .bs-popover-auto[x-placement^="left"]{margin-right:0.5rem}.w3eden .bs-popover-left>.arrow,.w3eden .bs-popover-auto[x-placement^="left"]>.arrow{right:calc(-0.5rem - 1px);width:0.5rem;height:1rem;margin:0.3rem 0}.w3eden .bs-popover-left>.arrow::before,.w3eden .bs-popover-auto[x-placement^="left"]>.arrow::before{right:0;border-width:0.5rem 0 0.5rem 0.5rem;border-left-color:rgba(0,0,0,0.25)}.w3eden .bs-popover-left>.arrow::after,.w3eden .bs-popover-auto[x-placement^="left"]>.arrow::after{right:1px;border-width:0.5rem 0 0.5rem 0.5rem;border-left-color:#fff}.w3eden .popover-header{padding:0.5rem 0.75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.w3eden .popover-header:empty{display:none}.w3eden .popover-body{padding:0.5rem 0.75rem;color:#212529}.w3eden .carousel{position:relative}.w3eden .carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.w3eden .carousel-inner{position:relative;width:100%;overflow:hidden}.w3eden .carousel-inner::after{display:block;clear:both;content:""}.w3eden .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out}@media (prefers-reduced-motion: reduce){.w3eden .carousel-item{transition:none}}.w3eden .carousel-item.active,.w3eden .carousel-item-next,.w3eden .carousel-item-prev{display:block}.w3eden .carousel-item-next:not(.carousel-item-left),.w3eden .active.carousel-item-right{-webkit-transform:translateX(100%);transform:translateX(100%)}.w3eden .carousel-item-prev:not(.carousel-item-right),.w3eden .active.carousel-item-left{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.w3eden .carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.w3eden .carousel-fade .carousel-item.active,.w3eden .carousel-fade .carousel-item-next.carousel-item-left,.w3eden .carousel-fade .carousel-item-prev.carousel-item-right{z-index:1;opacity:1}.w3eden .carousel-fade .active.carousel-item-left,.w3eden .carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s 0.6s}@media (prefers-reduced-motion: reduce){.w3eden .carousel-fade .active.carousel-item-left,.w3eden .carousel-fade .active.carousel-item-right{transition:none}}.w3eden .carousel-control-prev,.w3eden .carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:0.5;transition:opacity 0.15s ease}@media (prefers-reduced-motion: reduce){.w3eden .carousel-control-prev,.w3eden .carousel-control-next{transition:none}}.w3eden .carousel-control-prev:hover,.w3eden .carousel-control-prev:focus,.w3eden .carousel-control-next:hover,.w3eden .carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:0.9}.w3eden .carousel-control-prev{left:0}.w3eden .carousel-control-next{right:0}.w3eden .carousel-control-prev-icon,.w3eden .carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50% / 100% 100%}.w3eden .carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.w3eden .carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.w3eden .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.w3eden .carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity 0.6s ease}@media (prefers-reduced-motion: reduce){.w3eden .carousel-indicators li{transition:none}}.w3eden .carousel-indicators .active{opacity:1}.w3eden .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.w3eden .spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:0.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.w3eden .spinner-border-sm{width:1rem;height:1rem;border-width:0.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.w3eden .spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.w3eden .spinner-grow-sm{width:1rem;height:1rem}.w3eden .align-baseline{vertical-align:baseline !important}.w3eden .align-top{vertical-align:top !important}.w3eden .align-middle{vertical-align:middle !important}.w3eden .align-bottom{vertical-align:bottom !important}.w3eden .align-text-bottom{vertical-align:text-bottom !important}.w3eden .align-text-top{vertical-align:text-top !important}.w3eden .bg-primary{background-color:#007bff !important}.w3eden a.bg-primary:hover,.w3eden a.bg-primary:focus,.w3eden button.bg-primary:hover,.w3eden button.bg-primary:focus{background-color:#0062cc !important}.w3eden .bg-secondary{background-color:#6c757d !important}.w3eden a.bg-secondary:hover,.w3eden a.bg-secondary:focus,.w3eden button.bg-secondary:hover,.w3eden button.bg-secondary:focus{background-color:#545b62 !important}.w3eden .bg-success{background-color:#28a745 !important}.w3eden a.bg-success:hover,.w3eden a.bg-success:focus,.w3eden button.bg-success:hover,.w3eden button.bg-success:focus{background-color:#1e7e34 !important}.w3eden .bg-info{background-color:#17a2b8 !important}.w3eden a.bg-info:hover,.w3eden a.bg-info:focus,.w3eden button.bg-info:hover,.w3eden button.bg-info:focus{background-color:#117a8b !important}.w3eden .bg-warning{background-color:#ffc107 !important}.w3eden a.bg-warning:hover,.w3eden a.bg-warning:focus,.w3eden button.bg-warning:hover,.w3eden button.bg-warning:focus{background-color:#d39e00 !important}.w3eden .bg-danger{background-color:#dc3545 !important}.w3eden a.bg-danger:hover,.w3eden a.bg-danger:focus,.w3eden button.bg-danger:hover,.w3eden button.bg-danger:focus{background-color:#bd2130 !important}.w3eden .bg-light{background-color:#f8f9fa !important}.w3eden a.bg-light:hover,.w3eden a.bg-light:focus,.w3eden button.bg-light:hover,.w3eden button.bg-light:focus{background-color:#dae0e5 !important}.w3eden .bg-dark{background-color:#343a40 !important}.w3eden a.bg-dark:hover,.w3eden a.bg-dark:focus,.w3eden button.bg-dark:hover,.w3eden button.bg-dark:focus{background-color:#1d2124 !important}.w3eden .bg-white{background-color:#fff !important}.w3eden .bg-transparent{background-color:transparent !important}.w3eden .border{border:1px solid #dee2e6 !important}.w3eden .border-top{border-top:1px solid #dee2e6 !important}.w3eden .border-right{border-right:1px solid #dee2e6 !important}.w3eden .border-bottom{border-bottom:1px solid #dee2e6 !important}.w3eden .border-left{border-left:1px solid #dee2e6 !important}.w3eden .border-0{border:0 !important}.w3eden .border-top-0{border-top:0 !important}.w3eden .border-right-0{border-right:0 !important}.w3eden .border-bottom-0{border-bottom:0 !important}.w3eden .border-left-0{border-left:0 !important}.w3eden .border-primary{border-color:#007bff !important}.w3eden .border-secondary{border-color:#6c757d !important}.w3eden .border-success{border-color:#28a745 !important}.w3eden .border-info{border-color:#17a2b8 !important}.w3eden .border-warning{border-color:#ffc107 !important}.w3eden .border-danger{border-color:#dc3545 !important}.w3eden .border-light{border-color:#f8f9fa !important}.w3eden .border-dark{border-color:#343a40 !important}.w3eden .border-white{border-color:#fff !important}.w3eden .rounded-sm{border-radius:0.2rem !important}.w3eden .rounded{border-radius:0.25rem !important}.w3eden .rounded-top{border-top-left-radius:0.25rem !important;border-top-right-radius:0.25rem !important}.w3eden .rounded-right{border-top-right-radius:0.25rem !important;border-bottom-right-radius:0.25rem !important}.w3eden .rounded-bottom{border-bottom-right-radius:0.25rem !important;border-bottom-left-radius:0.25rem !important}.w3eden .rounded-left{border-top-left-radius:0.25rem !important;border-bottom-left-radius:0.25rem !important}.w3eden .rounded-lg{border-radius:0.3rem !important}.w3eden .rounded-circle{border-radius:50% !important}.w3eden .rounded-pill{border-radius:50rem !important}.w3eden .rounded-0{border-radius:0 !important}.w3eden .clearfix::after{display:block;clear:both;content:""}.w3eden .d-none{display:none !important}.w3eden .d-inline{display:inline !important}.w3eden .d-inline-block{display:inline-block !important}.w3eden .d-block{display:block !important}.w3eden .d-table{display:table !important}.w3eden .d-table-row{display:table-row !important}.w3eden .d-table-cell{display:table-cell !important}.w3eden .d-flex{display:-ms-flexbox !important;display:flex !important}.w3eden .d-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}@media (min-width: 576px){.w3eden .d-sm-none{display:none !important}.w3eden .d-sm-inline{display:inline !important}.w3eden .d-sm-inline-block{display:inline-block !important}.w3eden .d-sm-block{display:block !important}.w3eden .d-sm-table{display:table !important}.w3eden .d-sm-table-row{display:table-row !important}.w3eden .d-sm-table-cell{display:table-cell !important}.w3eden .d-sm-flex{display:-ms-flexbox !important;display:flex !important}.w3eden .d-sm-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 768px){.w3eden .d-md-none{display:none !important}.w3eden .d-md-inline{display:inline !important}.w3eden .d-md-inline-block{display:inline-block !important}.w3eden .d-md-block{display:block !important}.w3eden .d-md-table{display:table !important}.w3eden .d-md-table-row{display:table-row !important}.w3eden .d-md-table-cell{display:table-cell !important}.w3eden .d-md-flex{display:-ms-flexbox !important;display:flex !important}.w3eden .d-md-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 992px){.w3eden .d-lg-none{display:none !important}.w3eden .d-lg-inline{display:inline !important}.w3eden .d-lg-inline-block{display:inline-block !important}.w3eden .d-lg-block{display:block !important}.w3eden .d-lg-table{display:table !important}.w3eden .d-lg-table-row{display:table-row !important}.w3eden .d-lg-table-cell{display:table-cell !important}.w3eden .d-lg-flex{display:-ms-flexbox !important;display:flex !important}.w3eden .d-lg-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 1200px){.w3eden .d-xl-none{display:none !important}.w3eden .d-xl-inline{display:inline !important}.w3eden .d-xl-inline-block{display:inline-block !important}.w3eden .d-xl-block{display:block !important}.w3eden .d-xl-table{display:table !important}.w3eden .d-xl-table-row{display:table-row !important}.w3eden .d-xl-table-cell{display:table-cell !important}.w3eden .d-xl-flex{display:-ms-flexbox !important;display:flex !important}.w3eden .d-xl-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media print{.w3eden .d-print-none{display:none !important}.w3eden .d-print-inline{display:inline !important}.w3eden .d-print-inline-block{display:inline-block !important}.w3eden .d-print-block{display:block !important}.w3eden .d-print-table{display:table !important}.w3eden .d-print-table-row{display:table-row !important}.w3eden .d-print-table-cell{display:table-cell !important}.w3eden .d-print-flex{display:-ms-flexbox !important;display:flex !important}.w3eden .d-print-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}.w3eden .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.w3eden .embed-responsive::before{display:block;content:""}.w3eden .embed-responsive .embed-responsive-item,.w3eden .embed-responsive iframe,.w3eden .embed-responsive embed,.w3eden .embed-responsive object,.w3eden .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.w3eden .embed-responsive-21by9::before{padding-top:42.857143%}.w3eden .embed-responsive-16by9::before{padding-top:56.25%}.w3eden .embed-responsive-4by3::before{padding-top:75%}.w3eden .embed-responsive-1by1::before{padding-top:100%}.w3eden .flex-row{-ms-flex-direction:row !important;flex-direction:row !important}.w3eden .flex-column{-ms-flex-direction:column !important;flex-direction:column !important}.w3eden .flex-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.w3eden .flex-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.w3eden .flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.w3eden .flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.w3eden .flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.w3eden .flex-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important}.w3eden .flex-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.w3eden .flex-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important}.w3eden .flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.w3eden .flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.w3eden .justify-content-start{-ms-flex-pack:start !important;justify-content:flex-start !important}.w3eden .justify-content-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.w3eden .justify-content-center{-ms-flex-pack:center !important;justify-content:center !important}.w3eden .justify-content-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.w3eden .justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.w3eden .align-items-start{-ms-flex-align:start !important;align-items:flex-start !important}.w3eden .align-items-end{-ms-flex-align:end !important;align-items:flex-end !important}.w3eden .align-items-center{-ms-flex-align:center !important;align-items:center !important}.w3eden .align-items-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.w3eden .align-items-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.w3eden .align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.w3eden .align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.w3eden .align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.w3eden .align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.w3eden .align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.w3eden .align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.w3eden .align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.w3eden .align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.w3eden .align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.w3eden .align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.w3eden .align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.w3eden .align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}@media (min-width: 576px){.w3eden .flex-sm-row{-ms-flex-direction:row !important;flex-direction:row !important}.w3eden .flex-sm-column{-ms-flex-direction:column !important;flex-direction:column !important}.w3eden .flex-sm-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.w3eden .flex-sm-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.w3eden .flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.w3eden .flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.w3eden .flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.w3eden .flex-sm-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important}.w3eden .flex-sm-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.w3eden .flex-sm-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important}.w3eden .flex-sm-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.w3eden .flex-sm-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.w3eden .justify-content-sm-start{-ms-flex-pack:start !important;justify-content:flex-start !important}.w3eden .justify-content-sm-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.w3eden .justify-content-sm-center{-ms-flex-pack:center !important;justify-content:center !important}.w3eden .justify-content-sm-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.w3eden .justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.w3eden .align-items-sm-start{-ms-flex-align:start !important;align-items:flex-start !important}.w3eden .align-items-sm-end{-ms-flex-align:end !important;align-items:flex-end !important}.w3eden .align-items-sm-center{-ms-flex-align:center !important;align-items:center !important}.w3eden .align-items-sm-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.w3eden .align-items-sm-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.w3eden .align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.w3eden .align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.w3eden .align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.w3eden .align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.w3eden .align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.w3eden .align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.w3eden .align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.w3eden .align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.w3eden .align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.w3eden .align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}.w3eden .align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.w3eden .align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 768px){.w3eden .flex-md-row{-ms-flex-direction:row !important;flex-direction:row !important}.w3eden .flex-md-column{-ms-flex-direction:column !important;flex-direction:column !important}.w3eden .flex-md-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.w3eden .flex-md-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.w3eden .flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.w3eden .flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.w3eden .flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.w3eden .flex-md-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important}.w3eden .flex-md-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.w3eden .flex-md-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important}.w3eden .flex-md-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.w3eden .flex-md-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.w3eden .justify-content-md-start{-ms-flex-pack:start !important;justify-content:flex-start !important}.w3eden .justify-content-md-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.w3eden .justify-content-md-center{-ms-flex-pack:center !important;justify-content:center !important}.w3eden .justify-content-md-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.w3eden .justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.w3eden .align-items-md-start{-ms-flex-align:start !important;align-items:flex-start !important}.w3eden .align-items-md-end{-ms-flex-align:end !important;align-items:flex-end !important}.w3eden .align-items-md-center{-ms-flex-align:center !important;align-items:center !important}.w3eden .align-items-md-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.w3eden .align-items-md-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.w3eden .align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.w3eden .align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.w3eden .align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.w3eden .align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.w3eden .align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.w3eden .align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.w3eden .align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.w3eden .align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.w3eden .align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.w3eden .align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}.w3eden .align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.w3eden .align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 992px){.w3eden .flex-lg-row{-ms-flex-direction:row !important;flex-direction:row !important}.w3eden .flex-lg-column{-ms-flex-direction:column !important;flex-direction:column !important}.w3eden .flex-lg-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.w3eden .flex-lg-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.w3eden .flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.w3eden .flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.w3eden .flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.w3eden .flex-lg-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important}.w3eden .flex-lg-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.w3eden .flex-lg-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important}.w3eden .flex-lg-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.w3eden .flex-lg-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.w3eden .justify-content-lg-start{-ms-flex-pack:start !important;justify-content:flex-start !important}.w3eden .justify-content-lg-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.w3eden .justify-content-lg-center{-ms-flex-pack:center !important;justify-content:center !important}.w3eden .justify-content-lg-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.w3eden .justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.w3eden .align-items-lg-start{-ms-flex-align:start !important;align-items:flex-start !important}.w3eden .align-items-lg-end{-ms-flex-align:end !important;align-items:flex-end !important}.w3eden .align-items-lg-center{-ms-flex-align:center !important;align-items:center !important}.w3eden .align-items-lg-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.w3eden .align-items-lg-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.w3eden .align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.w3eden .align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.w3eden .align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.w3eden .align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.w3eden .align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.w3eden .align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.w3eden .align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.w3eden .align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.w3eden .align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.w3eden .align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}.w3eden .align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.w3eden .align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 1200px){.w3eden .flex-xl-row{-ms-flex-direction:row !important;flex-direction:row !important}.w3eden .flex-xl-column{-ms-flex-direction:column !important;flex-direction:column !important}.w3eden .flex-xl-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.w3eden .flex-xl-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.w3eden .flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.w3eden .flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.w3eden .flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.w3eden .flex-xl-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important}.w3eden .flex-xl-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.w3eden .flex-xl-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important}.w3eden .flex-xl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.w3eden .flex-xl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.w3eden .justify-content-xl-start{-ms-flex-pack:start !important;justify-content:flex-start !important}.w3eden .justify-content-xl-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.w3eden .justify-content-xl-center{-ms-flex-pack:center !important;justify-content:center !important}.w3eden .justify-content-xl-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.w3eden .justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.w3eden .align-items-xl-start{-ms-flex-align:start !important;align-items:flex-start !important}.w3eden .align-items-xl-end{-ms-flex-align:end !important;align-items:flex-end !important}.w3eden .align-items-xl-center{-ms-flex-align:center !important;align-items:center !important}.w3eden .align-items-xl-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.w3eden .align-items-xl-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.w3eden .align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.w3eden .align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.w3eden .align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.w3eden .align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.w3eden .align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.w3eden .align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.w3eden .align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.w3eden .align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.w3eden .align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.w3eden .align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}.w3eden .align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.w3eden .align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}.w3eden .float-left{float:left !important}.w3eden .float-right{float:right !important}.w3eden .float-none{float:none !important}@media (min-width: 576px){.w3eden .float-sm-left{float:left !important}.w3eden .float-sm-right{float:right !important}.w3eden .float-sm-none{float:none !important}}@media (min-width: 768px){.w3eden .float-md-left{float:left !important}.w3eden .float-md-right{float:right !important}.w3eden .float-md-none{float:none !important}}@media (min-width: 992px){.w3eden .float-lg-left{float:left !important}.w3eden .float-lg-right{float:right !important}.w3eden .float-lg-none{float:none !important}}@media (min-width: 1200px){.w3eden .float-xl-left{float:left !important}.w3eden .float-xl-right{float:right !important}.w3eden .float-xl-none{float:none !important}}.w3eden .overflow-auto{overflow:auto !important}.w3eden .overflow-hidden{overflow:hidden !important}.w3eden .position-static{position:static !important}.w3eden .position-relative{position:relative !important}.w3eden .position-absolute{position:absolute !important}.w3eden .position-fixed{position:fixed !important}.w3eden .position-sticky{position:-webkit-sticky !important;position:sticky !important}.w3eden .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.w3eden .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: -webkit-sticky) or (position: sticky){.w3eden .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.w3eden .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.w3eden .sr-only-focusable:active,.w3eden .sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.w3eden .shadow-sm{box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075) !important}.w3eden .shadow{box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important}.w3eden .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,0.175) !important}.w3eden .shadow-none{box-shadow:none !important}.w3eden .w-25{width:25% !important}.w3eden .w-50{width:50% !important}.w3eden .w-75{width:75% !important}.w3eden .w-100{width:100% !important}.w3eden .w-auto{width:auto !important}.w3eden .h-25{height:25% !important}.w3eden .h-50{height:50% !important}.w3eden .h-75{height:75% !important}.w3eden .h-100{height:100% !important}.w3eden .h-auto{height:auto !important}.w3eden .mw-100{max-width:100% !important}.w3eden .mh-100{max-height:100% !important}.w3eden .min-vw-100{min-width:100vw !important}.w3eden .min-vh-100{min-height:100vh !important}.w3eden .vw-100{width:100vw !important}.w3eden .vh-100{height:100vh !important}.w3eden .stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.w3eden .m-0{margin:0 !important}.w3eden .mt-0,.w3eden .my-0{margin-top:0 !important}.w3eden .mr-0,.w3eden .mx-0{margin-right:0 !important}.w3eden .mb-0,.w3eden .my-0{margin-bottom:0 !important}.w3eden .ml-0,.w3eden .mx-0{margin-left:0 !important}.w3eden .m-1{margin:0.25rem !important}.w3eden .mt-1,.w3eden .my-1{margin-top:0.25rem !important}.w3eden .mr-1,.w3eden .mx-1{margin-right:0.25rem !important}.w3eden .mb-1,.w3eden .my-1{margin-bottom:0.25rem !important}.w3eden .ml-1,.w3eden .mx-1{margin-left:0.25rem !important}.w3eden .m-2{margin:0.5rem !important}.w3eden .mt-2,.w3eden .my-2{margin-top:0.5rem !important}.w3eden .mr-2,.w3eden .mx-2{margin-right:0.5rem !important}.w3eden .mb-2,.w3eden .my-2{margin-bottom:0.5rem !important}.w3eden .ml-2,.w3eden .mx-2{margin-left:0.5rem !important}.w3eden .m-3{margin:1rem !important}.w3eden .mt-3,.w3eden .my-3{margin-top:1rem !important}.w3eden .mr-3,.w3eden .mx-3{margin-right:1rem !important}.w3eden .mb-3,.w3eden .my-3{margin-bottom:1rem !important}.w3eden .ml-3,.w3eden .mx-3{margin-left:1rem !important}.w3eden .m-4{margin:1.5rem !important}.w3eden .mt-4,.w3eden .my-4{margin-top:1.5rem !important}.w3eden .mr-4,.w3eden .mx-4{margin-right:1.5rem !important}.w3eden .mb-4,.w3eden .my-4{margin-bottom:1.5rem !important}.w3eden .ml-4,.w3eden .mx-4{margin-left:1.5rem !important}.w3eden .m-5{margin:3rem !important}.w3eden .mt-5,.w3eden .my-5{margin-top:3rem !important}.w3eden .mr-5,.w3eden .mx-5{margin-right:3rem !important}.w3eden .mb-5,.w3eden .my-5{margin-bottom:3rem !important}.w3eden .ml-5,.w3eden .mx-5{margin-left:3rem !important}.w3eden .p-0{padding:0 !important}.w3eden .pt-0,.w3eden .py-0{padding-top:0 !important}.w3eden .pr-0,.w3eden .px-0{padding-right:0 !important}.w3eden .pb-0,.w3eden .py-0{padding-bottom:0 !important}.w3eden .pl-0,.w3eden .px-0{padding-left:0 !important}.w3eden .p-1{padding:0.25rem !important}.w3eden .pt-1,.w3eden .py-1{padding-top:0.25rem !important}.w3eden .pr-1,.w3eden .px-1{padding-right:0.25rem !important}.w3eden .pb-1,.w3eden .py-1{padding-bottom:0.25rem !important}.w3eden .pl-1,.w3eden .px-1{padding-left:0.25rem !important}.w3eden .p-2{padding:0.5rem !important}.w3eden .pt-2,.w3eden .py-2{padding-top:0.5rem !important}.w3eden .pr-2,.w3eden .px-2{padding-right:0.5rem !important}.w3eden .pb-2,.w3eden .py-2{padding-bottom:0.5rem !important}.w3eden .pl-2,.w3eden .px-2{padding-left:0.5rem !important}.w3eden .p-3{padding:1rem !important}.w3eden .pt-3,.w3eden .py-3{padding-top:1rem !important}.w3eden .pr-3,.w3eden .px-3{padding-right:1rem !important}.w3eden .pb-3,.w3eden .py-3{padding-bottom:1rem !important}.w3eden .pl-3,.w3eden .px-3{padding-left:1rem !important}.w3eden .p-4{padding:1.5rem !important}.w3eden .pt-4,.w3eden .py-4{padding-top:1.5rem !important}.w3eden .pr-4,.w3eden .px-4{padding-right:1.5rem !important}.w3eden .pb-4,.w3eden .py-4{padding-bottom:1.5rem !important}.w3eden .pl-4,.w3eden .px-4{padding-left:1.5rem !important}.w3eden .p-5{padding:3rem !important}.w3eden .pt-5,.w3eden .py-5{padding-top:3rem !important}.w3eden .pr-5,.w3eden .px-5{padding-right:3rem !important}.w3eden .pb-5,.w3eden .py-5{padding-bottom:3rem !important}.w3eden .pl-5,.w3eden .px-5{padding-left:3rem !important}.w3eden .m-n1{margin:-0.25rem !important}.w3eden .mt-n1,.w3eden .my-n1{margin-top:-0.25rem !important}.w3eden .mr-n1,.w3eden .mx-n1{margin-right:-0.25rem !important}.w3eden .mb-n1,.w3eden .my-n1{margin-bottom:-0.25rem !important}.w3eden .ml-n1,.w3eden .mx-n1{margin-left:-0.25rem !important}.w3eden .m-n2{margin:-0.5rem !important}.w3eden .mt-n2,.w3eden .my-n2{margin-top:-0.5rem !important}.w3eden .mr-n2,.w3eden .mx-n2{margin-right:-0.5rem !important}.w3eden .mb-n2,.w3eden .my-n2{margin-bottom:-0.5rem !important}.w3eden .ml-n2,.w3eden .mx-n2{margin-left:-0.5rem !important}.w3eden .m-n3{margin:-1rem !important}.w3eden .mt-n3,.w3eden .my-n3{margin-top:-1rem !important}.w3eden .mr-n3,.w3eden .mx-n3{margin-right:-1rem !important}.w3eden .mb-n3,.w3eden .my-n3{margin-bottom:-1rem !important}.w3eden .ml-n3,.w3eden .mx-n3{margin-left:-1rem !important}.w3eden .m-n4{margin:-1.5rem !important}.w3eden .mt-n4,.w3eden .my-n4{margin-top:-1.5rem !important}.w3eden .mr-n4,.w3eden .mx-n4{margin-right:-1.5rem !important}.w3eden .mb-n4,.w3eden .my-n4{margin-bottom:-1.5rem !important}.w3eden .ml-n4,.w3eden .mx-n4{margin-left:-1.5rem !important}.w3eden .m-n5{margin:-3rem !important}.w3eden .mt-n5,.w3eden .my-n5{margin-top:-3rem !important}.w3eden .mr-n5,.w3eden .mx-n5{margin-right:-3rem !important}.w3eden .mb-n5,.w3eden .my-n5{margin-bottom:-3rem !important}.w3eden .ml-n5,.w3eden .mx-n5{margin-left:-3rem !important}.w3eden .m-auto{margin:auto !important}.w3eden .mt-auto,.w3eden .my-auto{margin-top:auto !important}.w3eden .mr-auto,.w3eden .mx-auto{margin-right:auto !important}.w3eden .mb-auto,.w3eden .my-auto{margin-bottom:auto !important}.w3eden .ml-auto,.w3eden .mx-auto{margin-left:auto !important}@media (min-width: 576px){.w3eden .m-sm-0{margin:0 !important}.w3eden .mt-sm-0,.w3eden .my-sm-0{margin-top:0 !important}.w3eden .mr-sm-0,.w3eden .mx-sm-0{margin-right:0 !important}.w3eden .mb-sm-0,.w3eden .my-sm-0{margin-bottom:0 !important}.w3eden .ml-sm-0,.w3eden .mx-sm-0{margin-left:0 !important}.w3eden .m-sm-1{margin:0.25rem !important}.w3eden .mt-sm-1,.w3eden .my-sm-1{margin-top:0.25rem !important}.w3eden .mr-sm-1,.w3eden .mx-sm-1{margin-right:0.25rem !important}.w3eden .mb-sm-1,.w3eden .my-sm-1{margin-bottom:0.25rem !important}.w3eden .ml-sm-1,.w3eden .mx-sm-1{margin-left:0.25rem !important}.w3eden .m-sm-2{margin:0.5rem !important}.w3eden .mt-sm-2,.w3eden .my-sm-2{margin-top:0.5rem !important}.w3eden .mr-sm-2,.w3eden .mx-sm-2{margin-right:0.5rem !important}.w3eden .mb-sm-2,.w3eden .my-sm-2{margin-bottom:0.5rem !important}.w3eden .ml-sm-2,.w3eden .mx-sm-2{margin-left:0.5rem !important}.w3eden .m-sm-3{margin:1rem !important}.w3eden .mt-sm-3,.w3eden .my-sm-3{margin-top:1rem !important}.w3eden .mr-sm-3,.w3eden .mx-sm-3{margin-right:1rem !important}.w3eden .mb-sm-3,.w3eden .my-sm-3{margin-bottom:1rem !important}.w3eden .ml-sm-3,.w3eden .mx-sm-3{margin-left:1rem !important}.w3eden .m-sm-4{margin:1.5rem !important}.w3eden .mt-sm-4,.w3eden .my-sm-4{margin-top:1.5rem !important}.w3eden .mr-sm-4,.w3eden .mx-sm-4{margin-right:1.5rem !important}.w3eden .mb-sm-4,.w3eden .my-sm-4{margin-bottom:1.5rem !important}.w3eden .ml-sm-4,.w3eden .mx-sm-4{margin-left:1.5rem !important}.w3eden .m-sm-5{margin:3rem !important}.w3eden .mt-sm-5,.w3eden .my-sm-5{margin-top:3rem !important}.w3eden .mr-sm-5,.w3eden .mx-sm-5{margin-right:3rem !important}.w3eden .mb-sm-5,.w3eden .my-sm-5{margin-bottom:3rem !important}.w3eden .ml-sm-5,.w3eden .mx-sm-5{margin-left:3rem !important}.w3eden .p-sm-0{padding:0 !important}.w3eden .pt-sm-0,.w3eden .py-sm-0{padding-top:0 !important}.w3eden .pr-sm-0,.w3eden .px-sm-0{padding-right:0 !important}.w3eden .pb-sm-0,.w3eden .py-sm-0{padding-bottom:0 !important}.w3eden .pl-sm-0,.w3eden .px-sm-0{padding-left:0 !important}.w3eden .p-sm-1{padding:0.25rem !important}.w3eden .pt-sm-1,.w3eden .py-sm-1{padding-top:0.25rem !important}.w3eden .pr-sm-1,.w3eden .px-sm-1{padding-right:0.25rem !important}.w3eden .pb-sm-1,.w3eden .py-sm-1{padding-bottom:0.25rem !important}.w3eden .pl-sm-1,.w3eden .px-sm-1{padding-left:0.25rem !important}.w3eden .p-sm-2{padding:0.5rem !important}.w3eden .pt-sm-2,.w3eden .py-sm-2{padding-top:0.5rem !important}.w3eden .pr-sm-2,.w3eden .px-sm-2{padding-right:0.5rem !important}.w3eden .pb-sm-2,.w3eden .py-sm-2{padding-bottom:0.5rem !important}.w3eden .pl-sm-2,.w3eden .px-sm-2{padding-left:0.5rem !important}.w3eden .p-sm-3{padding:1rem !important}.w3eden .pt-sm-3,.w3eden .py-sm-3{padding-top:1rem !important}.w3eden .pr-sm-3,.w3eden .px-sm-3{padding-right:1rem !important}.w3eden .pb-sm-3,.w3eden .py-sm-3{padding-bottom:1rem !important}.w3eden .pl-sm-3,.w3eden .px-sm-3{padding-left:1rem !important}.w3eden .p-sm-4{padding:1.5rem !important}.w3eden .pt-sm-4,.w3eden .py-sm-4{padding-top:1.5rem !important}.w3eden .pr-sm-4,.w3eden .px-sm-4{padding-right:1.5rem !important}.w3eden .pb-sm-4,.w3eden .py-sm-4{padding-bottom:1.5rem !important}.w3eden .pl-sm-4,.w3eden .px-sm-4{padding-left:1.5rem !important}.w3eden .p-sm-5{padding:3rem !important}.w3eden .pt-sm-5,.w3eden .py-sm-5{padding-top:3rem !important}.w3eden .pr-sm-5,.w3eden .px-sm-5{padding-right:3rem !important}.w3eden .pb-sm-5,.w3eden .py-sm-5{padding-bottom:3rem !important}.w3eden .pl-sm-5,.w3eden .px-sm-5{padding-left:3rem !important}.w3eden .m-sm-n1{margin:-0.25rem !important}.w3eden .mt-sm-n1,.w3eden .my-sm-n1{margin-top:-0.25rem !important}.w3eden .mr-sm-n1,.w3eden .mx-sm-n1{margin-right:-0.25rem !important}.w3eden .mb-sm-n1,.w3eden .my-sm-n1{margin-bottom:-0.25rem !important}.w3eden .ml-sm-n1,.w3eden .mx-sm-n1{margin-left:-0.25rem !important}.w3eden .m-sm-n2{margin:-0.5rem !important}.w3eden .mt-sm-n2,.w3eden .my-sm-n2{margin-top:-0.5rem !important}.w3eden .mr-sm-n2,.w3eden .mx-sm-n2{margin-right:-0.5rem !important}.w3eden .mb-sm-n2,.w3eden .my-sm-n2{margin-bottom:-0.5rem !important}.w3eden .ml-sm-n2,.w3eden .mx-sm-n2{margin-left:-0.5rem !important}.w3eden .m-sm-n3{margin:-1rem !important}.w3eden .mt-sm-n3,.w3eden .my-sm-n3{margin-top:-1rem !important}.w3eden .mr-sm-n3,.w3eden .mx-sm-n3{margin-right:-1rem !important}.w3eden .mb-sm-n3,.w3eden .my-sm-n3{margin-bottom:-1rem !important}.w3eden .ml-sm-n3,.w3eden .mx-sm-n3{margin-left:-1rem !important}.w3eden .m-sm-n4{margin:-1.5rem !important}.w3eden .mt-sm-n4,.w3eden .my-sm-n4{margin-top:-1.5rem !important}.w3eden .mr-sm-n4,.w3eden .mx-sm-n4{margin-right:-1.5rem !important}.w3eden .mb-sm-n4,.w3eden .my-sm-n4{margin-bottom:-1.5rem !important}.w3eden .ml-sm-n4,.w3eden .mx-sm-n4{margin-left:-1.5rem !important}.w3eden .m-sm-n5{margin:-3rem !important}.w3eden .mt-sm-n5,.w3eden .my-sm-n5{margin-top:-3rem !important}.w3eden .mr-sm-n5,.w3eden .mx-sm-n5{margin-right:-3rem !important}.w3eden .mb-sm-n5,.w3eden .my-sm-n5{margin-bottom:-3rem !important}.w3eden .ml-sm-n5,.w3eden .mx-sm-n5{margin-left:-3rem !important}.w3eden .m-sm-auto{margin:auto !important}.w3eden .mt-sm-auto,.w3eden .my-sm-auto{margin-top:auto !important}.w3eden .mr-sm-auto,.w3eden .mx-sm-auto{margin-right:auto !important}.w3eden .mb-sm-auto,.w3eden .my-sm-auto{margin-bottom:auto !important}.w3eden .ml-sm-auto,.w3eden .mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.w3eden .m-md-0{margin:0 !important}.w3eden .mt-md-0,.w3eden .my-md-0{margin-top:0 !important}.w3eden .mr-md-0,.w3eden .mx-md-0{margin-right:0 !important}.w3eden .mb-md-0,.w3eden .my-md-0{margin-bottom:0 !important}.w3eden .ml-md-0,.w3eden .mx-md-0{margin-left:0 !important}.w3eden .m-md-1{margin:0.25rem !important}.w3eden .mt-md-1,.w3eden .my-md-1{margin-top:0.25rem !important}.w3eden .mr-md-1,.w3eden .mx-md-1{margin-right:0.25rem !important}.w3eden .mb-md-1,.w3eden .my-md-1{margin-bottom:0.25rem !important}.w3eden .ml-md-1,.w3eden .mx-md-1{margin-left:0.25rem !important}.w3eden .m-md-2{margin:0.5rem !important}.w3eden .mt-md-2,.w3eden .my-md-2{margin-top:0.5rem !important}.w3eden .mr-md-2,.w3eden .mx-md-2{margin-right:0.5rem !important}.w3eden .mb-md-2,.w3eden .my-md-2{margin-bottom:0.5rem !important}.w3eden .ml-md-2,.w3eden .mx-md-2{margin-left:0.5rem !important}.w3eden .m-md-3{margin:1rem !important}.w3eden .mt-md-3,.w3eden .my-md-3{margin-top:1rem !important}.w3eden .mr-md-3,.w3eden .mx-md-3{margin-right:1rem !important}.w3eden .mb-md-3,.w3eden .my-md-3{margin-bottom:1rem !important}.w3eden .ml-md-3,.w3eden .mx-md-3{margin-left:1rem !important}.w3eden .m-md-4{margin:1.5rem !important}.w3eden .mt-md-4,.w3eden .my-md-4{margin-top:1.5rem !important}.w3eden .mr-md-4,.w3eden .mx-md-4{margin-right:1.5rem !important}.w3eden .mb-md-4,.w3eden .my-md-4{margin-bottom:1.5rem !important}.w3eden .ml-md-4,.w3eden .mx-md-4{margin-left:1.5rem !important}.w3eden .m-md-5{margin:3rem !important}.w3eden .mt-md-5,.w3eden .my-md-5{margin-top:3rem !important}.w3eden .mr-md-5,.w3eden .mx-md-5{margin-right:3rem !important}.w3eden .mb-md-5,.w3eden .my-md-5{margin-bottom:3rem !important}.w3eden .ml-md-5,.w3eden .mx-md-5{margin-left:3rem !important}.w3eden .p-md-0{padding:0 !important}.w3eden .pt-md-0,.w3eden .py-md-0{padding-top:0 !important}.w3eden .pr-md-0,.w3eden .px-md-0{padding-right:0 !important}.w3eden .pb-md-0,.w3eden .py-md-0{padding-bottom:0 !important}.w3eden .pl-md-0,.w3eden .px-md-0{padding-left:0 !important}.w3eden .p-md-1{padding:0.25rem !important}.w3eden .pt-md-1,.w3eden .py-md-1{padding-top:0.25rem !important}.w3eden .pr-md-1,.w3eden .px-md-1{padding-right:0.25rem !important}.w3eden .pb-md-1,.w3eden .py-md-1{padding-bottom:0.25rem !important}.w3eden .pl-md-1,.w3eden .px-md-1{padding-left:0.25rem !important}.w3eden .p-md-2{padding:0.5rem !important}.w3eden .pt-md-2,.w3eden .py-md-2{padding-top:0.5rem !important}.w3eden .pr-md-2,.w3eden .px-md-2{padding-right:0.5rem !important}.w3eden .pb-md-2,.w3eden .py-md-2{padding-bottom:0.5rem !important}.w3eden .pl-md-2,.w3eden .px-md-2{padding-left:0.5rem !important}.w3eden .p-md-3{padding:1rem !important}.w3eden .pt-md-3,.w3eden .py-md-3{padding-top:1rem !important}.w3eden .pr-md-3,.w3eden .px-md-3{padding-right:1rem !important}.w3eden .pb-md-3,.w3eden .py-md-3{padding-bottom:1rem !important}.w3eden .pl-md-3,.w3eden .px-md-3{padding-left:1rem !important}.w3eden .p-md-4{padding:1.5rem !important}.w3eden .pt-md-4,.w3eden .py-md-4{padding-top:1.5rem !important}.w3eden .pr-md-4,.w3eden .px-md-4{padding-right:1.5rem !important}.w3eden .pb-md-4,.w3eden .py-md-4{padding-bottom:1.5rem !important}.w3eden .pl-md-4,.w3eden .px-md-4{padding-left:1.5rem !important}.w3eden .p-md-5{padding:3rem !important}.w3eden .pt-md-5,.w3eden .py-md-5{padding-top:3rem !important}.w3eden .pr-md-5,.w3eden .px-md-5{padding-right:3rem !important}.w3eden .pb-md-5,.w3eden .py-md-5{padding-bottom:3rem !important}.w3eden .pl-md-5,.w3eden .px-md-5{padding-left:3rem !important}.w3eden .m-md-n1{margin:-0.25rem !important}.w3eden .mt-md-n1,.w3eden .my-md-n1{margin-top:-0.25rem !important}.w3eden .mr-md-n1,.w3eden .mx-md-n1{margin-right:-0.25rem !important}.w3eden .mb-md-n1,.w3eden .my-md-n1{margin-bottom:-0.25rem !important}.w3eden .ml-md-n1,.w3eden .mx-md-n1{margin-left:-0.25rem !important}.w3eden .m-md-n2{margin:-0.5rem !important}.w3eden .mt-md-n2,.w3eden .my-md-n2{margin-top:-0.5rem !important}.w3eden .mr-md-n2,.w3eden .mx-md-n2{margin-right:-0.5rem !important}.w3eden .mb-md-n2,.w3eden .my-md-n2{margin-bottom:-0.5rem !important}.w3eden .ml-md-n2,.w3eden .mx-md-n2{margin-left:-0.5rem !important}.w3eden .m-md-n3{margin:-1rem !important}.w3eden .mt-md-n3,.w3eden .my-md-n3{margin-top:-1rem !important}.w3eden .mr-md-n3,.w3eden .mx-md-n3{margin-right:-1rem !important}.w3eden .mb-md-n3,.w3eden .my-md-n3{margin-bottom:-1rem !important}.w3eden .ml-md-n3,.w3eden .mx-md-n3{margin-left:-1rem !important}.w3eden .m-md-n4{margin:-1.5rem !important}.w3eden .mt-md-n4,.w3eden .my-md-n4{margin-top:-1.5rem !important}.w3eden .mr-md-n4,.w3eden .mx-md-n4{margin-right:-1.5rem !important}.w3eden .mb-md-n4,.w3eden .my-md-n4{margin-bottom:-1.5rem !important}.w3eden .ml-md-n4,.w3eden .mx-md-n4{margin-left:-1.5rem !important}.w3eden .m-md-n5{margin:-3rem !important}.w3eden .mt-md-n5,.w3eden .my-md-n5{margin-top:-3rem !important}.w3eden .mr-md-n5,.w3eden .mx-md-n5{margin-right:-3rem !important}.w3eden .mb-md-n5,.w3eden .my-md-n5{margin-bottom:-3rem !important}.w3eden .ml-md-n5,.w3eden .mx-md-n5{margin-left:-3rem !important}.w3eden .m-md-auto{margin:auto !important}.w3eden .mt-md-auto,.w3eden .my-md-auto{margin-top:auto !important}.w3eden .mr-md-auto,.w3eden .mx-md-auto{margin-right:auto !important}.w3eden .mb-md-auto,.w3eden .my-md-auto{margin-bottom:auto !important}.w3eden .ml-md-auto,.w3eden .mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.w3eden .m-lg-0{margin:0 !important}.w3eden .mt-lg-0,.w3eden .my-lg-0{margin-top:0 !important}.w3eden .mr-lg-0,.w3eden .mx-lg-0{margin-right:0 !important}.w3eden .mb-lg-0,.w3eden .my-lg-0{margin-bottom:0 !important}.w3eden .ml-lg-0,.w3eden .mx-lg-0{margin-left:0 !important}.w3eden .m-lg-1{margin:0.25rem !important}.w3eden .mt-lg-1,.w3eden .my-lg-1{margin-top:0.25rem !important}.w3eden .mr-lg-1,.w3eden .mx-lg-1{margin-right:0.25rem !important}.w3eden .mb-lg-1,.w3eden .my-lg-1{margin-bottom:0.25rem !important}.w3eden .ml-lg-1,.w3eden .mx-lg-1{margin-left:0.25rem !important}.w3eden .m-lg-2{margin:0.5rem !important}.w3eden .mt-lg-2,.w3eden .my-lg-2{margin-top:0.5rem !important}.w3eden .mr-lg-2,.w3eden .mx-lg-2{margin-right:0.5rem !important}.w3eden .mb-lg-2,.w3eden .my-lg-2{margin-bottom:0.5rem !important}.w3eden .ml-lg-2,.w3eden .mx-lg-2{margin-left:0.5rem !important}.w3eden .m-lg-3{margin:1rem !important}.w3eden .mt-lg-3,.w3eden .my-lg-3{margin-top:1rem !important}.w3eden .mr-lg-3,.w3eden .mx-lg-3{margin-right:1rem !important}.w3eden .mb-lg-3,.w3eden .my-lg-3{margin-bottom:1rem !important}.w3eden .ml-lg-3,.w3eden .mx-lg-3{margin-left:1rem !important}.w3eden .m-lg-4{margin:1.5rem !important}.w3eden .mt-lg-4,.w3eden .my-lg-4{margin-top:1.5rem !important}.w3eden .mr-lg-4,.w3eden .mx-lg-4{margin-right:1.5rem !important}.w3eden .mb-lg-4,.w3eden .my-lg-4{margin-bottom:1.5rem !important}.w3eden .ml-lg-4,.w3eden .mx-lg-4{margin-left:1.5rem !important}.w3eden .m-lg-5{margin:3rem !important}.w3eden .mt-lg-5,.w3eden .my-lg-5{margin-top:3rem !important}.w3eden .mr-lg-5,.w3eden .mx-lg-5{margin-right:3rem !important}.w3eden .mb-lg-5,.w3eden .my-lg-5{margin-bottom:3rem !important}.w3eden .ml-lg-5,.w3eden .mx-lg-5{margin-left:3rem !important}.w3eden .p-lg-0{padding:0 !important}.w3eden .pt-lg-0,.w3eden .py-lg-0{padding-top:0 !important}.w3eden .pr-lg-0,.w3eden .px-lg-0{padding-right:0 !important}.w3eden .pb-lg-0,.w3eden .py-lg-0{padding-bottom:0 !important}.w3eden .pl-lg-0,.w3eden .px-lg-0{padding-left:0 !important}.w3eden .p-lg-1{padding:0.25rem !important}.w3eden .pt-lg-1,.w3eden .py-lg-1{padding-top:0.25rem !important}.w3eden .pr-lg-1,.w3eden .px-lg-1{padding-right:0.25rem !important}.w3eden .pb-lg-1,.w3eden .py-lg-1{padding-bottom:0.25rem !important}.w3eden .pl-lg-1,.w3eden .px-lg-1{padding-left:0.25rem !important}.w3eden .p-lg-2{padding:0.5rem !important}.w3eden .pt-lg-2,.w3eden .py-lg-2{padding-top:0.5rem !important}.w3eden .pr-lg-2,.w3eden .px-lg-2{padding-right:0.5rem !important}.w3eden .pb-lg-2,.w3eden .py-lg-2{padding-bottom:0.5rem !important}.w3eden .pl-lg-2,.w3eden .px-lg-2{padding-left:0.5rem !important}.w3eden .p-lg-3{padding:1rem !important}.w3eden .pt-lg-3,.w3eden .py-lg-3{padding-top:1rem !important}.w3eden .pr-lg-3,.w3eden .px-lg-3{padding-right:1rem !important}.w3eden .pb-lg-3,.w3eden .py-lg-3{padding-bottom:1rem !important}.w3eden .pl-lg-3,.w3eden .px-lg-3{padding-left:1rem !important}.w3eden .p-lg-4{padding:1.5rem !important}.w3eden .pt-lg-4,.w3eden .py-lg-4{padding-top:1.5rem !important}.w3eden .pr-lg-4,.w3eden .px-lg-4{padding-right:1.5rem !important}.w3eden .pb-lg-4,.w3eden .py-lg-4{padding-bottom:1.5rem !important}.w3eden .pl-lg-4,.w3eden .px-lg-4{padding-left:1.5rem !important}.w3eden .p-lg-5{padding:3rem !important}.w3eden .pt-lg-5,.w3eden .py-lg-5{padding-top:3rem !important}.w3eden .pr-lg-5,.w3eden .px-lg-5{padding-right:3rem !important}.w3eden .pb-lg-5,.w3eden .py-lg-5{padding-bottom:3rem !important}.w3eden .pl-lg-5,.w3eden .px-lg-5{padding-left:3rem !important}.w3eden .m-lg-n1{margin:-0.25rem !important}.w3eden .mt-lg-n1,.w3eden .my-lg-n1{margin-top:-0.25rem !important}.w3eden .mr-lg-n1,.w3eden .mx-lg-n1{margin-right:-0.25rem !important}.w3eden .mb-lg-n1,.w3eden .my-lg-n1{margin-bottom:-0.25rem !important}.w3eden .ml-lg-n1,.w3eden .mx-lg-n1{margin-left:-0.25rem !important}.w3eden .m-lg-n2{margin:-0.5rem !important}.w3eden .mt-lg-n2,.w3eden .my-lg-n2{margin-top:-0.5rem !important}.w3eden .mr-lg-n2,.w3eden .mx-lg-n2{margin-right:-0.5rem !important}.w3eden .mb-lg-n2,.w3eden .my-lg-n2{margin-bottom:-0.5rem !important}.w3eden .ml-lg-n2,.w3eden .mx-lg-n2{margin-left:-0.5rem !important}.w3eden .m-lg-n3{margin:-1rem !important}.w3eden .mt-lg-n3,.w3eden .my-lg-n3{margin-top:-1rem !important}.w3eden .mr-lg-n3,.w3eden .mx-lg-n3{margin-right:-1rem !important}.w3eden .mb-lg-n3,.w3eden .my-lg-n3{margin-bottom:-1rem !important}.w3eden .ml-lg-n3,.w3eden .mx-lg-n3{margin-left:-1rem !important}.w3eden .m-lg-n4{margin:-1.5rem !important}.w3eden .mt-lg-n4,.w3eden .my-lg-n4{margin-top:-1.5rem !important}.w3eden .mr-lg-n4,.w3eden .mx-lg-n4{margin-right:-1.5rem !important}.w3eden .mb-lg-n4,.w3eden .my-lg-n4{margin-bottom:-1.5rem !important}.w3eden .ml-lg-n4,.w3eden .mx-lg-n4{margin-left:-1.5rem !important}.w3eden .m-lg-n5{margin:-3rem !important}.w3eden .mt-lg-n5,.w3eden .my-lg-n5{margin-top:-3rem !important}.w3eden .mr-lg-n5,.w3eden .mx-lg-n5{margin-right:-3rem !important}.w3eden .mb-lg-n5,.w3eden .my-lg-n5{margin-bottom:-3rem !important}.w3eden .ml-lg-n5,.w3eden .mx-lg-n5{margin-left:-3rem !important}.w3eden .m-lg-auto{margin:auto !important}.w3eden .mt-lg-auto,.w3eden .my-lg-auto{margin-top:auto !important}.w3eden .mr-lg-auto,.w3eden .mx-lg-auto{margin-right:auto !important}.w3eden .mb-lg-auto,.w3eden .my-lg-auto{margin-bottom:auto !important}.w3eden .ml-lg-auto,.w3eden .mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.w3eden .m-xl-0{margin:0 !important}.w3eden .mt-xl-0,.w3eden .my-xl-0{margin-top:0 !important}.w3eden .mr-xl-0,.w3eden .mx-xl-0{margin-right:0 !important}.w3eden .mb-xl-0,.w3eden .my-xl-0{margin-bottom:0 !important}.w3eden .ml-xl-0,.w3eden .mx-xl-0{margin-left:0 !important}.w3eden .m-xl-1{margin:0.25rem !important}.w3eden .mt-xl-1,.w3eden .my-xl-1{margin-top:0.25rem !important}.w3eden .mr-xl-1,.w3eden .mx-xl-1{margin-right:0.25rem !important}.w3eden .mb-xl-1,.w3eden .my-xl-1{margin-bottom:0.25rem !important}.w3eden .ml-xl-1,.w3eden .mx-xl-1{margin-left:0.25rem !important}.w3eden .m-xl-2{margin:0.5rem !important}.w3eden .mt-xl-2,.w3eden .my-xl-2{margin-top:0.5rem !important}.w3eden .mr-xl-2,.w3eden .mx-xl-2{margin-right:0.5rem !important}.w3eden .mb-xl-2,.w3eden .my-xl-2{margin-bottom:0.5rem !important}.w3eden .ml-xl-2,.w3eden .mx-xl-2{margin-left:0.5rem !important}.w3eden .m-xl-3{margin:1rem !important}.w3eden .mt-xl-3,.w3eden .my-xl-3{margin-top:1rem !important}.w3eden .mr-xl-3,.w3eden .mx-xl-3{margin-right:1rem !important}.w3eden .mb-xl-3,.w3eden .my-xl-3{margin-bottom:1rem !important}.w3eden .ml-xl-3,.w3eden .mx-xl-3{margin-left:1rem !important}.w3eden .m-xl-4{margin:1.5rem !important}.w3eden .mt-xl-4,.w3eden .my-xl-4{margin-top:1.5rem !important}.w3eden .mr-xl-4,.w3eden .mx-xl-4{margin-right:1.5rem !important}.w3eden .mb-xl-4,.w3eden .my-xl-4{margin-bottom:1.5rem !important}.w3eden .ml-xl-4,.w3eden .mx-xl-4{margin-left:1.5rem !important}.w3eden .m-xl-5{margin:3rem !important}.w3eden .mt-xl-5,.w3eden .my-xl-5{margin-top:3rem !important}.w3eden .mr-xl-5,.w3eden .mx-xl-5{margin-right:3rem !important}.w3eden .mb-xl-5,.w3eden .my-xl-5{margin-bottom:3rem !important}.w3eden .ml-xl-5,.w3eden .mx-xl-5{margin-left:3rem !important}.w3eden .p-xl-0{padding:0 !important}.w3eden .pt-xl-0,.w3eden .py-xl-0{padding-top:0 !important}.w3eden .pr-xl-0,.w3eden .px-xl-0{padding-right:0 !important}.w3eden .pb-xl-0,.w3eden .py-xl-0{padding-bottom:0 !important}.w3eden .pl-xl-0,.w3eden .px-xl-0{padding-left:0 !important}.w3eden .p-xl-1{padding:0.25rem !important}.w3eden .pt-xl-1,.w3eden .py-xl-1{padding-top:0.25rem !important}.w3eden .pr-xl-1,.w3eden .px-xl-1{padding-right:0.25rem !important}.w3eden .pb-xl-1,.w3eden .py-xl-1{padding-bottom:0.25rem !important}.w3eden .pl-xl-1,.w3eden .px-xl-1{padding-left:0.25rem !important}.w3eden .p-xl-2{padding:0.5rem !important}.w3eden .pt-xl-2,.w3eden .py-xl-2{padding-top:0.5rem !important}.w3eden .pr-xl-2,.w3eden .px-xl-2{padding-right:0.5rem !important}.w3eden .pb-xl-2,.w3eden .py-xl-2{padding-bottom:0.5rem !important}.w3eden .pl-xl-2,.w3eden .px-xl-2{padding-left:0.5rem !important}.w3eden .p-xl-3{padding:1rem !important}.w3eden .pt-xl-3,.w3eden .py-xl-3{padding-top:1rem !important}.w3eden .pr-xl-3,.w3eden .px-xl-3{padding-right:1rem !important}.w3eden .pb-xl-3,.w3eden .py-xl-3{padding-bottom:1rem !important}.w3eden .pl-xl-3,.w3eden .px-xl-3{padding-left:1rem !important}.w3eden .p-xl-4{padding:1.5rem !important}.w3eden .pt-xl-4,.w3eden .py-xl-4{padding-top:1.5rem !important}.w3eden .pr-xl-4,.w3eden .px-xl-4{padding-right:1.5rem !important}.w3eden .pb-xl-4,.w3eden .py-xl-4{padding-bottom:1.5rem !important}.w3eden .pl-xl-4,.w3eden .px-xl-4{padding-left:1.5rem !important}.w3eden .p-xl-5{padding:3rem !important}.w3eden .pt-xl-5,.w3eden .py-xl-5{padding-top:3rem !important}.w3eden .pr-xl-5,.w3eden .px-xl-5{padding-right:3rem !important}.w3eden .pb-xl-5,.w3eden .py-xl-5{padding-bottom:3rem !important}.w3eden .pl-xl-5,.w3eden .px-xl-5{padding-left:3rem !important}.w3eden .m-xl-n1{margin:-0.25rem !important}.w3eden .mt-xl-n1,.w3eden .my-xl-n1{margin-top:-0.25rem !important}.w3eden .mr-xl-n1,.w3eden .mx-xl-n1{margin-right:-0.25rem !important}.w3eden .mb-xl-n1,.w3eden .my-xl-n1{margin-bottom:-0.25rem !important}.w3eden .ml-xl-n1,.w3eden .mx-xl-n1{margin-left:-0.25rem !important}.w3eden .m-xl-n2{margin:-0.5rem !important}.w3eden .mt-xl-n2,.w3eden .my-xl-n2{margin-top:-0.5rem !important}.w3eden .mr-xl-n2,.w3eden .mx-xl-n2{margin-right:-0.5rem !important}.w3eden .mb-xl-n2,.w3eden .my-xl-n2{margin-bottom:-0.5rem !important}.w3eden .ml-xl-n2,.w3eden .mx-xl-n2{margin-left:-0.5rem !important}.w3eden .m-xl-n3{margin:-1rem !important}.w3eden .mt-xl-n3,.w3eden .my-xl-n3{margin-top:-1rem !important}.w3eden .mr-xl-n3,.w3eden .mx-xl-n3{margin-right:-1rem !important}.w3eden .mb-xl-n3,.w3eden .my-xl-n3{margin-bottom:-1rem !important}.w3eden .ml-xl-n3,.w3eden .mx-xl-n3{margin-left:-1rem !important}.w3eden .m-xl-n4{margin:-1.5rem !important}.w3eden .mt-xl-n4,.w3eden .my-xl-n4{margin-top:-1.5rem !important}.w3eden .mr-xl-n4,.w3eden .mx-xl-n4{margin-right:-1.5rem !important}.w3eden .mb-xl-n4,.w3eden .my-xl-n4{margin-bottom:-1.5rem !important}.w3eden .ml-xl-n4,.w3eden .mx-xl-n4{margin-left:-1.5rem !important}.w3eden .m-xl-n5{margin:-3rem !important}.w3eden .mt-xl-n5,.w3eden .my-xl-n5{margin-top:-3rem !important}.w3eden .mr-xl-n5,.w3eden .mx-xl-n5{margin-right:-3rem !important}.w3eden .mb-xl-n5,.w3eden .my-xl-n5{margin-bottom:-3rem !important}.w3eden .ml-xl-n5,.w3eden .mx-xl-n5{margin-left:-3rem !important}.w3eden .m-xl-auto{margin:auto !important}.w3eden .mt-xl-auto,.w3eden .my-xl-auto{margin-top:auto !important}.w3eden .mr-xl-auto,.w3eden .mx-xl-auto{margin-right:auto !important}.w3eden .mb-xl-auto,.w3eden .my-xl-auto{margin-bottom:auto !important}.w3eden .ml-xl-auto,.w3eden .mx-xl-auto{margin-left:auto !important}}.w3eden .text-monospace{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important}.w3eden .text-justify{text-align:justify !important}.w3eden .text-wrap{white-space:normal !important}.w3eden .text-nowrap{white-space:nowrap !important}.w3eden .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.w3eden .text-left{text-align:left !important}.w3eden .text-right{text-align:right !important}.w3eden .text-center{text-align:center !important}@media (min-width: 576px){.w3eden .text-sm-left{text-align:left !important}.w3eden .text-sm-right{text-align:right !important}.w3eden .text-sm-center{text-align:center !important}}@media (min-width: 768px){.w3eden .text-md-left{text-align:left !important}.w3eden .text-md-right{text-align:right !important}.w3eden .text-md-center{text-align:center !important}}@media (min-width: 992px){.w3eden .text-lg-left{text-align:left !important}.w3eden .text-lg-right{text-align:right !important}.w3eden .text-lg-center{text-align:center !important}}@media (min-width: 1200px){.w3eden .text-xl-left{text-align:left !important}.w3eden .text-xl-right{text-align:right !important}.w3eden .text-xl-center{text-align:center !important}}.w3eden .text-lowercase{text-transform:lowercase !important}.w3eden .text-uppercase{text-transform:uppercase !important}.w3eden .text-capitalize{text-transform:capitalize !important}.w3eden .font-weight-light{font-weight:300 !important}.w3eden .font-weight-lighter{font-weight:lighter !important}.w3eden .font-weight-normal{font-weight:400 !important}.w3eden .font-weight-bold{font-weight:700 !important}.w3eden .font-weight-bolder{font-weight:bolder !important}.w3eden .font-italic{font-style:italic !important}.w3eden .text-white{color:#fff !important}.w3eden .text-primary{color:#007bff !important}.w3eden a.text-primary:hover,.w3eden a.text-primary:focus{color:#0056b3 !important}.w3eden .text-secondary{color:#6c757d !important}.w3eden a.text-secondary:hover,.w3eden a.text-secondary:focus{color:#494f54 !important}.w3eden .text-success{color:#28a745 !important}.w3eden a.text-success:hover,.w3eden a.text-success:focus{color:#19692c !important}.w3eden .text-info{color:#17a2b8 !important}.w3eden a.text-info:hover,.w3eden a.text-info:focus{color:#0f6674 !important}.w3eden .text-warning{color:#ffc107 !important}.w3eden a.text-warning:hover,.w3eden a.text-warning:focus{color:#ba8b00 !important}.w3eden .text-danger{color:#dc3545 !important}.w3eden a.text-danger:hover,.w3eden a.text-danger:focus{color:#a71d2a !important}.w3eden .text-light{color:#f8f9fa !important}.w3eden a.text-light:hover,.w3eden a.text-light:focus{color:#cbd3da !important}.w3eden .text-dark{color:#343a40 !important}.w3eden a.text-dark:hover,.w3eden a.text-dark:focus{color:#121416 !important}.w3eden .text-body{color:#212529 !important}.w3eden .text-muted{color:#6c757d !important}.w3eden .text-black-50{color:rgba(0,0,0,0.5) !important}.w3eden .text-white-50{color:rgba(255,255,255,0.5) !important}.w3eden .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.w3eden .text-decoration-none{text-decoration:none !important}.w3eden .text-break{word-break:break-word !important;overflow-wrap:break-word !important}.w3eden .text-reset{color:inherit !important}.w3eden .visible{visibility:visible !important}.w3eden .invisible{visibility:hidden !important}@media print{.w3eden *,.w3eden *::before,.w3eden *::after{text-shadow:none !important;box-shadow:none !important}.w3eden a:not(.btn){text-decoration:underline}.w3eden abbr[title]::after{content:" (" attr(title) ")"}.w3eden pre{white-space:pre-wrap !important}.w3eden pre,.w3eden blockquote{border:1px solid #adb5bd;page-break-inside:avoid}.w3eden thead{display:table-header-group}.w3eden tr,.w3eden img{page-break-inside:avoid}.w3eden p,.w3eden h2,.w3eden h3{orphans:3;widows:3}.w3eden h2,.w3eden h3{page-break-after:avoid}@page{size:a3}.w3eden body{min-width:992px !important}.w3eden .container{min-width:992px !important}.w3eden .navbar{display:none}.w3eden .badge{border:1px solid #000}.w3eden .table{border-collapse:collapse !important}.w3eden .table td,.w3eden .table th{background-color:#fff !important}.w3eden .table-bordered th,.w3eden .table-bordered td{border:1px solid #dee2e6 !important}.w3eden .table-dark{color:inherit}.w3eden .table-dark th,.w3eden .table-dark td,.w3eden .table-dark thead th,.w3eden .table-dark tbody+tbody{border-color:#dee2e6}.w3eden .table .thead-dark th{color:inherit;border-color:#dee2e6}}
.w3eden .list-group-item img,
.w3eden .card img{
    padding: 0;
    margin: 0;
}
.w3eden .btn{
    font-size: unset;
}
.w3eden .btn.wpdm-clear,
.w3eden .clear {
    clear: both;
}
.w3eden .no-radius {
    border-radius: 0 !important;
}
.w3eden .btn.wpdm-category {
    border: 0px;
    border-bottom: 0px solid #ccc;
}
.w3eden .table th a {
    font-weight: 700;
}
.w3eden .btn.wpdm-front h3.title {
    margin: 10px 0 5px 10px;
    font-size: 14pt;
}
.w3eden .qdb {
    background: #0073ff;
    text-decoration: none;
    color: #fff;
    padding: 5px 7px;
    font-size: 8pt;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.w3eden #loginform {
    margin-top: 20px;
}

.w3eden .btn.wpdm-category-list li {
    clear: both;
}
.w3eden .btn.wpdm-category-list {
    list-style: none;
}
.w3eden .download_link label {
    width: 60px;
    display: block;
    font-size: 10px;
}

.w3eden .cat-page-tilte legend {
    padding-right: 5px;
}
.w3eden .wpdm-loading {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: var(--color-danger);
    color: #ffffff;
    padding: 7px 15px;
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    z-index: 999999;
}

.w3eden .btn.wpdm-email2dl .wcon input[type=text] {
    background: #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #aaa;
    font-size: 11pt;
    padding: 4px 10px;
    width: 250px;
}
.w3eden .btn.wpdm-email2dl label {
    display: none;
}
.w3eden .drag-drop #drag-drop-area {
    border: 4px dashed #DDDDDD;
    height: 200px;
}
.w3eden .drag-drop-inside {
    text-align: center;
    padding: 30px;
}
.w3eden .btn.wpdm-front .inside {
    padding: 10px;
}
.w3eden #wpdm-login-form {
    position: absolute;
    padding: 0px 10px;
    border: 1px solid #aaa;
    background: #eee;
    z-index: 9999999;
}
.w3eden .btn.wpdm-drop-box {
    z-index: 99999;
    display: none;
    position: absolute;
}
.w3eden #categories_meta_box label {
    display: inline !important;
}
.w3eden .more_previews_a {
    display: block;
    float: left;
    margin-right: 8px;
}
.w3eden .link-template .more_previews_a {
    display: block;
    float: left;
    margin-right: 9px !important;
}
.w3eden .more_previews_a:last-child {
    margin-right: 0px !important;
}


.w3eden .wpdm_file .cont {
    padding: 5px 10px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 9pt;
}
.w3eden .wpdm-social-lock {
    margin-right: 5px;
}

.w3eden .wpdm_icon {
    box-shadow: none;
    min-width: 48px;
    max-width: 48px;
    width: 48px;
}

.w3eden a.btn {
    text-decoration: none !important;
}
.w3eden .popover {
    min-width: 250px;
}
.w3eden .all-locks {
    padding: 15px;
}
.w3eden td.actions {
    width: 100px;
}
.w3eden .actions a.btn {
    border-radius: 2px;
}
.w3eden input.input-xs {
    font-size: 8pt;
    width: 150px;
    height: 30px;
    line-height: normal;
    text-align: center;
}
.w3eden .input-group-btn .btn.wpdm_submit {
    padding: 8px 16px !important;
}
.w3eden #wp-post_content-editor-container {
    border: 0;
}
.w3eden #package-content-section #insert-media-button {
    margin: 3px 0 0;
}
.w3eden #package-content-section .wp-editor-tools.hide-if-no-js {
    background: #eef2f4 none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 10px 0;
}
.w3eden td.mceToolbar {
    border-bottom: 1px solid #dddddd !important;
}
.w3eden #post_content-html,
.w3eden #post_content-tmce {
    height: 27px;
}
.w3eden a.mceButton .mceIcon,
.w3eden .mceAction {
    font: 400 15px/1 dashicons !important;
    text-align: left !important;
}
.w3eden #attach-file-section .panel-body,
.w3eden #package-settings-section .panel-body {
    padding: 0 !important;
}
.w3eden #attach-file-section .tab-content .panel-body,
.w3eden #package-settings-section .tab-content .panel-body {
    padding: 15px !important;
}
.w3eden .btn.wpdm-full-front {
    width: 100% !important;
    clear: both;
    display: block;
}
.w3eden #attach-file-section .nav-tabs,
.w3eden #package-settings-section .nav-tabs {
    margin: 0 !important;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 0;
    background: #fafafa;
}

.w3eden #attach-file-section .nav-tabs li a,
.w3eden #package-settings-section .nav-tabs li a{
  font-size: 11px;
}

.w3eden #attach-file-section .tab-content,
.w3eden #package-settings-section .tab-content {
    padding: 20px;
}
.w3eden #attach-file-section #ftabs ul.jqueryFileTree li {
    padding-left: 20px !important;
}
.w3eden #package-settings-section td {
    vertical-align: middle;
}
.w3eden .wpdm-accordion {
    border: 0 !important;
}
.w3eden .wpdm-accordion .panel h3 {
    font-size: 10pt !important;
    border-radius: 0;
    padding: 7px 10px !important;
    border-bottom: 1px solid #D1E0E4 !important;
    font-weight: 700;
    margin-bottom: -1px;
}
.w3eden .wpdm-accordion h3 .wpdmlock {
    opacity: 1 !important;
    margin-right: 10px !important;
}
.w3eden .wpdm-accordion .panel {
    padding: 0;
    overflow: hidden;
    border: 1px solid #D1E0E4;
    margin-bottom: 5px !important;
}
.w3eden .wpdm-accordion .panel .panel-body,
.w3eden .wpdm-accordion .panel h3 {
    border: 0;
    margin: 0 !important;
}
.w3eden .wpdmlock + label {
    border: 2px solid #306acb;
    display: inline-block;
    float: left;
    height: 14px !important;
    margin-right: 5px;
    margin-top: 1px !important;
    width: 14px !important;
}
.w3eden .panel-heading > label {
    position: relative;
    margin: 0;
}
.w3eden .wpdmlock:checked + label:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 3px;
    background: #306ACB;
    width: 10px !important;
    height: 10px !important;
    z-index: 999999;
}

.w3eden .accordion .card-header label,
.w3eden .accordion .card{
    margin: 0 !important;
}

.w3eden #package-settings-section .wpdm-accordion .panel {
    margin-bottom: -2px !important;
    border-radius: 0 !important;
}

.w3eden .btn.wpdm-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -ms-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    from {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.w3eden .infoicon {
    position: absolute;
    margin-top: 10px;
    margin-left: 20px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA+0lEQVQ4T2NkwAS6QKEEIBYF4p9QaXYg/QqIFwDxFWQtjEgcDiC7C4j/AHE/ED9GM1sOyC8EYpCecpjhMANANiwD4slAfACLq5CFnICcLCCOAuJfMANANq4G4mMENMOkbYGMACAuBhmgD8QxQFyKRTNMrBuLXC9QbAHIgAlA3APET7AoEoSKvcciBwqTApABK4A4AofT3aHiO3HILwcZsBSIo3EoqIaKt+KQX0wVA/B5gZALwF7AF4j4DIAHIr5oBKU8EAClE3QAj0aYArITEsgAipMyyBBQZuoE4r9QJ5OUmZD9pwPkJAKxMBD/hkqwAenXQDwfiK8iKwYAr/Q4G13HFTUAAAAASUVORK5CYII=") center center no-repeat;
    width: 16px;
    height: 16px;
}
.w3eden #package-settings .form-control {
    display: inline;
}
.w3eden div.tooltip.in {
    border-radius: 2px !important;
}
.w3eden .dropdown-menu li {
    list-style: none !important;
}
.w3eden .cat-panel > ul {
    padding-top: 10px;
}
.w3eden .cat-panel ul {
    padding-left: 20px;
}
.w3eden .cat-panel li {
    list-style: none;
}
.w3eden .cat-panel label {
    font-weight: 400 !important;
    cursor: pointer;
}
.w3eden .cat-panel {
    max-height: 200px;
    overflow: hidden;
}
.w3eden .cat-panel:hover {
    overflow: auto;
}
.w3eden .label-white {
    background: #ffffff !important;
    color: #222222 !important;
    text-shadow: none !important;
    margin-left: 10px;
}


.w3eden .btn.btn-xs {
    border-radius: 1.5px;
    padding: 4px 8px;
    font-size: 9px;
}

.w3eden .btn.btn-xs.btn-icon {
    padding: 4px 4px;
    min-width: 2.1rem;
}


.w3eden .btn.btn-fb {
    background-color: #354C8C !important;
    border: 0 !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
}
.w3eden .btn.btn-fb .label-white {
    color: #354C8C !important;
}
.w3eden .btn.wpdm-android {
    background: #8ec147;
    color: #ffffff !important;
}
.w3eden .btn.wpdm-apple {
    background: #777;
    color: #ffffff !important;
}
.w3eden .btn.wpdm-behance {
    background: #0077ff;
    color: #ffffff !important;
}
.w3eden .btn.wpdm-bitcoin {
    background: #f79012;
    color: #ffffff !important;
}
.w3eden .btn.wpdm-buysellads {
    background: #c90100;
    color: #ffffff !important;
}
.w3eden .btn.wpdm-codepen {
    background: #444;
    color: #ffffff !important;
}
.w3eden .btn.wpdm-css3 {
    background: #0270bb;
    color: #ffffff;
}
.w3eden .btn.wpdm-delicious {
    background: #31a9ff;
    color: #ffffff !important;
}
.w3eden .btn.wpdm-deviantart {
    background: #05cc47;
    color: #ffffff !important;
}
.w3eden .btn.wpdm-digg {
    background: #0093cc;
}
.w3eden .btn.wpdm-dribbble {
    background: #ea4c89;
}
.w3eden .btn.wpdm-dropbox {
    background: #007ee5;
}
.w3eden .btn.wpdm-drupal {
    background: #0073ba;
}
.w3eden .btn.wpdm-email-1 {
    background: #35c7ed;
}
.w3eden .btn.wpdm-email-2 {
    background: #35c7ed;
}
.w3eden .btn.wpdm-facebook {
    background: #4862a3;
    color: #ffffff !important;
}
.w3eden .btn.wpdm-flickr {
    background: #ff1981;
}
.w3eden .btn.wpdm-foursquare {
    background: #f04d7a;
}
.w3eden .btn.wpdm-git {
    background: #f64d27;
}
.w3eden .btn.wpdm-github {
    background: #999;
}
.w3eden .btn.wpdm-google {
    background: #3f85f4;
    color: #ffffff !important;
}
.w3eden .btn.wpdm-google-plus {
    background: #dd4b39;
    color: #ffffff !important;
}
.w3eden .btn.wpdm-html5 {
    background: #e54d26;
}
.w3eden .btn.wpdm-instagram {
    background: #3d6b92;
}
.w3eden .btn.wpdm-joomla {
    background: #fc8f30;
}
.w3eden .btn.wpdm-jsfiddle {
    background: #4679bd;
}
.w3eden .btn.wpdm-lastfm {
    background: #df1c23;
}
.w3eden .btn.wpdm-linkedin {
    background: #0177b5;
    color: #ffffff !important;
}
.w3eden .btn.wpdm-linux {
    background: #39a6df;
}
.w3eden .btn.wpdm-maxcdn {
    background: #ff5b02;
}
.w3eden .btn.wpdm-medium {
    background: #333;
}
.w3eden .btn.wpdm-pagelines {
    background: #444;
}
.w3eden .btn.wpdm-paypal {
    background: #009cde;
}
.w3eden .btn.wpdm-pinterest {
    background: #db242c;
    color: #ffffff !important;
}
.w3eden .btn.wpdm-reddit {
    background: #ff4500;
}
.w3eden .btn.wpdm-rss {
    background: #fc8f55;
}
.w3eden .btn.wpdm-share {
    background: #01924b;
}
.w3eden .btn.wpdm-skype {
    background: #00aff0;
}
.w3eden .btn.wpdm-slideshare {
    background: #0679b5;
}
.w3eden .btn.wpdm-soundcloud {
    background: #ff4e00;
}
.w3eden .btn.wpdm-spotify {
    background: #84bd00;
}
.w3eden .btn.wpdm-stack-exchange {
    background: #366fb3;
}
.w3eden .btn.wpdm-stack-overflow {
    background: #07c;
}
.w3eden .btn.wpdm-stumbleupon {
    background: #ea4b24;
}
.w3eden .btn.wpdm-trello {
    background: #026aa7;
}
.w3eden .btn.wpdm-tumblr {
    background: #2c4762;
}
.w3eden .btn.wpdm-twitter {
    background: #55acee;
    color: #ffffff !important;
}
.w3eden .btn.wpdm-vimeo {
    background: #44bbff;
}
.w3eden .btn.wpdm-vine {
    background: #00bf8f;
}
.w3eden .btn.wpdm-vk {
    background: #6281a3;
}
.w3eden .btn.wpdm-whatsapp {
    background: #59ac23;
}
.w3eden .btn.wpdm-windows {
    background: #00bcf2;
}
.w3eden .btn.wpdm-wordpress {
    background: #1e8cbe;
}
.w3eden .btn.wpdm-xing {
    background: #006464;
}
.w3eden .btn.wpdm-yahoo {
    background: #5210c4;
}
.w3eden .btn.wpdm-yelp {
    background: #c41200;
}
.w3eden .btn.wpdm-youtube {
    background: #d02022;
}
.w3eden .btn.wpdm-youtube-play {
    background: #d02022;
}
.w3eden .btn.wpdm-*:hover {
    opacity: 0.9;
}
.w3eden .wpdm-social-lock {
    text-transform: none !important;
}
.w3eden .wpdm-social-lock .fa {
    margin-right: 5px;
}
.w3eden .pluginButtonIcon {
    left: 0;
    margin-left: -3px;
    margin-right: 5px;
    position: relative;
    vertical-align: top;
}
.w3eden .btn.wpdm-btn-play {
    outline: none !important;
}
.w3eden button.wpdm-btn-play-lg.wpdm-btn-play {
    border-radius: 3px;
    padding: 0 !important;
    text-align: center;
    width: 56px !important;
    height: 56px;
    line-height: 56px;
    font-size: 12px !important;
}
.w3eden .sx_plugin-button-2x_favblue {
    background-position: 0 -42px;
}
.w3eden .nav-tabs li {
    margin-left: 0 !important;
}
.w3eden .nav-tabs li a {
    outline: none !important;
}
.w3eden .ptypes li {
    padding-left: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}
.w3eden #wpdm-files_filter {
    padding-right: 10px;
    padding-top: 10px;
}
.w3eden #wpdm-files {
    margin-bottom: 0;
}
.w3eden #wpdm-files_info,
.w3eden #wpdm-files_paginate {
    padding: 10px;
}

.w3eden input.input-error {
    border: 1px solid var(--color-danger) !important;
    color: var(--color-danger) !important;
}
.w3eden label.error {
    color: var(--color-danger);
    font-weight: 300 !important;
    font-size: 11px !important;
}
.w3eden .btn.wpdm-archive-meta .wpdm-download-link {
    padding: 5px 10px !important;
    margin: 0 !important;
    font-size: 9pt;
}
.w3eden .btn.wpdm-archive-meta li {
    border: 0px !important;
    list-style: none !important;
    padding-right: 20px !important;
}
.w3eden .btn.wpdm-archive-meta li:last-child {
    padding: 0 !important;
    max-width: 100px !important;
    text-align: right !important;
}
.w3eden .btn.wpdm-archive-meta .wpdm-download-link img {
    box-shadow: none !important;
    height: 30px;
    width: auto;
}
.w3eden .wpdm-file-entry {
    border: 1px solid #eeeeee;
    padding: 10px;
    border-radius: 3px;
    font-size: 9pt;
    text-align: center;
}
.w3eden .panel {
    box-shadow: none !important;
}
.w3eden .card.text-white,
.w3eden .card.text-white *{
    color: #ffffff;
}
.w3eden .card .card-header {
    font-size: 10pt;
    font-weight: 600;
    letter-spacing: 1px;
}
.w3eden .card-rec .btn-footer,
.w3eden .card-rec .card-body{
    padding: 15px !important;
}
.w3eden .card-rec .card-body .card-title{
    font-weight: 800;
}
.w3eden .card-footer .card-title{
    margin: 0;
}

.w3eden .card-dls .table,
.w3eden .card-fav .table{
    margin: 0;
}
.w3eden .card-dls .table td,
.w3eden .card-fav .table td{
    padding-left: 10px;
}

.w3eden .card .table,
.w3eden .panel .table{
    border-top: 0;
}
.w3eden .card .table thead th,
.w3eden .panel .table thead th{
    border-top: 0;
    border-bottom-width: 1px;
    background: #f5f5f5;
}

.w3eden .panel img,
.w3eden .wpdm-file-entry img {
    box-shadow: none;
}

.w3eden .input-group input:not(:last-child) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.w3eden .btn.btn-group.bootstrap-select .btn.dropdown-toggle {
    border-radius: 3px !important;
}
.w3eden label.error.valid {
    display: none;
}
.w3eden #wpdm-featured-image {
    display: block;
    height: 200px;
    border: 2px dashed #ddd;
    margin: 15px;
    background: url(/wp-content/plugins/download-manager/assets/images/plus.svg) no-repeat center center;
    background-size: 48px;
    text-indent: -999999px;
}
.w3eden label.error.valid {
    display: none !important;
}

.w3eden .cfile .panel-file .panel-heading .btn{
    position: absolute;right: 9px;top: 7px;
}
.w3eden .cfile .panel-file .panel-heading{
    position: relative;
}


.w3eden .btn {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 7.5px 16px;
    border-radius: 2px;
}
.w3eden .btn.btn-link{
    border: 0 !important;
    background: none !important;
}

.w3eden .btn.btn-sm,
.w3eden .btn.btn-xs {
    padding: 7px 10px;
    font-size: 10px;
    border-radius: 2px;
}
.w3eden .btn.btn-xs {
    border-radius: 1.5px;
}
.w3eden .btn.btn-xs {
    padding: 5px 8px 5px 8px;
    font-size: 9px;
}

.w3eden .btn.btn-secondary,
.w3eden .flat-default,
.w3eden .flat-default.btn-bordered:hover {
    background-color: #81888c;
    border-color: #81888c;
    color: #ffffff;
}
.w3eden .btn.btn-secondary:hover:not(.no-hover),
.w3eden .flat-default:hover:not(.no-hover),
.w3eden .flat-default.btn-bordered {
    background-color: #a3acb1;
    border-color: #81888c;
    color: #ffffff;
}
.w3eden .btn.btn-secondary:active:not(.no-hover),
.w3eden .flat-default:active:not(.no-hover),
.w3eden .flat-default.btn-bordered {
    background-color: #a5abaf;
    border-color: #8f9598;
    color: #ffffff;
}
.w3eden .btn,
.w3eden .navbar .navbar-nav > a.btn {
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    border-radius: 0.1875rem;
    cursor: pointer;
    background-color: #888;
    color: #FFFFFF;
}
.w3eden .btn:hover,
.w3eden .btn:focus,
.w3eden .btn:active,
.w3eden .btn.active,
.w3eden .btn:active:focus,
.w3eden .btn:active:hover,
.w3eden .btn.active:focus,
.w3eden .btn.active:hover,
.w3eden .show > .btn.dropdown-toggle,
.w3eden .show > .btn.dropdown-toggle:focus,
.w3eden .show > .btn.dropdown-toggle:hover,
.w3eden .navbar .navbar-nav > a.btn:hover,
.w3eden .navbar .navbar-nav > a.btn:focus,
.w3eden .navbar .navbar-nav > a.btn:active,
.w3eden .navbar .navbar-nav > a.btn.active,
.w3eden .navbar .navbar-nav > a.btn:active:focus,
.w3eden .navbar .navbar-nav > a.btn:active:hover,
.w3eden .navbar .navbar-nav > a.btn.active:focus,
.w3eden .navbar .navbar-nav > a.btn.active:hover,
.w3eden .show > .navbar .navbar-nav > a.btn.dropdown-toggle,
.w3eden .show > .navbar .navbar-nav > a.btn.dropdown-toggle:focus,
.w3eden .show > .navbar .navbar-nav > a.btn.dropdown-toggle:hover {
    background-color: #979797;
    color: #FFFFFF;
    box-shadow: none;
}
.w3eden .btn:hover,
.w3eden .navbar .navbar-nav > a.btn:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
}
.w3eden .btn.disabled,
.w3eden .btn.disabled:hover,
.w3eden .btn.disabled:focus,
.w3eden .btn.disabled.focus,
.w3eden .btn.disabled:active,
.w3eden .btn.disabled.active,
.w3eden .btn:disabled,
.w3eden .btn:disabled:hover,
.w3eden .btn:disabled:focus,
.w3eden .btn:disabled.focus,
.w3eden .btn:disabled:active,
.w3eden .btn:disabled.active,
.w3eden .btn[disabled],
.w3eden .btn[disabled]:hover,
.w3eden .btn[disabled]:focus,
.w3eden .btn[disabled].focus,
.w3eden .btn[disabled]:active,
.w3eden .btn[disabled].active,
.w3eden fieldset[disabled] .btn,
.w3eden fieldset[disabled] .btn:hover,
.w3eden fieldset[disabled] .btn:focus,
.w3eden fieldset[disabled] .btn.focus,
.w3eden fieldset[disabled] .btn:active,
.w3eden fieldset[disabled] .btn.active,
.w3eden .navbar .navbar-nav > a.btn.disabled,
.w3eden .navbar .navbar-nav > a.btn.disabled:hover,
.w3eden .navbar .navbar-nav > a.btn.disabled:focus,
.w3eden .navbar .navbar-nav > a.btn.disabled.focus,
.w3eden .navbar .navbar-nav > a.btn.disabled:active,
.w3eden .navbar .navbar-nav > a.btn.disabled.active,
.w3eden .navbar .navbar-nav > a.btn:disabled,
.w3eden .navbar .navbar-nav > a.btn:disabled:hover,
.w3eden .navbar .navbar-nav > a.btn:disabled:focus,
.w3eden .navbar .navbar-nav > a.btn:disabled.focus,
.w3eden .navbar .navbar-nav > a.btn:disabled:active,
.w3eden .navbar .navbar-nav > a.btn:disabled.active,
.w3eden .navbar .navbar-nav > a.btn[disabled],
.w3eden .navbar .navbar-nav > a.btn[disabled]:hover,
.w3eden .navbar .navbar-nav > a.btn[disabled]:focus,
.w3eden .navbar .navbar-nav > a.btn[disabled].focus,
.w3eden .navbar .navbar-nav > a.btn[disabled]:active,
.w3eden .navbar .navbar-nav > a.btn[disabled].active,
.w3eden fieldset[disabled] .navbar .navbar-nav > a.btn,
.w3eden fieldset[disabled] .navbar .navbar-nav > a.btn:hover,
.w3eden fieldset[disabled] .navbar .navbar-nav > a.btn:focus,
.w3eden fieldset[disabled] .navbar .navbar-nav > a.btn.focus,
.w3eden fieldset[disabled] .navbar .navbar-nav > a.btn:active,
.w3eden fieldset[disabled] .navbar .navbar-nav > a.btn.active {
    background-color: #888;
    border-color: #888;
}

.w3eden .btn.btn-link,
.w3eden .navbar .navbar-nav > a.btn.btn-link {
    color: #888;
}
.w3eden .btn.btn-link:hover,
.w3eden .btn.btn-link:focus,
.w3eden .btn.btn-link:active,
.w3eden .navbar .navbar-nav > a.btn.btn-link:hover,
.w3eden .navbar .navbar-nav > a.btn.btn-link:focus,
.w3eden .navbar .navbar-nav > a.btn.btn-link:active {
    background-color: transparent;
    color: #979797;
    text-decoration: none;
    box-shadow: none;
}
.w3eden .btn:hover,
.w3eden .btn:focus,
.w3eden .navbar .navbar-nav > a.btn:hover,
.w3eden .navbar .navbar-nav > a.btn:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    outline: 0 !important;
}
.w3eden .btn:active,
.w3eden .btn.active,
.w3eden .open > .btn.dropdown-toggle,
.w3eden .navbar .navbar-nav > a.btn:active,
.w3eden .navbar .navbar-nav > a.btn.active,
.w3eden .open > .navbar .navbar-nav > a.btn.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}
.w3eden .btn.btn-icon,
.w3eden .navbar .navbar-nav > a.btn.btn-icon {
    height: 2.375rem;
    min-width: 2.375rem;
    width: 2.375rem;
    padding: 0;
    font-size: 0.9375rem;
    overflow: hidden;
    position: relative;
    line-height: normal;
}
.w3eden .btn.btn-icon.btn-simple,
.w3eden .navbar .navbar-nav > a.btn.btn-icon.btn-simple {
    padding: 0;
}
.w3eden .btn.btn-icon.btn-sm,
.w3eden .navbar .navbar-nav > a.btn.btn-icon.btn-sm {
    height: 1.875rem;
    min-width: 1.875rem;
    width: 1.875rem;
}
.w3eden .btn.btn-icon.btn-sm i.fa,
.w3eden .btn.btn-icon.btn-sm i.now-ui-icons,
.w3eden .navbar .navbar-nav > a.btn.btn-icon.btn-sm i.fa,
.w3eden .navbar .navbar-nav > a.btn.btn-icon.btn-sm i.now-ui-icons {
    font-size: 0.6875rem;
}
.w3eden .btn.btn-icon.btn-lg,
.w3eden .navbar .navbar-nav > a.btn.btn-icon.btn-lg {
    height: 3.6rem;
    min-width: 3.6rem;
    width: 3.6rem;
}
.w3eden .btn.btn-icon.btn-lg i.now-ui-icons,
.w3eden .btn.btn-icon.btn-lg i.fa,
.w3eden .navbar .navbar-nav > a.btn.btn-icon.btn-lg i.now-ui-icons,
.w3eden .navbar .navbar-nav > a.btn.btn-icon.btn-lg i.fa {
    font-size: 1.325rem;
}
.w3eden .btn.btn-icon:not(.btn-footer) i.now-ui-icons,
.w3eden .btn.btn-icon:not(.btn-footer) i.fa,
.w3eden .navbar .navbar-nav > a.btn.btn-icon:not(.btn-footer) i.now-ui-icons,
.w3eden .navbar .navbar-nav > a.btn.btn-icon:not(.btn-footer) i.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-12px, -12px);
    line-height: 1.5626rem;
    width: 25px;
}
.w3eden .btn:not(.btn-icon) .now-ui-icons,
.w3eden .navbar .navbar-nav > a.btn:not(.btn-icon) .now-ui-icons {
    position: relative;
    top: 1px;
}
.w3eden .btn-primary {
    background-color: var(--color-primary);
    color: #FFFFFF;
}
.w3eden .btn-primary:hover,
.w3eden .btn-primary:focus,
.w3eden .btn-primary:active,
.w3eden .btn-primary.active,
.w3eden .btn-primary:active:focus,
.w3eden .btn-primary:active:hover,
.w3eden .btn-primary.active:focus,
.w3eden .btn-primary.active:hover,
.w3eden .show > .btn-primary.dropdown-toggle,
.w3eden .show > .btn-primary.dropdown-toggle:focus,
.w3eden .show > .btn-primary.dropdown-toggle:hover {
    background-color: var(--color-primary-hover);
    color: #FFFFFF;
    box-shadow: none;
}
.w3eden .btn-primary:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
}
.w3eden .btn-primary.disabled,
.w3eden .btn-primary.disabled:hover,
.w3eden .btn-primary.disabled:focus,
.w3eden .btn-primary.disabled.focus,
.w3eden .btn-primary.disabled:active,
.w3eden .btn-primary.disabled.active,
.w3eden .btn-primary:disabled,
.w3eden .btn-primary:disabled:hover,
.w3eden .btn-primary:disabled:focus,
.w3eden .btn-primary:disabled.focus,
.w3eden .btn-primary:disabled:active,
.w3eden .btn-primary:disabled.active,
.w3eden .btn-primary[disabled],
.w3eden .btn-primary[disabled]:hover,
.w3eden .btn-primary[disabled]:focus,
.w3eden .btn-primary[disabled].focus,
.w3eden .btn-primary[disabled]:active,
.w3eden .btn-primary[disabled].active,
.w3eden fieldset[disabled] .btn-primary,
.w3eden fieldset[disabled] .btn-primary:hover,
.w3eden fieldset[disabled] .btn-primary:focus,
.w3eden fieldset[disabled] .btn-primary.focus,
.w3eden fieldset[disabled] .btn-primary:active,
.w3eden fieldset[disabled] .btn-primary.active {
    background-color: var(--color-primary);
    border-color: var(--color-primary-hover);
}

.w3eden .btn.btn-simple {
    background-image: none !important;
    background-color: transparent;
    border: 1px solid;
}
.w3eden .btn-primary.btn-simple {
    color: var(--color-primary-hover);
    border-color: var(--color-primary-hover);
}

.w3eden .btn-success {
    background-color: var(--color-success);
    color: #FFFFFF;
}
.w3eden .btn-success:hover,
.w3eden .btn-success:focus,
.w3eden .btn-success:active,
.w3eden .btn-success.active,
.w3eden .btn-success:active:focus,
.w3eden .btn-success:active:hover,
.w3eden .btn-success.active:focus,
.w3eden .btn-success.active:hover,
.w3eden .show > .btn-success.dropdown-toggle,
.w3eden .show > .btn-success.dropdown-toggle:focus,
.w3eden .show > .btn-success.dropdown-toggle:hover {
    background-color: var(--color-success-hover);
    color: #FFFFFF;
    box-shadow: none;
}
.w3eden .btn-success:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
}
.w3eden .btn-success.disabled,
.w3eden .btn-success.disabled:hover,
.w3eden .btn-success.disabled:focus,
.w3eden .btn-success.disabled.focus,
.w3eden .btn-success.disabled:active,
.w3eden .btn-success.disabled.active,
.w3eden .btn-success:disabled,
.w3eden .btn-success:disabled:hover,
.w3eden .btn-success:disabled:focus,
.w3eden .btn-success:disabled.focus,
.w3eden .btn-success:disabled:active,
.w3eden .btn-success:disabled.active,
.w3eden .btn-success[disabled],
.w3eden .btn-success[disabled]:hover,
.w3eden .btn-success[disabled]:focus,
.w3eden .btn-success[disabled].focus,
.w3eden .btn-success[disabled]:active,
.w3eden .btn-success[disabled].active,
.w3eden fieldset[disabled] .btn-success,
.w3eden fieldset[disabled] .btn-success:hover,
.w3eden fieldset[disabled] .btn-success:focus,
.w3eden fieldset[disabled] .btn-success.focus,
.w3eden fieldset[disabled] .btn-success:active,
.w3eden fieldset[disabled] .btn-success.active {
    background-color: var(--color-success);
    border-color: var(--color-success);
}
.w3eden .btn-success.btn-simple {
    color: var(--color-success);
    border-color: var(--color-success);
}
.w3eden .btn-success.btn-simple:hover,
.w3eden .btn-success.btn-simple:focus,
.w3eden .btn-success.btn-simple:active {
    background-color: transparent;
    color: var(--color-success-hover);
    border-color: var(--color-success-hover);
    box-shadow: none;
}
.w3eden .btn-success.btn-link {
    color: var(--color-success);
}
.w3eden .btn-success.btn-link:hover,
.w3eden .btn-success.btn-link:focus,
.w3eden .btn-success.btn-link:active {
    background-color: transparent;
    color: var(--color-success-hover);
    text-decoration: none;
    box-shadow: none;
}
.w3eden .btn-info {
    background-color: var(--color-info);
    color: #FFFFFF;
}
.w3eden .btn-info:hover,
.w3eden .btn-info:focus,
.w3eden .btn-info:active,
.w3eden .btn-info.active,
.w3eden .btn-info:active:focus,
.w3eden .btn-info:active:hover,
.w3eden .btn-info.active:focus,
.w3eden .btn-info.active:hover,
.w3eden .show > .btn-info.dropdown-toggle,
.w3eden .show > .btn-info.dropdown-toggle:focus,
.w3eden .show > .btn-info.dropdown-toggle:hover {
    background-color: var(--color-info-hover);
    color: #FFFFFF;
    box-shadow: none;
}
.w3eden .btn-info:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
}
.w3eden .btn-info.disabled,
.w3eden .btn-info.disabled:hover,
.w3eden .btn-info.disabled:focus,
.w3eden .btn-info.disabled.focus,
.w3eden .btn-info.disabled:active,
.w3eden .btn-info.disabled.active,
.w3eden .btn-info:disabled,
.w3eden .btn-info:disabled:hover,
.w3eden .btn-info:disabled:focus,
.w3eden .btn-info:disabled.focus,
.w3eden .btn-info:disabled:active,
.w3eden .btn-info:disabled.active,
.w3eden .btn-info[disabled],
.w3eden .btn-info[disabled]:hover,
.w3eden .btn-info[disabled]:focus,
.w3eden .btn-info[disabled].focus,
.w3eden .btn-info[disabled]:active,
.w3eden .btn-info[disabled].active,
.w3eden fieldset[disabled] .btn-info,
.w3eden fieldset[disabled] .btn-info:hover,
.w3eden fieldset[disabled] .btn-info:focus,
.w3eden fieldset[disabled] .btn-info.focus,
.w3eden fieldset[disabled] .btn-info:active,
.w3eden fieldset[disabled] .btn-info.active {
    background-color: var(--color-info);
    border-color: var(--color-info);
}
.w3eden .btn-info.btn-simple {
    color: var(--color-info);
    border-color: var(--color-info);
}
.w3eden .btn-info.btn-simple:hover,
.w3eden .btn-info.btn-simple:focus,
.w3eden .btn-info.btn-simple:active {
    background-color: transparent;
    color: var(--color-info-hover);
    border-color: var(--color-info-hover);
    box-shadow: none;
}
.w3eden .btn-info.btn-link {
    color: var(--color-info);
}
.w3eden .btn-info.btn-link:hover,
.w3eden .btn-info.btn-link:focus,
.w3eden .btn-info.btn-link:active {
    background-color: transparent;
    color: var(--color-info-hover);
    text-decoration: none;
    box-shadow: none;
}
.w3eden .btn-warning {
    background-color: var(--color-warning);
    color: #FFFFFF;
}
.w3eden .btn-warning:hover,
.w3eden .btn-warning:focus,
.w3eden .btn-warning:active,
.w3eden .btn-warning.active,
.w3eden .btn-warning:active:focus,
.w3eden .btn-warning:active:hover,
.w3eden .btn-warning.active:focus,
.w3eden .btn-warning.active:hover,
.w3eden .show > .btn-warning.dropdown-toggle,
.w3eden .show > .btn-warning.dropdown-toggle:focus,
.w3eden .show > .btn-warning.dropdown-toggle:hover {
    background-color: var(--color-warning-hover);
    color: #FFFFFF;
    box-shadow: none;
}
.w3eden .btn-warning:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
}
.w3eden .btn-warning.disabled,
.w3eden .btn-warning.disabled:hover,
.w3eden .btn-warning.disabled:focus,
.w3eden .btn-warning.disabled.focus,
.w3eden .btn-warning.disabled:active,
.w3eden .btn-warning.disabled.active,
.w3eden .btn-warning:disabled,
.w3eden .btn-warning:disabled:hover,
.w3eden .btn-warning:disabled:focus,
.w3eden .btn-warning:disabled.focus,
.w3eden .btn-warning:disabled:active,
.w3eden .btn-warning:disabled.active,
.w3eden .btn-warning[disabled],
.w3eden .btn-warning[disabled]:hover,
.w3eden .btn-warning[disabled]:focus,
.w3eden .btn-warning[disabled].focus,
.w3eden .btn-warning[disabled]:active,
.w3eden .btn-warning[disabled].active,
.w3eden fieldset[disabled] .btn-warning,
.w3eden fieldset[disabled] .btn-warning:hover,
.w3eden fieldset[disabled] .btn-warning:focus,
.w3eden fieldset[disabled] .btn-warning.focus,
.w3eden fieldset[disabled] .btn-warning:active,
.w3eden fieldset[disabled] .btn-warning.active {
    background-color: var(--color-warning);
    border-color: var(--color-warning);
}
.w3eden .btn-warning.btn-simple {
    color: var(--color-warning);
    border-color: var(--color-warning);
}
.w3eden .btn-warning.btn-simple:hover,
.w3eden .btn-warning.btn-simple:focus,
.w3eden .btn-warning.btn-simple:active {
    background-color: transparent;
    color: var(--color-warning-hover);
    border-color: var(--color-warning-hover);
    box-shadow: none;
}
.w3eden .btn-warning.btn-link {
    color: var(--color-warning);
}
.w3eden .btn-warning.btn-link:hover,
.w3eden .btn-warning.btn-link:focus,
.w3eden .btn-warning.btn-link:active {
    background-color: transparent;
    color: var(--color-warning-hover);
    text-decoration: none;
    box-shadow: none;
}
.w3eden .btn-danger {
    background-color: var(--color-danger);
    color: #FFFFFF;
}
.w3eden .btn-danger:hover,
.w3eden .btn-danger:focus,
.w3eden .btn-danger:active,
.w3eden .btn-danger.active,
.w3eden .btn-danger:active:focus,
.w3eden .btn-danger:active:hover,
.w3eden .btn-danger.active:focus,
.w3eden .btn-danger.active:hover,
.w3eden .show > .btn-danger.dropdown-toggle,
.w3eden .show > .btn-danger.dropdown-toggle:focus,
.w3eden .show > .btn-danger.dropdown-toggle:hover {
    background-color: var(--color-danger-hover);
    color: #FFFFFF;
    box-shadow: none;
}
.w3eden .btn-danger:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
}
.w3eden .btn-danger.disabled,
.w3eden .btn-danger.disabled:hover,
.w3eden .btn-danger.disabled:focus,
.w3eden .btn-danger.disabled.focus,
.w3eden .btn-danger.disabled:active,
.w3eden .btn-danger.disabled.active,
.w3eden .btn-danger:disabled,
.w3eden .btn-danger:disabled:hover,
.w3eden .btn-danger:disabled:focus,
.w3eden .btn-danger:disabled.focus,
.w3eden .btn-danger:disabled:active,
.w3eden .btn-danger:disabled.active,
.w3eden .btn-danger[disabled],
.w3eden .btn-danger[disabled]:hover,
.w3eden .btn-danger[disabled]:focus,
.w3eden .btn-danger[disabled].focus,
.w3eden .btn-danger[disabled]:active,
.w3eden .btn-danger[disabled].active,
.w3eden fieldset[disabled] .btn-danger,
.w3eden fieldset[disabled] .btn-danger:hover,
.w3eden fieldset[disabled] .btn-danger:focus,
.w3eden fieldset[disabled] .btn-danger.focus,
.w3eden fieldset[disabled] .btn-danger:active,
.w3eden fieldset[disabled] .btn-danger.active {
    background-color: var(--color-danger);
    border-color: var(--color-danger);
}
.w3eden .btn-danger.btn-simple {
    color: var(--color-danger);
    border-color: var(--color-danger);
}
.w3eden .btn-danger.btn-simple:hover,
.w3eden .btn-danger.btn-simple:focus,
.w3eden .btn-danger.btn-simple:active {
    background-color: transparent;
    color: var(--color-danger-hover);
    border-color: var(--color-danger-hover);
    box-shadow: none;
}
.w3eden .btn-danger.btn-link {
    color: var(--color-danger);
}
.w3eden .btn-danger.btn-link:hover,
.w3eden .btn-danger.btn-link:focus,
.w3eden .btn-danger.btn-link:active {
    background-color: transparent;
    color: var(--color-danger-hover);
    text-decoration: none;
    box-shadow: none;
}

.w3eden .btn:disabled,
.w3eden .btn[disabled],
.w3eden .btn.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.w3eden .btn-round {
    border-width: 1px;
    border-radius: 30px !important;
    padding: 11px 23px;
}
.w3eden .btn-round.btn-simple {
    padding: 10px 22px;
}

.w3eden fieldset[disabled] .btn-simple,
.w3eden fieldset[disabled] .btn-simple:hover,
.w3eden fieldset[disabled] .btn-simple:focus,
.w3eden fieldset[disabled] .btn-simple.focus,
.w3eden fieldset[disabled] .btn-simple:active,
.w3eden fieldset[disabled] .btn-simple.active,
.w3eden .btn-link.disabled,
.w3eden .btn-link.disabled:hover,
.w3eden .btn-link.disabled:focus,
.w3eden .btn-link.disabled.focus,
.w3eden .btn-link.disabled:active,
.w3eden .btn-link.disabled.active,
.w3eden .btn-link:disabled,
.w3eden .btn-link:disabled:hover,
.w3eden .btn-link:disabled:focus,
.w3eden .btn-link:disabled.focus,
.w3eden .btn-link:disabled:active,
.w3eden .btn-link:disabled.active,
.w3eden .btn-link[disabled],
.w3eden .btn-link[disabled]:hover,
.w3eden .btn-link[disabled]:focus,
.w3eden .btn-link[disabled].focus,
.w3eden .btn-link[disabled]:active,
.w3eden .btn-link[disabled].active,
.w3eden fieldset[disabled] .btn-link,
.w3eden fieldset[disabled] .btn-link:hover,
.w3eden fieldset[disabled] .btn-link:focus,
.w3eden fieldset[disabled] .btn-link.focus,
.w3eden fieldset[disabled] .btn-link:active,
.w3eden fieldset[disabled] .btn-link.active {
    background-color: transparent;
}
.w3eden .btn-lg {
    font-size: 1em;
    border-radius: 0.25rem;
    padding: 15px 48px;
}
.w3eden .btn-lg.btn-simple {
    padding: 14px 47px;
}
.w3eden .btn-sm {
    font-size: 14px;
    border-radius: 0.1875rem;
    padding: 5px 15px;
}

.w3eden .btn-link {
    border: 0;
    padding: 0.5rem 0.7rem;
    background-color: transparent;
}
.w3eden .btn-wd {
    min-width: 140px;
}
.w3eden .btn-group.select {
    width: 100%;
}
.w3eden .btn-group.select .btn {
    text-align: left;
}
.w3eden .btn-group.select .caret {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 8px;
}

.w3eden .btn .label {
    margin-left: 5px;
}

.w3eden .wpdm_cart tr td{
    vertical-align: middle !important;
}
.w3eden .wpdm_cart tr td:last-child {
    text-align: right;
}

.w3eden #cart_submit .label.label-primary {
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 8pt;
    font-weight: 400;
}
.w3eden .btn.btn-linkedin {
    background-color: #007AB9 !important;
    color: #ffffff !important;
}
.w3eden .wpdm-social-lock-box .placehold.wpdmlinkedin {
    background: #007AB9;
}
.w3eden .wpdm-social-lock-box .placehold.wpdmtwitter {
    background: #4EC0FF;
}
.w3eden .wpdm-social-lock-box .placehold.wpdmfacebook {
    background: #48649F;
}
.w3eden .wpdmslb-facebookshare,
.w3eden .wpdmslb-tweet,
.w3eden .wpdmslb-facebooklike {
    margin-left: 3px;
}
.w3eden .wpdm-social-lock-box .IN-widget a span:first-child {
    height: 20px;
    padding: 1px !important;
}
.w3eden .wpdm-social-lock-box .IN-widget a span:last-child {
    width: 42px;
    overflow: hidden;
    border-radius: 2px;
    height: 20px;
    text-transform: uppercase;
}
.w3eden .wpdm-social-lock-box .placehold:hover,
.w3eden .wpdm-social-lock-box:hover .placehold {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transform: translateX(-100%) rotateY(-180deg);
    -webkit-transform: translateX(-100%) rotateY(-180deg);
}
.w3eden .wpdm-social-lock-box:not(.wpdm-social-lock-unlocked):hover {
    border: 1px solid #cccccc;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    transition: all 300ms ease-in-out;
}
.w3eden .wpdm-social-lock-box:not(.wpdm-social-lock-unlocked):hover *:not(.placehold) {
    opacity: 1;
}
.w3eden .wpdm-social-lock-box a.btn.wpdm-download-button {
    margin-left: -10px;
    margin-top: -10px;
    height: 45px;
    line-height: 27px;
    width: 150px;
    opacity: 1 !important;
    font-size: 13pt;
    letter-spacing: 1px;
}
.w3eden .wpdm-download-link .fa-download,
.w3eden .wpdm-download-link .fa-icon-left {
    margin-right: 5px;
}
.w3eden .fa-play {
    margin: 0 !important;
}

.w3eden .ptypes li {
    list-style: none !important;
    padding: 0 !important;
}
.w3eden .btn .filter-option {
    background: transparent none repeat scroll 0 0 !important;
}
.w3eden #xfilelist input.input-sm {
    height: 31px !important;
}
.w3eden #xfilelist .panel-footer.footer-info {
    font-family: Courier, monospace;
    font-size: 9pt;
    text-align: center;
    background: #fafafa;
}
.w3eden #xfilelist .panel-heading {
    font-weight: 400;
    font-size: 8pt;
    padding-top: 0 !important;
    padding-bottom: 0;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    word-break: break-all;
}
.w3eden .wpdm-filelist thead {
    display: none;
}
.w3eden .wpdm-filelist td {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #ffffff !important;
    border-bottom: 0 !important;
    background: rgba(0, 0, 0, 0.03) !important;
    vertical-align: middle !important;
}
.w3eden .wpdm-filelist {
    border: 0 !important;
}
.w3eden .wpdm-frontend-tabs a {
    font-size: 14px !important;
}
.w3eden .wpdm-frontend-tabs a.btn {
    border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.w3eden .wpdm-frontend-tabs {
    border-bottom: 4px solid var(--color-primary) !important;
    border-radius: 3px;
    background: #34495e;
    overflow: hidden;
}
.w3eden .nav-tabs.wpdm-frontend-tabs a:focus,
.w3eden .nav-tabs.wpdm-frontend-tabs a:active,
.w3eden .nav-tabs.wpdm-frontend-tabs li.active a,
.w3eden .nav-tabs.wpdm-frontend-tabs a.active {
    background: var(--color-primary) !important;
    border: 0 !important;
}
.w3eden .wpdm-frontend-tabs a {
    color: #ffffff !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    font-size: 9pt !important;
    font-weight: 900;
    border: 0 !important;
    line-height: 20px !important;
}
.w3eden .wpdm-frontend-tabs a:hover {
    background: rgba(26, 188, 156, 0.69) !important;
}
.w3eden label,
.w3eden i.fa[rel=del],
.w3eden i.fa[rel=undo] {
    cursor: pointer;
}
.w3eden .well {
    padding: 15px;
    box-shadow: none;
    border: 0;
    font-style: normal;
    background: #f5f5f5;
    border-radius: 4px;
    margin-bottom: 10px;
}
.w3eden #wpdm-pf #title {
    border-radius: 3px;
}
.w3eden .btn.btn-addtocart .label {
    font-size: 95%;
    letter-spacing: 0.5px;
    padding: 3px 5px 1px 5px !important;
}
.w3eden .g-recaptcha > div > div {
    width: 100% !important;
}

.w3eden .btn .label-price:empty {
    display: none;
}
.w3eden .btn .label-price {
    background: rgba(0, 0, 0, 0.1);
}
.w3eden .panel .panel-heading:nth-child(n+2) {
    border-radius: 0 !important;
    border-top: 1px solid #dddddd !important;
}
.w3eden #currentfiles .panel-heading {
    border-top: 0 !important;
}
.w3eden div.list-group.pm-list {
    margin-bottom: 0 !important;
}
.w3eden div.list-group.pm-list .list-group-item {
    cursor: pointer !important;
}

.w3eden #payment_form label {
    font-size: 9pt;
    margin: 0;
}
.w3eden .wpdm_cart .cart_item_title a,
.w3eden .wpdm_cart .cart-total * {
    font-weight: 900;
}
.w3eden .cart-total-final{
    text-transform: capitalize;letter-spacing: 0.5px;
}
.w3eden .wpdm_cart thead th {
    background: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-bottom: 0 !important;
    font-size: 11px;
}
.w3eden .wpdm_cart .thumb img {
    width: 40px;
    margin-right: 10px;
    margin-bottom: 0;
}
@media (max-width: 640px) {
    .w3eden .wpdm_cart thead {
        display: none;
    }
    .w3eden .wpdm_cart tr {
        border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    }
    .w3eden .wpdm_cart td input.form-control {
        display: inline-block !important;
    }
    .w3eden .wpdm_cart th,
    .w3eden .wpdm_cart td {
        display: block;
    }
    .w3eden .wpdm_cart span.visible-xs {
        display: inline-block !important;
        width: 40%;
    }

    .w3eden div.wpdmcard, .w3eden div#wpdmreg, .w3eden div#wpdmlogin{
        border-radius: 0 !important;
        box-shadow: none !important;
        margin: 0 !important;
    }

}
.w3eden .discount-msg {
    padding: 6px 12px;
    background: #5bb283;
    color: #ffffff;
    margin-bottom: 5px;
    border-radius: 3px;
    display: block;
    font-weight: 400;
    font-size: 9pt;
    z-index: 999999999;
}
.w3eden .discount-msg .fa {
    margin-right: 6px;
}
.w3eden .selectpicker.btn.btn-secondary {
    background: transparent !important;
    color: #333333 !important;
    border: 1px solid #d5d5d5 !important;
}
.w3eden .field-group {
    margin-bottom: 10px;
}
.w3eden fieldset {
    border: 1px solid #dddddd !important;
    padding: 10px;
    border-radius: 3px;
}
.w3eden legend {
    font-weight: bold;
    font-size: inherit;
    color: inherit;
    display: inline;
    float: left;
    padding: 10px !important;
    border-bottom: 1px solid #dddddd !important;
}
.w3eden .package-info-list {
    font-size: 9pt;
    line-height: 1.5;
    color: #888888;
}
.w3eden .package-info-list .pull-left .fa {
    font-size: 14pt;
    line-height: 30px;
    margin-right: 6px;
    color: var(--color-info);
}
.w3eden .package-info-list strong {
    color: #333333;
}
.w3eden .package-info-list .list-group-item .wpdm-download-link {
    font-size: 12pt;
    display: block;
    text-align: center;
    font-weight: 900;
    color: var(--color-info);
}
.w3eden .popover-title {
    font-weight: 900 !important;
}
.w3eden .w3eden.user-dashboard {
    font-size: 13px;
}

.w3eden .pagination-centered {
    display: inline-flex;
    margin: 0 auto;
}
.w3eden .w3eden.user-dashboard .pagination {
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
}
.w3eden .pagination li a, .w3eden .pagination li span{
    padding: 0 15px;
    margin: 2px;
    min-width: 40px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    display: block;
}
.w3eden .pagination li span{
    background: #ffffff;
    border-color: var(--color-primary);
    color: var(--color-primary);

}

.w3eden .pagination li a.disabled,
.w3eden .pagination li a.current{
    font-weight: 900;
    border: 1px solid rgba(61, 115, 207, 0.47);
    color: rgba(61, 115, 207, 0.47);
}
.w3eden .pagination li a:not(.disabled):not(.current):hover{
    border: 1px solid var(--color-primary);
    text-decoration: none;
}

.w3eden .card h3 {
    margin: 0;
    padding: 0;
    font-size: 14pt;
    font-weight: 700;
}
.w3eden #wpdm-dashboard-contents .card{
    margin-bottom: 20px;
}
.w3eden .panel.dashboard-panel h3.popover-title {
    padding: 10px;
    font-size: 9pt;
    font-weight: 400;
    background: #f8f8f8;
}
.media.wpdm-rec-item {
    border: 1px solid #e8e8e8;
    padding: 10px;
    border-radius: 3px;
    background: #fbfbfb;
}
.wpdm-rec-item img.wpdm-rec-thumb{
    width: 48px !important;
    height: 48px !important;
    border-radius: 500px !important;
    border: 1px solid #eeeeee;
}
.w3eden #cppo {
    margin-right: -2px !important;
    margin-top: -3px !important;
}
.w3eden .popover-content .form-control {
    font-family: Courier, monospace;
    font-size: 14pt;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}
.w3eden .popover-content .input-group .form-control {
    margin: 0;
}

.w3eden .panel-body .panel-row {
    margin-top: 10px;
    margin-bottom: 10px !important;
    display: inline-table;
}
.w3eden .w3eden.user-dashboard .table th,
.w3eden .w3eden.user-dashboard .table td {
    font-size: 9pt;
    vertical-align: middle;
}
.w3eden .w3eden.user-dashboard th {
    background: #f5f5f5;
    border-bottom-width: 1px;
}

.w3eden .card img {
    width: 100%;
}

.w3eden .w3eden.user-dashboard .card .card-footer {
    background: var(--color-primary);
    color: #ffffff !important;
    font-size: 9pt;
    display: block;
    float: left;
    margin-top: -4px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: relative;
    text-align: center;
}

.w3eden .w3eden.user-dashboard #edit-profile-form .col-md-6 {
    padding-bottom: 10px;
}
.w3eden .w3eden.user-dashboard label {
    font-size: 10pt;
    color: #777;
}
.w3eden .w3eden.user-dashboard input.form-control {
    padding: 0 15px;
    height: 36px;
    line-height: 40px;
}
.w3eden .w3eden.user-dashboard #edit-profile-form label .fa-star.text-danger {
    float: right;
    color: rgba(var(--color-danger-rgb), 0.8);
    font-size: 10px;
}
.w3eden .text-danger{
    color: var(--color-danger) !important;
}
.w3eden .w3eden.user-dashboard #edit-profile-form label {
    display: block;
}
.w3eden .w3eden.user-dashboard .popover {
    max-width: 800px !important;
    width: 320px;
}

.w3eden.author-dashbboard #wpdm-dashboard-sidebar{
    max-width: 200px;
}
.w3eden.author-dashbboard #wpdm-dashboard-content{
    min-width: calc(100% - 200px);
    max-width: 100%;
    flex: 0 0 calc(100% - 200px);
}

.w3eden #wpdm-dashboard-sidebar .shop-logo{
    box-shadow: none;
    border-radius: 4px;
}
#logo-block img{
    margin-bottom: 20px;
    box-shadow: 0 0 8px rgba(var(--color-secondary-rgb), 0.2) !important;
    border-radius: 7px;
}

.w3eden #wpdm-dashboard-sidebar .udb-item,
.w3eden #wpdm-dashboard-sidebar .adp-item{
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}
.w3eden #wpdm-dashboard-sidebar .udb-item:hover{
    text-decoration: none;
}
.w3eden #wpdm-dashboard-sidebar .udb-item .fa,
.w3eden #wpdm-dashboard-sidebar .udb-item .far,
.w3eden #wpdm-dashboard-sidebar .udb-item .fas,
.w3eden #wpdm-dashboard-sidebar .adp-item .far,
.w3eden #wpdm-dashboard-sidebar .adp-item .fas,
.w3eden #wpdm-dashboard-sidebar .adp-item .fa{
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
    -webkit-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    transition: all ease-in-out 400ms;
}
.w3eden #wpdm-dashboard-sidebar .udb-item:hover .fa,
.w3eden #wpdm-dashboard-sidebar .udb-item:hover .far,
.w3eden #wpdm-dashboard-sidebar .udb-item:hover .fas{
    box-shadow: 0 0 8px rgba(var(--color-success-rgb), 0.2) !important;
}
.w3eden #wpdm-dashboard-sidebar .udb-item:hover .fa.color-info,
.w3eden #wpdm-dashboard-sidebar .udb-item:hover .far.color-info,
.w3eden #wpdm-dashboard-sidebar .udb-item:hover .fas.color-info{
    box-shadow: 0 0 8px rgba(var(--color-info-rgb), 0.2) !important;
}
.w3eden #wpdm-dashboard-sidebar .udb-item:hover .fa.color-primary,
.w3eden #wpdm-dashboard-sidebar .udb-item:hover .far.color-primary,
.w3eden #wpdm-dashboard-sidebar .udb-item:hover .fas.color-primary{
    box-shadow: 0 0 8px rgba(var(--color-primary-rgb), 0.2) !important;
}
.w3eden #wpdm-dashboard-sidebar .udb-item:hover .fa.color-danger,
.w3eden #wpdm-dashboard-sidebar .udb-item:hover .far.color-danger,
.w3eden #wpdm-dashboard-sidebar .udb-item:hover .fas.color-danger{
    box-shadow: 0 0 8px rgba(var(--color-danger-rgb), 0.2) !important;
}
.wpdm-button-area .btn{
    width: 100%;
    font-size: 14px;
    padding: 0;
    line-height: 48px;
}
.w3eden .list-group-item.selected,
.w3eden .list-group-item.active,
.w3eden .list-group-item.active:focus,
.w3eden .list-group-item.active:hover {
    z-index: 2;
    color: #ffffff;
    background-color: var(--color-primary);
    border-color: var(--color-primary) !important;
}
.list-group-item .badge{
    border-radius: 2px;
    line-height: 22px;
    padding: 0 10px;
    font-size: 11px;
    font-weight: 500;
    background: #435ec4;
    color: #ffffff;
}
.w3eden #wpdm-dashboard-contents .tab-pane .panel:last-child {
    margin-bottom: 0;
}

.w3eden #wpdm-dashboard-contents .nav-tabs {
    border-bottom: 1px solid #dddddd !important;
}
.w3eden #wpdm-dashboard-contents .nav-tabs a {
    border-color: #dddddd #dddddd transparent !important;
}
.w3eden small {
    font-size: 11px !important;
}
.w3eden .wpdmlogin-logo {
    padding-bottom: 20px;
}
.w3eden .wpdmlogin-logo img {
    box-shadow: none !important;
    max-height: 128px;
}
.w3eden #wpdmreg .input-group-prepend .fa,
.w3eden #wpdmlogin .input-group-prepend .fa {
    width: 20px;
}

.w3eden #wpdmreg,
.w3eden #wpdmlogin {
    margin: 0 auto;
    max-width: 450px;
}

.w3eden #checkout-login #wpdmreg,
.w3eden #checkout-login #wpdmlogin {
    margin: 0 auto;
    max-width: 100%;
}
.w3eden .popover.fade {
    z-index: -9999;
}
.w3eden .popover.fade.in {
    z-index: 9999;
}
.w3eden .package-info-list .panel {
    margin: -10px -15px;
    border: 0;
}
.w3eden .package-info-list .panel .panel-heading {
    border-radius: 0;
}
.w3eden .wpdm-social-lock {
    margin: 0 3px !important;
}
.w3eden .wpdm-social-lock.btn {
    border-radius: 2px !important;
    margin-bottom: 5px !important;
}

.w3eden .w3eden.author-dashbboard #tabs a.active {
    color: var(--color-primary);
}
.w3eden .category-panel .category-thumb {
    width: 32px;
    max-width: 100%;
}
.w3eden .category-panel.has-desc .category-thumb {
    width: 96px;
    max-width: 100%;
}
.w3eden .panel.panel-package-locks {
    border: 0 none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) !important;
    padding: 20px !important;
}
.w3eden .panel.panel-package-locks .panel-heading {
    padding-bottom: 0 !important;
    font-size: 14pt !important;
    font-weight: 900;
    background: transparent !important;
    border: 0 !important;
    text-transform: uppercase;
}
.w3eden .panel-body.wpdm-social-locks.text-center > p {
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0;
}
.w3eden #wp-post_content-editor-tools {
    padding-right: 7px !important;
}
.w3eden .wp-editor-container {
    border-top: 1px solid #e7e6e6 !important;
}
.w3eden #package-description .wp-switch-editor {
    background: rgba(255, 255, 255, 0.2);

    font-size: 8pt !important;
    font-weight: 800;
    height: 20px !important;
    letter-spacing: 1px;
    line-height: 20px !important;
    padding: 5px 15px !important;
}
.w3eden .html-active .switch-html,
.w3eden .tmce-active .switch-tmce {
    border-bottom-color: #fafafa !important;
}
.w3eden .html-active .switch-html,
.w3eden .tmce-active .switch-tmce,
.w3eden .quicktags-toolbar,
.w3eden div.mce-toolbar-grp {
    background: #fafafa !important;
}
.w3eden .ed_button.button.button-small {
    border-color: #e1e1e1;
    border-radius: 2px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    padding-left: 10px;
    padding-right: 10px;
}
.w3eden .w3eden.author-dashbboard .nav.nav-tabs li a {

    font-weight: 400 !important;
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
}
.w3eden #wpdm-pf .nav.nav-tabs a {
    font-size: 9pt !important;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}
.w3eden #wpdm-pf .alert.alert-success {
    position: fixed;
    z-index: 999999999 !important;
    top: 50px;
    right: 20px;
    max-width: 300px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.w3eden #wpdm-pf .alert.alert-success:before {
    background: transparent !important;
}
.w3eden div.wpdmcard,
.w3eden div#wpdmreg,
.w3eden div#wpdmlogin {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px;
    border-top: 5px solid var(--color-primary);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 50px;
}


.w3eden div.wpdmcard.color-primary{
    border-top: 5px solid var(--color-primary) !important;
}
.w3eden div.wpdmcard.color-purple{
    border-top: 5px solid #8557D3 !important;
}
.w3eden div.wpdmcard.color-success,
.w3eden div.wpdmcard.color-green{
    border-top: 5px solid var(--color-success) !important;
}
.w3eden div.wpdmcard.color-danger,
.w3eden div.wpdmcard.color-red{
    border-top: 5px solid var(--color-danger) !important;
    box-shadow: 0 -1px 20px rgba(255, 50, 62, 0.1);
}


.w3eden div#wpdmreg{
    border-top: 5px solid var(--color-success);
}
.w3eden div#wpdmlogin.lostpass{
    border-top: 5px solid var(--color-info);
}
.w3eden a.btn.btn-light,
.w3eden button.btn.btn-light {
    color: #555555 !important;
    background-color: #D9D7DB;
    border-color: #A99AB8;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
}
.w3eden .btn.btn-light:hover,
.w3eden .btn.btn-light:focus,
.w3eden .btn.btn-light:active,
.w3eden .btn.btn-light.active,
.w3eden .open .dropdown-toggle.btn-light {
    color: #444;
    background-color: #E3E4E6;
    border-color: #A99AB8;
}
.w3eden .btn.btn-light:active,
.w3eden .btn.btn-light.active,
.w3eden .open .dropdown-toggle.btn-light {
    background-image: none;
}
.w3eden .btn.btn-light.disabled,
.w3eden .btn.btn-light[disabled],
.w3eden fieldset[disabled] .btn-light,
.w3eden .btn.btn-light.disabled:hover,
.w3eden .btn.btn-light[disabled]:hover,
.w3eden fieldset[disabled] .btn-light:hover,
.w3eden .btn.btn-light.disabled:focus,
.w3eden .btn.btn-light[disabled]:focus,
.w3eden fieldset[disabled] .btn-light:focus,
.w3eden .btn.btn-light.disabled:active,
.w3eden .btn.btn-light[disabled]:active,
.w3eden fieldset[disabled] .btn-light:active,
.w3eden .btn.btn-light.disabled.active,
.w3eden .btn.btn-light[disabled].active,
.w3eden fieldset[disabled] .btn-light.active {
    background-color: #D9D7DB;
    border-color: #A99AB8;
}
.w3eden .btn.btn-light .badge {
    color: #D9D7DB;
    background-color: #6C4C8C;
}

.w3eden .panel-info .panel-body.lead{
    font-weight: 900;
}
.w3eden .panel-body.lead{
    margin: 0;
}

.w3eden .color-purple{
    color: #8557D3 !important;
}

.w3eden .color-success,
.w3eden .color-green{
    color: var(--color-success) !important;
}
.w3eden .color-info,
.w3eden .color-blue{
    color: var(--color-info) !important;
}
.w3eden .color-danger,
.w3eden .color-red{
    color: var(--color-danger) !important;
}

.w3eden .color-primary{
    color: var(--color-primary) !important;
}
.w3eden .list-group li{
    margin-left: 0;
}

.w3eden .wpdm_hide{
    display: none !important;
}
.w3eden video{
    max-width: 100% !important;
}
.w3eden video.thumbnail{
    padding: 10px;
}


.w3eden .videothumbs .thumbnail{
   display: inline-block;
   margin: 0 10px 20px 0 !important;
}

.w3eden iframe#thumbnail{
    background: #f2f6f8;
    background: -moz-linear-gradient(top,  #f2f6f8 0%, #d8e1e7 5%, #e0eff9 100%);
    background: -webkit-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 5%,#e0eff9 100%);
    background: linear-gradient(to bottom,  #f2f6f8 0%,#d8e1e7 5%,#e0eff9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0 );
}

.w3eden .alert.alert-progress{
    background: #08BDF9;
    color: #ffffff;
}
.w3eden .btn.inddl[disabled]{
    display: none !important;
}

.w3eden .package-locks .panel + .panel{
    margin-top: 5px;
}

.w3eden .panel.terms-panel .panel-footer .eden-checkbox{
    font-weight: 700 !important;
}

.w3eden .link-template-widget .media-body a{
    margin: 0 0 6px 0;
    padding: 0;
    line-height: normal;
    font-size: 12pt;
    display: block;
}

.w3eden .card-header .role-tabs a i.fa-circle{
    color: rgba(255,255,255,0.5) !important;
}
.w3eden .card-header .role-tabs a.active i.fa-circle{
    color: #ffffff !important;
}
.w3eden .pull-right{
    float: right !important;
}
.w3eden .bold{
    font-weight: 600 !important;
}
.w3eden .modal-title{
    font-weight: 600;
    letter-spacing: 1px;
}
.w3eden .panel-purchases .panel-footer .badge{
    border-radius: 2px;
    padding: 5px 10px;
    margin-right: 10px;
    letter-spacing: 0.5px;
}
.w3eden .table.manage-packages-frontend td{
    vertical-align: middle;
}

.btn.btn-social {

    padding: 0;
    width: 48px;
    line-height: 40px;
    border-radius: 2px;
    margin: 0 3px;
    height: 40px;

}

/* Custom Select Dropdown */
.wpdm-custom-select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #ffffff url("/wp-content/plugins/download-manager/assets/images/sort.svg") calc(100% - 10px) center no-repeat !important;
    background-size: 15px !important;
    padding-right: 10px !important;
    cursor: pointer;
}

/** Custom radio/check */
input.wpdm-radio[type="radio"], input.wpdm-checkbox[type="checkbox"] {
    border: 1px solid #d5dbde;
    background: #d5dbde;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -3px 4px 0 0 !important;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    box-shadow: none;
    position: relative;
    border-radius: 1.5px !important;
    -webkit-transition: ease-in-out 300ms;
    -moz-transition: ease-in-out 300ms;
    -ms-transition: ease-in-out 300ms;
    -o-transition: ease-in-out 300ms;
    transition: ease-in-out 300ms;
}

/** Custom radio/check - Size - Medium **/
input.wpdm-checkbox.wpdm-checkbox-m[type="checkbox"],
input.wpdm-radio.wpdm-radio-m[type="radio"]{
    transform: scale(1.5);
    border-radius: 1px !important;
    margin: 7px 10px 0 5px !important;
}


input.wpdm-checkbox[type="checkbox"]:checked{
    border: 1px solid #1484f5;
    background: #1484f5;
    box-shadow: 0 0 4px rgba(20, 132, 245, 0.71);
}

input.wpdm-radio[type="radio"]:checked{
    border: 1px solid #35c34d;
    background: #35c34d;
    box-shadow: 0 0 4px rgba(53, 195, 77, 0.71);
}

input.wpdm-radio[type="radio"]:checked::before,
input.wpdm-checkbox[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    left: 4.5px;
    top: 1.5px;
    width: 5px !important;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

input.wpdm-radio[type="radio"]:checked::before, input.wpdm-checkbox[type="checkbox"]:checked::before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    font: 400 21px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Custom radio/check end */

/* Block UI */

svg#wpdm-loading path,
svg#wpdm-loading rect{
    fill: #FF6700 !important;
}

.w3eden .blockui{
    position: relative;
}
.w3eden .blockui:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.4) url("/wp-content/plugins/download-manager/assets/images/spinner-bars.svg") center center no-repeat;
    background-size: 48px;
    -webkit-transition: ease-in-out 400ms;
    -moz-transition: ease-in-out 400ms;
    -ms-transition: ease-in-out 400ms;
    -o-transition: ease-in-out 400ms;
    transition: ease-in-out 400ms;
}

/* Block UI Ends */

/** WPDM Notify **/

#wpdm-floatify-top-right,
#wpdm-notify-top-right{
    position: fixed;
    top:30px;
    right: 30px;
    z-index: 999999 !important;
}
.wpdm-floatify{
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-size: 9pt;
    letter-spacing: 0.5px;
}
.wpdm-notify{
    padding: 20px 20px 20px 50px;
    border-radius: 5px;
    float: right;
    clear: both;
    background: #ffffff url("/wp-content/plugins/download-manager/assets/images/info.svg") 15px center no-repeat;
    background-size: 24px !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    -webkit-transition: ease-in-out 300ms;
    -moz-transition: ease-in-out 300ms;
    -ms-transition: ease-in-out 300ms;
    -o-transition: ease-in-out 300ms;
    transition: ease-in-out 300ms;
    cursor: pointer;
    font-size: 9pt;
    letter-spacing: 0.5px;
}

.wpdm-hide-right{
    display: none;
    position: absolute;
}

.wpdm-notify .wpdm-notify-title{
    display: block;
    margin-bottom: 5px;
}

.wpdm-notify-info{
    border-left: 3px solid #25B7D3;
    color: #21a6bf;
}

.wpdm-notify-success{
    background: #ffffff url("/wp-content/plugins/download-manager/assets/images/success.svg") 15px center no-repeat !important;
    background-size: 24px !important;
    border-left: 3px solid #6AC259;
    color: #5dab4e;
}

.wpdm-notify-error{
    background: #ffffff url("/wp-content/plugins/download-manager/assets/images/error.svg") 15px center no-repeat !important;
    background-size: 24px !important;
    border-left: 3px solid var(--color-danger);
    color: var(--color-danger);
}

/** overlay content */

.wpdm-overlay{
    position: relative;
    overflow: hidden;
}
.wpdm-overlay-content{
    padding-top: 20px;
    position: absolute;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
}
.wpdm-overlay .wpdm-overlay-close{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 9pt;
    color: var(--color-red);
}


.form-group-row{
    margin-bottom: 10px;
}
.form-group-row .col-md-9,
.form-group-row .col-md-3{
    vertical-align: middle;
    line-height: 36px;
}
.human{
    display: none;
}
i.udbsap{
    width: 32px;
    vertical-align: middle;
    display: inline-block;
    height: 1px;
    margin-top: -2px;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 17%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 17%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 17%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
    opacity: 0.5;
}

/** File list **/
.file-info{
    font-size: 9pt;
    line-height: 1.4;
}
.file-info .file-title{
    font-size: 10pt;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 40px;
    position: relative;
    width: 100%;
}

.wpdm-file-block .img-area img{
    height: auto;
    vertical-align: middle;
    margin: 15px auto;
    display: inline-block;
}

.wpdm-file-block .img-area img.file-ico{
    padding: 20% !important;
}

@media (max-width: 800px) {
    .wpdm-dir-locator{
        display: none;
    }
}

.link-template-default .package-title {
    margin: 0;
    font-size: 11pt;
    line-height: 24px;
}
.link-template-default.thumbnail{
    padding: 10px;
}
.link-template-default.thumbnail .wpdm-download-link.btn{
    padding: 0 20px;
    line-height: 48px;
    font-size: 12pt;
}
.form-control.input-sm.inddlps{
    font-size: 10px;
    border-radius: 2px;
}
.text-small {
    font-size: 80%;
}
.c-pointer{
    cursor: pointer;
}
.w3eden .img-48 img{
    max-width: 48px;
    height: auto;
    padding: 0;
    margin: 0;
}
/** Author Dashboard **/
.w3eden #__boot_popup .modal-content{
    border: 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.w3eden #__boot_popup {
    background: rgba(0,0,0,0.5);
}

.w3eden .input-group-x .input-group-btn .btn,
.w3eden .input-group-x .form-control{
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #ffffff !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
}

.w3eden .input-group-x{
    border-radius: 3px;
    border: 1px solid #dddddd;
    overflow: hidden;
}
.card-width-table .table{
    margin-bottom: 0;
}
.card-width-table .card-footer{
    border-top: 0;
}

.table thead th{
    border: 0 !important;
    background: #d4dbe3;
    border-bottom: 1px solid #dee2e6 !important;
}
.table-striped tbody tr:nth-of-type(2n+1){
    background-color: rgba(0,0,0,.02);
}
.card-width-table .card-footer,
.table tr td{
    border-top: 1px solid rgba(222, 226, 230, 0.9) !important;
}
.table.table-striped tr:hover{
    background: rgba(222, 226, 230, 0.3) !important;
}
.table tr:first-child td{
    border-top: 0 !important;
}
.actions{
    vertical-align: middle;
}
.actions .btn-sm{
    font-size: 9px;
    padding: 8px 10px;
    border-radius: 2px;
}
.w3eden a{
    outline: none !important;
}

/* Audio Player */
#wpdm-audio-player-ui{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999999;
}
#wpdm-audio-player-ui .wpdm-audio-control-buttons{

}

#wpdm-audio-player-ui .wpdm-audio-control-buttons .btn{
    border-radius: 2px;
}

#wpdm-audio-player-ui .progress{
    min-width: 200px;
    height: 38px;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    background: rgba(0,0,0,0.06);
    margin: 0;
    padding: 10px 55px;
}
#wpdm-audio-player-ui .progress-bar{
    border-radius: 2px;
    background: #239cef linear-gradient(180deg, #5b71e8d6, #4b5dbbde);
}
#wpdm-audio-player-ui #mins{
    line-height: 36px;
    right: 15px;
    position: absolute;
    font-size: 10px;
}
#wpdm-audio-player-ui #played{
    line-height: 36px;
    left: 15px;
    position: absolute;
    font-size: 10px;
}
#wpdm-audio-player-ui .volumctrl{
    position: absolute;
    right: 0;
    width: 100px;
    top: -40px;
    padding:7px 10px 0;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background: #fcfcfc;
    display:none;
}
#wpdm-audio-player-ui .volumctrl input{
    max-width:100%;
    margin: 0;
}
/* Audio Player Ends */
#popup-box-pro-gfcr-1.popupally-pro-overlay-khwybd-1 {display:none;background-color:rgba(80, 80, 80, 0.5);}#popup-box-pro-gfcr-1.popupally-pro-opened-pro-gfcr-1 {display:block;z-index:999999;}#popup-box-pro-gfcr-1 input,#popup-embedded-box-pro-gfcr-1 input{	min-width:initial;	max-width:none;	min-height:initial;	max-height:none;}#popup-box-pro-gfcr-1 .popupally-pro-outer-khwybd-1, #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-embedded-khwybd-1{width:650px;height:500px;}.popupally-pro-top-page-jehjsq-1 {	position:absolute;	top:0;	z-index:99999;}.popupally-pro-top-page-follow-jehjsq-1 {	position:fixed;	top:0;	z-index:99999;}.popupally-pro-end-page-follow-jehjsq-1 {	position:fixed;	bottom:0;	z-index:99999;}#popup-box-pro-gfcr-1 .popupally-pro-outer-khwybd-1,#popup-embedded-box-pro-gfcr-1.popupally-pro-outer-embedded-khwybd-1{background-color:#72CBCC;background-image:none;background-size:cover;background-repeat:no-repeat;}#popup-box-pro-gfcr-1 .popupally-pro-outer-khwybd-1{position:fixed;top:50%;left:50%;margin-top:-250px;margin-left:-325px;-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);box-shadow: 0 10px 25px rgba(0,0,0,0.5);-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;z-index:999999;}#popup-embedded-box-pro-gfcr-1.popupally-pro-outer-embedded-khwybd-1 {margin:0 auto;clear:both;}#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1{position:relative;overflow:visible;width:auto;height:auto;padding:0;margin:0;text-align:center;}#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .desc-pro-khwybd,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .desc-pro-khwybd {position:absolute;display:inline-block;width:390px;height:50px;font-family:Georgia, serif;font-size:38px;line-height:37px;font-weight:800;box-sizing:border-box;-moz-box-sizing:border-box;cursor:pointer;text-align:center;color:#0A0F55;top:28px;left:140px;}#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .textbox-1-pro-khwybd,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .textbox-1-pro-khwybd {position:absolute;display:inline-block;width:360px;height:80px;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:20px;line-height:24px;font-weight:400;box-sizing:border-box;-moz-box-sizing:border-box;cursor:pointer;text-align:left;color:#0A0F55;top:80px;left:255px;}#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .textbox-2-pro-khwybd,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .textbox-2-pro-khwybd {position:absolute;display:inline-block;width:600px;height:0px;font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;font-size:14px;line-height:16px;font-weight:400;box-sizing:border-box;-moz-box-sizing:border-box;cursor:pointer;text-align:center;color:#0A0F55;top:432px;left:10px;}#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .image-1-pro-khwybd,#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .image-2-pro-khwybd,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .image-1-pro-khwybd,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .image-2-pro-khwybd {position:absolute;display:inline-block;box-sizing:border-box;-moz-box-sizing:border-box;background-size:cover;background-repeat:no-repeat;background-position:50%;}#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .image-1-pro-khwybd,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .image-1-pro-khwybd {top:84px;left:25px;background-image:url(https://www.carlaschauer.com/wp-content/uploads/2019/11/craft-stash-mockup-vcrop.jpg);width:200px;height:265px;}#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .image-2-pro-khwybd,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .image-2-pro-khwybd {top:0px;left:0px;background-image:none;width:0px;height:0px;}#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-name,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-name {top:250px;left:255px;position:absolute;display:inline-block;padding:12px 10px 12px 10px;width:369px;color:#0A0F55;font-family:Arial, Helvetica, sans-serif;font-size:20px;line-height:20px;background:#FFFFFF;text-align:left;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;box-sizing:border-box;-moz-box-sizing:border-box;height:auto;margin:0;border-width:0;font-weight:400;float:none;}#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-name::-webkit-input-placeholder{color:#0A0F55;}#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-name:-moz-placeholder{color:#0A0F55;}#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-name::-moz-placeholder{color:#0A0F55;}#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-name:-ms-input-placeholder{color:#0A0F55;}#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-name::-webkit-input-placeholder{color:#0A0F55;}#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-name:-moz-placeholder{color:#0A0F55;}#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-name::-moz-placeholder{color:#0A0F55;}#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-name:-ms-input-placeholder{color:#0A0F55;}#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-lname::-webkit-input-placeholder{color:#444444;}#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-lname:-moz-placeholder{color:#444444;}#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-lname::-moz-placeholder{color:#444444;}#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-lname:-ms-input-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-lname::-webkit-input-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-lname:-moz-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-lname::-moz-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-lname:-ms-input-placeholder{color:#444444;}#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="email"].field-pro-khwybd-email::-webkit-input-placeholder{color:#0A0F55;}#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="email"].field-pro-khwybd-email:-moz-placeholder{color:#0A0F55;}#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="email"].field-pro-khwybd-email::-moz-placeholder{color:#0A0F55;}#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="email"].field-pro-khwybd-email:-ms-input-placeholder{color:#0A0F55;}#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="email"].field-pro-khwybd-email::-webkit-input-placeholder{color:#0A0F55;}#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="email"].field-pro-khwybd-email:-moz-placeholder{color:#0A0F55;}#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="email"].field-pro-khwybd-email::-moz-placeholder{color:#0A0F55;}#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="email"].field-pro-khwybd-email:-ms-input-placeholder{color:#0A0F55;}#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-lname,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-lname {top:190px;left:110px;position:absolute;display:inline-block;padding:10px 10px 10px 10px;width:450px;color:#444444;font-family:Arial, Helvetica, sans-serif;font-size:20px;line-height:20px;background:#F6F6F6;text-align:left;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;box-sizing:border-box;-moz-box-sizing:border-box;height:auto;margin:0;border-width:0;font-weight:400;float:none;}#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="email"].field-pro-khwybd-email,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="email"].field-pro-khwybd-email {top:305px;left:255px;position:absolute;display:inline-block;padding:12px 10px 12px 10px;width:369px;color:#0A0F55;font-family:Arial, Helvetica, sans-serif;font-size:20px;line-height:20px;background:#FFFFFF;text-align:left;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;box-sizing:border-box;-moz-box-sizing:border-box;height:auto;margin:0;border-width:0;font-weight:400;float:none;}#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="submit"].submit-pro-khwybd,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="submit"].submit-pro-khwybd {position:absolute;display:inline-block;font-family:Verdana, Geneva, sans-serif;font-size:28px;line-height:20px;background-color: #D03C69;text-align:center;border-style: solid;border-width: 1px;border-color:#C0C0C0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;color:#FFFFFF;text-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3);cursor: pointer;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;width:600px;height:auto;padding:15px 0 15px 0;box-sizing:border-box;-moz-box-sizing:border-box;background-image:none;top:370px;left:25px;margin:0;font-weight:500;float:none;-webkit-appearance: none;}#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="submit"].submit-pro-khwybd:hover,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="submit"].submit-pro-khwybd:hover {background-color:#D03C69;color:#FFFFFF;background-image:none;}#popup-box-pro-gfcr-1 .popupally-pro-outer-khwybd-1 .popupally-pro-close-khwybd{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png');background-size:cover;display: block;position: absolute;top: -12px;right: -12px;width: 30px;height: 30px;color: white;cursor: pointer;z-index:999999;}@media (max-width: 960px) {	#popup-box-pro-gfcr-1 .popupally-pro-outer-khwybd-1{		top:50%;left:50%;margin-top:-173px;margin-left:-250px;	}	#popup-box-pro-gfcr-1 .popupally-pro-outer-khwybd-1,	#popup-embedded-box-pro-gfcr-1.popupally-pro-outer-embedded-khwybd-1{		width:500px;		height:346px;	}	#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .desc-pro-khwybd,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .desc-pro-khwybd{		top:20px;		left:110px;		font-size:24px;		line-height:24px;		width:300px;		height:60px;	}	#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .textbox-1-pro-khwybd,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .textbox-1-pro-khwybd{		top:60px;		left:180px;		font-size:14px;		line-height:20px;		width:300px;		height:80px;	}	#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .textbox-2-pro-khwybd,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .textbox-2-pro-khwybd{		top:315px;		left:50px;		font-size:10px;		line-height:10px;		width:400px;		height:0px;	}	#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .image-1-pro-khwybd,	#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .image-1-pro-khwybd {		top:55px;		left:20px;		width:153px;		height:202px;	}	#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .image-2-pro-khwybd,	#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .image-2-pro-khwybd {		top:0px;		left:0px;		width:0px;		height:0px;	}	#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-name,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-name {		top:170px;		left:180px;		padding:10px 10px 10px 10px;		width:270px;		font-size:16px;		line-height:16px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-lname,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-lname {		top:145px;		left:120px;		padding:10px 10px 10px 10px;		width:340px;		font-size:16px;		line-height:16px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="email"].field-pro-khwybd-email,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="email"].field-pro-khwybd-email {		top:220px;		left:180px;		padding:10px 10px 10px 10px;		width:270px;		font-size:16px;		line-height:16px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="submit"].submit-pro-khwybd,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="submit"].submit-pro-khwybd {		top:270px;		left:20px;		padding:12px 0 12px 0;		width:450px;		font-size:18px;		line-height:16px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}}@media (max-width: 640px) {	#popup-box-pro-gfcr-1 .popupally-pro-outer-khwybd-1{		top:50%;left:50%;margin-top:-115px;margin-left:-150px;	}	#popup-box-pro-gfcr-1 .popupally-pro-outer-khwybd-1,	#popup-embedded-box-pro-gfcr-1.popupally-pro-outer-embedded-khwybd-1{		width:300px;		height:230px;	}	#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .desc-pro-khwybd,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .desc-pro-khwybd{		top:8px;		left:70px;		font-size:14px;		line-height:18px;		width:170px;		height:60px;	}	#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .textbox-1-pro-khwybd,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .textbox-1-pro-khwybd{		top:30px;		left:125px;		font-size:10px;		line-height:12px;		width:170px;		height:40px;	}	#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .textbox-2-pro-khwybd,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .textbox-2-pro-khwybd{		top:205px;		left:px;		font-size:8px;		line-height:8px;		width:280px;		height:0px;	}	#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .image-1-pro-khwybd,	#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .image-1-pro-khwybd {		top:35px;		left:15px;		width:100px;		height:125px;	}	#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .image-2-pro-khwybd,	#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 .image-2-pro-khwybd {		top:0px;		left:0px;		width:0px;		height:0px;	}	#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-name,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-name {		top:117px;		left:125px;		padding:5px 8px 5px 8px;		width:160px;		font-size:12px;		line-height:12px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-lname,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="text"].field-pro-khwybd-lname {		top:115px;		left:85px;		padding:9px 10px 9px 10px;		width:285px;		font-size:12px;		line-height:12px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="email"].field-pro-khwybd-email,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="email"].field-pro-khwybd-email {		top:141px;		left:125px;		padding:5px 8px 5px 8px;		width:160px;		font-size:12px;		line-height:12px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="submit"].submit-pro-khwybd,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="submit"].submit-pro-khwybd {		top:170px;		left:13px;		padding:8px 0 8px 0;		width:275px;		font-size:12px;		line-height:12px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}}#popup-box-pro-gfcr-4.popupally-pro-overlay-khwybd-4 {display:none;background-color:rgba(80, 80, 80, 0.5);}#popup-box-pro-gfcr-4.popupally-pro-opened-pro-gfcr-4 {display:block;z-index:999999;}#popup-box-pro-gfcr-4 input,#popup-embedded-box-pro-gfcr-4 input{	min-width:initial;	max-width:none;	min-height:initial;	max-height:none;}#popup-box-pro-gfcr-4 .popupally-pro-outer-khwybd-4, #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-embedded-khwybd-4{width:650px;height:500px;}.popupally-pro-top-page-jehjsq-4 {	position:absolute;	top:0;	z-index:99999;}.popupally-pro-top-page-follow-jehjsq-4 {	position:fixed;	top:0;	z-index:99999;}.popupally-pro-end-page-follow-jehjsq-4 {	position:fixed;	bottom:0;	z-index:99999;}#popup-box-pro-gfcr-4 .popupally-pro-outer-khwybd-4,#popup-embedded-box-pro-gfcr-4.popupally-pro-outer-embedded-khwybd-4{background-color:#72CBCC;background-image:none;background-size:cover;background-repeat:no-repeat;}#popup-box-pro-gfcr-4 .popupally-pro-outer-khwybd-4{position:fixed;top:50%;left:50%;margin-top:-250px;margin-left:-325px;-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);box-shadow: 0 10px 25px rgba(0,0,0,0.5);-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;z-index:999999;}#popup-embedded-box-pro-gfcr-4.popupally-pro-outer-embedded-khwybd-4 {margin:0 auto;clear:both;}#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4{position:relative;overflow:visible;width:auto;height:auto;padding:0;margin:0;text-align:center;}#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .desc-pro-khwybd,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .desc-pro-khwybd {position:absolute;display:inline-block;width:600px;height:50px;font-family:Georgia, serif;font-size:34px;line-height:37px;font-weight:800;box-sizing:border-box;-moz-box-sizing:border-box;cursor:pointer;text-align:center;color:#0A0F55;top:28px;left:35px;}#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .textbox-1-pro-khwybd,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .textbox-1-pro-khwybd {position:absolute;display:inline-block;width:360px;height:80px;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:20px;line-height:24px;font-weight:400;box-sizing:border-box;-moz-box-sizing:border-box;cursor:pointer;text-align:left;color:#0A0F55;top:88px;left:255px;}#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .textbox-2-pro-khwybd,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .textbox-2-pro-khwybd {position:absolute;display:inline-block;width:600px;height:0px;font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;font-size:14px;line-height:16px;font-weight:400;box-sizing:border-box;-moz-box-sizing:border-box;cursor:pointer;text-align:center;color:#0A0F55;top:445px;left:20px;}#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .image-1-pro-khwybd,#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .image-2-pro-khwybd,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .image-1-pro-khwybd,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .image-2-pro-khwybd {position:absolute;display:inline-block;box-sizing:border-box;-moz-box-sizing:border-box;background-size:cover;background-repeat:no-repeat;background-position:50%;}#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .image-1-pro-khwybd,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .image-1-pro-khwybd {top:90px;left:25px;background-image:url(https://www.carlaschauer.com/wp-content/uploads/2019/11/craft-stash-mockup-vcrop.jpg);width:200px;height:260px;}#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .image-2-pro-khwybd,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .image-2-pro-khwybd {top:0px;left:0px;background-image:none;width:0px;height:0px;}#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-name,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-name {top:250px;left:255px;position:absolute;display:inline-block;padding:12px 10px 12px 10px;width:369px;color:#0A0F55;font-family:Arial, Helvetica, sans-serif;font-size:20px;line-height:20px;background:#FFFFFF;text-align:left;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;box-sizing:border-box;-moz-box-sizing:border-box;height:auto;margin:0;border-width:0;font-weight:400;float:none;}#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-name::-webkit-input-placeholder{color:#0A0F55;}#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-name:-moz-placeholder{color:#0A0F55;}#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-name::-moz-placeholder{color:#0A0F55;}#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-name:-ms-input-placeholder{color:#0A0F55;}#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-name::-webkit-input-placeholder{color:#0A0F55;}#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-name:-moz-placeholder{color:#0A0F55;}#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-name::-moz-placeholder{color:#0A0F55;}#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-name:-ms-input-placeholder{color:#0A0F55;}#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-lname::-webkit-input-placeholder{color:#444444;}#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-lname:-moz-placeholder{color:#444444;}#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-lname::-moz-placeholder{color:#444444;}#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-lname:-ms-input-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-lname::-webkit-input-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-lname:-moz-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-lname::-moz-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-lname:-ms-input-placeholder{color:#444444;}#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="email"].field-pro-khwybd-email::-webkit-input-placeholder{color:#0A0F55;}#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="email"].field-pro-khwybd-email:-moz-placeholder{color:#0A0F55;}#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="email"].field-pro-khwybd-email::-moz-placeholder{color:#0A0F55;}#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="email"].field-pro-khwybd-email:-ms-input-placeholder{color:#0A0F55;}#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="email"].field-pro-khwybd-email::-webkit-input-placeholder{color:#0A0F55;}#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="email"].field-pro-khwybd-email:-moz-placeholder{color:#0A0F55;}#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="email"].field-pro-khwybd-email::-moz-placeholder{color:#0A0F55;}#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="email"].field-pro-khwybd-email:-ms-input-placeholder{color:#0A0F55;}#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-lname,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-lname {top:190px;left:110px;position:absolute;display:inline-block;padding:10px 10px 10px 10px;width:450px;color:#444444;font-family:Arial, Helvetica, sans-serif;font-size:20px;line-height:20px;background:#F6F6F6;text-align:left;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;box-sizing:border-box;-moz-box-sizing:border-box;height:auto;margin:0;border-width:0;font-weight:400;float:none;}#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="email"].field-pro-khwybd-email,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="email"].field-pro-khwybd-email {top:305px;left:255px;position:absolute;display:inline-block;padding:12px 10px 12px 10px;width:369px;color:#0A0F55;font-family:Arial, Helvetica, sans-serif;font-size:20px;line-height:20px;background:#FFFFFF;text-align:left;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;box-sizing:border-box;-moz-box-sizing:border-box;height:auto;margin:0;border-width:0;font-weight:400;float:none;}#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="submit"].submit-pro-khwybd,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="submit"].submit-pro-khwybd {position:absolute;display:inline-block;font-family:Verdana, Geneva, sans-serif;font-size:28px;line-height:20px;background-color: #D03C69;text-align:center;border-style: solid;border-width: 1px;border-color:#C0C0C0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;color:#FFFFFF;text-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3);cursor: pointer;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;width:600px;height:auto;padding:18px 0 18px 0;box-sizing:border-box;-moz-box-sizing:border-box;background-image:none;top:370px;left:25px;margin:0;font-weight:500;float:none;-webkit-appearance: none;}#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="submit"].submit-pro-khwybd:hover,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="submit"].submit-pro-khwybd:hover {background-color:#D03C69;color:#FFFFFF;background-image:none;}#popup-box-pro-gfcr-4 .popupally-pro-outer-khwybd-4 .popupally-pro-close-khwybd{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png');background-size:cover;display: block;position: absolute;top: -12px;right: -12px;width: 30px;height: 30px;color: white;cursor: pointer;z-index:999999;}@media (max-width: 960px) {	#popup-box-pro-gfcr-4 .popupally-pro-outer-khwybd-4{		top:50%;left:50%;margin-top:-173px;margin-left:-250px;	}	#popup-box-pro-gfcr-4 .popupally-pro-outer-khwybd-4,	#popup-embedded-box-pro-gfcr-4.popupally-pro-outer-embedded-khwybd-4{		width:500px;		height:346px;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .desc-pro-khwybd,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .desc-pro-khwybd{		top:20px;		left:50px;		font-size:24px;		line-height:24px;		width:400px;		height:60px;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .textbox-1-pro-khwybd,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .textbox-1-pro-khwybd{		top:60px;		left:190px;		font-size:16px;		line-height:20px;		width:270px;		height:80px;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .textbox-2-pro-khwybd,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .textbox-2-pro-khwybd{		top:320px;		left:50px;		font-size:10px;		line-height:10px;		width:400px;		height:0px;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .image-1-pro-khwybd,	#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .image-1-pro-khwybd {		top:63px;		left:20px;		width:153px;		height:195px;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .image-2-pro-khwybd,	#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .image-2-pro-khwybd {		top:0px;		left:0px;		width:0px;		height:0px;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-name,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-name {		top:175px;		left:190px;		padding:10px 10px 10px 10px;		width:280px;		font-size:16px;		line-height:16px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-lname,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-lname {		top:145px;		left:120px;		padding:10px 10px 10px 10px;		width:340px;		font-size:16px;		line-height:16px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="email"].field-pro-khwybd-email,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="email"].field-pro-khwybd-email {		top:220px;		left:190px;		padding:10px 10px 10px 10px;		width:280px;		font-size:16px;		line-height:16px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="submit"].submit-pro-khwybd,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="submit"].submit-pro-khwybd {		top:270px;		left:20px;		padding:12px 0 12px 0;		width:450px;		font-size:18px;		line-height:16px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}}@media (max-width: 640px) {	#popup-box-pro-gfcr-4 .popupally-pro-outer-khwybd-4{		top:50%;left:50%;margin-top:-105px;margin-left:-175px;	}	#popup-box-pro-gfcr-4 .popupally-pro-outer-khwybd-4,	#popup-embedded-box-pro-gfcr-4.popupally-pro-outer-embedded-khwybd-4{		width:350px;		height:210px;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .desc-pro-khwybd,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .desc-pro-khwybd{		top:8px;		left:50px;		font-size:15px;		line-height:18px;		width:250px;		height:60px;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .textbox-1-pro-khwybd,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .textbox-1-pro-khwybd{		top:30px;		left:125px;		font-size:12px;		line-height:13px;		width:200px;		height:40px;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .textbox-2-pro-khwybd,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .textbox-2-pro-khwybd{		top:193px;		left:13px;		font-size:8px;		line-height:8px;		width:320px;		height:0px;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .image-1-pro-khwybd,	#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .image-1-pro-khwybd {		top:32px;		left:15px;		width:100px;		height:117px;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .image-2-pro-khwybd,	#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 .image-2-pro-khwybd {		top:0px;		left:0px;		width:0px;		height:0px;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-name,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-name {		top:98px;		left:125px;		padding:6px 8px 6px 8px;		width:200px;		font-size:12px;		line-height:12px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-lname,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="text"].field-pro-khwybd-lname {		top:115px;		left:85px;		padding:9px 10px 9px 10px;		width:285px;		font-size:12px;		line-height:12px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="email"].field-pro-khwybd-email,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="email"].field-pro-khwybd-email {		top:125px;		left:125px;		padding:6px 8px 6px 8px;		width:200px;		font-size:12px;		line-height:12px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="submit"].submit-pro-khwybd,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-khwybd-4 input[type="submit"].submit-pro-khwybd {		top:158px;		left:13px;		padding:8px 0 8px 0;		width:315px;		font-size:13px;		line-height:12px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}}#popup-box-pro-gfcr-5.popupally-pro-overlay-5-fluid_liqsgs {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5);}#popup-box-pro-gfcr-5.popupally-pro-opened-pro-gfcr-5 {display:block !important;z-index:999999;}#popup-box-pro-gfcr-5 input,#popup-box-pro-gfcr-5 textarea,#popup-embedded-box-pro-gfcr-5 input,#popup-embedded-box-pro-gfcr-5 textarea{	min-width:initial;	max-width:none;	min-height:initial;	max-height:none;}.popupally-pro-hoverable-element{	cursor:pointer;}.popupally-pro-hoverable-element:hover{	opacity:0.5;}.popupally-pro-top-page-jehjsq-5 {	position:absolute;	top:0;	z-index:99999;}.popupally-pro-top-page-follow-jehjsq-5 {	position:fixed;	top:0;	z-index:99999;}.popupally-pro-end-page-follow-jehjsq-5 {	position:fixed;	bottom:0;	z-index:99999;}#popup-box-pro-gfcr-5 .popupally-pro-outer-full-width-5-fluid_liqsgs{position:absolute;}#popup-box-pro-gfcr-5 .popupally-pro-outer-5-fluid_liqsgs{-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;z-index:999999;}#popup-embedded-box-pro-gfcr-5.popupally-pro-outer-embedded-5-fluid_liqsgs {margin:0 auto;clear:both;}#popup-box-pro-gfcr-5 .popupally-pro-inner-5-fluid_liqsgs,#popup-embedded-box-pro-gfcr-5 .popupally-pro-inner-5-fluid_liqsgs{position:relative;overflow:visible;width:100%;height:100%;padding:0;margin:0;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}#popup-box-pro-gfcr-5 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-5 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-5 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-5 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-5 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-5 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-5 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-5 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-5 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-5 input[type="submit"].popupally-fluid-content-element{cursor:pointer;-webkit-appearance:none;}#popup-box-pro-gfcr-5 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-5 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5;}#popup-box-pro-gfcr-5 .popupally-pro-outer-5-fluid_liqsgs .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png');background-size:cover;display: block;position: absolute;top: -12px;right: -12px;width: 30px;height: 30px;color: white;cursor: pointer;z-index:999999;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5;}#popup-box-pro-gfcr-5 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-5 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-5 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-5 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-5 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-5 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-5 .popupally-pro-outer-full-width-5-fluid_liqsgs{top:50%;left:50%;margin-top:-142.5px;margin-left:-325px;}#popup-embedded-box-pro-gfcr-5.popupally-pro-outer-full-width-5-fluid_liqsgs {}#popup-embedded-box-pro-gfcr-5{clear:both;}#popup-box-pro-gfcr-5 .popupally-pro-outer-full-width-5-fluid_liqsgs,#popup-embedded-box-pro-gfcr-5.popupally-pro-outer-full-width-5-fluid_liqsgs {width:650px;height:285px;background-color:#BAE7E8;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-5 .popupally-pro-outer-5-fluid_liqsgs,#popup-embedded-box-pro-gfcr-5 .popupally-pro-outer-embedded-5-fluid_liqsgs {width:650px;height:285px;background-color:#BAE7E8;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-5 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-5 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-1{display:block;position:absolute;top:10px;left:10px;width:650px;height:250px;border-width:5px;border-style:none;border-color:#C83D39;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-4{display:block;position:absolute;top:20px;left:30px;width:580px;height:auto;color:#333333;font-family:Tahoma, Geneva, sans-serif;font-size:18px;text-align:center;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8{display:block;position:absolute;top:80px;left:150px;width:333px;height:40px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;padding-left:8px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:5px;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11{display:block;position:absolute;top:125px;left:150px;width:333px;height:40px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;padding-left:8px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:5px;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-9{display:block;position:absolute;top:187px;left:100px;width:450px;height:60px;background-color:#D03C69;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:20px;text-align:center;border-radius:5px;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-12{display:block;position:absolute;top:255px;left:135px;width:500px;height:auto;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:10px;}@media (max-width:960px) {#popup-box-pro-gfcr-5 .popupally-pro-outer-full-width-5-fluid_liqsgs{top:50%;left:50%;margin-top:-127px;margin-left:-250px;}#popup-embedded-box-pro-gfcr-5.popupally-pro-outer-full-width-5-fluid_liqsgs {}#popup-embedded-box-pro-gfcr-5{clear:both;}#popup-box-pro-gfcr-5 .popupally-pro-outer-full-width-5-fluid_liqsgs,#popup-embedded-box-pro-gfcr-5.popupally-pro-outer-full-width-5-fluid_liqsgs {width:500px;height:254px;background-color:#BAE7E8;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-5 .popupally-pro-outer-5-fluid_liqsgs,#popup-embedded-box-pro-gfcr-5 .popupally-pro-outer-embedded-5-fluid_liqsgs {width:500px;height:254px;background-color:#BAE7E8;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-5 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-5 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-1{display:block;position:absolute;top:10px;left:10px;width:500px;height:454px;border-width:4px;border-style:none;border-color:#C83D39;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-4{display:block;position:absolute;top:20px;left:px;width:500px;height:auto;color:#333333;font-family:Tahoma, Geneva, sans-serif;font-size:18px;text-align:center;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8{display:block;position:absolute;top:90px;left:100px;width:295px;height:35px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;padding-left:6px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:4px;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11{display:block;position:absolute;top:130px;left:100px;width:295px;height:35px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;padding-left:6px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:4px;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-9{display:block;position:absolute;top:180px;left:100px;width:295px;height:40px;background-color:#D03C69;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:20px;text-align:center;border-radius:4px;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-12{display:block;position:absolute;top:225px;left:60px;width:450px;height:auto;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:10px;}}@media (max-width:640px) {#popup-box-pro-gfcr-5 .popupally-pro-outer-full-width-5-fluid_liqsgs{top:50%;left:50%;margin-top:-125px;margin-left:-200px;}#popup-embedded-box-pro-gfcr-5.popupally-pro-outer-full-width-5-fluid_liqsgs {}#popup-embedded-box-pro-gfcr-5{clear:both;}#popup-box-pro-gfcr-5 .popupally-pro-outer-full-width-5-fluid_liqsgs,#popup-embedded-box-pro-gfcr-5.popupally-pro-outer-full-width-5-fluid_liqsgs {width:400px;height:250px;background-color:#BAE7E8;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-5 .popupally-pro-outer-5-fluid_liqsgs,#popup-embedded-box-pro-gfcr-5 .popupally-pro-outer-embedded-5-fluid_liqsgs {width:400px;height:250px;background-color:#BAE7E8;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-5 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-5 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-1{display:block;position:absolute;top:10px;left:10px;width:400px;height:363px;border-width:3px;border-style:none;border-color:#C83D39;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-4{display:block;position:absolute;top:15px;left:22px;width:350px;height:auto;color:#333333;font-family:Tahoma, Geneva, sans-serif;font-size:17px;text-align:center;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8{display:block;position:absolute;top:125px;left:80px;width:236px;height:28px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:17px;padding-left:4px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:4px;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11{display:block;position:absolute;top:90px;left:80px;width:236px;height:28px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:17px;padding-left:4px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:4px;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-9{display:block;position:absolute;top:165px;left:80px;width:236px;height:43px;background-color:#D03C69;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:19px;text-align:center;border-radius:4px;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-12{display:block;position:absolute;top:220px;left:15px;width:400px;height:auto;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:10px;}}@media (max-width:480px) {#popup-box-pro-gfcr-5 .popupally-pro-outer-full-width-5-fluid_liqsgs{top:50%;left:50%;margin-top:-125px;margin-left:-187.5px;}#popup-embedded-box-pro-gfcr-5.popupally-pro-outer-full-width-5-fluid_liqsgs {}#popup-embedded-box-pro-gfcr-5{clear:both;}#popup-box-pro-gfcr-5 .popupally-pro-outer-full-width-5-fluid_liqsgs,#popup-embedded-box-pro-gfcr-5.popupally-pro-outer-full-width-5-fluid_liqsgs {width:375px;height:250px;background-color:#BAE7E8;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-5 .popupally-pro-outer-5-fluid_liqsgs,#popup-embedded-box-pro-gfcr-5 .popupally-pro-outer-embedded-5-fluid_liqsgs {width:375px;height:250px;background-color:#BAE7E8;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-5 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-5 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-1{display:block;position:absolute;top:6px;left:6px;width:375px;height:219px;border-width:3px;border-style:none;border-color:#C83D39;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-4{display:block;position:absolute;top:12px;left:17px;width:335px;height:auto;color:#333333;font-family:Tahoma, Geneva, sans-serif;font-size:16px;text-align:center;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8{display:block;position:absolute;top:83px;left:87px;width:192px;height:35px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:17px;padding-left:5px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:4px;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11{display:block;position:absolute;top:125px;left:87px;width:192px;height:35px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:17px;padding-left:5px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:4px;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-9{display:block;position:absolute;top:170px;left:58px;width:260px;height:53px;background-color:#D03C69;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:18px;text-align:center;border-radius:4px;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_liqsgs-12{display:block;position:absolute;top:225px;left:25px;width:365px;height:auto;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:9px;}}#popup-box-pro-gfcr-6.popupally-pro-overlay-6-fluid_liqsgs {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5);}#popup-box-pro-gfcr-6.popupally-pro-opened-pro-gfcr-6 {display:block !important;z-index:999999;}#popup-box-pro-gfcr-6 input,#popup-box-pro-gfcr-6 textarea,#popup-embedded-box-pro-gfcr-6 input,#popup-embedded-box-pro-gfcr-6 textarea{	min-width:initial;	max-width:none;	min-height:initial;	max-height:none;}.popupally-pro-hoverable-element{	cursor:pointer;}.popupally-pro-hoverable-element:hover{	opacity:0.5;}.popupally-pro-top-page-jehjsq-6 {	position:absolute;	top:0;	z-index:99999;}.popupally-pro-top-page-follow-jehjsq-6 {	position:fixed;	top:0;	z-index:99999;}.popupally-pro-end-page-follow-jehjsq-6 {	position:fixed;	bottom:0;	z-index:99999;}#popup-box-pro-gfcr-6 .popupally-pro-outer-full-width-6-fluid_liqsgs{position:absolute;}#popup-box-pro-gfcr-6 .popupally-pro-outer-6-fluid_liqsgs{-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;z-index:999999;}#popup-embedded-box-pro-gfcr-6.popupally-pro-outer-embedded-6-fluid_liqsgs {margin:0 auto;clear:both;}#popup-box-pro-gfcr-6 .popupally-pro-inner-6-fluid_liqsgs,#popup-embedded-box-pro-gfcr-6 .popupally-pro-inner-6-fluid_liqsgs{position:relative;overflow:visible;width:100%;height:100%;padding:0;margin:0;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}#popup-box-pro-gfcr-6 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-6 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-6 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-6 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-6 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-6 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-6 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-6 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-6 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-6 input[type="submit"].popupally-fluid-content-element{cursor:pointer;-webkit-appearance:none;}#popup-box-pro-gfcr-6 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-6 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5;}#popup-box-pro-gfcr-6 .popupally-pro-outer-6-fluid_liqsgs .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png');background-size:cover;display: block;position: absolute;top: -12px;right: -12px;width: 30px;height: 30px;color: white;cursor: pointer;z-index:999999;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5;}#popup-box-pro-gfcr-6 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-6 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-6 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-6 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-6 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-6 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-6 .popupally-pro-outer-full-width-6-fluid_liqsgs{top:50%;left:0;margin-top:-125px;margin-left:0;}#popup-embedded-box-pro-gfcr-6.popupally-pro-outer-full-width-6-fluid_liqsgs {left:0;}#popup-embedded-box-pro-gfcr-6{clear:both;}#popup-box-pro-gfcr-6 .popupally-pro-outer-full-width-6-fluid_liqsgs,#popup-embedded-box-pro-gfcr-6.popupally-pro-outer-full-width-6-fluid_liqsgs {width:100%;height:250px;background-color:#FEFEFE;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-6 .popupally-pro-outer-6-fluid_liqsgs,#popup-embedded-box-pro-gfcr-6 .popupally-pro-outer-embedded-6-fluid_liqsgs {width:650px;height:250px;background-color:#FEFEFE;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-6 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-6 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-1{display:block;position:absolute;top:0px;left:0px;width:650px;height:250px;border-width:5px;border-style:solid;border-color:#72CBCC;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-4{display:block;position:absolute;top:25px;left:65px;width:495px;height:auto;color:#333333;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;text-align:center;line-height:22px;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-9{display:block;position:absolute;top:165px;left:160px;width:333px;height:60px;background-color:#B7D434;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:20px;text-align:center;border-radius:5px;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12{display:block;position:absolute;top:110px;left:80px;width:500px;height:auto;color:#2492AD;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;text-decoration:underline;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-label{padding-left:18px;}#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-label{padding-left:18px;}@media (max-width:960px) {#popup-box-pro-gfcr-6 .popupally-pro-outer-full-width-6-fluid_liqsgs{top:50%;left:0;margin-top:-127px;margin-left:0;}#popup-embedded-box-pro-gfcr-6.popupally-pro-outer-full-width-6-fluid_liqsgs {left:0;}#popup-embedded-box-pro-gfcr-6{clear:both;}#popup-box-pro-gfcr-6 .popupally-pro-outer-full-width-6-fluid_liqsgs,#popup-embedded-box-pro-gfcr-6.popupally-pro-outer-full-width-6-fluid_liqsgs {width:100%;height:254px;background-color:#FEFEFE;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-6 .popupally-pro-outer-6-fluid_liqsgs,#popup-embedded-box-pro-gfcr-6 .popupally-pro-outer-embedded-6-fluid_liqsgs {width:500px;height:254px;background-color:#FEFEFE;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-6 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-6 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-1{display:block;position:absolute;top:0px;left:0px;width:500px;height:254px;border-width:4px;border-style:solid;border-color:#72CBCC;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-4{display:block;position:absolute;top:20px;left:50px;width:400px;height:auto;color:#333333;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;text-align:center;line-height:22px;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-9{display:block;position:absolute;top:180px;left:100px;width:295px;height:50px;background-color:#B7D434;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:20px;text-align:center;border-radius:4px;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12{display:block;position:absolute;top:110px;left:52px;width:400px;height:0px;color:#2492AD;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;text-decoration:underline;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-label{padding-left:18px;}#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-label{padding-left:18px;}}@media (max-width:640px) {#popup-box-pro-gfcr-6 .popupally-pro-outer-full-width-6-fluid_liqsgs{top:50%;left:0;margin-top:-125px;margin-left:0;}#popup-embedded-box-pro-gfcr-6.popupally-pro-outer-full-width-6-fluid_liqsgs {left:0;}#popup-embedded-box-pro-gfcr-6{clear:both;}#popup-box-pro-gfcr-6 .popupally-pro-outer-full-width-6-fluid_liqsgs,#popup-embedded-box-pro-gfcr-6.popupally-pro-outer-full-width-6-fluid_liqsgs {width:100%;height:250px;background-color:#FEFEFE;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-6 .popupally-pro-outer-6-fluid_liqsgs,#popup-embedded-box-pro-gfcr-6 .popupally-pro-outer-embedded-6-fluid_liqsgs {width:450px;height:250px;background-color:#FEFEFE;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-6 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-6 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-1{display:block;position:absolute;top:0px;left:0px;width:450px;height:250px;border-width:3px;border-style:solid;border-color:#72CBCC;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-4{display:block;position:absolute;top:20px;left:50px;width:350px;height:auto;color:#333333;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;text-align:center;line-height:20px;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-9{display:block;position:absolute;top:189px;left:110px;width:236px;height:43px;background-color:#B7D434;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:19px;text-align:center;border-radius:4px;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12{display:block;position:absolute;top:110px;left:50px;width:350px;height:auto;color:#2492AD;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;text-decoration:underline;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-label{padding-left:18px;}#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-label{padding-left:18px;}}@media (max-width:480px) {#popup-box-pro-gfcr-6 .popupally-pro-outer-full-width-6-fluid_liqsgs{top:50%;left:0;margin-top:-125px;margin-left:0;}#popup-embedded-box-pro-gfcr-6.popupally-pro-outer-full-width-6-fluid_liqsgs {left:0;}#popup-embedded-box-pro-gfcr-6{clear:both;}#popup-box-pro-gfcr-6 .popupally-pro-outer-full-width-6-fluid_liqsgs,#popup-embedded-box-pro-gfcr-6.popupally-pro-outer-full-width-6-fluid_liqsgs {width:100%;height:250px;background-color:#FEFEFE;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-6 .popupally-pro-outer-6-fluid_liqsgs,#popup-embedded-box-pro-gfcr-6 .popupally-pro-outer-embedded-6-fluid_liqsgs {width:375px;height:250px;background-color:#FEFEFE;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-6 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-6 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-1{display:block;position:absolute;top:0px;left:0px;width:375px;height:250px;border-width:3px;border-style:solid;border-color:#72CBCC;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-4{display:block;position:absolute;top:18px;left:40px;width:300px;height:auto;color:#333333;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:16px;text-align:center;line-height:20px;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-9{display:block;position:absolute;top:185px;left:70px;width:236px;height:43px;background-color:#B7D434;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:18px;text-align:center;border-radius:4px;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12{display:block;position:absolute;top:110px;left:40px;width:300px;height:auto;color:#2492AD;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;text-decoration:underline;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-label{padding-left:18px;}#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-embedded-box-pro-gfcr-6 #popupally-fluid-6-fluid_liqsgs-12-label{padding-left:18px;}}#popup-box-pro-gfcr-11.popupally-pro-overlay-11-fluid_liqsgs {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5);}#popup-box-pro-gfcr-11.popupally-pro-opened-pro-gfcr-11 {display:block !important;z-index:999999;}#popup-box-pro-gfcr-11 input,#popup-box-pro-gfcr-11 textarea,#popup-embedded-box-pro-gfcr-11 input,#popup-embedded-box-pro-gfcr-11 textarea{	min-width:initial;	max-width:none;	min-height:initial;	max-height:none;}.popupally-pro-hoverable-element{	cursor:pointer;}.popupally-pro-hoverable-element:hover{	opacity:0.5;}.popupally-pro-top-page-jehjsq-11 {	position:absolute;	top:0;	z-index:99999;}.popupally-pro-top-page-follow-jehjsq-11 {	position:fixed;	top:0;	z-index:99999;}.popupally-pro-end-page-follow-jehjsq-11 {	position:fixed;	bottom:0;	z-index:99999;}#popup-box-pro-gfcr-11 .popupally-pro-outer-full-width-11-fluid_liqsgs{position:absolute;}#popup-box-pro-gfcr-11 .popupally-pro-outer-11-fluid_liqsgs{-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;z-index:999999;}#popup-embedded-box-pro-gfcr-11.popupally-pro-outer-embedded-11-fluid_liqsgs {margin:0 auto;clear:both;}#popup-box-pro-gfcr-11 .popupally-pro-inner-11-fluid_liqsgs,#popup-embedded-box-pro-gfcr-11 .popupally-pro-inner-11-fluid_liqsgs{position:relative;overflow:visible;width:100%;height:100%;padding:0;margin:0;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}#popup-box-pro-gfcr-11 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-11 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-11 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-11 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-11 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-11 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-11 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-11 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-11 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-11 input[type="submit"].popupally-fluid-content-element{cursor:pointer;-webkit-appearance:none;}#popup-box-pro-gfcr-11 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-11 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5;}#popup-box-pro-gfcr-11 .popupally-pro-outer-11-fluid_liqsgs .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png');background-size:cover;display: block;position: absolute;top: -12px;right: -12px;width: 30px;height: 30px;color: white;cursor: pointer;z-index:999999;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5;}#popup-box-pro-gfcr-11 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-11 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-11 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-11 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-11 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-11 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-11 .popupally-pro-outer-full-width-11-fluid_liqsgs{top:50%;left:50%;margin-top:-142.5px;margin-left:-325px;}#popup-embedded-box-pro-gfcr-11.popupally-pro-outer-full-width-11-fluid_liqsgs {}#popup-embedded-box-pro-gfcr-11{clear:both;}#popup-box-pro-gfcr-11 .popupally-pro-outer-full-width-11-fluid_liqsgs,#popup-embedded-box-pro-gfcr-11.popupally-pro-outer-full-width-11-fluid_liqsgs {width:650px;height:285px;background-color:#BAE7E8;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-11 .popupally-pro-outer-11-fluid_liqsgs,#popup-embedded-box-pro-gfcr-11 .popupally-pro-outer-embedded-11-fluid_liqsgs {width:650px;height:285px;background-color:#BAE7E8;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-11 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-11 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-1{display:block;position:absolute;top:10px;left:10px;width:650px;height:250px;border-width:5px;border-style:none;border-color:#C83D39;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-4{display:block;position:absolute;top:20px;left:30px;width:580px;height:auto;color:#333333;font-family:Tahoma, Geneva, sans-serif;font-size:18px;text-align:center;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8{display:block;position:absolute;top:80px;left:150px;width:333px;height:40px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;padding-left:8px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:5px;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11{display:block;position:absolute;top:125px;left:150px;width:333px;height:40px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;padding-left:8px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:5px;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-9{display:block;position:absolute;top:187px;left:100px;width:450px;height:60px;background-color:#D03C69;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:20px;text-align:center;border-radius:5px;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-12{display:block;position:absolute;top:255px;left:135px;width:500px;height:auto;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:10px;}@media (max-width:960px) {#popup-box-pro-gfcr-11 .popupally-pro-outer-full-width-11-fluid_liqsgs{top:50%;left:50%;margin-top:-127px;margin-left:-250px;}#popup-embedded-box-pro-gfcr-11.popupally-pro-outer-full-width-11-fluid_liqsgs {}#popup-embedded-box-pro-gfcr-11{clear:both;}#popup-box-pro-gfcr-11 .popupally-pro-outer-full-width-11-fluid_liqsgs,#popup-embedded-box-pro-gfcr-11.popupally-pro-outer-full-width-11-fluid_liqsgs {width:500px;height:254px;background-color:#BAE7E8;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-11 .popupally-pro-outer-11-fluid_liqsgs,#popup-embedded-box-pro-gfcr-11 .popupally-pro-outer-embedded-11-fluid_liqsgs {width:500px;height:254px;background-color:#BAE7E8;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-11 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-11 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-1{display:block;position:absolute;top:10px;left:10px;width:500px;height:454px;border-width:4px;border-style:none;border-color:#C83D39;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-4{display:block;position:absolute;top:20px;left:px;width:500px;height:auto;color:#333333;font-family:Tahoma, Geneva, sans-serif;font-size:18px;text-align:center;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8{display:block;position:absolute;top:90px;left:100px;width:295px;height:35px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;padding-left:6px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:4px;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11{display:block;position:absolute;top:130px;left:100px;width:295px;height:35px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;padding-left:6px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:4px;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-9{display:block;position:absolute;top:180px;left:100px;width:295px;height:40px;background-color:#D03C69;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:20px;text-align:center;border-radius:4px;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-12{display:block;position:absolute;top:225px;left:60px;width:450px;height:auto;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:10px;}}@media (max-width:640px) {#popup-box-pro-gfcr-11 .popupally-pro-outer-full-width-11-fluid_liqsgs{top:50%;left:50%;margin-top:-125px;margin-left:-200px;}#popup-embedded-box-pro-gfcr-11.popupally-pro-outer-full-width-11-fluid_liqsgs {}#popup-embedded-box-pro-gfcr-11{clear:both;}#popup-box-pro-gfcr-11 .popupally-pro-outer-full-width-11-fluid_liqsgs,#popup-embedded-box-pro-gfcr-11.popupally-pro-outer-full-width-11-fluid_liqsgs {width:400px;height:250px;background-color:#BAE7E8;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-11 .popupally-pro-outer-11-fluid_liqsgs,#popup-embedded-box-pro-gfcr-11 .popupally-pro-outer-embedded-11-fluid_liqsgs {width:400px;height:250px;background-color:#BAE7E8;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-11 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-11 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-1{display:block;position:absolute;top:10px;left:10px;width:400px;height:363px;border-width:3px;border-style:none;border-color:#C83D39;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-4{display:block;position:absolute;top:15px;left:22px;width:350px;height:auto;color:#333333;font-family:Tahoma, Geneva, sans-serif;font-size:17px;text-align:center;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8{display:block;position:absolute;top:125px;left:80px;width:236px;height:28px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:17px;padding-left:4px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:4px;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11{display:block;position:absolute;top:90px;left:80px;width:236px;height:28px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:17px;padding-left:4px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:4px;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-9{display:block;position:absolute;top:165px;left:80px;width:236px;height:43px;background-color:#D03C69;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:19px;text-align:center;border-radius:4px;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-12{display:block;position:absolute;top:220px;left:15px;width:400px;height:auto;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:10px;}}@media (max-width:480px) {#popup-box-pro-gfcr-11 .popupally-pro-outer-full-width-11-fluid_liqsgs{top:50%;left:50%;margin-top:-125px;margin-left:-187.5px;}#popup-embedded-box-pro-gfcr-11.popupally-pro-outer-full-width-11-fluid_liqsgs {}#popup-embedded-box-pro-gfcr-11{clear:both;}#popup-box-pro-gfcr-11 .popupally-pro-outer-full-width-11-fluid_liqsgs,#popup-embedded-box-pro-gfcr-11.popupally-pro-outer-full-width-11-fluid_liqsgs {width:375px;height:250px;background-color:#BAE7E8;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-11 .popupally-pro-outer-11-fluid_liqsgs,#popup-embedded-box-pro-gfcr-11 .popupally-pro-outer-embedded-11-fluid_liqsgs {width:375px;height:250px;background-color:#BAE7E8;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-11 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-11 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-1{display:block;position:absolute;top:6px;left:6px;width:375px;height:219px;border-width:3px;border-style:none;border-color:#C83D39;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-4{display:block;position:absolute;top:12px;left:17px;width:340px;height:auto;color:#333333;font-family:Tahoma, Geneva, sans-serif;font-size:16px;text-align:center;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8{display:block;position:absolute;top:83px;left:87px;width:192px;height:35px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:17px;padding-left:5px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:4px;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11{display:block;position:absolute;top:125px;left:87px;width:192px;height:35px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:17px;padding-left:5px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:4px;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-9{display:block;position:absolute;top:170px;left:58px;width:260px;height:53px;background-color:#D03C69;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:18px;text-align:center;border-radius:4px;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_liqsgs-12{display:block;position:absolute;top:225px;left:25px;width:365px;height:auto;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:9px;}}#popup-box-pro-gfcr-12.popupally-pro-overlay-12-fluid_liqsgs {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5);}#popup-box-pro-gfcr-12.popupally-pro-opened-pro-gfcr-12 {display:block !important;z-index:999999;}#popup-box-pro-gfcr-12 input,#popup-box-pro-gfcr-12 textarea,#popup-embedded-box-pro-gfcr-12 input,#popup-embedded-box-pro-gfcr-12 textarea{	min-width:initial;	max-width:none;	min-height:initial;	max-height:none;}.popupally-pro-hoverable-element{	cursor:pointer;}.popupally-pro-hoverable-element:hover{	opacity:0.5;}.popupally-pro-top-page-jehjsq-12 {	position:absolute;	top:0;	z-index:99999;}.popupally-pro-top-page-follow-jehjsq-12 {	position:fixed;	top:0;	z-index:99999;}.popupally-pro-end-page-follow-jehjsq-12 {	position:fixed;	bottom:0;	z-index:99999;}#popup-box-pro-gfcr-12 .popupally-pro-outer-full-width-12-fluid_liqsgs{position:absolute;}#popup-box-pro-gfcr-12 .popupally-pro-outer-12-fluid_liqsgs{-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;z-index:999999;}#popup-embedded-box-pro-gfcr-12.popupally-pro-outer-embedded-12-fluid_liqsgs {margin:0 auto;clear:both;}#popup-box-pro-gfcr-12 .popupally-pro-inner-12-fluid_liqsgs,#popup-embedded-box-pro-gfcr-12 .popupally-pro-inner-12-fluid_liqsgs{position:relative;overflow:visible;width:100%;height:100%;padding:0;margin:0;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}#popup-box-pro-gfcr-12 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-12 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-12 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-12 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-12 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-12 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-12 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-12 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-12 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-12 input[type="submit"].popupally-fluid-content-element{cursor:pointer;-webkit-appearance:none;}#popup-box-pro-gfcr-12 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-12 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5;}#popup-box-pro-gfcr-12 .popupally-pro-outer-12-fluid_liqsgs .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png');background-size:cover;display: block;position: absolute;top: -12px;right: -12px;width: 30px;height: 30px;color: white;cursor: pointer;z-index:999999;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5;}#popup-box-pro-gfcr-12 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-12 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-12 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-12 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-12 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-12 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-12 .popupally-pro-outer-full-width-12-fluid_liqsgs{top:50%;left:0;margin-top:-125px;margin-left:0;}#popup-embedded-box-pro-gfcr-12.popupally-pro-outer-full-width-12-fluid_liqsgs {left:0;}#popup-embedded-box-pro-gfcr-12{clear:both;}#popup-box-pro-gfcr-12 .popupally-pro-outer-full-width-12-fluid_liqsgs,#popup-embedded-box-pro-gfcr-12.popupally-pro-outer-full-width-12-fluid_liqsgs {width:100%;height:250px;background-color:#FEFEFE;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-12 .popupally-pro-outer-12-fluid_liqsgs,#popup-embedded-box-pro-gfcr-12 .popupally-pro-outer-embedded-12-fluid_liqsgs {width:650px;height:250px;background-color:#FEFEFE;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-12 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-12 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-1{display:block;position:absolute;top:0px;left:0px;width:650px;height:250px;border-width:5px;border-style:solid;border-color:#72CBCC;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-4{display:block;position:absolute;top:25px;left:65px;width:495px;height:auto;color:#333333;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;text-align:center;line-height:22px;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-9{display:block;position:absolute;top:165px;left:160px;width:333px;height:60px;background-color:#B7D434;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:20px;text-align:center;border-radius:5px;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12{display:block;position:absolute;top:110px;left:80px;width:500px;height:auto;color:#2492AD;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;text-decoration:underline;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-label{padding-left:18px;}#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-label{padding-left:18px;}@media (max-width:960px) {#popup-box-pro-gfcr-12 .popupally-pro-outer-full-width-12-fluid_liqsgs{top:50%;left:0;margin-top:-127px;margin-left:0;}#popup-embedded-box-pro-gfcr-12.popupally-pro-outer-full-width-12-fluid_liqsgs {left:0;}#popup-embedded-box-pro-gfcr-12{clear:both;}#popup-box-pro-gfcr-12 .popupally-pro-outer-full-width-12-fluid_liqsgs,#popup-embedded-box-pro-gfcr-12.popupally-pro-outer-full-width-12-fluid_liqsgs {width:100%;height:254px;background-color:#FEFEFE;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-12 .popupally-pro-outer-12-fluid_liqsgs,#popup-embedded-box-pro-gfcr-12 .popupally-pro-outer-embedded-12-fluid_liqsgs {width:500px;height:254px;background-color:#FEFEFE;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-12 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-12 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-1{display:block;position:absolute;top:0px;left:0px;width:500px;height:254px;border-width:4px;border-style:solid;border-color:#72CBCC;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-4{display:block;position:absolute;top:20px;left:50px;width:430px;height:auto;color:#333333;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;text-align:center;line-height:22px;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-9{display:block;position:absolute;top:180px;left:100px;width:295px;height:50px;background-color:#B7D434;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:20px;text-align:center;border-radius:4px;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12{display:block;position:absolute;top:110px;left:52px;width:400px;height:0px;color:#2492AD;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;text-decoration:underline;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-label{padding-left:18px;}#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-label{padding-left:18px;}}@media (max-width:640px) {#popup-box-pro-gfcr-12 .popupally-pro-outer-full-width-12-fluid_liqsgs{top:50%;left:0;margin-top:-125px;margin-left:0;}#popup-embedded-box-pro-gfcr-12.popupally-pro-outer-full-width-12-fluid_liqsgs {left:0;}#popup-embedded-box-pro-gfcr-12{clear:both;}#popup-box-pro-gfcr-12 .popupally-pro-outer-full-width-12-fluid_liqsgs,#popup-embedded-box-pro-gfcr-12.popupally-pro-outer-full-width-12-fluid_liqsgs {width:100%;height:250px;background-color:#FEFEFE;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-12 .popupally-pro-outer-12-fluid_liqsgs,#popup-embedded-box-pro-gfcr-12 .popupally-pro-outer-embedded-12-fluid_liqsgs {width:450px;height:250px;background-color:#FEFEFE;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-12 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-12 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-1{display:block;position:absolute;top:0px;left:0px;width:450px;height:250px;border-width:3px;border-style:solid;border-color:#72CBCC;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-4{display:block;position:absolute;top:20px;left:50px;width:350px;height:auto;color:#333333;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;text-align:center;line-height:20px;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-9{display:block;position:absolute;top:189px;left:110px;width:236px;height:43px;background-color:#B7D434;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:19px;text-align:center;border-radius:4px;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12{display:block;position:absolute;top:110px;left:50px;width:350px;height:auto;color:#2492AD;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;text-decoration:underline;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-label{padding-left:18px;}#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-label{padding-left:18px;}}@media (max-width:480px) {#popup-box-pro-gfcr-12 .popupally-pro-outer-full-width-12-fluid_liqsgs{top:50%;left:0;margin-top:-125px;margin-left:0;}#popup-embedded-box-pro-gfcr-12.popupally-pro-outer-full-width-12-fluid_liqsgs {left:0;}#popup-embedded-box-pro-gfcr-12{clear:both;}#popup-box-pro-gfcr-12 .popupally-pro-outer-full-width-12-fluid_liqsgs,#popup-embedded-box-pro-gfcr-12.popupally-pro-outer-full-width-12-fluid_liqsgs {width:100%;height:250px;background-color:#FEFEFE;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-12 .popupally-pro-outer-12-fluid_liqsgs,#popup-embedded-box-pro-gfcr-12 .popupally-pro-outer-embedded-12-fluid_liqsgs {width:375px;height:250px;background-color:#FEFEFE;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-12 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-12 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-1{display:block;position:absolute;top:0px;left:0px;width:375px;height:250px;border-width:3px;border-style:solid;border-color:#72CBCC;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-4{display:block;position:absolute;top:18px;left:40px;width:300px;height:auto;color:#333333;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:16px;text-align:center;line-height:20px;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-9{display:block;position:absolute;top:185px;left:70px;width:236px;height:43px;background-color:#B7D434;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:18px;text-align:center;border-radius:4px;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12{display:block;position:absolute;top:110px;left:40px;width:300px;height:auto;color:#2492AD;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;text-decoration:underline;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-label{padding-left:18px;}#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-embedded-box-pro-gfcr-12 #popupally-fluid-12-fluid_liqsgs-12-label{padding-left:18px;}}#popup-box-pro-gfcr-13.popupally-pro-overlay-13-fluid_liqsgs {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5);}#popup-box-pro-gfcr-13.popupally-pro-opened-pro-gfcr-13 {display:block !important;z-index:999999;}#popup-box-pro-gfcr-13 input,#popup-box-pro-gfcr-13 textarea,#popup-embedded-box-pro-gfcr-13 input,#popup-embedded-box-pro-gfcr-13 textarea{	min-width:initial;	max-width:none;	min-height:initial;	max-height:none;}.popupally-pro-hoverable-element{	cursor:pointer;}.popupally-pro-hoverable-element:hover{	opacity:0.5;}.popupally-pro-top-page-jehjsq-13 {	position:absolute;	top:0;	z-index:99999;}.popupally-pro-top-page-follow-jehjsq-13 {	position:fixed;	top:0;	z-index:99999;}.popupally-pro-end-page-follow-jehjsq-13 {	position:fixed;	bottom:0;	z-index:99999;}#popup-box-pro-gfcr-13 .popupally-pro-outer-full-width-13-fluid_liqsgs{position:absolute;}#popup-box-pro-gfcr-13 .popupally-pro-outer-13-fluid_liqsgs{-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;z-index:999999;}#popup-embedded-box-pro-gfcr-13.popupally-pro-outer-embedded-13-fluid_liqsgs {margin:0 auto;clear:both;}#popup-box-pro-gfcr-13 .popupally-pro-inner-13-fluid_liqsgs,#popup-embedded-box-pro-gfcr-13 .popupally-pro-inner-13-fluid_liqsgs{position:relative;overflow:visible;width:100%;height:100%;padding:0;margin:0;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}#popup-box-pro-gfcr-13 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-13 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-13 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-13 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-13 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-13 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-13 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-13 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-13 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-13 input[type="submit"].popupally-fluid-content-element{cursor:pointer;-webkit-appearance:none;}#popup-box-pro-gfcr-13 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-13 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5;}#popup-box-pro-gfcr-13 .popupally-pro-outer-13-fluid_liqsgs .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png');background-size:cover;display: block;position: absolute;top: -12px;right: -12px;width: 30px;height: 30px;color: white;cursor: pointer;z-index:999999;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5;}#popup-box-pro-gfcr-13 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-13 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-13 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-13 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-13 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-13 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-13 .popupally-pro-outer-full-width-13-fluid_liqsgs{top:50%;left:50%;margin-top:-127.5px;margin-left:-360px;}#popup-embedded-box-pro-gfcr-13.popupally-pro-outer-full-width-13-fluid_liqsgs {}#popup-embedded-box-pro-gfcr-13{clear:both;}#popup-box-pro-gfcr-13 .popupally-pro-outer-full-width-13-fluid_liqsgs,#popup-embedded-box-pro-gfcr-13.popupally-pro-outer-full-width-13-fluid_liqsgs {width:720px;height:255px;background-color:#BAE7E8;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-13 .popupally-pro-outer-13-fluid_liqsgs,#popup-embedded-box-pro-gfcr-13 .popupally-pro-outer-embedded-13-fluid_liqsgs {width:720px;height:255px;background-color:#BAE7E8;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-13 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-13 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-1{display:block;position:absolute;top:10px;left:10px;width:650px;height:250px;border-width:5px;border-style:none;border-color:#C83D39;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-4{display:block;position:absolute;top:15px;left:60px;width:580px;height:auto;color:#333333;font-family:Tahoma, Geneva, sans-serif;font-size:18px;text-align:center;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11{display:block;position:absolute;top:70px;left:185px;width:333px;height:40px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;padding-left:8px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:5px;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8{display:block;position:absolute;top:115px;left:185px;width:333px;height:40px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;padding-left:8px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:5px;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-9{display:block;position:absolute;top:165px;left:140px;width:450px;height:60px;background-color:#D03C69;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:20px;text-align:center;border-radius:5px;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-12{display:block;position:absolute;top:225px;left:175px;width:500px;height:auto;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:10px;}@media (max-width:960px) {#popup-box-pro-gfcr-13 .popupally-pro-outer-full-width-13-fluid_liqsgs{top:50%;left:50%;margin-top:-127px;margin-left:-250px;}#popup-embedded-box-pro-gfcr-13.popupally-pro-outer-full-width-13-fluid_liqsgs {}#popup-embedded-box-pro-gfcr-13{clear:both;}#popup-box-pro-gfcr-13 .popupally-pro-outer-full-width-13-fluid_liqsgs,#popup-embedded-box-pro-gfcr-13.popupally-pro-outer-full-width-13-fluid_liqsgs {width:500px;height:254px;background-color:#BAE7E8;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-13 .popupally-pro-outer-13-fluid_liqsgs,#popup-embedded-box-pro-gfcr-13 .popupally-pro-outer-embedded-13-fluid_liqsgs {width:500px;height:254px;background-color:#BAE7E8;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-13 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-13 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-1{display:block;position:absolute;top:10px;left:10px;width:500px;height:454px;border-width:4px;border-style:none;border-color:#C83D39;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-4{display:block;position:absolute;top:20px;left:px;width:500px;height:auto;color:#333333;font-family:Tahoma, Geneva, sans-serif;font-size:18px;text-align:center;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11{display:block;position:absolute;top:90px;left:100px;width:295px;height:35px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;padding-left:6px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:4px;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8{display:block;position:absolute;top:130px;left:100px;width:295px;height:35px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;padding-left:6px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:4px;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-9{display:block;position:absolute;top:180px;left:100px;width:295px;height:40px;background-color:#D03C69;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:20px;text-align:center;border-radius:4px;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-12{display:block;position:absolute;top:225px;left:60px;width:450px;height:auto;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:10px;}}@media (max-width:640px) {#popup-box-pro-gfcr-13 .popupally-pro-outer-full-width-13-fluid_liqsgs{top:50%;left:50%;margin-top:-125px;margin-left:-200px;}#popup-embedded-box-pro-gfcr-13.popupally-pro-outer-full-width-13-fluid_liqsgs {}#popup-embedded-box-pro-gfcr-13{clear:both;}#popup-box-pro-gfcr-13 .popupally-pro-outer-full-width-13-fluid_liqsgs,#popup-embedded-box-pro-gfcr-13.popupally-pro-outer-full-width-13-fluid_liqsgs {width:400px;height:250px;background-color:#BAE7E8;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-13 .popupally-pro-outer-13-fluid_liqsgs,#popup-embedded-box-pro-gfcr-13 .popupally-pro-outer-embedded-13-fluid_liqsgs {width:400px;height:250px;background-color:#BAE7E8;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-13 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-13 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-1{display:block;position:absolute;top:10px;left:10px;width:400px;height:363px;border-width:3px;border-style:none;border-color:#C83D39;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-4{display:block;position:absolute;top:15px;left:22px;width:350px;height:auto;color:#333333;font-family:Tahoma, Geneva, sans-serif;font-size:17px;text-align:center;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11{display:block;position:absolute;top:90px;left:80px;width:236px;height:28px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:17px;padding-left:4px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:4px;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8{display:block;position:absolute;top:125px;left:80px;width:236px;height:28px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:17px;padding-left:4px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:4px;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-9{display:block;position:absolute;top:165px;left:80px;width:236px;height:43px;background-color:#D03C69;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:19px;text-align:center;border-radius:4px;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-12{display:block;position:absolute;top:220px;left:15px;width:400px;height:auto;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:10px;}}@media (max-width:480px) {#popup-box-pro-gfcr-13 .popupally-pro-outer-full-width-13-fluid_liqsgs{top:50%;left:50%;margin-top:-125px;margin-left:-187.5px;}#popup-embedded-box-pro-gfcr-13.popupally-pro-outer-full-width-13-fluid_liqsgs {}#popup-embedded-box-pro-gfcr-13{clear:both;}#popup-box-pro-gfcr-13 .popupally-pro-outer-full-width-13-fluid_liqsgs,#popup-embedded-box-pro-gfcr-13.popupally-pro-outer-full-width-13-fluid_liqsgs {width:375px;height:250px;background-color:#BAE7E8;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-13 .popupally-pro-outer-13-fluid_liqsgs,#popup-embedded-box-pro-gfcr-13 .popupally-pro-outer-embedded-13-fluid_liqsgs {width:375px;height:250px;background-color:#BAE7E8;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-13 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-13 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-1{display:block;position:absolute;top:6px;left:6px;width:375px;height:219px;border-width:3px;border-style:none;border-color:#C83D39;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-4{display:block;position:absolute;top:12px;left:17px;width:335px;height:auto;color:#333333;font-family:Tahoma, Geneva, sans-serif;font-size:16px;text-align:center;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11{display:block;position:absolute;top:83px;left:87px;width:192px;height:35px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:17px;padding-left:5px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:4px;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8{display:block;position:absolute;top:125px;left:87px;width:192px;height:35px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:17px;padding-left:5px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:4px;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-9{display:block;position:absolute;top:170px;left:58px;width:260px;height:53px;background-color:#D03C69;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:18px;text-align:center;border-radius:4px;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_liqsgs-12{display:block;position:absolute;top:225px;left:25px;width:365px;height:auto;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:9px;}}#popup-box-pro-gfcr-14.popupally-pro-overlay-14-fluid_liqsgs {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5);}#popup-box-pro-gfcr-14.popupally-pro-opened-pro-gfcr-14 {display:block !important;z-index:999999;}#popup-box-pro-gfcr-14 input,#popup-box-pro-gfcr-14 textarea,#popup-embedded-box-pro-gfcr-14 input,#popup-embedded-box-pro-gfcr-14 textarea{	min-width:initial;	max-width:none;	min-height:initial;	max-height:none;}.popupally-pro-hoverable-element{	cursor:pointer;}.popupally-pro-hoverable-element:hover{	opacity:0.5;}.popupally-pro-top-page-jehjsq-14 {	position:absolute;	top:0;	z-index:99999;}.popupally-pro-top-page-follow-jehjsq-14 {	position:fixed;	top:0;	z-index:99999;}.popupally-pro-end-page-follow-jehjsq-14 {	position:fixed;	bottom:0;	z-index:99999;}#popup-box-pro-gfcr-14 .popupally-pro-outer-full-width-14-fluid_liqsgs{position:absolute;}#popup-box-pro-gfcr-14 .popupally-pro-outer-14-fluid_liqsgs{-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;z-index:999999;}#popup-embedded-box-pro-gfcr-14.popupally-pro-outer-embedded-14-fluid_liqsgs {margin:0 auto;clear:both;}#popup-box-pro-gfcr-14 .popupally-pro-inner-14-fluid_liqsgs,#popup-embedded-box-pro-gfcr-14 .popupally-pro-inner-14-fluid_liqsgs{position:relative;overflow:visible;width:100%;height:100%;padding:0;margin:0;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}#popup-box-pro-gfcr-14 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-14 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-14 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-14 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-14 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-14 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-14 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-14 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-14 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-14 input[type="submit"].popupally-fluid-content-element{cursor:pointer;-webkit-appearance:none;}#popup-box-pro-gfcr-14 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-14 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5;}#popup-box-pro-gfcr-14 .popupally-pro-outer-14-fluid_liqsgs .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png');background-size:cover;display: block;position: absolute;top: -12px;right: -12px;width: 30px;height: 30px;color: white;cursor: pointer;z-index:999999;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5;}#popup-box-pro-gfcr-14 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-14 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-14 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-14 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-14 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-14 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-14 .popupally-pro-outer-full-width-14-fluid_liqsgs{top:50%;left:0;margin-top:-125px;margin-left:0;}#popup-embedded-box-pro-gfcr-14.popupally-pro-outer-full-width-14-fluid_liqsgs {left:0;}#popup-embedded-box-pro-gfcr-14{clear:both;}#popup-box-pro-gfcr-14 .popupally-pro-outer-full-width-14-fluid_liqsgs,#popup-embedded-box-pro-gfcr-14.popupally-pro-outer-full-width-14-fluid_liqsgs {width:100%;height:250px;background-color:#FEFEFE;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-14 .popupally-pro-outer-14-fluid_liqsgs,#popup-embedded-box-pro-gfcr-14 .popupally-pro-outer-embedded-14-fluid_liqsgs {width:650px;height:250px;background-color:#FEFEFE;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-14 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-14 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-1{display:block;position:absolute;top:0px;left:0px;width:650px;height:250px;border-width:5px;border-style:solid;border-color:#72CBCC;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-4{display:block;position:absolute;top:25px;left:65px;width:495px;height:auto;color:#333333;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;text-align:center;line-height:22px;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-9{display:block;position:absolute;top:165px;left:160px;width:333px;height:60px;background-color:#B7D434;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:20px;text-align:center;border-radius:5px;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12{display:block;position:absolute;top:110px;left:80px;width:500px;height:auto;color:#2492AD;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;text-decoration:underline;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-label{padding-left:18px;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-label{padding-left:18px;}@media (max-width:960px) {#popup-box-pro-gfcr-14 .popupally-pro-outer-full-width-14-fluid_liqsgs{top:50%;left:0;margin-top:-127px;margin-left:0;}#popup-embedded-box-pro-gfcr-14.popupally-pro-outer-full-width-14-fluid_liqsgs {left:0;}#popup-embedded-box-pro-gfcr-14{clear:both;}#popup-box-pro-gfcr-14 .popupally-pro-outer-full-width-14-fluid_liqsgs,#popup-embedded-box-pro-gfcr-14.popupally-pro-outer-full-width-14-fluid_liqsgs {width:100%;height:254px;background-color:#FEFEFE;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-14 .popupally-pro-outer-14-fluid_liqsgs,#popup-embedded-box-pro-gfcr-14 .popupally-pro-outer-embedded-14-fluid_liqsgs {width:500px;height:254px;background-color:#FEFEFE;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-14 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-14 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-1{display:block;position:absolute;top:0px;left:0px;width:500px;height:254px;border-width:4px;border-style:solid;border-color:#72CBCC;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-4{display:block;position:absolute;top:20px;left:50px;width:400px;height:auto;color:#333333;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;text-align:center;line-height:22px;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-9{display:block;position:absolute;top:180px;left:100px;width:295px;height:50px;background-color:#B7D434;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:20px;text-align:center;border-radius:4px;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12{display:block;position:absolute;top:110px;left:52px;width:400px;height:0px;color:#2492AD;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;text-decoration:underline;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-label{padding-left:18px;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-label{padding-left:18px;}}@media (max-width:640px) {#popup-box-pro-gfcr-14 .popupally-pro-outer-full-width-14-fluid_liqsgs{top:50%;left:0;margin-top:-125px;margin-left:0;}#popup-embedded-box-pro-gfcr-14.popupally-pro-outer-full-width-14-fluid_liqsgs {left:0;}#popup-embedded-box-pro-gfcr-14{clear:both;}#popup-box-pro-gfcr-14 .popupally-pro-outer-full-width-14-fluid_liqsgs,#popup-embedded-box-pro-gfcr-14.popupally-pro-outer-full-width-14-fluid_liqsgs {width:100%;height:250px;background-color:#FEFEFE;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-14 .popupally-pro-outer-14-fluid_liqsgs,#popup-embedded-box-pro-gfcr-14 .popupally-pro-outer-embedded-14-fluid_liqsgs {width:450px;height:250px;background-color:#FEFEFE;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-14 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-14 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-1{display:block;position:absolute;top:0px;left:0px;width:450px;height:250px;border-width:3px;border-style:solid;border-color:#72CBCC;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-4{display:block;position:absolute;top:20px;left:50px;width:350px;height:auto;color:#333333;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;text-align:center;line-height:20px;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-9{display:block;position:absolute;top:189px;left:110px;width:236px;height:43px;background-color:#B7D434;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:19px;text-align:center;border-radius:4px;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12{display:block;position:absolute;top:110px;left:50px;width:350px;height:auto;color:#2492AD;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;text-decoration:underline;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-label{padding-left:18px;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-label{padding-left:18px;}}@media (max-width:480px) {#popup-box-pro-gfcr-14 .popupally-pro-outer-full-width-14-fluid_liqsgs{top:50%;left:0;margin-top:-125px;margin-left:0;}#popup-embedded-box-pro-gfcr-14.popupally-pro-outer-full-width-14-fluid_liqsgs {left:0;}#popup-embedded-box-pro-gfcr-14{clear:both;}#popup-box-pro-gfcr-14 .popupally-pro-outer-full-width-14-fluid_liqsgs,#popup-embedded-box-pro-gfcr-14.popupally-pro-outer-full-width-14-fluid_liqsgs {width:100%;height:250px;background-color:#FEFEFE;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-14 .popupally-pro-outer-14-fluid_liqsgs,#popup-embedded-box-pro-gfcr-14 .popupally-pro-outer-embedded-14-fluid_liqsgs {width:375px;height:250px;background-color:#FEFEFE;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-14 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-14 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-1{display:block;position:absolute;top:0px;left:0px;width:375px;height:250px;border-width:3px;border-style:solid;border-color:#72CBCC;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-4{display:block;position:absolute;top:18px;left:40px;width:300px;height:auto;color:#333333;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:16px;text-align:center;line-height:20px;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-9{display:block;position:absolute;top:185px;left:70px;width:236px;height:43px;background-color:#B7D434;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:18px;text-align:center;border-radius:4px;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12{display:block;position:absolute;top:110px;left:40px;width:300px;height:auto;color:#2492AD;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;text-decoration:underline;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-label{padding-left:18px;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_liqsgs-12-label{padding-left:18px;}}#popup-box-pro-gfcr-15.popupally-pro-overlay-15-fluid_liqsgs {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5);}#popup-box-pro-gfcr-15.popupally-pro-opened-pro-gfcr-15 {display:block !important;z-index:999999;}#popup-box-pro-gfcr-15 input,#popup-box-pro-gfcr-15 textarea,#popup-embedded-box-pro-gfcr-15 input,#popup-embedded-box-pro-gfcr-15 textarea{	min-width:initial;	max-width:none;	min-height:initial;	max-height:none;}.popupally-pro-hoverable-element{	cursor:pointer;}.popupally-pro-hoverable-element:hover{	opacity:0.5;}.popupally-pro-top-page-jehjsq-15 {	position:absolute;	top:0;	z-index:99999;}.popupally-pro-top-page-follow-jehjsq-15 {	position:fixed;	top:0;	z-index:99999;}.popupally-pro-end-page-follow-jehjsq-15 {	position:fixed;	bottom:0;	z-index:99999;}#popup-box-pro-gfcr-15 .popupally-pro-outer-full-width-15-fluid_liqsgs{position:absolute;}#popup-box-pro-gfcr-15 .popupally-pro-outer-15-fluid_liqsgs{-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;z-index:999999;}#popup-embedded-box-pro-gfcr-15.popupally-pro-outer-embedded-15-fluid_liqsgs {margin:0 auto;clear:both;}#popup-box-pro-gfcr-15 .popupally-pro-inner-15-fluid_liqsgs,#popup-embedded-box-pro-gfcr-15 .popupally-pro-inner-15-fluid_liqsgs{position:relative;overflow:visible;width:100%;height:100%;padding:0;margin:0;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}#popup-box-pro-gfcr-15 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-15 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-15 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-15 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-15 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-15 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-15 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-15 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-15 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-15 input[type="submit"].popupally-fluid-content-element{cursor:pointer;-webkit-appearance:none;}#popup-box-pro-gfcr-15 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-15 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5;}#popup-box-pro-gfcr-15 .popupally-pro-outer-15-fluid_liqsgs .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png');background-size:cover;display: block;position: absolute;top: -12px;right: -12px;width: 30px;height: 30px;color: white;cursor: pointer;z-index:999999;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5;}#popup-box-pro-gfcr-15 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-15 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-15 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-15 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-15 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-15 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-15 .popupally-pro-outer-full-width-15-fluid_liqsgs{top:50%;left:50%;margin-top:-142.5px;margin-left:-325px;}#popup-embedded-box-pro-gfcr-15.popupally-pro-outer-full-width-15-fluid_liqsgs {}#popup-embedded-box-pro-gfcr-15{clear:both;}#popup-box-pro-gfcr-15 .popupally-pro-outer-full-width-15-fluid_liqsgs,#popup-embedded-box-pro-gfcr-15.popupally-pro-outer-full-width-15-fluid_liqsgs {width:650px;height:285px;background-color:#BAE7E8;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-15 .popupally-pro-outer-15-fluid_liqsgs,#popup-embedded-box-pro-gfcr-15 .popupally-pro-outer-embedded-15-fluid_liqsgs {width:650px;height:285px;background-color:#BAE7E8;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-15 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-15 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-1{display:block;position:absolute;top:10px;left:10px;width:650px;height:250px;border-width:5px;border-style:none;border-color:#C83D39;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-4{display:block;position:absolute;top:20px;left:30px;width:580px;height:auto;color:#333333;font-family:Tahoma, Geneva, sans-serif;font-size:18px;text-align:center;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8{display:block;position:absolute;top:80px;left:150px;width:333px;height:40px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;padding-left:8px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:5px;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11{display:block;position:absolute;top:125px;left:150px;width:333px;height:40px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;padding-left:8px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:5px;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-9{display:block;position:absolute;top:187px;left:100px;width:450px;height:60px;background-color:#D03C69;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:20px;text-align:center;border-radius:5px;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-12{display:block;position:absolute;top:255px;left:135px;width:500px;height:auto;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:10px;}@media (max-width:960px) {#popup-box-pro-gfcr-15 .popupally-pro-outer-full-width-15-fluid_liqsgs{top:50%;left:50%;margin-top:-127px;margin-left:-250px;}#popup-embedded-box-pro-gfcr-15.popupally-pro-outer-full-width-15-fluid_liqsgs {}#popup-embedded-box-pro-gfcr-15{clear:both;}#popup-box-pro-gfcr-15 .popupally-pro-outer-full-width-15-fluid_liqsgs,#popup-embedded-box-pro-gfcr-15.popupally-pro-outer-full-width-15-fluid_liqsgs {width:500px;height:254px;background-color:#BAE7E8;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-15 .popupally-pro-outer-15-fluid_liqsgs,#popup-embedded-box-pro-gfcr-15 .popupally-pro-outer-embedded-15-fluid_liqsgs {width:500px;height:254px;background-color:#BAE7E8;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-15 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-15 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-1{display:block;position:absolute;top:10px;left:10px;width:500px;height:454px;border-width:4px;border-style:none;border-color:#C83D39;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-4{display:block;position:absolute;top:20px;left:px;width:500px;height:auto;color:#333333;font-family:Tahoma, Geneva, sans-serif;font-size:18px;text-align:center;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8{display:block;position:absolute;top:90px;left:100px;width:295px;height:35px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;padding-left:6px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:4px;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11{display:block;position:absolute;top:130px;left:100px;width:295px;height:35px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;padding-left:6px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:4px;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-9{display:block;position:absolute;top:180px;left:100px;width:295px;height:40px;background-color:#D03C69;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:20px;text-align:center;border-radius:4px;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-12{display:block;position:absolute;top:225px;left:60px;width:450px;height:auto;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:10px;}}@media (max-width:640px) {#popup-box-pro-gfcr-15 .popupally-pro-outer-full-width-15-fluid_liqsgs{top:50%;left:50%;margin-top:-125px;margin-left:-200px;}#popup-embedded-box-pro-gfcr-15.popupally-pro-outer-full-width-15-fluid_liqsgs {}#popup-embedded-box-pro-gfcr-15{clear:both;}#popup-box-pro-gfcr-15 .popupally-pro-outer-full-width-15-fluid_liqsgs,#popup-embedded-box-pro-gfcr-15.popupally-pro-outer-full-width-15-fluid_liqsgs {width:400px;height:250px;background-color:#BAE7E8;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-15 .popupally-pro-outer-15-fluid_liqsgs,#popup-embedded-box-pro-gfcr-15 .popupally-pro-outer-embedded-15-fluid_liqsgs {width:400px;height:250px;background-color:#BAE7E8;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-15 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-15 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-1{display:block;position:absolute;top:10px;left:10px;width:400px;height:363px;border-width:3px;border-style:none;border-color:#C83D39;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-4{display:block;position:absolute;top:15px;left:22px;width:350px;height:auto;color:#333333;font-family:Tahoma, Geneva, sans-serif;font-size:17px;text-align:center;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8{display:block;position:absolute;top:125px;left:80px;width:236px;height:28px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:17px;padding-left:4px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:4px;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11{display:block;position:absolute;top:90px;left:80px;width:236px;height:28px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:17px;padding-left:4px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:4px;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-9{display:block;position:absolute;top:165px;left:80px;width:236px;height:43px;background-color:#D03C69;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:19px;text-align:center;border-radius:4px;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-12{display:block;position:absolute;top:220px;left:15px;width:400px;height:auto;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:10px;}}@media (max-width:480px) {#popup-box-pro-gfcr-15 .popupally-pro-outer-full-width-15-fluid_liqsgs{top:50%;left:50%;margin-top:-125px;margin-left:-187.5px;}#popup-embedded-box-pro-gfcr-15.popupally-pro-outer-full-width-15-fluid_liqsgs {}#popup-embedded-box-pro-gfcr-15{clear:both;}#popup-box-pro-gfcr-15 .popupally-pro-outer-full-width-15-fluid_liqsgs,#popup-embedded-box-pro-gfcr-15.popupally-pro-outer-full-width-15-fluid_liqsgs {width:375px;height:250px;background-color:#BAE7E8;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-15 .popupally-pro-outer-15-fluid_liqsgs,#popup-embedded-box-pro-gfcr-15 .popupally-pro-outer-embedded-15-fluid_liqsgs {width:375px;height:250px;background-color:#BAE7E8;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-15 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-15 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-1{display:block;position:absolute;top:6px;left:6px;width:375px;height:219px;border-width:3px;border-style:none;border-color:#C83D39;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-4{display:block;position:absolute;top:12px;left:17px;width:335px;height:auto;color:#333333;font-family:Tahoma, Geneva, sans-serif;font-size:16px;text-align:center;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8{display:block;position:absolute;top:83px;left:87px;width:192px;height:35px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:17px;padding-left:5px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:4px;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-8:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11{display:block;position:absolute;top:125px;left:87px;width:192px;height:35px;background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:17px;padding-left:5px;border-width:2px;border-style:solid;border-color:#FFFFFF;border-radius:4px;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11::-webkit-input-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11:-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11::-moz-placeholder{color:#e4e4e4;}#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-11:-ms-input-placeholder{color:#e4e4e4;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-9{display:block;position:absolute;top:170px;left:58px;width:260px;height:53px;background-color:#D03C69;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:18px;text-align:center;border-radius:4px;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_liqsgs-12{display:block;position:absolute;top:225px;left:25px;width:365px;height:auto;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:9px;}}#popup-box-pro-gfcr-16.popupally-pro-overlay-16-fluid_liqsgs {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5);}#popup-box-pro-gfcr-16.popupally-pro-opened-pro-gfcr-16 {display:block !important;z-index:999999;}#popup-box-pro-gfcr-16 input,#popup-box-pro-gfcr-16 textarea,#popup-embedded-box-pro-gfcr-16 input,#popup-embedded-box-pro-gfcr-16 textarea{	min-width:initial;	max-width:none;	min-height:initial;	max-height:none;}.popupally-pro-hoverable-element{	cursor:pointer;}.popupally-pro-hoverable-element:hover{	opacity:0.5;}.popupally-pro-top-page-jehjsq-16 {	position:absolute;	top:0;	z-index:99999;}.popupally-pro-top-page-follow-jehjsq-16 {	position:fixed;	top:0;	z-index:99999;}.popupally-pro-end-page-follow-jehjsq-16 {	position:fixed;	bottom:0;	z-index:99999;}#popup-box-pro-gfcr-16 .popupally-pro-outer-full-width-16-fluid_liqsgs{position:absolute;}#popup-box-pro-gfcr-16 .popupally-pro-outer-16-fluid_liqsgs{-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;z-index:999999;}#popup-embedded-box-pro-gfcr-16.popupally-pro-outer-embedded-16-fluid_liqsgs {margin:0 auto;clear:both;}#popup-box-pro-gfcr-16 .popupally-pro-inner-16-fluid_liqsgs,#popup-embedded-box-pro-gfcr-16 .popupally-pro-inner-16-fluid_liqsgs{position:relative;overflow:visible;width:100%;height:100%;padding:0;margin:0;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}#popup-box-pro-gfcr-16 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-16 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-16 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-16 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-16 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-16 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-16 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-16 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-16 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-16 input[type="submit"].popupally-fluid-content-element{cursor:pointer;-webkit-appearance:none;}#popup-box-pro-gfcr-16 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-16 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5;}#popup-box-pro-gfcr-16 .popupally-pro-outer-16-fluid_liqsgs .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png');background-size:cover;display: block;position: absolute;top: -12px;right: -12px;width: 30px;height: 30px;color: white;cursor: pointer;z-index:999999;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5;}#popup-box-pro-gfcr-16 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-16 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-16 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-16 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-16 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-16 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-16 .popupally-pro-outer-full-width-16-fluid_liqsgs{top:50%;left:0;margin-top:-125px;margin-left:0;}#popup-embedded-box-pro-gfcr-16.popupally-pro-outer-full-width-16-fluid_liqsgs {left:0;}#popup-embedded-box-pro-gfcr-16{clear:both;}#popup-box-pro-gfcr-16 .popupally-pro-outer-full-width-16-fluid_liqsgs,#popup-embedded-box-pro-gfcr-16.popupally-pro-outer-full-width-16-fluid_liqsgs {width:100%;height:250px;background-color:#FEFEFE;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-16 .popupally-pro-outer-16-fluid_liqsgs,#popup-embedded-box-pro-gfcr-16 .popupally-pro-outer-embedded-16-fluid_liqsgs {width:650px;height:250px;background-color:#FEFEFE;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-16 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-16 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-1{display:block;position:absolute;top:0px;left:0px;width:650px;height:250px;border-width:5px;border-style:solid;border-color:#72CBCC;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-4{display:block;position:absolute;top:25px;left:65px;width:495px;height:auto;color:#333333;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;text-align:center;line-height:22px;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-9{display:block;position:absolute;top:165px;left:160px;width:333px;height:60px;background-color:#B7D434;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:20px;text-align:center;border-radius:5px;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12{display:block;position:absolute;top:110px;left:80px;width:500px;height:auto;color:#2492AD;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;text-decoration:underline;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-label{padding-left:18px;}#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-label{padding-left:18px;}@media (max-width:960px) {#popup-box-pro-gfcr-16 .popupally-pro-outer-full-width-16-fluid_liqsgs{top:50%;left:0;margin-top:-127px;margin-left:0;}#popup-embedded-box-pro-gfcr-16.popupally-pro-outer-full-width-16-fluid_liqsgs {left:0;}#popup-embedded-box-pro-gfcr-16{clear:both;}#popup-box-pro-gfcr-16 .popupally-pro-outer-full-width-16-fluid_liqsgs,#popup-embedded-box-pro-gfcr-16.popupally-pro-outer-full-width-16-fluid_liqsgs {width:100%;height:254px;background-color:#FEFEFE;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-16 .popupally-pro-outer-16-fluid_liqsgs,#popup-embedded-box-pro-gfcr-16 .popupally-pro-outer-embedded-16-fluid_liqsgs {width:500px;height:254px;background-color:#FEFEFE;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-16 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-16 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-1{display:block;position:absolute;top:0px;left:0px;width:500px;height:254px;border-width:4px;border-style:solid;border-color:#72CBCC;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-4{display:block;position:absolute;top:20px;left:50px;width:400px;height:auto;color:#333333;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;text-align:center;line-height:22px;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-9{display:block;position:absolute;top:180px;left:100px;width:295px;height:50px;background-color:#B7D434;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:20px;text-align:center;border-radius:4px;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12{display:block;position:absolute;top:110px;left:52px;width:400px;height:0px;color:#2492AD;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;text-decoration:underline;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-label{padding-left:18px;}#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-label{padding-left:18px;}}@media (max-width:640px) {#popup-box-pro-gfcr-16 .popupally-pro-outer-full-width-16-fluid_liqsgs{top:50%;left:0;margin-top:-125px;margin-left:0;}#popup-embedded-box-pro-gfcr-16.popupally-pro-outer-full-width-16-fluid_liqsgs {left:0;}#popup-embedded-box-pro-gfcr-16{clear:both;}#popup-box-pro-gfcr-16 .popupally-pro-outer-full-width-16-fluid_liqsgs,#popup-embedded-box-pro-gfcr-16.popupally-pro-outer-full-width-16-fluid_liqsgs {width:100%;height:250px;background-color:#FEFEFE;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-16 .popupally-pro-outer-16-fluid_liqsgs,#popup-embedded-box-pro-gfcr-16 .popupally-pro-outer-embedded-16-fluid_liqsgs {width:450px;height:250px;background-color:#FEFEFE;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-16 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-16 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-1{display:block;position:absolute;top:0px;left:0px;width:450px;height:250px;border-width:3px;border-style:solid;border-color:#72CBCC;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-4{display:block;position:absolute;top:20px;left:50px;width:350px;height:auto;color:#333333;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:18px;text-align:center;line-height:20px;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-9{display:block;position:absolute;top:189px;left:110px;width:236px;height:43px;background-color:#B7D434;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:19px;text-align:center;border-radius:4px;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12{display:block;position:absolute;top:110px;left:50px;width:350px;height:auto;color:#2492AD;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;text-decoration:underline;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-label{padding-left:18px;}#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-label{padding-left:18px;}}@media (max-width:480px) {#popup-box-pro-gfcr-16 .popupally-pro-outer-full-width-16-fluid_liqsgs{top:50%;left:0;margin-top:-125px;margin-left:0;}#popup-embedded-box-pro-gfcr-16.popupally-pro-outer-full-width-16-fluid_liqsgs {left:0;}#popup-embedded-box-pro-gfcr-16{clear:both;}#popup-box-pro-gfcr-16 .popupally-pro-outer-full-width-16-fluid_liqsgs,#popup-embedded-box-pro-gfcr-16.popupally-pro-outer-full-width-16-fluid_liqsgs {width:100%;height:250px;background-color:#FEFEFE;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-16 .popupally-pro-outer-16-fluid_liqsgs,#popup-embedded-box-pro-gfcr-16 .popupally-pro-outer-embedded-16-fluid_liqsgs {width:375px;height:250px;background-color:#FEFEFE;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-16 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-16 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-1,#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-1{display:block;position:absolute;top:0px;left:0px;width:375px;height:250px;border-width:3px;border-style:solid;border-color:#72CBCC;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-4,#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-4{display:block;position:absolute;top:18px;left:40px;width:300px;height:auto;color:#333333;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:16px;text-align:center;line-height:20px;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-9,#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-9{display:block;position:absolute;top:185px;left:70px;width:236px;height:43px;background-color:#B7D434;color:#FFFFFF;font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:18px;text-align:center;border-radius:4px;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12,#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12{display:block;position:absolute;top:110px;left:40px;width:300px;height:auto;color:#2492AD;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;text-decoration:underline;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-label{padding-left:18px;}#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-box{width:10px;height:10px;top:3px;left:3px;}#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-deco{width:16px;height:16px;background-image:none;background-repeat:no-repeat;background-size:cover;background-color:#BFBFBF;border-radius:5px;}#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-box:checked+label{background-image:url(https://www.carlaschauer.com/wp-content/plugins/popupally-pro/resource/img/checkmark.png);background-color:#2492AD;}#popup-embedded-box-pro-gfcr-16 #popupally-fluid-16-fluid_liqsgs-12-label{padding-left:18px;}}#popup-box-pro-gfcr-17.popupally-pro-overlay-17-fluid_wdsmhs {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5);}#popup-box-pro-gfcr-17.popupally-pro-opened-pro-gfcr-17 {display:block !important;z-index:999999;}#popup-box-pro-gfcr-17 input,#popup-box-pro-gfcr-17 textarea,#popup-embedded-box-pro-gfcr-17 input,#popup-embedded-box-pro-gfcr-17 textarea{	min-width:initial;	max-width:none;	min-height:initial;	max-height:none;}.popupally-pro-hoverable-element{	cursor:pointer;}.popupally-pro-hoverable-element:hover{	opacity:0.5;}.popupally-pro-top-page-jehjsq-17 {	position:absolute;	top:0;	z-index:99999;}.popupally-pro-top-page-follow-jehjsq-17 {	position:fixed;	top:0;	z-index:99999;}.popupally-pro-end-page-follow-jehjsq-17 {	position:fixed;	bottom:0;	z-index:99999;}#popup-box-pro-gfcr-17 .popupally-pro-outer-full-width-17-fluid_wdsmhs{position:absolute;}#popup-box-pro-gfcr-17 .popupally-pro-outer-17-fluid_wdsmhs{-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;z-index:999999;}#popup-embedded-box-pro-gfcr-17.popupally-pro-outer-embedded-17-fluid_wdsmhs {margin:0 auto;clear:both;}#popup-box-pro-gfcr-17 .popupally-pro-inner-17-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-17 .popupally-pro-inner-17-fluid_wdsmhs{position:relative;overflow:visible;width:100%;height:100%;padding:0;margin:0;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}#popup-box-pro-gfcr-17 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-17 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-17 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-17 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-17 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-17 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-17 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-17 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-17 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-17 input[type="submit"].popupally-fluid-content-element{cursor:pointer;-webkit-appearance:none;}#popup-box-pro-gfcr-17 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-17 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5;}#popup-box-pro-gfcr-17 .popupally-pro-outer-17-fluid_wdsmhs .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png');background-size:cover;display: block;position: absolute;top: -12px;right: -12px;width: 30px;height: 30px;color: white;cursor: pointer;z-index:999999;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5;}#popup-box-pro-gfcr-17 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-17 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-17 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-17 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-17 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-17 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-17 .popupally-pro-outer-full-width-17-fluid_wdsmhs{top:50%;left:50%;margin-top:-25px;margin-left:-360px;}#popup-embedded-box-pro-gfcr-17.popupally-pro-outer-full-width-17-fluid_wdsmhs {}#popup-embedded-box-pro-gfcr-17{clear:both;}#popup-box-pro-gfcr-17 .popupally-pro-outer-full-width-17-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-17.popupally-pro-outer-full-width-17-fluid_wdsmhs {width:720px;height:50px;background-color:#BAE7E8;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-17 .popupally-pro-outer-17-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-17 .popupally-pro-outer-embedded-17-fluid_wdsmhs {width:720px;height:50px;background-color:#BAE7E8;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-17 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-17 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2,#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2{display:block;position:absolute;top:13px;left:15px;width:200px;height:26px;background-color:#F6F6F6;color:#444444;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:16px;padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px;border-radius:5px;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2::-webkit-input-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2:-moz-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2::-moz-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2:-ms-input-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2::-webkit-input-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2:-moz-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2::-moz-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2:-ms-input-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3,#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3{display:block;position:absolute;top:13px;left:230px;width:200px;height:26px;background-color:#F6F6F6;color:#444444;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:16px;padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px;border-radius:5px;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3::-webkit-input-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3:-moz-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3::-moz-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3:-ms-input-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3::-webkit-input-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3:-moz-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3::-moz-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3:-ms-input-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-4,#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-4{display:block;position:absolute;top:13px;left:455px;width:250px;height:26px;background-color:#D03C69;color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:16px;font-weight:700;text-align:center;border-radius:5px;}@media (max-width:960px) {#popup-box-pro-gfcr-17 .popupally-pro-outer-full-width-17-fluid_wdsmhs{top:50%;left:50%;margin-top:-20px;margin-left:-320px;}#popup-embedded-box-pro-gfcr-17.popupally-pro-outer-full-width-17-fluid_wdsmhs {}#popup-embedded-box-pro-gfcr-17{clear:both;}#popup-box-pro-gfcr-17 .popupally-pro-outer-full-width-17-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-17.popupally-pro-outer-full-width-17-fluid_wdsmhs {width:640px;height:40px;background-color:#BAE7E8;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-17 .popupally-pro-outer-17-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-17 .popupally-pro-outer-embedded-17-fluid_wdsmhs {width:640px;height:40px;background-color:#BAE7E8;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-17 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-17 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2,#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2{display:block;position:absolute;top:7px;left:10px;width:200px;height:26px;background-color:#F6F6F6;color:#444444;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:16px;padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px;border-radius:5px;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2::-webkit-input-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2:-moz-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2::-moz-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2:-ms-input-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2::-webkit-input-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2:-moz-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2::-moz-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2:-ms-input-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3,#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3{display:block;position:absolute;top:7px;left:220px;width:200px;height:26px;background-color:#F6F6F6;color:#444444;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:16px;padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px;border-radius:5px;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3::-webkit-input-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3:-moz-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3::-moz-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3:-ms-input-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3::-webkit-input-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3:-moz-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3::-moz-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3:-ms-input-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-4,#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-4{display:block;position:absolute;top:7px;left:450px;width:180px;height:26px;background-color:#D03C69;color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:16px;font-weight:700;text-align:center;border-radius:5px;}}@media (max-width:640px) {#popup-box-pro-gfcr-17 .popupally-pro-outer-full-width-17-fluid_wdsmhs{top:50%;left:50%;margin-top:-40px;margin-left:-200px;}#popup-embedded-box-pro-gfcr-17.popupally-pro-outer-full-width-17-fluid_wdsmhs {}#popup-embedded-box-pro-gfcr-17{clear:both;}#popup-box-pro-gfcr-17 .popupally-pro-outer-full-width-17-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-17.popupally-pro-outer-full-width-17-fluid_wdsmhs {width:400px;height:80px;background-color:#BAE7E8;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-17 .popupally-pro-outer-17-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-17 .popupally-pro-outer-embedded-17-fluid_wdsmhs {width:400px;height:80px;background-color:#BAE7E8;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-17 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-17 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2,#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2{display:block;position:absolute;top:10px;left:20px;width:170px;height:26px;background-color:#F6F6F6;color:#444444;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:16px;padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px;border-radius:5px;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2::-webkit-input-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2:-moz-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2::-moz-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2:-ms-input-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2::-webkit-input-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2:-moz-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2::-moz-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2:-ms-input-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3,#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3{display:block;position:absolute;top:10px;left:200px;width:170px;height:26px;background-color:#F6F6F6;color:#444444;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:16px;padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px;border-radius:5px;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3::-webkit-input-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3:-moz-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3::-moz-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3:-ms-input-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3::-webkit-input-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3:-moz-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3::-moz-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3:-ms-input-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-4,#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-4{display:block;position:absolute;top:45px;left:100px;width:200px;height:26px;background-color:#D03C69;color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:16px;font-weight:700;text-align:center;border-radius:5px;}}@media (max-width:480px) {#popup-box-pro-gfcr-17 .popupally-pro-outer-full-width-17-fluid_wdsmhs{top:50%;left:50%;margin-top:-35px;margin-left:-140px;}#popup-embedded-box-pro-gfcr-17.popupally-pro-outer-full-width-17-fluid_wdsmhs {}#popup-embedded-box-pro-gfcr-17{clear:both;}#popup-box-pro-gfcr-17 .popupally-pro-outer-full-width-17-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-17.popupally-pro-outer-full-width-17-fluid_wdsmhs {width:280px;height:70px;background-color:#BAE7E8;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);z-index:999999;}#popup-box-pro-gfcr-17 .popupally-pro-outer-17-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-17 .popupally-pro-outer-embedded-17-fluid_wdsmhs {width:280px;height:70px;background-color:#BAE7E8;background-image:none;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;}#popup-box-pro-gfcr-17 input[type="submit"]:focus,#popup-embedded-box-pro-gfcr-17 input[type="submit"]:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2,#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2{display:block;position:absolute;top:8px;left:5px;width:130px;height:26px;background-color:#F6F6F6;color:#444444;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:16px;padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px;border-radius:5px;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2::-webkit-input-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2:-moz-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2::-moz-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2:-ms-input-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2::-webkit-input-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2:-moz-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2::-moz-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-2:-ms-input-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3,#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3{display:block;position:absolute;top:8px;left:140px;width:130px;height:26px;background-color:#F6F6F6;color:#444444;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:16px;padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px;border-radius:5px;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3::-webkit-input-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3:-moz-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3::-moz-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3:-ms-input-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3::-webkit-input-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3:-moz-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3::-moz-placeholder{color:#A1A1A1;}#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-3:-ms-input-placeholder{color:#A1A1A1;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-4,#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_wdsmhs-4{display:block;position:absolute;top:40px;left:72px;width:145px;height:26px;background-color:#D03C69;color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:14px;font-weight:700;text-align:center;border-radius:5px;}}#popup-box-pro-gfcr-18.popupally-pro-overlay-khwybd-18 {display:none;background-color:rgba(80, 80, 80, 0.5);}#popup-box-pro-gfcr-18.popupally-pro-opened-pro-gfcr-18 {display:block;z-index:999999;}#popup-box-pro-gfcr-18 input,#popup-embedded-box-pro-gfcr-18 input{	min-width:initial;	max-width:none;	min-height:initial;	max-height:none;}#popup-box-pro-gfcr-18 .popupally-pro-outer-khwybd-18, #popup-embedded-box-pro-gfcr-18.popupally-pro-outer-embedded-khwybd-18{width:700px;height:370px;}.popupally-pro-top-page-jehjsq-18 {	position:absolute;	top:0;	z-index:99999;}.popupally-pro-top-page-follow-jehjsq-18 {	position:fixed;	top:0;	z-index:99999;}.popupally-pro-end-page-follow-jehjsq-18 {	position:fixed;	bottom:0;	z-index:99999;}#popup-box-pro-gfcr-18 .popupally-pro-outer-khwybd-18,#popup-embedded-box-pro-gfcr-18.popupally-pro-outer-embedded-khwybd-18{background-color:#FEFEFE;background-image:none;background-size:cover;background-repeat:no-repeat;}#popup-box-pro-gfcr-18 .popupally-pro-outer-khwybd-18{position:fixed;top:50%;left:50%;margin-top:-185px;margin-left:-350px;-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);box-shadow: 0 10px 25px rgba(0,0,0,0.5);-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;z-index:999999;}#popup-embedded-box-pro-gfcr-18.popupally-pro-outer-embedded-khwybd-18 {margin:0 auto;clear:both;-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);box-shadow: 0 10px 25px rgba(0,0,0,0.5);-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18{position:relative;overflow:visible;width:auto;height:auto;padding:0;margin:0;text-align:center;}#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .desc-pro-khwybd,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .desc-pro-khwybd {position:absolute;display:inline-block;width:390px;height:200px;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:32px;line-height:37px;font-weight:700;box-sizing:border-box;-moz-box-sizing:border-box;cursor:pointer;text-align:left;color:#6D6E71;top:50px;left:235px;}#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .textbox-1-pro-khwybd,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .textbox-1-pro-khwybd {position:absolute;display:inline-block;width:445px;height:80px;font-family:Arial, Helvetica, sans-serif;font-size:18px;line-height:26px;font-weight:400;box-sizing:border-box;-moz-box-sizing:border-box;cursor:pointer;text-align:left;color:#000000;top:25px;left:210px;}#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .textbox-2-pro-khwybd,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .textbox-2-pro-khwybd {position:absolute;display:inline-block;width:500px;height:0px;font-family:Arial, Helvetica, sans-serif;font-size:12px;line-height:32px;font-weight:400;box-sizing:border-box;-moz-box-sizing:border-box;cursor:pointer;text-align:left;color:#111111;top:340px;left:155px;}#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .image-1-pro-khwybd,#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .image-2-pro-khwybd,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .image-1-pro-khwybd,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .image-2-pro-khwybd {position:absolute;display:inline-block;box-sizing:border-box;-moz-box-sizing:border-box;background-size:cover;background-repeat:no-repeat;background-position:50%;}#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .image-1-pro-khwybd,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .image-1-pro-khwybd {top:px;left:40px;background-image:url(https://www.carlaschauer.com/wp-content/uploads/2019/11/craft-stash-mockup-vcrop-e1581539913740.jpg);width:150px;height:227px;}#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .image-2-pro-khwybd,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .image-2-pro-khwybd {top:0px;left:0px;background-image:none;width:0px;height:0px;}#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-name,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-name {top:160px;left:210px;position:absolute;display:inline-block;padding:10px 10px 10px 10px;width:440px;color:#444444;font-family:Arial, Helvetica, sans-serif;font-size:20px;line-height:20px;background:#F2F2F2;text-align:left;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;box-sizing:border-box;-moz-box-sizing:border-box;height:auto;margin:0;border-width:0;font-weight:400;float:none;}#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-name::-webkit-input-placeholder{color:#444444;}#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-name:-moz-placeholder{color:#444444;}#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-name::-moz-placeholder{color:#444444;}#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-name:-ms-input-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-name::-webkit-input-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-name:-moz-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-name::-moz-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-name:-ms-input-placeholder{color:#444444;}#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-lname::-webkit-input-placeholder{color:#444444;}#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-lname:-moz-placeholder{color:#444444;}#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-lname::-moz-placeholder{color:#444444;}#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-lname:-ms-input-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-lname::-webkit-input-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-lname:-moz-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-lname::-moz-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-lname:-ms-input-placeholder{color:#444444;}#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="email"].field-pro-khwybd-email::-webkit-input-placeholder{color:#444444;}#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="email"].field-pro-khwybd-email:-moz-placeholder{color:#444444;}#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="email"].field-pro-khwybd-email::-moz-placeholder{color:#444444;}#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="email"].field-pro-khwybd-email:-ms-input-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="email"].field-pro-khwybd-email::-webkit-input-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="email"].field-pro-khwybd-email:-moz-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="email"].field-pro-khwybd-email::-moz-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="email"].field-pro-khwybd-email:-ms-input-placeholder{color:#444444;}#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-lname,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-lname {top:190px;left:110px;position:absolute;display:inline-block;padding:10px 10px 10px 10px;width:450px;color:#444444;font-family:Arial, Helvetica, sans-serif;font-size:20px;line-height:20px;background:#F6F6F6;text-align:left;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;box-sizing:border-box;-moz-box-sizing:border-box;height:auto;margin:0;border-width:0;font-weight:400;float:none;}#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="email"].field-pro-khwybd-email,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="email"].field-pro-khwybd-email {top:210px;left:210px;position:absolute;display:inline-block;padding:10px 10px 10px 10px;width:440px;color:#444444;font-family:Arial, Helvetica, sans-serif;font-size:20px;line-height:20px;background:#F2F2F2;text-align:left;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;box-sizing:border-box;-moz-box-sizing:border-box;height:auto;margin:0;border-width:0;font-weight:400;float:none;}#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="submit"].submit-pro-khwybd,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="submit"].submit-pro-khwybd {position:absolute;display:inline-block;font-family:Arial, Helvetica, sans-serif;font-size:24px;line-height:20px;background-color: #00A5B3;text-align:center;border-style: solid;border-width: 1px;border-color:#C0C0C0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;color:#FFFFFF;text-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3);cursor: pointer;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;width:410px;height:auto;padding:20px 0 20px 0;box-sizing:border-box;-moz-box-sizing:border-box;background-image:none;top:270px;left:155px;margin:0;font-weight:500;float:none;-webkit-appearance: none;}#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="submit"].submit-pro-khwybd:hover,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="submit"].submit-pro-khwybd:hover {background-color:#00A5B3;color:#FFFFFF;background-image:none;}#popup-box-pro-gfcr-18 .popupally-pro-outer-khwybd-18 .popupally-pro-close-khwybd{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png');background-size:cover;display: block;position: absolute;top: -12px;right: -12px;width: 30px;height: 30px;color: white;cursor: pointer;z-index:999999;}@media (max-width: 960px) {	#popup-box-pro-gfcr-18 .popupally-pro-outer-khwybd-18{		top:50%;left:50%;margin-top:-173px;margin-left:-250px;	}	#popup-box-pro-gfcr-18 .popupally-pro-outer-khwybd-18,	#popup-embedded-box-pro-gfcr-18.popupally-pro-outer-embedded-khwybd-18{		width:500px;		height:346px;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .desc-pro-khwybd,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .desc-pro-khwybd{		top:15px;		left:180px;		font-size:24px;		line-height:24px;		width:300px;		height:80px;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .textbox-1-pro-khwybd,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .textbox-1-pro-khwybd{		top:20px;		left:180px;		font-size:16px;		line-height:20px;		width:280px;		height:80px;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .textbox-2-pro-khwybd,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .textbox-2-pro-khwybd{		top:320px;		left:45px;		font-size:12px;		line-height:24px;		width:450px;		height:0px;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .image-1-pro-khwybd,	#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .image-1-pro-khwybd {		top:20px;		left:30px;		width:125px;		height:150px;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .image-2-pro-khwybd,	#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .image-2-pro-khwybd {		top:0px;		left:0px;		width:0px;		height:0px;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-name,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-name {		top:170px;		left:60px;		padding:10px 10px 10px 10px;		width:400px;		font-size:16px;		line-height:16px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-lname,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-lname {		top:145px;		left:120px;		padding:10px 10px 10px 10px;		width:340px;		font-size:16px;		line-height:16px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="email"].field-pro-khwybd-email,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="email"].field-pro-khwybd-email {		top:215px;		left:60px;		padding:10px 10px 10px 10px;		width:400px;		font-size:16px;		line-height:16px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="submit"].submit-pro-khwybd,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="submit"].submit-pro-khwybd {		top:265px;		left:120px;		padding:15px 0 15px 0;		width:270px;		font-size:18px;		line-height:16px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}}@media (max-width: 640px) {	#popup-box-pro-gfcr-18 .popupally-pro-outer-khwybd-18{		top:50%;left:50%;margin-top:-104px;margin-left:-150px;	}	#popup-box-pro-gfcr-18 .popupally-pro-outer-khwybd-18,	#popup-embedded-box-pro-gfcr-18.popupally-pro-outer-embedded-khwybd-18{		width:300px;		height:208px;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .desc-pro-khwybd,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .desc-pro-khwybd{		top:10px;		left:120px;		font-size:14px;		line-height:18px;		width:170px;		height:60px;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .textbox-1-pro-khwybd,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .textbox-1-pro-khwybd{		top:10px;		left:100px;		font-size:10px;		line-height:12px;		width:175px;		height:40px;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .textbox-2-pro-khwybd,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .textbox-2-pro-khwybd{		top:190px;		left:20px;		font-size:8px;		line-height:16px;		width:300px;		height:0px;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .image-1-pro-khwybd,	#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .image-1-pro-khwybd {		top:10px;		left:10px;		width:80px;		height:80px;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .image-2-pro-khwybd,	#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 .image-2-pro-khwybd {		top:0px;		left:0px;		width:0px;		height:0px;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-name,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-name {		top:95px;		left:40px;		padding:5px 8px 5px 8px;		width:220px;		font-size:12px;		line-height:12px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-lname,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="text"].field-pro-khwybd-lname {		top:115px;		left:85px;		padding:9px 10px 9px 10px;		width:285px;		font-size:12px;		line-height:12px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="email"].field-pro-khwybd-email,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="email"].field-pro-khwybd-email {		top:122px;		left:40px;		padding:5px 8px 5px 8px;		width:220px;		font-size:12px;		line-height:12px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="submit"].submit-pro-khwybd,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-khwybd-18 input[type="submit"].submit-pro-khwybd {		top:153px;		left:60px;		padding:8px 0 8px 0;		width:185px;		font-size:12px;		line-height:12px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}}#popup-box-pro-gfcr-19.popupally-pro-overlay-plsbvs-19 {display:none;background-color:rgba(80, 80, 80, 0.5);}#popup-box-pro-gfcr-19.popupally-pro-opened-pro-gfcr-19 {display:block !important;z-index:999999;}#popup-box-pro-gfcr-19 input,#popup-embedded-box-pro-gfcr-19 input{	min-width:initial;	max-width:none;	min-height:initial;	max-height:none;}#popup-box-pro-gfcr-19 .popupally-pro-outer-plsbvs-19, #popup-embedded-box-pro-gfcr-19.popupally-pro-outer-embedded-plsbvs-19{width:1200px;height:60px;}.popupally-pro-top-page-jehjsq-19 {	position:absolute;	top:0;	z-index:99999;}.popupally-pro-top-page-follow-jehjsq-19 {	position:fixed;	top:0;	z-index:99999;}.popupally-pro-end-page-follow-jehjsq-19 {	position:fixed;	bottom:0;	z-index:99999;}#popup-box-pro-gfcr-19 .popupally-pro-outer-plsbvs-19,#popup-embedded-box-pro-gfcr-19.popupally-pro-outer-embedded-plsbvs-19{background-color:#D3D3D3;background-image:none;background-size:contain;background-repeat:no-repeat;text-align:left;}#popup-box-pro-gfcr-19 .popupally-pro-outer-plsbvs-19{position:fixed;top:50%;left:50%;margin-top:-30px;margin-left:-600px;-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);box-shadow: 0 10px 25px rgba(0,0,0,0.5);-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;z-index:999999;line-height:100%;}#popup-embedded-box-pro-gfcr-19.popupally-pro-outer-embedded-plsbvs-19 {line-height:100%;margin:0 auto;clear:both;}#popup-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19,#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19{overflow:visible;width:auto;height:auto;padding:0px;}#popup-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs,#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs {display:inline-block;box-sizing:border-box;-moz-box-sizing:border-box;position:relative;line-height:18px;}#popup-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .content-pro-plsbvs,#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .content-pro-plsbvs {display:inline-block;box-sizing:border-box;-moz-box-sizing:border-box;position:relative;line-height:18px;}#popup-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .desc-pro-plsbvs,#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .desc-pro-plsbvs {position:relative;display:inline-block;font-family:Arial, Helvetica, sans-serif;font-size:22px;line-height:24px;font-weight:700;box-sizing:border-box;-moz-box-sizing:border-box;cursor:pointer;text-align:center;color:#111111;top:15px;left:130px;}#popup-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name,#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name {top:15px;left:155px;position:relative;display:inline-block;padding:5px 4px 5px 4px;width:200px;color:#444444;font-family:Arial, Helvetica, sans-serif;font-size:16px;line-height:16px;background:#F6F6F6;text-align:left;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;box-sizing:border-box;-moz-box-sizing:border-box;height:auto;margin:0;border-width:0;font-weight:400;float:none;}#popup-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name::-webkit-input-placeholder{color:#444444;}#popup-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name:-moz-placeholder{color:#444444;}#popup-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name::-moz-placeholder{color:#444444;}#popup-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name:-ms-input-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name::-webkit-input-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name:-moz-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name::-moz-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name:-ms-input-placeholder{color:#444444;}#popup-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email,#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email {top:15px;left:175px;position:relative;display:inline-block;padding:5px 4px 5px 4px;width:200px;color:#444444;font-family:Arial, Helvetica, sans-serif;font-size:16px;line-height:16px;background:#F6F6F6;text-align:left;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;box-sizing:border-box;-moz-box-sizing:border-box;height:auto;margin:0;border-width:0;font-weight:400;float:none;}#popup-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email::-webkit-input-placeholder{color:#444444;}#popup-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email:-moz-placeholder{color:#444444;}#popup-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email::-moz-placeholder{color:#444444;}#popup-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email:-ms-input-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email::-webkit-input-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email:-moz-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email::-moz-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email:-ms-input-placeholder{color:#444444;}#popup-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs,#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs {position:relative;display:inline-block;font-family:Arial, Helvetica, sans-serif;font-size:18px;line-height:16px;background-color: #00989E;text-align:center;border-style: solid;border-width: 1px;border-color:#C0C0C0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;color:#FFFFFF;text-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3);cursor: pointer;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;width:175px;height:auto;padding:6px 0 6px 0;box-sizing:border-box;-moz-box-sizing:border-box;background-image:none;top:15px;left:205px;margin:0;font-weight:700;float:none;-webkit-appearance: none;}#popup-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs:hover,#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs:hover {background-color:#00989E;color:#FFFFFF;background-image:none;}#popup-box-pro-gfcr-19 .popupally-pro-outer-plsbvs-19 .popupally-pro-close-plsbvs{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png');background-size:cover;display: block;position: absolute;top: -12px;right: -12px;width: 30px;height: 30px;color: white;cursor: pointer;z-index:999999;}@media (max-width: 960px) {	#popup-box-pro-gfcr-19 .popupally-pro-outer-plsbvs-19{		top:50%;left:50%;margin-top:-30px;margin-left:-310px;	}	#popup-box-pro-gfcr-19 .popupally-pro-outer-plsbvs-19,	#popup-embedded-box-pro-gfcr-19.popupally-pro-outer-embedded-plsbvs-19{		width:620px;		height:60px;	}	#popup-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .desc-pro-plsbvs,#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .desc-pro-plsbvs{		top:16px;		left:10px;		font-size:18px;		line-height:20px;	}	#popup-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name,#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name {		top:15px;		left:17px;		padding:5px 4px 5px 4px;		width:150px;		font-size:14px;		line-height:14px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email,#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email {		top:15px;		left:22px;		padding:5px 4px 5px 4px;		width:150px;		font-size:14px;		line-height:14px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs,#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs {		top:16px;		left:28px;		padding:6px 0 6px 0;		width:80px;		font-size:16px;		line-height:16px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}}@media (max-width: 640px) {	#popup-box-pro-gfcr-19 .popupally-pro-outer-plsbvs-19{		top:50%;left:50%;margin-top:-25px;margin-left:-150px;	}	#popup-box-pro-gfcr-19 .popupally-pro-outer-plsbvs-19,	#popup-embedded-box-pro-gfcr-19.popupally-pro-outer-embedded-plsbvs-19{		width:300px;		height:50px;	}	#popup-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .desc-pro-plsbvs,#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .desc-pro-plsbvs{		top:5px;		left:10px;		font-size:14px;		line-height:16px;	}	#popup-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name,#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name {		top:8px;		left:10px;		padding:3px 4px 3px 4px;		width:100px;		font-size:10px;		line-height:10px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email,#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email {		top:8px;		left:15px;		padding:3px 4px 3px 4px;		width:100px;		font-size:10px;		line-height:10px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs,#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-plsbvs-19 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs {		top:8px;		left:20px;		padding:3px 0 3px 0;		width:70px;		font-size:10px;		line-height:10px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}}#popup-box-pro-gfcr-20.popupally-pro-overlay-khwybd-20 {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5);}#popup-box-pro-gfcr-20.popupally-pro-opened-pro-gfcr-20 {display:block;z-index:999999;}#popup-box-pro-gfcr-20 input,#popup-embedded-box-pro-gfcr-20 input{	min-width:initial;	max-width:none;	min-height:initial;	max-height:none;}#popup-box-pro-gfcr-20 .popupally-pro-outer-khwybd-20, #popup-embedded-box-pro-gfcr-20.popupally-pro-outer-embedded-khwybd-20{width:650px;height:420px;}.popupally-pro-top-page-jehjsq-20 {	position:absolute;	top:0;	z-index:99999;}.popupally-pro-top-page-follow-jehjsq-20 {	position:fixed;	top:0;	z-index:99999;}.popupally-pro-end-page-follow-jehjsq-20 {	position:fixed;	bottom:0;	z-index:99999;}#popup-box-pro-gfcr-20 .popupally-pro-outer-khwybd-20,#popup-embedded-box-pro-gfcr-20.popupally-pro-outer-embedded-khwybd-20{background-color:#FFFFFF;background-image:none;background-size:cover;background-repeat:no-repeat;}#popup-box-pro-gfcr-20 .popupally-pro-outer-khwybd-20{position:absolute;top:50%;left:50%;margin-top:-210px;margin-left:-325px;-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);box-shadow: 0 10px 25px rgba(0,0,0,0.5);-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;z-index:999999;}#popup-embedded-box-pro-gfcr-20.popupally-pro-outer-embedded-khwybd-20 {margin:0 auto;clear:both;}#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20{position:relative;overflow:visible;width:auto;height:auto;padding:0;margin:0;text-align:center;}#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .desc-pro-khwybd,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .desc-pro-khwybd {position:absolute;display:inline-block;width:600px;height:50px;font-family:Verdana, Geneva, sans-serif;font-size:32px;line-height:37px;font-weight:400;box-sizing:border-box;-moz-box-sizing:border-box;cursor:pointer;text-align:left;color:#0A0F55;top:40px;left:40px;}#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .textbox-1-pro-khwybd,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .textbox-1-pro-khwybd {position:absolute;display:inline-block;width:360px;height:80px;font-family:Verdana, Geneva, sans-serif;font-size:22px;line-height:32px;font-weight:400;box-sizing:border-box;-moz-box-sizing:border-box;cursor:pointer;text-align:left;color:#0A0F55;top:70px;left:235px;}#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .textbox-2-pro-khwybd,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .textbox-2-pro-khwybd {position:absolute;display:inline-block;width:0px;height:0px;font-family:Verdana, Geneva, sans-serif;font-size:24px;line-height:32px;font-weight:700;box-sizing:border-box;-moz-box-sizing:border-box;cursor:pointer;text-align:left;color:#0A0F55;top:0px;left:0px;}#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .image-1-pro-khwybd,#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .image-2-pro-khwybd,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .image-1-pro-khwybd,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .image-2-pro-khwybd {position:absolute;display:inline-block;box-sizing:border-box;-moz-box-sizing:border-box;background-size:cover;background-repeat:no-repeat;background-position:50%;}#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .image-1-pro-khwybd,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .image-1-pro-khwybd {top:105px;left:40px;background-image:url(https://www.carlaschauer.com/wp-content/uploads/2020/07/Rock-supply-guide-mockup-sm-1.jpg);width:198px;height:260px;}#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .image-2-pro-khwybd,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .image-2-pro-khwybd {top:0px;left:0px;background-image:url(https://www.carlaschauer.com/wp-content/uploads/2020/07/embedded-form-outline-copy.png);width:650px;height:420px;}#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-name,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-name {top:105px;left:270px;position:absolute;display:inline-block;padding:10px 10px 10px 20px;width:325px;color:#0A0F55;font-family:Verdana, Geneva, sans-serif;font-size:24px;line-height:40px;background:#D4D4D4;text-align:left;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;box-sizing:border-box;-moz-box-sizing:border-box;height:auto;margin:0;border-width:0;font-weight:400;float:none;}#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-name::-webkit-input-placeholder{color:#0A0F55;}#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-name:-moz-placeholder{color:#0A0F55;}#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-name::-moz-placeholder{color:#0A0F55;}#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-name:-ms-input-placeholder{color:#0A0F55;}#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-name::-webkit-input-placeholder{color:#0A0F55;}#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-name:-moz-placeholder{color:#0A0F55;}#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-name::-moz-placeholder{color:#0A0F55;}#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-name:-ms-input-placeholder{color:#0A0F55;}#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-lname::-webkit-input-placeholder{color:#444444;}#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-lname:-moz-placeholder{color:#444444;}#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-lname::-moz-placeholder{color:#444444;}#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-lname:-ms-input-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-lname::-webkit-input-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-lname:-moz-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-lname::-moz-placeholder{color:#444444;}#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-lname:-ms-input-placeholder{color:#444444;}#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="email"].field-pro-khwybd-email::-webkit-input-placeholder{color:#0A0F55;}#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="email"].field-pro-khwybd-email:-moz-placeholder{color:#0A0F55;}#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="email"].field-pro-khwybd-email::-moz-placeholder{color:#0A0F55;}#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="email"].field-pro-khwybd-email:-ms-input-placeholder{color:#0A0F55;}#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="email"].field-pro-khwybd-email::-webkit-input-placeholder{color:#0A0F55;}#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="email"].field-pro-khwybd-email:-moz-placeholder{color:#0A0F55;}#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="email"].field-pro-khwybd-email::-moz-placeholder{color:#0A0F55;}#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="email"].field-pro-khwybd-email:-ms-input-placeholder{color:#0A0F55;}#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-lname,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-lname {top:190px;left:110px;position:absolute;display:inline-block;padding:10px 10px 10px 10px;width:450px;color:#444444;font-family:Arial, Helvetica, sans-serif;font-size:20px;line-height:20px;background:#F6F6F6;text-align:left;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;box-sizing:border-box;-moz-box-sizing:border-box;height:auto;margin:0;border-width:0;font-weight:400;float:none;}#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="email"].field-pro-khwybd-email,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="email"].field-pro-khwybd-email {top:185px;left:270px;position:absolute;display:inline-block;padding:10px 10px 10px 20px;width:325px;color:#0A0F55;font-family:Verdana, Geneva, sans-serif;font-size:24px;line-height:40px;background:#D4D4D4;text-align:left;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;box-sizing:border-box;-moz-box-sizing:border-box;height:auto;margin:0;border-width:0;font-weight:400;float:none;}#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="submit"].submit-pro-khwybd,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="submit"].submit-pro-khwybd {position:absolute;display:inline-block;font-family:Verdana, Geneva, sans-serif;font-size:20px;line-height:20px;background-color: #D03C69;text-align:center;border-style: solid;border-width: 1px;border-color:#C0C0C0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;color:#FFFFFF;text-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3);cursor: pointer;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;width:350px;height:auto;padding:20px 0 20px 0;box-sizing:border-box;-moz-box-sizing:border-box;background-image:none;top:303px;left:262px;margin:0;font-weight:200;float:none;-webkit-appearance: none;}#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="submit"].submit-pro-khwybd:hover,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="submit"].submit-pro-khwybd:hover {background-color:#D03C69;color:#FFFFFF;background-image:none;}#popup-box-pro-gfcr-20 .popupally-pro-outer-khwybd-20 .popupally-pro-close-khwybd{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png');background-size:cover;display: block;position: absolute;top: -12px;right: -12px;width: 30px;height: 30px;color: white;cursor: pointer;z-index:999999;}@media (max-width: 960px) {	#popup-box-pro-gfcr-20 .popupally-pro-outer-khwybd-20{		top:50%;left:50%;margin-top:-170px;margin-left:-250px;	}	#popup-box-pro-gfcr-20 .popupally-pro-outer-khwybd-20,	#popup-embedded-box-pro-gfcr-20.popupally-pro-outer-embedded-khwybd-20{		width:500px;		height:340px;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .desc-pro-khwybd,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .desc-pro-khwybd{		top:30px;		left:30px;		font-size:24px;		line-height:24px;		width:450px;		height:80px;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .textbox-1-pro-khwybd,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .textbox-1-pro-khwybd{		top:120px;		left:180px;		font-size:16px;		line-height:20px;		width:300px;		height:80px;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .textbox-2-pro-khwybd,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .textbox-2-pro-khwybd{		top:0px;		left:0px;		font-size:24px;		line-height:24px;		width:0px;		height:0px;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .image-1-pro-khwybd,	#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .image-1-pro-khwybd {		top:90px;		left:35px;		width:145px;		height:190px;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .image-2-pro-khwybd,	#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .image-2-pro-khwybd {		top:0px;		left:0px;		width:500px;		height:340px;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-name,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-name {		top:90px;		left:200px;		padding:10px 10px 10px 20px;		width:270px;		font-size:18px;		line-height:26px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-lname,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-lname {		top:145px;		left:120px;		padding:10px 10px 10px 10px;		width:340px;		font-size:16px;		line-height:16px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="email"].field-pro-khwybd-email,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="email"].field-pro-khwybd-email {		top:150px;		left:200px;		padding:10px 10px 10px 20px;		width:270px;		font-size:18px;		line-height:26px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="submit"].submit-pro-khwybd,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="submit"].submit-pro-khwybd {		top:230px;		left:200px;		padding:15px 0 15px 0;		width:270px;		font-size:16px;		line-height:16px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}}@media (max-width: 640px) {	#popup-box-pro-gfcr-20 .popupally-pro-outer-khwybd-20{		top:50%;left:50%;margin-top:-104px;margin-left:-150px;	}	#popup-box-pro-gfcr-20 .popupally-pro-outer-khwybd-20,	#popup-embedded-box-pro-gfcr-20.popupally-pro-outer-embedded-khwybd-20{		width:300px;		height:208px;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .desc-pro-khwybd,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .desc-pro-khwybd{		top:20px;		left:20px;		font-size:14px;		line-height:18px;		width:300px;		height:60px;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .textbox-1-pro-khwybd,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .textbox-1-pro-khwybd{		top:75px;		left:120px;		font-size:10px;		line-height:12px;		width:170px;		height:40px;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .textbox-2-pro-khwybd,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .textbox-2-pro-khwybd{		top:0px;		left:0px;		font-size:12px;		line-height:16px;		width:0px;		height:0px;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .image-1-pro-khwybd,	#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .image-1-pro-khwybd {		top:50px;		left:15px;		width:95px;		height:125px;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .image-2-pro-khwybd,	#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 .image-2-pro-khwybd {		top:0px;		left:0px;		width:300px;		height:208px;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-name,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-name {		top:50px;		left:125px;		padding:5px 8px 5px 10px;		width:160px;		font-size:14px;		line-height:22px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-lname,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="text"].field-pro-khwybd-lname {		top:115px;		left:85px;		padding:9px 10px 9px 10px;		width:285px;		font-size:12px;		line-height:12px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="email"].field-pro-khwybd-email,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="email"].field-pro-khwybd-email {		top:93px;		left:125px;		padding:5px 8px 5px 10px;		width:160px;		font-size:14px;		line-height:22px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="submit"].submit-pro-khwybd,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-khwybd-20 input[type="submit"].submit-pro-khwybd {		top:143px;		left:125px;		padding:8px 0 8px 0;		width:160px;		font-size:12px;		line-height:12px;		-webkit-border-radius: 3px;		-moz-border-radius: 3px;		border-radius: 3px;	}}