  #stacks_in_2887{display:none}
#stacks_in_2673{visibility:hidden}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_2728Calligrapher{			font-size: 80% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_2728Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2728Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2728Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2728Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2728Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2728Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2728Calligrapher h6, .stacks_in_2728Calligrapher h5, .stacks_in_2728Calligrapher h4, .stacks_in_2728Calligrapher h3, .stacks_in_2728Calligrapher h2, .stacks_in_2728Calligrapher h1{			color: #2E9E35 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_2728Calligrapher, .stacks_in_2728Calligrapher h1, .stacks_in_2728Calligrapher h2, .stacks_in_2728Calligrapher h3, .stacks_in_2728Calligrapher h4, .stacks_in_2728Calligrapher h5, .stacks_in_2728Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2728targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2728Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_2728Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_2728Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_2728Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code */
/* #stacks_in_2688

 */





/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}


@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
	transform: translateY(-50%);
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 45px;
}
[dir='rtl'] .slick-prev
{
    right: 45px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 45px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 45px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.tripleplay-hero { width:100%;  position:relative; }
.tripleplay-carousel .tripleplay-carousel-item { height:auto; padding:0 5px;  }

.tripleplay-carousel-image div{
    position: relative;
  }
  
 .tripleplay-carousel-image div:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0, 0.6);
    -moz-transition: all .3s linear!important;
    -webkit-transition: all .3s linear!important;
    -ms-transition: all .3s linear!important;
    -o-transition: all .3s linear!important;
    transition: all .3s linear!important;
  }
  
.tripleplay-carousel-image div:hover:before, .slick-active .tripleplay-carousel-image div:before  { background: none; }
.tripleplay-carousel .tripleplay-carousel-item .tripleplay-carousel-image {  display:block;  text-align:center; }
.tripleplay-carousel .tripleplay-carousel-item .tripleplay-carousel-image img {height:auto!important; position:static!important;  width:100%; display:block;  }
.tripleplay-carousel .tripleplay-carousel-item .tripleplay-caption {visibility:hidden;  }
.tripleplay-carousel .tripleplay-carousel-item .tripleplay-caption h2 { padding-top:20px; font-size:28px; }
.tripleplay-carousel .tripleplay-carousel-item .tripleplay-caption p {font-size:15px; padding:0px; line-height: normal; padding-bottom:5px; padding-top:3px; }

.tripleplay-carousel .tripleplay-carousel-item .tripleplay-caption { text-align: left; }


.tripleplay-carousel .slick-active .tripleplay-carousel-item .tripleplay-caption {visibility:visible;  padding:0 0 2.5px 0px;  padding-bottom:8px; border-bottom:none #62AE26;}
.tripleplay-carousel .slick-slide {  transition: opacity .25s ease-in-out!important;
   -moz-transition: opacity .25s ease-in-out!important;
   -webkit-transition: opacity .25s ease-in-out!important;}
.tripleplay-carousel .slick-slide:hover { }

.slick-prev:before, .slick-next:before {  font-size: 60px; line-height: 1;  opacity: .75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  color: #FFFFFF;}

.slick-prev:before { content: '\2329'; }
[dir="rtl"] .slick-prev:before { content: '\2329'; }

[dir="rtl"] .slick-next { left: -10px; top: 70px; right: auto; }
.slick-next:before { content: "\232A"; }
[dir="rtl"] .slick-next:before { content: '\232A'; }

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)
{
    .tripleplay-carousel .tripleplay-carousel-item .tripleplay-caption h2 {font-size:19px;}
    .slick-prev,
    .slick-next
    {
        top: 30%;
    }
}

@media only screen and (max-width: 760px) {
	.tripleplay-carousel .tripleplay-carousel-item .tripleplay-caption h2 {font-size:19px;}
    .slick-next
    {
        right: -25px;
    }
    
    .slick-prev
    {
        left: -25px;
    }
}





#stacks_in_2688 {
	padding: 15px 0px 0px 0px;
}

#stacks_in_2707 .tripleplay-carousel-item .tripleplay-caption h2 { color: #8FB32A; }
#stacks_in_2707 .tripleplay-carousel-item .tripleplay-caption p { color: #4C4C4C; }

#stacks_in_2690 .tripleplay-carousel-item .tripleplay-caption h2 { color: #8FB32A; }
#stacks_in_2690 .tripleplay-carousel-item .tripleplay-caption p { color: #4C4C4C; }

#stacks_in_2699 .tripleplay-carousel-item .tripleplay-caption h2 { color: #8FB32A; }
#stacks_in_2699 .tripleplay-carousel-item .tripleplay-caption p { color: #4C4C4C; }

#stacks_in_2692 .tripleplay-carousel-item .tripleplay-caption h2 { color: #8FB32A; }
#stacks_in_2692 .tripleplay-carousel-item .tripleplay-caption p { color: #4C4C4C; }

#stacks_in_2885 .tripleplay-carousel-item .tripleplay-caption h2 { color: #8FB32A; }
#stacks_in_2885 .tripleplay-carousel-item .tripleplay-caption p { color: #4C4C4C; }

