.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004f0f, #00002a);background-image: -moz-linear-gradient(180deg, #004f0f, #00002a);background-image: -ms-linear-gradient(180deg, #004f0f, #00002a);background-image: -o-linear-gradient(180deg, #004f0f, #00002a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f0f', endColorstr='#00002a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f0f', endColorstr='#00002a' );";background-image: linear-gradient(180deg, #004f0f, #00002a);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:640px;width:960px;overflow:visible;position:relative;display:block; }#WwusmSzGyMTHlERAv1vL01iKUn3Tu8xT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:562.997px;width:562.997px;top:77.002838134766px;left:397.00283813477px;overflow:hidden;display:block; }
#VQLhOpthnnnPXbWUvffhdKHhB6HV4ktV { color:#ffd300;display:block;width:225.98px;position:absolute;font-family:oswald;font-size:44px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:42.5px;left:180.96591186523px;height:114.3906px;text-align:left;text-align-last:left;display:block; }
#Tv2C0hcGJrBSZmho8DoN8OHFC3JTo40I { color:#ffffff;display:block;width:430px;position:absolute;font-family:oswald;font-size:27px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:186.1875px;left:101.9453125px;height:35.0938px;text-align:left;text-align-last:left;display:block; }
#OzQEooHBySb9TpZrlWbcZUoAFzav8K5z { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:140px;width:116.989px;top:288.48010253906px;left:444.98574829102px;overflow:hidden;display:block; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-form-header {  }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:700;color:#ffffff;width:345px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:345px;box-sizing:border-box;height:44px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-input-text {padding-top: 0; padding-bottom: 0;}#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:345px;box-sizing:border-box;height:50px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:345px;box-sizing:border-box;height:44px;color:#000000;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-input-select {padding-top: 0; padding-bottom: 0;}#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-input-button { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:16px;font-weight:bold;color:#ffffff;width:345px;height:60px;font-family:"open sans";overflow:hidden;box-shadow: 0 15px 15px rgba(0,0,0,0.25) ; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:"open sans";font-size:14px;font-weight:400;font-style:normal; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:"open sans";font-size:14px;font-weight:400;font-style:normal; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:"open sans";font-size:14px;font-weight:400;font-style:normal; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:"open sans";font-size:14px;font-weight:400;font-style:normal; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:14px;font-weight:400;color:#ffffff;vertical-align:top;width:325px;overflow:hidden;font-style:normal; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:20px;vertical-align:middle;font-family:"open sans";font-size:14px;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-container:first-of-type{padding-top:0;}#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-container:last-of-type{padding-bottom:0;}#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL  { background-color:transparent;background-image: -webkit-linear-gradient(229deg, rgba(239,178,3,0.69), #fac500);background-image: -moz-linear-gradient(229deg, rgba(239,178,3,0.69), #fac500);background-image: -ms-linear-gradient(229deg, rgba(239,178,3,0.69), #fac500);background-image: -o-linear-gradient(229deg, rgba(239,178,3,0.69), #fac500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#afefb203', endColorstr='#fac500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#afefb203', endColorstr='#fac500' );";background-image: linear-gradient(229deg, rgba(239,178,3,0.69), #fac500);background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:345px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:109.4460144043px;top:370.98010253906px;z-index:15006;position:absolute; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:345px;display:block;vertical-align:top; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:14px;line-height:1.3;font-weight:700;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL {display:block;}#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL { background-color:transparent;background-image: -webkit-linear-gradient(229deg, rgba(239,178,3,0.69), #fac500);background-image: -moz-linear-gradient(229deg, rgba(239,178,3,0.69), #fac500);background-image: -ms-linear-gradient(229deg, rgba(239,178,3,0.69), #fac500);background-image: -o-linear-gradient(229deg, rgba(239,178,3,0.69), #fac500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#afefb203', endColorstr='#fac500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#afefb203', endColorstr='#fac500' );";background-image: linear-gradient(229deg, rgba(239,178,3,0.69), #fac500);background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:345px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:109.4460144043px;top:370.98010253906px;z-index:15006;position:absolute; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL #yc4inqSRUWVXTiHEGAkuHa38CKR7IOFt { position:relative; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL #yTlVKDeDHGlHAJaF6Lz7e5NGpoIT5yyD { position:relative;display:block; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL #TTMk0dDSroxz16IOaNDiK3Vapt5rJw7A { position:relative; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL #TbmytveqIBduoH7slImOOTvKCuS2aqkM { position:relative; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL #emsAngp5cS5H5dq2OBZpQqBLZ2tqRdIz { position:relative; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL #OU4eU8PoZMDHySugUWE3TaU9b5IyT8Sp { position:relative; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL #KQuPuigsAdsiCFx2vAQGGnRQVQT85U3e { position:relative;z-index:2; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL #BfLkFKMs1TkOGNTN4ln1BXSno3e29m4e { position:relative; }
#MXzIlO5NmBoT20JN5sQlVQcQLp6grPKp { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:136.989px;width:136.989px;top:31.193180084229px;left:31.875px;overflow:hidden;display:block; }
#vTGLO6dzM7OWFyNVec49UqcL7xkcxwBo { box-sizing:content-box;height:39px;width:424px;position:absolute;display:block;z-index:14999;background-color:rgba(250,0,55,0.92);background-image:none;top:186.28125px;left:101.9453125px;display:block; }
#OdLT7u1NSoJQNPqdVRZO1DoZca7B1F8g { color:#ffd300;display:block;width:361px;position:absolute;font-family:"istok web";font-size:24px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:241.09375px;left:136.4453125px;height:62.3906px;text-align:left;text-align-last:left;display:block; }
#WzBmfZMLDOMufvTlycUlUtZuz4RDIqeJ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd300, #a97600);background-image: -moz-linear-gradient(180deg, #ffd300, #a97600);background-image: -ms-linear-gradient(180deg, #ffd300, #a97600);background-image: -o-linear-gradient(180deg, #ffd300, #a97600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd300', endColorstr='#a97600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd300', endColorstr='#a97600' );";background-image: linear-gradient(180deg, #ffd300, #a97600);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#WzBmfZMLDOMufvTlycUlUtZuz4RDIqeJ > .row .container { background-color: transparent; background-image: none; }#WzBmfZMLDOMufvTlycUlUtZuz4RDIqeJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzBmfZMLDOMufvTlycUlUtZuz4RDIqeJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzBmfZMLDOMufvTlycUlUtZuz4RDIqeJ > .row .container > .video-iframe-container { display: none; }#WzBmfZMLDOMufvTlycUlUtZuz4RDIqeJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzBmfZMLDOMufvTlycUlUtZuz4RDIqeJ > .row > .video-iframe-container { display: none; }#WzBmfZMLDOMufvTlycUlUtZuz4RDIqeJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzBmfZMLDOMufvTlycUlUtZuz4RDIqeJ > .row .container { border-width: 0; border-radius: 0; }#WzBmfZMLDOMufvTlycUlUtZuz4RDIqeJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WzBmfZMLDOMufvTlycUlUtZuz4RDIqeJ > .row .container { font-size:14px;font-family:arial;height:65px;width:960px;overflow:visible;position:relative;display:block; }#t0MaNyHgmlKA23Bc8K6h6tl2kV70vVD9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52px;width:84px;top:6.5px;left:41.09375px;overflow:hidden;display:block; }
#ENMayJcFEuWNSNJwaq1TTWnCcOt4zJOQ { color:#000000;display:block;width:190px;position:absolute;font-family:oswald;font-size:21px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:18.84375px;left:94px;height:27.2969px;text-align:center;text-align-last:center;display:block; }
#ZfDyT0o5qiGC62ODT08U25V53mAxNGaV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56px;width:56px;top:4.5px;left:331.5px;overflow:hidden;display:block; }
#XLm4NEbRODdw7knkqcgmZkN5zlwnrUaL { color:#000000;display:block;width:140px;position:absolute;font-family:oswald;font-size:21px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:18.84375px;left:386.5px;height:27.2969px;text-align:center;text-align-last:center;display:block; }
#Wv7KPmtkzqDy9KN01Ti28NrRPGub4MxN { color:#000000;display:block;width:145px;position:absolute;font-family:oswald;font-size:21px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:18.84375px;left:757px;height:27.2969px;text-align:center;text-align-last:center;display:block; }
#NkgKpOL6XPgKOhyhHK230qgwZSbm4lUO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29px;width:175px;top:18px;left:601.4375px;overflow:hidden;display:block; }
#c28Z9DPkITUz4euiP2gaw1Iy2ukMuTHF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #040001, #1f4d00);background-image: -moz-linear-gradient(180deg, #040001, #1f4d00);background-image: -ms-linear-gradient(180deg, #040001, #1f4d00);background-image: -o-linear-gradient(180deg, #040001, #1f4d00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#040001', endColorstr='#1f4d00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#040001', endColorstr='#1f4d00' );";background-image: linear-gradient(180deg, #040001, #1f4d00);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c28Z9DPkITUz4euiP2gaw1Iy2ukMuTHF > .row .container { background-color: transparent; background-image: none; }#c28Z9DPkITUz4euiP2gaw1Iy2ukMuTHF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c28Z9DPkITUz4euiP2gaw1Iy2ukMuTHF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c28Z9DPkITUz4euiP2gaw1Iy2ukMuTHF > .row .container > .video-iframe-container { display: none; }#c28Z9DPkITUz4euiP2gaw1Iy2ukMuTHF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c28Z9DPkITUz4euiP2gaw1Iy2ukMuTHF > .row > .video-iframe-container { display: none; }#c28Z9DPkITUz4euiP2gaw1Iy2ukMuTHF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c28Z9DPkITUz4euiP2gaw1Iy2ukMuTHF > .row .container { border-width: 0; border-radius: 0; }#c28Z9DPkITUz4euiP2gaw1Iy2ukMuTHF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c28Z9DPkITUz4euiP2gaw1Iy2ukMuTHF > .row .container { font-size:14px;font-family:arial;height:779px;width:960px;position:relative;display:block; }#N3hE7dtwbWamnavH5ZpmgJiMS07UA8sF { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:127px;width:152px;top:10.5px;left:570px;overflow:hidden;display:block; }
#OwmhhCKzVLZLNDBWLiQkeds5xofvm9q3 { color:#ffdd00;display:block;width:496px;position:absolute;font-family:"source sans pro";font-size:30px;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:121px;left:271px;height:39px;font-style:normal;display:block; }
#llzl7r6KgpyWXafyS1WP9WnJTQziP3wR { color:#000000;display:block;width:341px;position:absolute;font-family:"source sans pro";font-size:33px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:32px;left:290px;height:85.7968px;font-style:normal;display:block; }
#nNQ5mt6CVNipbicGglQ3UfmTik7sZlCK { color:#000000;display:block;width:598px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:172px;left:282px;height:116.9921px;font-style:normal;display:block; }
#EsKRlRrST9WcSuB0fx0yvTwVyGxuufTh { position:absolute;display:block;z-index:15030;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:125px;width:125px;top:148px;left:123px;display:block; }
#eBCwfg9Kl5ffKUpBGy5QxP1y3wiNP162 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:78px;width:118px;top:171px;left:126px;overflow:hidden;display:block; }
#ty7402xPNVmI4QJMeF9MoO8inumo8bZI { color:#fff300;display:block;width:102px;position:absolute;font-family:"source sans pro";font-size:33px;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:130px;left:111px;height:42.8984px;font-style:normal;display:block; }
#RqKOB1vThw9he4x3qfAdWbldX2PTU4JA { position:absolute;display:block;z-index:15036;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px dashed #ffffff;border-left:1px dashed #ffffff;border-right:1px dashed #ffffff;border-bottom:1px dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60px;width:0;top:273px;left:184px;display:block; }
#mlwJ9oVwFXuOdqu4XrD3QSbByXv044Ao { color:#ffffff;display:block;width:87px;position:absolute;font-family:"source sans pro";font-size:33px;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:313px;left:696px;height:42.8984px;font-style:normal;display:block; }
#wN1d1VuUqvgUNip1gsnrtNwN0SATg2Fi { position:absolute;display:block;z-index:15034;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 72px rgba(0,0,0,0.35) ;height:62px;width:68px;top:303px;left:686px;display:block; }
#tunbUtGHLZ1UhRIXDyryd1oxz3Ky4Bnx { position:absolute;display:block;z-index:15033;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 72px rgba(0,0,0,0.35) ;height:62px;width:68px;top:121px;left:101px;display:block; }
#hTORaWezF3a29PxQktWqiPLdIyEn7hlF { position:absolute;display:block;z-index:15035;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px dashed #ffffff;border-left:1px dashed #ffffff;border-right:1px dashed #ffffff;border-bottom:1px dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:500px;top:333px;left:184px;display:block; }
#HyDguVkREKicbMvCz42Jzc5ZXlEhvTyE { position:absolute;display:block;z-index:15039;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:125px;width:125px;top:333px;left:708px;display:block; }
#JbfbPcHoXGAkv7zyAs6SiTxWOGIP7NwN { color:#ffdd00;display:block;width:220px;position:absolute;font-family:"source sans pro";font-size:29px;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:343px;left:184px;height:37.6953px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#F4XyLxMT8smL7UwihwOwpAaQbWZTgJlA { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55px;width:55px;top:368px;left:743px;overflow:hidden;display:block; }
#bhHU7emRVo6z0GzOoSJZzxfLCPFWmUVN { color:#000000;display:block;width:497px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:389px;left:212px;height:70.1952px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NHZ0PRkXDStEm58CfI3u2V5RfLxhDKoT { position:absolute;display:block;z-index:15037;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px dashed #ffffff;border-left:1px dashed #ffffff;border-right:1px dashed #ffffff;border-bottom:1px dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60px;width:0;top:458px;left:773px;display:block; }
#oXyMduU10Jc3BG09ZehMnGPQQtEJhSO9 { position:absolute;display:block;z-index:15037;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 72px rgba(0,0,0,0.35) ;height:63px;width:70px;top:467px;left:67px;display:block; }
#sQdpg0V9sMEVNhBOGCg9UDuuJ5lMxT9z { color:#ffffff;display:block;width:50px;position:absolute;font-family:"source sans pro";font-size:33px;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:478px;left:81px;height:42.8984px;font-style:normal;display:block; }
#ZfcDUh8ZcWmcU0mOStmbOrtttLCgkWML { position:absolute;display:block;z-index:15034;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:125px;width:125px;top:498px;left:99px;display:block; }
#unETS5w3cUprxPzJeoJFqLx3TlzHEKy9 { position:absolute;display:block;z-index:15036;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px dashed #ffffff;border-left:1px dashed #ffffff;border-right:1px dashed #ffffff;border-bottom:1px dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:550px;top:518px;left:221px;display:block; }
#cowe5i6TCDn2m5PlGnlk3ZSu33BfykHI { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:81.9886px;width:61.9886px;top:519.81531524658px;left:130.96591186523px;overflow:hidden;display:block; }
#U4bd9TqESyr9aXHWBabwBbcZsl770vzG { color:#ffdd00;display:block;width:504px;position:absolute;font-family:"source sans pro";font-size:30px;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:533px;left:229px;height:39px;font-style:normal;display:block; }
#W7lUmGKrIIxE08JrbtorA0txJtM8WB4d { color:#000000;display:block;width:544px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:581px;left:238px;height:70.1952px;font-style:normal;display:block; }
#W6ex3E0MiuD9rAhGiTl2sotkUayUxXH2 { color:#000000;display:block;width:823px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:684px;left:70px;height:70.1953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t3DwhlWVReE60H4VTPuUThNQnTMixvgW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #356b00, #000000);background-image: -moz-linear-gradient(180deg, #356b00, #000000);background-image: -ms-linear-gradient(180deg, #356b00, #000000);background-image: -o-linear-gradient(180deg, #356b00, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#356b00', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#356b00', endColorstr='#000000' );";background-image: linear-gradient(180deg, #356b00, #000000);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#t3DwhlWVReE60H4VTPuUThNQnTMixvgW > .row .container { background-color: transparent; background-image: none; }#t3DwhlWVReE60H4VTPuUThNQnTMixvgW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3DwhlWVReE60H4VTPuUThNQnTMixvgW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3DwhlWVReE60H4VTPuUThNQnTMixvgW > .row .container > .video-iframe-container { display: none; }#t3DwhlWVReE60H4VTPuUThNQnTMixvgW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3DwhlWVReE60H4VTPuUThNQnTMixvgW > .row > .video-iframe-container { display: none; }#t3DwhlWVReE60H4VTPuUThNQnTMixvgW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3DwhlWVReE60H4VTPuUThNQnTMixvgW > .row .container { border-width: 0; border-radius: 0; }#t3DwhlWVReE60H4VTPuUThNQnTMixvgW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#t3DwhlWVReE60H4VTPuUThNQnTMixvgW > .row .container { font-size:14px;font-family:arial;height:36px;width:960px;overflow:visible;position:relative;display:block; }#RwUEAWt2W9kRnc47BrT2iMIevL83V7ur { color:#000000;display:block;width:163px;position:absolute;font-family:oswald;font-size:12px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:10.1875px;left:769px;height:15.5938px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwusmSzGyMTHlERAv1vL01iKUn3Tu8xT { top:77px;left:201px;width:562px;height:562px;display:block; }
 }@media only screen and (max-width: 763px) { #VQLhOpthnnnPXbWUvffhdKHhB6HV4ktV { top:42px;left:82.965911865234px;width:225px;height:114px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Tv2C0hcGJrBSZmho8DoN8OHFC3JTo40I { top:186px;left:3.9453125px;width:430px;height:35px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #OzQEooHBySb9TpZrlWbcZUoAFzav8K5z { top:288px;left:346.98574829102px;width:116px;height:138.81646992452px;display:block; }
 }@media only screen and (max-width: 763px) { #u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-regular-label { display:block;width:345px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-input-text { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-input-text {padding-top: 0; padding-bottom: 0;}#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-textarea { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-input-select { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-input-select {padding-top: 0; padding-bottom: 0;}#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-input-button { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-checkbox-label { width:326px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL  { width:345px;height:175px;top:370px;left:11.446014404297px; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .radio-container { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL {display:block;}#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL { width:345px;height:175px;top:370px;left:11.446014404297px; }
 }@media only screen and (max-width: 763px) { #u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL #yc4inqSRUWVXTiHEGAkuHa38CKR7IOFt {  }
 }@media only screen and (max-width: 763px) { #u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL #yTlVKDeDHGlHAJaF6Lz7e5NGpoIT5yyD { display:block; }
 }@media only screen and (max-width: 763px) { #u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL #TTMk0dDSroxz16IOaNDiK3Vapt5rJw7A {  }
 }@media only screen and (max-width: 763px) { #u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL #TbmytveqIBduoH7slImOOTvKCuS2aqkM {  }
 }@media only screen and (max-width: 763px) { #u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL #emsAngp5cS5H5dq2OBZpQqBLZ2tqRdIz {  }
 }@media only screen and (max-width: 763px) { #u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL #OU4eU8PoZMDHySugUWE3TaU9b5IyT8Sp {  }
 }@media only screen and (max-width: 763px) { #u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL #KQuPuigsAdsiCFx2vAQGGnRQVQT85U3e {  }
 }@media only screen and (max-width: 763px) { #u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL #BfLkFKMs1TkOGNTN4ln1BXSno3e29m4e {  }
 }@media only screen and (max-width: 763px) { #MXzIlO5NmBoT20JN5sQlVQcQLp6grPKp { top:31px;left:0px;width:136px;height:136px;display:block; }
 }@media only screen and (max-width: 763px) { #vTGLO6dzM7OWFyNVec49UqcL7xkcxwBo { top:186px;left:3.9453125px;width:424px;height:39px;display:block; }
 }@media only screen and (max-width: 763px) { #OdLT7u1NSoJQNPqdVRZO1DoZca7B1F8g { top:241px;left:38.4453125px;width:361px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #WzBmfZMLDOMufvTlycUlUtZuz4RDIqeJ { display:block; }#WzBmfZMLDOMufvTlycUlUtZuz4RDIqeJ > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0MaNyHgmlKA23Bc8K6h6tl2kV70vVD9 { top:6px;left:0px;width:84px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #ENMayJcFEuWNSNJwaq1TTWnCcOt4zJOQ { top:18px;left:0px;width:190px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDyT0o5qiGC62ODT08U25V53mAxNGaV { top:4px;left:233.5px;width:56px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #XLm4NEbRODdw7knkqcgmZkN5zlwnrUaL { top:18px;left:288.5px;width:140px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Wv7KPmtkzqDy9KN01Ti28NrRPGub4MxN { top:18px;left:619px;width:145px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #NkgKpOL6XPgKOhyhHK230qgwZSbm4lUO { top:18px;left:503.4375px;width:175px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #c28Z9DPkITUz4euiP2gaw1Iy2ukMuTHF { display:block; }#c28Z9DPkITUz4euiP2gaw1Iy2ukMuTHF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3hE7dtwbWamnavH5ZpmgJiMS07UA8sF { top:10px;left:472px;width:152px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #OwmhhCKzVLZLNDBWLiQkeds5xofvm9q3 { top:120px;left:172.99429321289px;width:495px;height:38px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #llzl7r6KgpyWXafyS1WP9WnJTQziP3wR { top:32px;left:192px;width:341px;height:84px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #nNQ5mt6CVNipbicGglQ3UfmTik7sZlCK { top:172px;left:166px;width:598px;height:116px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #EsKRlRrST9WcSuB0fx0yvTwVyGxuufTh { top:148px;left:25px;width:125px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #eBCwfg9Kl5ffKUpBGy5QxP1y3wiNP162 { top:171px;left:28px;width:118px;height:78px;display:block; }
 }@media only screen and (max-width: 763px) { #ty7402xPNVmI4QJMeF9MoO8inumo8bZI { top:130px;left:13px;width:102px;height:42px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #RqKOB1vThw9he4x3qfAdWbldX2PTU4JA { top:273px;left:86px;width:0;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #mlwJ9oVwFXuOdqu4XrD3QSbByXv044Ao { top:313px;left:598px;width:87px;height:42px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #wN1d1VuUqvgUNip1gsnrtNwN0SATg2Fi { top:303px;left:588px;width:68px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #tunbUtGHLZ1UhRIXDyryd1oxz3Ky4Bnx { top:121px;left:3px;width:68px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #hTORaWezF3a29PxQktWqiPLdIyEn7hlF { top:333px;left:86px;width:500px;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #HyDguVkREKicbMvCz42Jzc5ZXlEhvTyE { top:333px;left:610px;width:125px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #JbfbPcHoXGAkv7zyAs6SiTxWOGIP7NwN { top:343px;left:86px;width:220px;height:37px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #F4XyLxMT8smL7UwihwOwpAaQbWZTgJlA { top:368px;left:645px;width:55px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #bhHU7emRVo6z0GzOoSJZzxfLCPFWmUVN { top:388px;left:113.98861694336px;width:496px;height:70px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NHZ0PRkXDStEm58CfI3u2V5RfLxhDKoT { top:458px;left:675px;width:0;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #oXyMduU10Jc3BG09ZehMnGPQQtEJhSO9 { top:467px;left:0px;width:70px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #sQdpg0V9sMEVNhBOGCg9UDuuJ5lMxT9z { top:478px;left:0px;width:50px;height:42px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #ZfcDUh8ZcWmcU0mOStmbOrtttLCgkWML { top:498px;left:1px;width:125px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #unETS5w3cUprxPzJeoJFqLx3TlzHEKy9 { top:518px;left:123px;width:550px;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #cowe5i6TCDn2m5PlGnlk3ZSu33BfykHI { top:519px;left:32.965911865234px;width:61px;height:80.681038126365px;display:block; }
 }@media only screen and (max-width: 763px) { #U4bd9TqESyr9aXHWBabwBbcZsl770vzG { top:532px;left:130.9914855957px;width:503px;height:38px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #W7lUmGKrIIxE08JrbtorA0txJtM8WB4d { top:580px;left:139.99716186523px;width:543px;height:70px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #W6ex3E0MiuD9rAhGiTl2sotkUayUxXH2 { top:684px;left:0px;width:764px;height:70px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #t3DwhlWVReE60H4VTPuUThNQnTMixvgW { display:block; }#t3DwhlWVReE60H4VTPuUThNQnTMixvgW > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwUEAWt2W9kRnc47BrT2iMIevL83V7ur { top:10px;left:601px;width:163px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:524px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwusmSzGyMTHlERAv1vL01iKUn3Tu8xT { width:202px;height:202px;top:60px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #VQLhOpthnnnPXbWUvffhdKHhB6HV4ktV { width:150.994px;height:41.5938px;top:21.974430084229px;left:20.951704025269px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tv2C0hcGJrBSZmho8DoN8OHFC3JTo40I { width:115.994px;height:33.7969px;top:74.573860168457px;left:38.480112075806px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OzQEooHBySb9TpZrlWbcZUoAFzav8K5z { width:65px;height:79px;top:205.109375px;left:154.453125px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-regular-label { display:block;width:264px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-input-text { width:264px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-input-text {padding-top: 0; padding-bottom: 0;}#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-textarea { width:264px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-input-select { width:264px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-input-select {padding-top: 0; padding-bottom: 0;}#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-input-button { width:264px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .widget-checkbox-label { width:245px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL  { width:264px;height:auto;top:263px;left:0px; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL .radio-container { width:264px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL {display:block;}#u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL { width:264px;height:auto;top:263px;left:0px; }
 }@media only screen and (max-width: 763px) { #u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL #yc4inqSRUWVXTiHEGAkuHa38CKR7IOFt {  }
 }@media only screen and (max-width: 763px) { #u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL #yTlVKDeDHGlHAJaF6Lz7e5NGpoIT5yyD { display:block; }
 }@media only screen and (max-width: 763px) { #u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL #TTMk0dDSroxz16IOaNDiK3Vapt5rJw7A {  }
 }@media only screen and (max-width: 763px) { #u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL #TbmytveqIBduoH7slImOOTvKCuS2aqkM {  }
 }@media only screen and (max-width: 763px) { #u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL #emsAngp5cS5H5dq2OBZpQqBLZ2tqRdIz {  }
 }@media only screen and (max-width: 763px) { #u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL #OU4eU8PoZMDHySugUWE3TaU9b5IyT8Sp {  }
 }@media only screen and (max-width: 763px) { #u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL #KQuPuigsAdsiCFx2vAQGGnRQVQT85U3e {  }
 }@media only screen and (max-width: 763px) { #u0TKf7SWGsnQcemtLU7v8KRbZTsHbWOL #BfLkFKMs1TkOGNTN4ln1BXSno3e29m4e {  }
 }@media only screen and (max-width: 763px) { #MXzIlO5NmBoT20JN5sQlVQcQLp6grPKp { width:47.9972px;height:47.9972px;top:18.721590042114px;left:7.9829540252686px;display:block; }
 }@media only screen and (max-width: 763px) { #vTGLO6dzM7OWFyNVec49UqcL7xkcxwBo { width:133px;height:41px;top:72.890625px;left:29.484375px;display:block; }
 }@media only screen and (max-width: 763px) { #OdLT7u1NSoJQNPqdVRZO1DoZca7B1F8g { width:161px;height:58.5px;top:122.875px;left:15.9375px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #WzBmfZMLDOMufvTlycUlUtZuz4RDIqeJ { display:block; }#WzBmfZMLDOMufvTlycUlUtZuz4RDIqeJ > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0MaNyHgmlKA23Bc8K6h6tl2kV70vVD9 { width:65px;height:41px;top:0px;left:59px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ENMayJcFEuWNSNJwaq1TTWnCcOt4zJOQ { width:128px;height:24.6953px;top:8px;left:124px;font-size:19px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDyT0o5qiGC62ODT08U25V53mAxNGaV { width:45px;height:45px;top:41px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #XLm4NEbRODdw7knkqcgmZkN5zlwnrUaL { width:128px;height:24.6953px;top:51px;left:124px;font-size:19px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wv7KPmtkzqDy9KN01Ti28NrRPGub4MxN { width:97px;height:24.6953px;top:85px;left:194px;font-size:19px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NkgKpOL6XPgKOhyhHK230qgwZSbm4lUO { width:143px;height:22px;top:88px;left:46px;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #c28Z9DPkITUz4euiP2gaw1Iy2ukMuTHF { display:block; }#c28Z9DPkITUz4euiP2gaw1Iy2ukMuTHF > .row .container { width:320px;height:1458px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3hE7dtwbWamnavH5ZpmgJiMS07UA8sF { width:152px;height:127px;top:81.59375px;left:168px;display:block; }
 }@media only screen and (max-width: 763px) { #OwmhhCKzVLZLNDBWLiQkeds5xofvm9q3 { width:320px;height:78px;top:308.5938px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #llzl7r6KgpyWXafyS1WP9WnJTQziP3wR { width:320px;height:62.3906px;top:20px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nNQ5mt6CVNipbicGglQ3UfmTik7sZlCK { width:320px;height:187.1875px;top:387px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EsKRlRrST9WcSuB0fx0yvTwVyGxuufTh { width:125px;height:125px;top:163.5938px;left:97px;display:block; }
 }@media only screen and (max-width: 763px) { #eBCwfg9Kl5ffKUpBGy5QxP1y3wiNP162 { width:118px;height:78px;top:186.5938px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #ty7402xPNVmI4QJMeF9MoO8inumo8bZI { width:102px;height:41.5938px;top:90.5938px;left:136px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #RqKOB1vThw9he4x3qfAdWbldX2PTU4JA { width:0;height:60px;top:273px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #mlwJ9oVwFXuOdqu4XrD3QSbByXv044Ao { width:87px;height:41.5938px;top:600px;left:136px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #wN1d1VuUqvgUNip1gsnrtNwN0SATg2Fi { width:68px;height:62px;top:590px;left:126px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #tunbUtGHLZ1UhRIXDyryd1oxz3Ky4Bnx { width:68px;height:62px;top:81.5938px;left:126px;display:block; }
 }@media only screen and (max-width: 763px) { #hTORaWezF3a29PxQktWqiPLdIyEn7hlF { width:318px;height:0;top:333px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #HyDguVkREKicbMvCz42Jzc5ZXlEhvTyE { width:125px;height:125px;top:672px;left:98px;display:block; }
 }@media only screen and (max-width: 763px) { #JbfbPcHoXGAkv7zyAs6SiTxWOGIP7NwN { width:220px;height:39px;top:814px;left:54px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F4XyLxMT8smL7UwihwOwpAaQbWZTgJlA { width:77px;height:77px;top:696px;left:121.5px;display:block; }
 }@media only screen and (max-width: 763px) { #bhHU7emRVo6z0GzOoSJZzxfLCPFWmUVN { width:320px;height:116.9922px;top:869px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHZ0PRkXDStEm58CfI3u2V5RfLxhDKoT { width:0;height:60px;top:458px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #oXyMduU10Jc3BG09ZehMnGPQQtEJhSO9 { width:70px;height:63px;top:993px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #sQdpg0V9sMEVNhBOGCg9UDuuJ5lMxT9z { width:50px;height:41.5938px;top:1004px;left:139px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ZfcDUh8ZcWmcU0mOStmbOrtttLCgkWML { width:125px;height:125px;top:1076px;left:97px;display:block; }
 }@media only screen and (max-width: 763px) { #unETS5w3cUprxPzJeoJFqLx3TlzHEKy9 { width:318px;height:0;top:518px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #cowe5i6TCDn2m5PlGnlk3ZSu33BfykHI { width:62px;height:82px;top:1097.5px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #U4bd9TqESyr9aXHWBabwBbcZsl770vzG { width:320px;height:78px;top:1221px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W7lUmGKrIIxE08JrbtorA0txJtM8WB4d { width:320px;height:116.9922px;top:1280px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W6ex3E0MiuD9rAhGiTl2sotkUayUxXH2 { width:320px;height:52px;top:1396.9375px;left:0px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3DwhlWVReE60H4VTPuUThNQnTMixvgW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c7200, #000000);background-image: -moz-linear-gradient(180deg, #1c7200, #000000);background-image: -ms-linear-gradient(180deg, #1c7200, #000000);background-image: -o-linear-gradient(180deg, #1c7200, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c7200', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c7200', endColorstr='#000000' );";background-image: linear-gradient(180deg, #1c7200, #000000);background-size:auto !important;display:block; }#t3DwhlWVReE60H4VTPuUThNQnTMixvgW > .row .container { background-color: transparent; background-image: none; }#t3DwhlWVReE60H4VTPuUThNQnTMixvgW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3DwhlWVReE60H4VTPuUThNQnTMixvgW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3DwhlWVReE60H4VTPuUThNQnTMixvgW > .row .container > .video-iframe-container { display: none; }#t3DwhlWVReE60H4VTPuUThNQnTMixvgW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3DwhlWVReE60H4VTPuUThNQnTMixvgW > .row > .video-iframe-container { display: none; }#t3DwhlWVReE60H4VTPuUThNQnTMixvgW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3DwhlWVReE60H4VTPuUThNQnTMixvgW > .row .container { width:320px;height:42px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwUEAWt2W9kRnc47BrT2iMIevL83V7ur { width:162.997px;height:24.6953px;top:9.67333984375px;left:90.994314193726px;font-size:19px;text-align:left;text-align-last:left;display:block; }
 }