#stacks_in_2851 {
	padding:  5px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_2890Calligrapher{			font-size: 100% !important;			color: #333333 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.6em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_2890Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2890Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2890Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2890Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2890Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2890Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2890Calligrapher h6, .stacks_in_2890Calligrapher h5, .stacks_in_2890Calligrapher h4, .stacks_in_2890Calligrapher h3, .stacks_in_2890Calligrapher h2, .stacks_in_2890Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_2890Calligrapher, .stacks_in_2890Calligrapher h1, .stacks_in_2890Calligrapher h2, .stacks_in_2890Calligrapher h3, .stacks_in_2890Calligrapher h4, .stacks_in_2890Calligrapher h5, .stacks_in_2890Calligrapher h6{	font-family: Impact, Charcoal, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2890targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2890Calligrapher a:link{			color: #8FB32A !important;			text-decoration: none !important;		}				.stacks_in_2890Calligrapher a:visited{			color: #8FB32A !important;		}				.stacks_in_2890Calligrapher a:active{			color: #8FB32A !important;		}				.stacks_in_2890Calligrapher a:hover{			color: #666666 !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_2733 {
	padding: 0px 0px 5px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_2796Calligrapher{			font-size: 111% !important;			color: #333333 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.6em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_2796Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2796Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2796Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2796Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2796Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2796Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2796Calligrapher h6, .stacks_in_2796Calligrapher h5, .stacks_in_2796Calligrapher h4, .stacks_in_2796Calligrapher h3, .stacks_in_2796Calligrapher h2, .stacks_in_2796Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_2796Calligrapher, .stacks_in_2796Calligrapher h1, .stacks_in_2796Calligrapher h2, .stacks_in_2796Calligrapher h3, .stacks_in_2796Calligrapher h4, .stacks_in_2796Calligrapher h5, .stacks_in_2796Calligrapher h6{	font-family: "MS Serif", "New York", sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2796targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2796Calligrapher a:link{			color: #8FB32A !important;			text-decoration: none !important;		}				.stacks_in_2796Calligrapher a:visited{			color: #8FB32A !important;		}				.stacks_in_2796Calligrapher a:active{			color: #8FB32A !important;		}				.stacks_in_2796Calligrapher a:hover{			color: #666666 !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_2849 {
	padding: 10px 0px 0px 0px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_2928shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code *//* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_2804Calligrapher{			font-size: 111% !important;			color: #666666 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.6em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_2804Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_2804Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_2804Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_2804Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_2804Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_2804Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_2804Calligrapher h6, .stacks_in_2804Calligrapher h5, .stacks_in_2804Calligrapher h4, .stacks_in_2804Calligrapher h3, .stacks_in_2804Calligrapher h2, .stacks_in_2804Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_2804Calligrapher, .stacks_in_2804Calligrapher h1, .stacks_in_2804Calligrapher h2, .stacks_in_2804Calligrapher h3, .stacks_in_2804Calligrapher h4, .stacks_in_2804Calligrapher h5, .stacks_in_2804Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2804targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2804Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_2804Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_2804Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_2804Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_2739 {
	line-height: 2em;
}
#stacks_in_2853{visibility:hidden}
/* Start Responsive Shim stack CSS code */.stacks_in_2899shim{	padding-top: 5%;}/* End Responsive Shim stack CSS code *//* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_2854Calligrapher{			font-size: 100% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_2854Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2854Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2854Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2854Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2854Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2854Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2854Calligrapher h6, .stacks_in_2854Calligrapher h5, .stacks_in_2854Calligrapher h4, .stacks_in_2854Calligrapher h3, .stacks_in_2854Calligrapher h2, .stacks_in_2854Calligrapher h1{			color: #8FB32A !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_2854Calligrapher, .stacks_in_2854Calligrapher h1, .stacks_in_2854Calligrapher h2, .stacks_in_2854Calligrapher h3, .stacks_in_2854Calligrapher h4, .stacks_in_2854Calligrapher h5, .stacks_in_2854Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2854targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2854Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_2854Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_2854Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_2854Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code *//* Start dooGrid stack each CSS code */.stacks_in_2855gridWrapper > div{	display: inline-block !important;	width: 25%;	-webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;    vertical-align: top;    margin-top: 15px;    padding-right: 7.500000px;    padding-left: 7.500000px;}.stacks_in_2855gridWrapper{	margin-right: -7.500000px;    margin-left: -7.500000px;    margin-top: -15px;}@media all and (max-width: 1024px) {				.stacks_in_2855gridWrapper > div{		width: 25%;	}	}@media all and (max-width: 768px) {				.stacks_in_2855gridWrapper > div{		width: 50%;	}		}@media all and (max-width: 480px) {				.stacks_in_2855gridWrapper > div{		width: 100%;	}	}#stacks_in_2855 .dooGridItem{	position: relative;	-webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;	background: rgba(82, 163, 29, 1.00);	border:0px solid rgba(82, 163, 29, 1.00);	border-radius: 0px;	padding: 10px;}/* End dooGrid stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_2868 {
	background-color: rgba(82, 163, 29, 1.00);
	padding:  20px;
}
#linkBoxstacks_in_2869 {
	display: block;
	position: relative;
	z-index: 1;
}

#linkBoxContentstacks_in_2869 {
	position: relative;
	display: block;
	z-index: 2;
}

#linkBoxLinkstacks_in_2869 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../index_files/bg_fill.gif) repeat;
}


/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_2894Calligrapher{			font-size: 100% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.6em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_2894Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2894Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2894Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2894Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2894Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2894Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2894Calligrapher h6, .stacks_in_2894Calligrapher h5, .stacks_in_2894Calligrapher h4, .stacks_in_2894Calligrapher h3, .stacks_in_2894Calligrapher h2, .stacks_in_2894Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_2894Calligrapher, .stacks_in_2894Calligrapher h1, .stacks_in_2894Calligrapher h2, .stacks_in_2894Calligrapher h3, .stacks_in_2894Calligrapher h4, .stacks_in_2894Calligrapher h5, .stacks_in_2894Calligrapher h6{	font-family: Impact, Charcoal, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2894targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2894Calligrapher a:link{			color: #8FB32A !important;			text-decoration: none !important;		}				.stacks_in_2894Calligrapher a:visited{			color: #8FB32A !important;		}				.stacks_in_2894Calligrapher a:active{			color: #8FB32A !important;		}				.stacks_in_2894Calligrapher a:hover{			color: #666666 !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_2898shim{	padding-top: 7%;}/* End Responsive Shim stack CSS code */
#stacks_in_2871 {
	display:inline-block; width:100%; line-height: 1.500000em;
	font-size: 111%;
}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_2856 {
	background-color: rgba(82, 163, 29, 1.00);
	padding:  20px;
}
#linkBoxstacks_in_2857 {
	display: block;
	position: relative;
	z-index: 1;
}

#linkBoxContentstacks_in_2857 {
	position: relative;
	display: block;
	z-index: 2;
}

#linkBoxLinkstacks_in_2857 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../index_files/bg_fill.gif) repeat;
}


/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_2901Calligrapher{			font-size: 100% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.6em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_2901Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2901Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2901Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2901Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2901Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2901Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2901Calligrapher h6, .stacks_in_2901Calligrapher h5, .stacks_in_2901Calligrapher h4, .stacks_in_2901Calligrapher h3, .stacks_in_2901Calligrapher h2, .stacks_in_2901Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_2901Calligrapher, .stacks_in_2901Calligrapher h1, .stacks_in_2901Calligrapher h2, .stacks_in_2901Calligrapher h3, .stacks_in_2901Calligrapher h4, .stacks_in_2901Calligrapher h5, .stacks_in_2901Calligrapher h6{	font-family: Impact, Charcoal, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2901targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2901Calligrapher a:link{			color: #8FB32A !important;			text-decoration: none !important;		}				.stacks_in_2901Calligrapher a:visited{			color: #8FB32A !important;		}				.stacks_in_2901Calligrapher a:active{			color: #8FB32A !important;		}				.stacks_in_2901Calligrapher a:hover{			color: #666666 !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_2913shim{	padding-top: 7%;}/* End Responsive Shim stack CSS code */
#stacks_in_2859 {
	display:inline-block; width:100%; line-height: 1.500000em;
	font-size: 111%;
}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_2862 {
	background-color: rgba(82, 163, 29, 1.00);
	padding:  20px;
}
#linkBoxstacks_in_2863 {
	display: block;
	position: relative;
	z-index: 1;
}

#linkBoxContentstacks_in_2863 {
	position: relative;
	display: block;
	z-index: 2;
}

#linkBoxLinkstacks_in_2863 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../index_files/bg_fill.gif) repeat;
}


/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_2905Calligrapher{			font-size: 100% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.6em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_2905Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2905Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2905Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2905Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2905Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2905Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2905Calligrapher h6, .stacks_in_2905Calligrapher h5, .stacks_in_2905Calligrapher h4, .stacks_in_2905Calligrapher h3, .stacks_in_2905Calligrapher h2, .stacks_in_2905Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_2905Calligrapher, .stacks_in_2905Calligrapher h1, .stacks_in_2905Calligrapher h2, .stacks_in_2905Calligrapher h3, .stacks_in_2905Calligrapher h4, .stacks_in_2905Calligrapher h5, .stacks_in_2905Calligrapher h6{	font-family: Impact, Charcoal, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2905targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2905Calligrapher a:link{			color: #8FB32A !important;			text-decoration: none !important;		}				.stacks_in_2905Calligrapher a:visited{			color: #8FB32A !important;		}				.stacks_in_2905Calligrapher a:active{			color: #8FB32A !important;		}				.stacks_in_2905Calligrapher a:hover{			color: #666666 !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_2914shim{	padding-top: 7%;}/* End Responsive Shim stack CSS code */
#stacks_in_2865 {
	display:inline-block; width:100%; line-height: 1.500000em;
	font-size: 111%;
}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_2874 {
	background-color: rgba(82, 163, 29, 1.00);
	padding:  20px;
}
#linkBoxstacks_in_2875 {
	display: block;
	position: relative;
	z-index: 1;
}

#linkBoxContentstacks_in_2875 {
	position: relative;
	display: block;
	z-index: 2;
}

#linkBoxLinkstacks_in_2875 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../index_files/bg_fill.gif) repeat;
}


/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_2909Calligrapher{			font-size: 100% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.6em !important;			font-variant: normal !important;			letter-spacing: 1px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_2909Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2909Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2909Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2909Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2909Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2909Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2909Calligrapher h6, .stacks_in_2909Calligrapher h5, .stacks_in_2909Calligrapher h4, .stacks_in_2909Calligrapher h3, .stacks_in_2909Calligrapher h2, .stacks_in_2909Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_2909Calligrapher, .stacks_in_2909Calligrapher h1, .stacks_in_2909Calligrapher h2, .stacks_in_2909Calligrapher h3, .stacks_in_2909Calligrapher h4, .stacks_in_2909Calligrapher h5, .stacks_in_2909Calligrapher h6{	font-family: Impact, Charcoal, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2909targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2909Calligrapher a:link{			color: #8FB32A !important;			text-decoration: none !important;		}				.stacks_in_2909Calligrapher a:visited{			color: #8FB32A !important;		}				.stacks_in_2909Calligrapher a:active{			color: #8FB32A !important;		}				.stacks_in_2909Calligrapher a:hover{			color: #666666 !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_2915shim{	padding-top: 7%;}/* End Responsive Shim stack CSS code */
#stacks_in_2877 {
	display:inline-block; width:100%; line-height: 1.500000em;
	font-size: 111%;
}
/* Start Obscure Email stack CSS code */.stacks_in_2920topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_2920mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_2920small{font-weight: normal;font-size: 12px;}.stacks_in_2920centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_2920centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code */#stacks_in_2926{visibility:hidden}
/* Start Obscure Email stack CSS code */.stacks_in_2925topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_2925mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_2925small{font-weight: normal;font-size: 12px;}.stacks_in_2925centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_2925centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code *//* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */	 		span#asideTitle{			font-size: 177% !important;			color: #333333 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.6em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ span#asideTitle{	font-family: Impact, Charcoal, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2917targetNote{	display: none;}.stacks_in_2917Calligrapher{	display: none;}.stacks_in_2917targetNote{	padding: 20px;	margin: 10px;	border: 1px solid #000000;	border-radius: 5px;	color: #ffffff !important;	background: #333333;	display: block;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2917Calligrapher a:link{			color: #8FB32A !important;			text-decoration: none !important;		}				.stacks_in_2917Calligrapher a:visited{			color: #8FB32A !important;		}				.stacks_in_2917Calligrapher a:active{			color: #8FB32A !important;		}				.stacks_in_2917Calligrapher a:hover{			color: #666666 !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code *//* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */	 		nav ul{			font-size: 88% !important;			color: #333333 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.6em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ nav ul{	font-family: Impact, Charcoal, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2921targetNote{	display: none;}.stacks_in_2921Calligrapher{	display: none;}.stacks_in_2921targetNote{	padding: 20px;	margin: 10px;	border: 1px solid #000000;	border-radius: 5px;	color: #ffffff !important;	background: #333333;	display: block;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2921Calligrapher a:link{			color: #449617 !important;			text-decoration: none !important;		}				.stacks_in_2921Calligrapher a:visited{			color: #449617 !important;		}				.stacks_in_2921Calligrapher a:active{			color: #449617 !important;		}				.stacks_in_2921Calligrapher a:hover{			color: #666666 !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code *//* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */	 		header h2#slogan{			font-size: 84% !important;			color: #333333 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.6em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ header h2#slogan{	font-family: Impact, Charcoal, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2923targetNote{	display: none;}.stacks_in_2923Calligrapher{	display: none;}.stacks_in_2923targetNote{	padding: 20px;	margin: 10px;	border: 1px solid #000000;	border-radius: 5px;	color: #ffffff !important;	background: #333333;	display: block;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2923Calligrapher a:link{			color: #449617 !important;			text-decoration: none !important;		}				.stacks_in_2923Calligrapher a:visited{			color: #449617 !important;		}				.stacks_in_2923Calligrapher a:active{			color: #449617 !important;		}				.stacks_in_2923Calligrapher a:hover{			color: #666666 !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code *//* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_2847Calligrapher{			font-size: 66% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.4em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_2847Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2847Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2847Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2847Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2847Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2847Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2847Calligrapher h6, .stacks_in_2847Calligrapher h5, .stacks_in_2847Calligrapher h4, .stacks_in_2847Calligrapher h3, .stacks_in_2847Calligrapher h2, .stacks_in_2847Calligrapher h1{			color: #8FB32A !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_2847Calligrapher, .stacks_in_2847Calligrapher h1, .stacks_in_2847Calligrapher h2, .stacks_in_2847Calligrapher h3, .stacks_in_2847Calligrapher h4, .stacks_in_2847Calligrapher h5, .stacks_in_2847Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2847targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2847Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_2847Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_2847Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_2847Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */.gdpr-cookie-law{position:fixed;z-index:1000000000;padding:14px;bottom:0;left:0;right:0;max-width:100%;background-color:#09a0e1;color:#fff;font-family:Arial,sans-serif;line-height:1.4;font-size:16px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.gdpr-cookie-law--is-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.gdpr-cookie-law__body{width:1170px;max-width:100%;margin-left:auto;margin-right:auto}.gdpr-cookie-law:not(.gdpr-cookie-law--sm):not(.gdpr-cookie-law--sm-fix) .gdpr-cookie-law__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gdpr-cookie-law__icon-box{margin-right:1em;width:24px}.gdpr-cookie-law__icon{display:inline-block;vertical-align:middle;width:24px;height:24px;fill:currentColor}.gdpr-cookie-law--sm .gdpr-cookie-law__icon-box,.gdpr-cookie-law--sm-fix .gdpr-cookie-law__icon-box{margin-left:auto;margin-right:auto;margin-bottom:.5em}.gdpr-cookie-law__desc{text-align:left}.gdpr-cookie-law--sm .gdpr-cookie-law__desc,.gdpr-cookie-law--sm-fix .gdpr-cookie-law__desc{text-align:center}.gdpr-cookie-law__link{display:inline-block;vertical-align:inherit;white-space:nowrap;color:inherit;text-decoration:none;font-weight:700;border:1px solid transparent}.gdpr-cookie-law__link:focus,.gdpr-cookie-law__link:hover{text-decoration:none;color:inherit;border:1px solid transparent}.gdpr-cookie-law__btn-bar{margin-left:auto;text-align:right;-webkit-box-flex:1;-ms-flex:1;flex:1}.gdpr-cookie-law--sm .gdpr-cookie-law__btn-bar,.gdpr-cookie-law--sm-fix .gdpr-cookie-law__btn-bar{text-align:center}.gdpr-cookie-law__btn{display:inline-block;font-weight:700;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#fff;color:#666;border:1px solid transparent;margin:0;padding:15px 56px 13px 56px;font-size:14px;line-height:1.5;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;transition:color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;-o-transition:color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out;transition:color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out;transition:color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;text-transform:uppercase}.gdpr-cookie-law__btn:focus,.gdpr-cookie-law__btn:hover{text-decoration:none}.gdpr-cookie-law__btn:hover{cursor:pointer}.gdpr-cookie-law__btn:focus{outline:0}.gdpr-cookie-law__btn--accept{background-color:#fff;color:#666}.gdpr-cookie-law--animated{-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes gdpr-cookie-law-fade-in{0%{opacity:0}100%{opacity:1}}@keyframes gdpr-cookie-law-fade-in{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes gdpr-cookie-law-fade-out{0%{opacity:1}100%{opacity:0}}@keyframes gdpr-cookie-law-fade-out{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes gdpr-cookie-law-slide-in-up{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes gdpr-cookie-law-slide-in-up{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes gdpr-cookie-law-slide-in-down{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes gdpr-cookie-law-slide-in-down{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes gdpr-cookie-law-slide-out-up{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes gdpr-cookie-law-slide-out-up{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes gdpr-cookie-law-slide-out-down{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes gdpr-cookie-law-slide-out-down{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes gdpr-cookie-law-fade-in-down{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes gdpr-cookie-law-fade-in-down{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes gdpr-cookie-law-fade-in-up{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes gdpr-cookie-law-fade-in-up{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes gdpr-cookie-law-fade-out-down{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes gdpr-cookie-law-fade-out-down{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes gdpr-cookie-law-fade-out-up{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes gdpr-cookie-law-fade-out-up{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.gdpr-cookie-law--animation-fade-in{-webkit-animation-name:gdpr-cookie-law-fade-in;animation-name:gdpr-cookie-law-fade-in}.gdpr-cookie-law--animation-fade-out{-webkit-animation-name:gdpr-cookie-law-fade-out;animation-name:gdpr-cookie-law-fade-out}.gdpr-cookie-law--animation-slide-in-up{-webkit-animation-name:gdpr-cookie-law-slide-in-up;animation-name:gdpr-cookie-law-slide-in-up}.gdpr-cookie-law--animation-slide-in-down{-webkit-animation-name:gdpr-cookie-law-slide-in-down;animation-name:gdpr-cookie-law-slide-in-down}.gdpr-cookie-law--animation-slide-out-up{-webkit-animation-name:gdpr-cookie-law-slide-out-up;animation-name:gdpr-cookie-law-slide-out-up}.gdpr-cookie-law--animation-slide-out-down{-webkit-animation-name:gdpr-cookie-law-slide-out-down;animation-name:gdpr-cookie-law-slide-out-down}.gdpr-cookie-law--animation-fade-in-up{-webkit-animation-name:gdpr-cookie-law-fade-in-up;animation-name:gdpr-cookie-law-fade-in-up}.gdpr-cookie-law--animation-fade-in-down{-webkit-animation-name:gdpr-cookie-law-fade-in-down;animation-name:gdpr-cookie-law-fade-in-down}.gdpr-cookie-law--animation-fade-out-up{-webkit-animation-name:gdpr-cookie-law-fade-out-up;animation-name:gdpr-cookie-law-fade-out-up}.gdpr-cookie-law--animation-fade-out-down{-webkit-animation-name:gdpr-cookie-law-fade-out-down;animation-name:gdpr-cookie-law-fade-out-down}.gdpr-cookie-law.gdpr-cookie-law--theme-dark{background-color:#444;color:#fff}.gdpr-cookie-law--theme-dark .gdpr-cookie-law__link,.gdpr-cookie-law--theme-dark .gdpr-cookie-law__link:active,.gdpr-cookie-law--theme-dark .gdpr-cookie-law__link:focus,.gdpr-cookie-law--theme-dark .gdpr-cookie-law__link:hover{color:inherit}.gdpr-cookie-law--theme-dark .gdpr-cookie-law__btn--accept{background-color:#ccc;color:#111}.gdpr-cookie-law--theme-dark .gdpr-cookie-law__btn--accept:active,.gdpr-cookie-law--theme-dark .gdpr-cookie-law__btn--accept:focus,.gdpr-cookie-law--theme-dark .gdpr-cookie-law__btn--accept:hover{background-color:#eee;color:#111}.gdpr-cookie-law.gdpr-cookie-law--theme-light{background-color:#eee;color:#444}.gdpr-cookie-law--theme-light .gdpr-cookie-law__link,.gdpr-cookie-law--theme-light .gdpr-cookie-law__link:active,.gdpr-cookie-law--theme-light .gdpr-cookie-law__link:focus,.gdpr-cookie-law--theme-light .gdpr-cookie-law__link:hover{color:inherit}.gdpr-cookie-law--theme-light .gdpr-cookie-law__btn--accept{background-color:#333;color:#fff}.gdpr-cookie-law--theme-light .gdpr-cookie-law__btn--accept:active,.gdpr-cookie-law--theme-light .gdpr-cookie-law__btn--accept:focus,.gdpr-cookie-law--theme-light .gdpr-cookie-law__btn--accept:hover{background-color:#111;color:#fff}.gdpr-cookie-law.gdpr-cookie-law--theme-1{background-color:#5783ff;color:#fff}.gdpr-cookie-law--theme-1 .gdpr-cookie-law__link,.gdpr-cookie-law--theme-1 .gdpr-cookie-law__link:active,.gdpr-cookie-law--theme-1 .gdpr-cookie-law__link:focus,.gdpr-cookie-law--theme-1 .gdpr-cookie-law__link:hover{color:inherit}.gdpr-cookie-law--theme-1 .gdpr-cookie-law__btn--accept{background-color:#4c67ea;color:#fff}.gdpr-cookie-law--theme-1 .gdpr-cookie-law__btn--accept:active,.gdpr-cookie-law--theme-1 .gdpr-cookie-law__btn--accept:focus,.gdpr-cookie-law--theme-1 .gdpr-cookie-law__btn--accept:hover{background-color:#4759d4;color:#fff}.gdpr-cookie-law.gdpr-cookie-law--theme-2{background-color:#b667ff;color:#fff}.gdpr-cookie-law--theme-2 .gdpr-cookie-law__link,.gdpr-cookie-law--theme-2 .gdpr-cookie-law__link:active,.gdpr-cookie-law--theme-2 .gdpr-cookie-law__link:focus,.gdpr-cookie-law--theme-2 .gdpr-cookie-law__link:hover{color:inherit}.gdpr-cookie-law--theme-2 .gdpr-cookie-law__btn--accept{background-color:#9d50e4;color:#fff}.gdpr-cookie-law--theme-2 .gdpr-cookie-law__btn--accept:active,.gdpr-cookie-law--theme-2 .gdpr-cookie-law__btn--accept:focus,.gdpr-cookie-law--theme-2 .gdpr-cookie-law__btn--accept:hover{background-color:#9144cb;color:#fff}.gdpr-cookie-law.gdpr-cookie-law--theme-3{background-color:#ff56e0;color:#fff}.gdpr-cookie-law--theme-3 .gdpr-cookie-law__link,.gdpr-cookie-law--theme-3 .gdpr-cookie-law__link:active,.gdpr-cookie-law--theme-3 .gdpr-cookie-law__link:focus,.gdpr-cookie-law--theme-3 .gdpr-cookie-law__link:hover{color:inherit}.gdpr-cookie-law--theme-3 .gdpr-cookie-law__btn--accept{background-color:#d635ab;color:#fff}.gdpr-cookie-law--theme-3 .gdpr-cookie-law__btn--accept:active,.gdpr-cookie-law--theme-3 .gdpr-cookie-law__btn--accept:focus,.gdpr-cookie-law--theme-3 .gdpr-cookie-law__btn--accept:hover{background-color:#c6399a;color:#fff}.gdpr-cookie-law.gdpr-cookie-law--theme-4{background-color:#ff5f50;color:#fff}.gdpr-cookie-law--theme-4 .gdpr-cookie-law__link,.gdpr-cookie-law--theme-4 .gdpr-cookie-law__link:active,.gdpr-cookie-law--theme-4 .gdpr-cookie-law__link:focus,.gdpr-cookie-law--theme-4 .gdpr-cookie-law__link:hover{color:inherit}.gdpr-cookie-law--theme-4 .gdpr-cookie-law__btn--accept{background-color:#da351e;color:#fff}.gdpr-cookie-law--theme-4 .gdpr-cookie-law__btn--accept:active,.gdpr-cookie-law--theme-4 .gdpr-cookie-law__btn--accept:focus,.gdpr-cookie-law--theme-4 .gdpr-cookie-law__btn--accept:hover{background-color:#ca4329;color:#fff}.gdpr-cookie-law.gdpr-cookie-law--theme-5{background-color:#ff6438;color:#fff}.gdpr-cookie-law--theme-5 .gdpr-cookie-law__link,.gdpr-cookie-law--theme-5 .gdpr-cookie-law__link:active,.gdpr-cookie-law--theme-5 .gdpr-cookie-law__link:focus,.gdpr-cookie-law--theme-5 .gdpr-cookie-law__link:hover{color:inherit}.gdpr-cookie-law--theme-5 .gdpr-cookie-law__btn--accept{background-color:#d85122;color:#fff}.gdpr-cookie-law--theme-5 .gdpr-cookie-law__btn--accept:active,.gdpr-cookie-law--theme-5 .gdpr-cookie-law__btn--accept:focus,.gdpr-cookie-law--theme-5 .gdpr-cookie-law__btn--accept:hover{background-color:#bf4817;color:#fff}.gdpr-cookie-law.gdpr-cookie-law--theme-6{background-color:#6a9c00;color:#fff}.gdpr-cookie-law--theme-6 .gdpr-cookie-law__link,.gdpr-cookie-law--theme-6 .gdpr-cookie-law__link:active,.gdpr-cookie-law--theme-6 .gdpr-cookie-law__link:focus,.gdpr-cookie-law--theme-6 .gdpr-cookie-law__link:hover{color:inherit}.gdpr-cookie-law--theme-6 .gdpr-cookie-law__btn--accept{background-color:#4c8100;color:#fff}.gdpr-cookie-law--theme-6 .gdpr-cookie-law__btn--accept:active,.gdpr-cookie-law--theme-6 .gdpr-cookie-law__btn--accept:focus,.gdpr-cookie-law--theme-6 .gdpr-cookie-law__btn--accept:hover{background-color:#3d7300;color:#fff}.gdpr-cookie-law.gdpr-cookie-law--theme-7{background-color:#50a300;color:#fff}.gdpr-cookie-law--theme-7 .gdpr-cookie-law__link,.gdpr-cookie-law--theme-7 .gdpr-cookie-law__link:active,.gdpr-cookie-law--theme-7 .gdpr-cookie-law__link:focus,.gdpr-cookie-law--theme-7 .gdpr-cookie-law__link:hover{color:inherit}.gdpr-cookie-law--theme-7 .gdpr-cookie-law__btn--accept{background-color:#378600;color:#fff}.gdpr-cookie-law--theme-7 .gdpr-cookie-law__btn--accept:active,.gdpr-cookie-law--theme-7 .gdpr-cookie-law__btn--accept:focus,.gdpr-cookie-law--theme-7 .gdpr-cookie-law__btn--accept:hover{background-color:#297900;color:#fff}.gdpr-cookie-law.gdpr-cookie-law--theme-8{background-color:#00b284;color:#fff}.gdpr-cookie-law--theme-8 .gdpr-cookie-law__link,.gdpr-cookie-law--theme-8 .gdpr-cookie-law__link:active,.gdpr-cookie-law--theme-8 .gdpr-cookie-law__link:focus,.gdpr-cookie-law--theme-8 .gdpr-cookie-law__link:hover{color:inherit}.gdpr-cookie-law--theme-8 .gdpr-cookie-law__btn--accept{background-color:#009173;color:#fff}.gdpr-cookie-law--theme-8 .gdpr-cookie-law__btn--accept:active,.gdpr-cookie-law--theme-8 .gdpr-cookie-law__btn--accept:focus,.gdpr-cookie-law--theme-8 .gdpr-cookie-law__btn--accept:hover{background-color:#00806a;color:#fff}.gdpr-cookie-law.gdpr-cookie-law--theme-9{background-color:#00aab9;color:#fff}.gdpr-cookie-law--theme-9 .gdpr-cookie-law__link,.gdpr-cookie-law--theme-9 .gdpr-cookie-law__link:active,.gdpr-cookie-law--theme-9 .gdpr-cookie-law__link:focus,.gdpr-cookie-law--theme-9 .gdpr-cookie-law__link:hover{color:inherit}.gdpr-cookie-law--theme-9 .gdpr-cookie-law__btn--accept{background-color:#00899f;color:#fff}.gdpr-cookie-law--theme-9 .gdpr-cookie-law__btn--accept:active,.gdpr-cookie-law--theme-9 .gdpr-cookie-law__btn--accept:focus,.gdpr-cookie-law--theme-9 .gdpr-cookie-law__btn--accept:hover{background-color:#007993;color:#fff}.gdpr-cookie-law.gdpr-cookie-law--theme-10{background-color:#00a6ca;color:#fff}.gdpr-cookie-law--theme-10 .gdpr-cookie-law__link,.gdpr-cookie-law--theme-10 .gdpr-cookie-law__link:active,.gdpr-cookie-law--theme-10 .gdpr-cookie-law__link:focus,.gdpr-cookie-law--theme-10 .gdpr-cookie-law__link:hover{color:inherit}.gdpr-cookie-law--theme-10 .gdpr-cookie-law__btn--accept{background-color:#0086ad;color:#fff}.gdpr-cookie-law--theme-10 .gdpr-cookie-law__btn--accept:active,.gdpr-cookie-law--theme-10 .gdpr-cookie-law__btn--accept:focus,.gdpr-cookie-law--theme-10 .gdpr-cookie-law__btn--accept:hover{background-color:#00759f;color:#fff}.gdpr-cookie-law.gdpr-cookie-law--theme-light-1{background-color:#bccae4;color:#495b7d}.gdpr-cookie-law--theme-light-1 .gdpr-cookie-law__link{color:inherit}.gdpr-cookie-law--theme-light-1 .gdpr-cookie-law__link:active,.gdpr-cookie-law--theme-light-1 .gdpr-cookie-law__link:focus,.gdpr-cookie-law--theme-light-1 .gdpr-cookie-law__link:hover{color:#495b7d}.gdpr-cookie-law--theme-light-1 .gdpr-cookie-law__btn--accept{background-color:#1f3660;color:#bccae4}.gdpr-cookie-law--theme-light-1 .gdpr-cookie-law__btn--accept:active,.gdpr-cookie-law--theme-light-1 .gdpr-cookie-law__btn--accept:focus,.gdpr-cookie-law--theme-light-1 .gdpr-cookie-law__btn--accept:hover{background-color:#13213a;color:#c8d4e9}.gdpr-cookie-law.gdpr-cookie-law--theme-light-2{background-color:#ccc5e6;color:#5d5580}.gdpr-cookie-law--theme-light-2 .gdpr-cookie-law__link{color:inherit}.gdpr-cookie-law--theme-light-2 .gdpr-cookie-law__link:active,.gdpr-cookie-law--theme-light-2 .gdpr-cookie-law__link:focus,.gdpr-cookie-law--theme-light-2 .gdpr-cookie-law__link:hover{color:#5d5580}.gdpr-cookie-law--theme-light-2 .gdpr-cookie-law__btn--accept{background-color:#382e65;color:#ccc5e6}.gdpr-cookie-law--theme-light-2 .gdpr-cookie-law__btn--accept:active,.gdpr-cookie-law--theme-light-2 .gdpr-cookie-law__btn--accept:focus,.gdpr-cookie-law--theme-light-2 .gdpr-cookie-law__btn--accept:hover{background-color:#312858;color:#d0cae8}.gdpr-cookie-law.gdpr-cookie-law--theme-light-3{background-color:#dec1de;color:#754f75}.gdpr-cookie-law--theme-light-3 .gdpr-cookie-law__link{color:inherit}.gdpr-cookie-law--theme-light-3 .gdpr-cookie-law__link:active,.gdpr-cookie-law--theme-light-3 .gdpr-cookie-law__link:focus,.gdpr-cookie-law--theme-light-3 .gdpr-cookie-law__link:hover{color:#754f75}.gdpr-cookie-law--theme-light-3 .gdpr-cookie-law__btn--accept{background-color:#562657;color:#dec1de}.gdpr-cookie-law--theme-light-3 .gdpr-cookie-law__btn--accept:active,.gdpr-cookie-law--theme-light-3 .gdpr-cookie-law__btn--accept:focus,.gdpr-cookie-law--theme-light-3 .gdpr-cookie-law__btn--accept:hover{background-color:#4f1f50;color:#e4cde4}.gdpr-cookie-law.gdpr-cookie-law--theme-light-4{background-color:#e6c0d0;color:#7f4d64}.gdpr-cookie-law--theme-light-4 .gdpr-cookie-law__link{color:inherit}.gdpr-cookie-law--theme-light-4 .gdpr-cookie-law__link:active,.gdpr-cookie-law--theme-light-4 .gdpr-cookie-law__link:focus,.gdpr-cookie-law--theme-light-4 .gdpr-cookie-law__link:hover{color:#7f4d64}.gdpr-cookie-law--theme-light-4 .gdpr-cookie-law__btn--accept{background-color:#632541;color:#e6c0d0}.gdpr-cookie-law--theme-light-4 .gdpr-cookie-law__btn--accept:active,.gdpr-cookie-law--theme-light-4 .gdpr-cookie-law__btn--accept:focus,.gdpr-cookie-law--theme-light-4 .gdpr-cookie-law__btn--accept:hover{background-color:#5d233d;color:#e9c8d6}.gdpr-cookie-law.gdpr-cookie-law--theme-light-5{background-color:#e6c1c1;color:#7f4f50}.gdpr-cookie-law--theme-light-5 .gdpr-cookie-law__link{color:inherit}.gdpr-cookie-law--theme-light-5 .gdpr-cookie-law__link:active,.gdpr-cookie-law--theme-light-5 .gdpr-cookie-law__link:focus,.gdpr-cookie-law--theme-light-5 .gdpr-cookie-law__link:hover{color:#7f4f50}.gdpr-cookie-law--theme-light-5 .gdpr-cookie-law__btn--accept{background-color:#632728;color:#e6c1c1}.gdpr-cookie-law--theme-light-5 .gdpr-cookie-law__btn--accept:active,.gdpr-cookie-law--theme-light-5 .gdpr-cookie-law__btn--accept:focus,.gdpr-cookie-law--theme-light-5 .gdpr-cookie-law__btn--accept:hover{background-color:#5b2425;color:#e9c8c8}.gdpr-cookie-law.gdpr-cookie-law--theme-light-6{background-color:#e1c3b8;color:#795243}.gdpr-cookie-law--theme-light-6 .gdpr-cookie-law__link{color:inherit}.gdpr-cookie-law--theme-light-6 .gdpr-cookie-law__link:active,.gdpr-cookie-law--theme-light-6 .gdpr-cookie-law__link:focus,.gdpr-cookie-law--theme-light-6 .gdpr-cookie-law__link:hover{color:#795243}.gdpr-cookie-law--theme-light-6 .gdpr-cookie-law__btn--accept{background-color:#5c2b19;color:#e1c3b8}.gdpr-cookie-law--theme-light-6 .gdpr-cookie-law__btn--accept:active,.gdpr-cookie-law--theme-light-6 .gdpr-cookie-law__btn--accept:focus,.gdpr-cookie-law--theme-light-6 .gdpr-cookie-law__btn--accept:hover{background-color:#552411;color:#e8d2c9}.gdpr-cookie-law.gdpr-cookie-law--theme-light-7{background-color:#b4d1b4;color:#3e643e}.gdpr-cookie-law--theme-light-7 .gdpr-cookie-law__link{color:inherit}.gdpr-cookie-law--theme-light-7 .gdpr-cookie-law__link:active,.gdpr-cookie-law--theme-light-7 .gdpr-cookie-law__link:focus,.gdpr-cookie-law--theme-light-7 .gdpr-cookie-law__link:hover{color:#3e643e}.gdpr-cookie-law--theme-light-7 .gdpr-cookie-law__btn--accept{background-color:#124211;color:#b4d1b4}.gdpr-cookie-law--theme-light-7 .gdpr-cookie-law__btn--accept:active,.gdpr-cookie-law--theme-light-7 .gdpr-cookie-law__btn--accept:focus,.gdpr-cookie-law--theme-light-7 .gdpr-cookie-law__btn--accept:hover{background-color:#113d10;color:#d0e2d0}.gdpr-cookie-law.gdpr-cookie-law--theme-light-8{background-color:#acd1d1;color:#346464}.gdpr-cookie-law--theme-light-8 .gdpr-cookie-law__link{color:inherit}.gdpr-cookie-law--theme-light-8 .gdpr-cookie-law__link:active,.gdpr-cookie-law--theme-light-8 .gdpr-cookie-law__link:focus,.gdpr-cookie-law--theme-light-8 .gdpr-cookie-law__link:hover{color:#346464}.gdpr-cookie-law--theme-light-8 .gdpr-cookie-law__btn--accept{background-color:#054140;color:#acd1d1}.gdpr-cookie-law--theme-light-8 .gdpr-cookie-law__btn--accept:active,.gdpr-cookie-law--theme-light-8 .gdpr-cookie-law__btn--accept:focus,.gdpr-cookie-law--theme-light-8 .gdpr-cookie-law__btn--accept:hover{background-color:#032928;color:#cee4e4}.gdpr-cookie-law.gdpr-cookie-law--theme-light-9{background-color:#b1ceda;color:#3a6170}.gdpr-cookie-law--theme-light-9 .gdpr-cookie-law__link{color:inherit}.gdpr-cookie-law--theme-light-9 .gdpr-cookie-law__link:active,.gdpr-cookie-law--theme-light-9 .gdpr-cookie-law__link:focus,.gdpr-cookie-law--theme-light-9 .gdpr-cookie-law__link:hover{color:#3a6170}.gdpr-cookie-law--theme-light-9 .gdpr-cookie-law__btn--accept{background-color:#0c3d4f;color:#b1ceda}.gdpr-cookie-law--theme-light-9 .gdpr-cookie-law__btn--accept:active,.gdpr-cookie-law--theme-light-9 .gdpr-cookie-law__btn--accept:focus,.gdpr-cookie-law--theme-light-9 .gdpr-cookie-law__btn--accept:hover{background-color:#0a3342;color:#cbdee6}.gdpr-cookie-law.gdpr-cookie-law--theme-light-10{background-color:#c6c7bf;color:#3e3d40}.gdpr-cookie-law--theme-light-10 .gdpr-cookie-law__link{color:inherit}.gdpr-cookie-law--theme-light-10 .gdpr-cookie-law__link:active,.gdpr-cookie-law--theme-light-10 .gdpr-cookie-law__link:focus,.gdpr-cookie-law--theme-light-10 .gdpr-cookie-law__link:hover{color:#3e3d40}.gdpr-cookie-law--theme-light-10 .gdpr-cookie-law__btn--accept{background-color:#3e3d40;color:#c6c7bf}.gdpr-cookie-law--theme-light-10 .gdpr-cookie-law__btn--accept:active,.gdpr-cookie-law--theme-light-10 .gdpr-cookie-law__btn--accept:focus,.gdpr-cookie-law--theme-light-10 .gdpr-cookie-law__btn--accept:hover{background-color:#262527;color:#dbdbd6}