.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;
}
.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-input-select option {
  color: #000;
}
.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;
  }
}
@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:transparent;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); }#exoTim2pSg560TydKwSaCkvXBZulfnZs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container { background-color: transparent; background-image: none; }#exoTim2pSg560TydKwSaCkvXBZulfnZs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container > .video-iframe-container { display: none; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row > .video-iframe-container { display: none; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .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); }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container { border-width: 0; border-radius: 0; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container { font-size:14px;font-family:arial;height:75px;width:960px;position:relative;display:block; }#odovAy1ofCAcNAmUSg6D0gGDiLUpVxCF { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:68px;width:493px;top:3px;left:233.5px;overflow:hidden;display:block; }
#k72Rv2HpS7kJksmTp9zyc1Hhkf6UBHGR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#k72Rv2HpS7kJksmTp9zyc1Hhkf6UBHGR > .row .container { background-color: transparent; background-image: none; }#k72Rv2HpS7kJksmTp9zyc1Hhkf6UBHGR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k72Rv2HpS7kJksmTp9zyc1Hhkf6UBHGR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k72Rv2HpS7kJksmTp9zyc1Hhkf6UBHGR > .row .container > .video-iframe-container { display: none; }#k72Rv2HpS7kJksmTp9zyc1Hhkf6UBHGR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k72Rv2HpS7kJksmTp9zyc1Hhkf6UBHGR > .row > .video-iframe-container { display: none; }#k72Rv2HpS7kJksmTp9zyc1Hhkf6UBHGR > .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); }#k72Rv2HpS7kJksmTp9zyc1Hhkf6UBHGR > .row .container { border-width: 0; border-radius: 0; }#k72Rv2HpS7kJksmTp9zyc1Hhkf6UBHGR > .row .container { font-size:14px;font-family:arial;height:601px;width:960px;position:relative;display:block; }#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-form-header { font-size:12px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:12px;font-weight:bold;color:#ffffff;width:261px;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-text { border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;background-color:rgba(255,255,255,0.5);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:261px;box-sizing:border-box;height:41px;color:#000000;font-size:14px;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-textarea { border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;background-color:rgba(255,255,255,0.5);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:261px;box-sizing:border-box;height:70px;color:#000000;font-size:14px;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-select { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:rgba(255,255,255,0.5);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:261px;box-sizing:border-box;height:40px;color:#151515;font-family:raleway;font-size:14px;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .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; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-button { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:#7fa41b;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:39px;margin-bottom:4px;margin-left:39px;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#ffffff;width:182px;height:52px;font-family:raleway;overflow:hidden; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 [class*="-text"]:-moz-placeholder { color:#d3e6d5;font-family:raleway;font-size:14px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 [class*="-text"]::-moz-placeholder { color:#d3e6d5;font-family:raleway;font-size:14px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 [class*="-text"]:-ms-input-placeholder { color:#d3e6d5;font-family:raleway;font-size:14px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 [class*="-text"]::-webkit-input-placeholder { color:#d3e6d5;font-family:raleway;font-size:14px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .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:raleway;line-height:1.3;font-size:10px;font-weight:300;color:#ffffff;vertical-align:top;width:242px;overflow:hidden;font-style:normal;float:none; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .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; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:21px;vertical-align:middle;font-family:raleway;font-size:12px;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-container:first-of-type{padding-top:0;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-container:last-of-type{padding-bottom:0;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #10610f, rgba(0,0,0,0.77));background-image: -moz-linear-gradient(180deg, #10610f, rgba(0,0,0,0.77));background-image: -ms-linear-gradient(180deg, #10610f, rgba(0,0,0,0.77));background-image: -o-linear-gradient(180deg, #10610f, rgba(0,0,0,0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#10610f', endColorstr='#c4000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#10610f', endColorstr='#c4000000' );";background-image: linear-gradient(180deg, #10610f, rgba(0,0,0,0.77));background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:261px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;font-size:12px;left:64.984375px;top:189.984375px;z-index:100055;position:absolute; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:261px;display:block;vertical-align:top; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-info-text { display:block;height:auto;font-family:raleway;font-size:10px;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 {display:block;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #10610f, rgba(0,0,0,0.77));background-image: -moz-linear-gradient(180deg, #10610f, rgba(0,0,0,0.77));background-image: -ms-linear-gradient(180deg, #10610f, rgba(0,0,0,0.77));background-image: -o-linear-gradient(180deg, #10610f, rgba(0,0,0,0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#10610f', endColorstr='#c4000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#10610f', endColorstr='#c4000000' );";background-image: linear-gradient(180deg, #10610f, rgba(0,0,0,0.77));background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:261px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;font-size:12px;left:64.984375px;top:189.984375px;z-index:100055;position:absolute; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #ptlvT7gzEqIypJKZhEovDQIXMevRHpt5 { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #U5oJWa5VL6caDKzXhadTx2uKv6sufJ4G { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #aeVcehJvK47eSfhIRaQM2t8iZ8ZXoQJ9 { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #FszTl96VGI4cAAIvTaLFVhgDVNiSUP9W { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #nvDD66XKLdaROe8UqVukrbyeUUlkSph0 { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #WGew3keWD61tCN7mo63teixEplt9bNPb { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #hanvFxhrvwuRI0o2ZUVf5mMwWSBTHl5X { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #FgBvLkPyFm47rEBodscon8LGxyNlW6Lb { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #PAUT63I7ydVr2XkiRXZ3iOBBHZ22U2gX { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #xJghwXQxV1hQ4zavUZCnsBiOV3Fv1MNE { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #VGCxNeCoZBMqqLkrC6SCsVIWLQCTykNq { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #DToJsoNuW7t3bgq8khJDl5huqqw4vgi8 { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #AAe1XQkmoTH8sbEwDLt4FL6M1iCtHwvb { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #CkFcO95IG0wi1ReUvhhLcUEXdxJ1vTlF { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #xO1O1tCbPPfH6rX5TfP2avyRd8eZiIsd { position:relative; }
#gEpSqIcd5GxsOToyopc3zfIgZgfOMUVB { position:relative;display:block; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #mB6odzNfqW73ha1IDksbLIqdmJeHvWrF { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #sgWJ5eF84QsvxaNOps9d5sdvKD85iuO3 { position:relative; }
#wtqdgg2H2doVON8qihagbLSZEidoroyb { color:#000000;display:block;width:601px;position:absolute;font-family:cairo;font-size:30px;font-weight:400;z-index:100060;line-height:1.7;letter-spacing:0;top:13.984375px;left:198.296875px;height:102px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zThkUFmL2iFRXnsUZ8yn4ECyPE49nsDb { color:#030403;display:block;width:161px;position:absolute;font-family:cairo;font-size:19px;font-weight:700;z-index:100070;line-height:1.4;letter-spacing:0;top:145px;left:135px;height:26.6016px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fTmCtZR7adW6oD4fV4J2lJ8kmzW8R8R9 { position:absolute;display:block;z-index:100069;background-color:#257b00;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-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:41.9792px;width:180px;top:140px;left:126px;display:block; }
#ftnPfTsrcDBQ88ibut7sG01r2ospKM81 { z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -moz-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -ms-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -o-linear-gradient(45deg, #ffea7d, #ffd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );";background-image: linear-gradient(45deg, #ffea7d, #ffd600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 15px 15px rgba(49,42,7,0.25) ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#uW5TtagdrFyN1qgxXRsnGNJiadRi3bat { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Tz2KF1BlWI6yoyTTtk79E2XzEVslG4TJ { color:#044819;display:block;width:579px;position:absolute;font-family:cairo;font-size:44px;font-weight:700;z-index:100148;line-height:1.3;letter-spacing:0;top:181.96875px;left:366px;height:57.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fR6pZw9Uy4JNqm3TGW7mLLkRs7oQ8KXa { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:430px;width:430px;top:145px;left:464px;overflow:hidden;display:block; }
#nwfCggxtcZMzqgm25SnxWmeykNin2khB { position:relative;display:block; }#nwfCggxtcZMzqgm25SnxWmeykNin2khB { background-color: transparent; background-image: none; }#nwfCggxtcZMzqgm25SnxWmeykNin2khB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nwfCggxtcZMzqgm25SnxWmeykNin2khB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nwfCggxtcZMzqgm25SnxWmeykNin2khB > .row .container > .video-iframe-container { display: none; }#nwfCggxtcZMzqgm25SnxWmeykNin2khB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nwfCggxtcZMzqgm25SnxWmeykNin2khB > .row > .video-iframe-container { display: none; }#nwfCggxtcZMzqgm25SnxWmeykNin2khB > .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); }#nwfCggxtcZMzqgm25SnxWmeykNin2khB { border-width: 0; border-radius: 0; }#nwfCggxtcZMzqgm25SnxWmeykNin2khB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:574px;width:960px;position:relative;display:block; }#nigSkdarSBTHgLAq1A4UiTNfWciTSKxS { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:478.992px;width:478.992px;top:16.921875px;left:261.4921875px;overflow:hidden;display:block; }
#E5TcGzB59cNSpLQQx0eCXH76ifkVTBVw { 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:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:317px;height:47px;text-decoration:none;z-index:100158;text-align:center;text-align-last:center;top:690px;left:614px;display:none; }
#U3QPUbu8TtAPhsuCSAEPA4QPQbJOIpF0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#y9dE3fF29QneKQNGCh4a8bNJtVsBBmeu { color:#aa8124;display:block;width:579px;position:absolute;font-family:cairo;font-size:44px;font-weight:700;z-index:100148;line-height:1.3;letter-spacing:0;top:16.937530517578px;left:381.00003051758px;height:57.1875px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XfHDS7PMOqrGCIRXWf04N33Nq71wyUCv { position:absolute;display:block;z-index:100009;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:4px solid #10610f;border-left:4px solid #10610f;border-right:4px solid #10610f;border-bottom:4px solid #10610f;border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;height:262px;width:262px;top:124px;left:664px;display:block; }
#AhygTyHUDXWV3uxpTRehZMimNx22M8ve { color:#000000;display:block;width:274.984px;position:absolute;font-family:cairo;font-size:22px;font-weight:700;z-index:100119;line-height:1.4;letter-spacing:0;top:164px;left:661.484375px;height:61.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DgJGt843xSFPNRwhr5Q6uJBsKg6CeynI { color:#10610f;display:block;width:199.984px;position:absolute;font-family:cairo;font-size:39px;font-weight:700;z-index:100159;line-height:1.3;letter-spacing:0;top:261.65625px;left:740.453125px;height:50.6875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GpyG0WpKKhli0sX0QEVb3e2X7S8HNiVT { color:#10610f;display:block;width:156.953px;position:absolute;font-family:cairo;font-size:15px;font-weight:400;z-index:100159;line-height:1.7;letter-spacing:0;top:274.25px;left:643.984375px;height:25.5px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xFlC7JqoDXnxRFuf0GDXqqAAsSfyRfGq { background-color:transparent;background-image: -webkit-linear-gradient(258deg, #5a530b, #a4a498);background-image: -moz-linear-gradient(258deg, #5a530b, #a4a498);background-image: -ms-linear-gradient(258deg, #5a530b, #a4a498);background-image: -o-linear-gradient(258deg, #5a530b, #a4a498);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a530b', endColorstr='#a4a498' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a530b', endColorstr='#a4a498' );";background-image: linear-gradient(258deg, #5a530b, #a4a498);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 5px 8px 8px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:148.969px;height:42px;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:364px;left:717px;display:block; }
#CBvABMVEMtkUAM6n12M6COkSefsJZ6CT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#yNCb8knHsQ1bJRHvUVsZoNC0T03qR0Nd { position:absolute;display:block;z-index:100009;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:4px solid #10610f;border-left:4px solid #10610f;border-right:4px solid #10610f;border-bottom:4px solid #10610f;border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;height:261.984px;width:261.984px;top:128px;left:54px;display:block; }
#gkVJ7bIqHv6TWFWKikR0RHnFHFCTcOIx { color:#000000;display:block;width:271px;position:absolute;font-family:cairo;font-size:22px;font-weight:700;z-index:100119;line-height:1.4;letter-spacing:0;top:164px;left:53.484375px;height:92.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QvdpPN0bz6TzKbrPfssyW4QKAC0QAg4d { color:#10610f;display:block;width:199.969px;position:absolute;font-family:cairo;font-size:39px;font-weight:700;z-index:100159;line-height:1.3;letter-spacing:0;top:268.40625px;left:136.5234375px;height:50.6875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UGwHmI086odAgWS7QWJvyIcoMunnS3Vo { color:#10610f;display:block;width:156.961px;position:absolute;font-family:cairo;font-size:15px;font-weight:400;z-index:100159;line-height:1.7;letter-spacing:0;top:280.9921875px;left:30.984375px;height:25.5px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ikBNElbSbTp1vTlM7hM0W8vflZEFF45c { background-color:transparent;background-image: -webkit-linear-gradient(258deg, #5a530b, #a4a498);background-image: -moz-linear-gradient(258deg, #5a530b, #a4a498);background-image: -ms-linear-gradient(258deg, #5a530b, #a4a498);background-image: -o-linear-gradient(258deg, #5a530b, #a4a498);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a530b', endColorstr='#a4a498' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a530b', endColorstr='#a4a498' );";background-image: linear-gradient(258deg, #5a530b, #a4a498);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 5px 8px 8px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:148.969px;height:42px;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:363.984375px;left:114.46875px;display:block; }
#v2dQK3WBc1zSNMtME6TaT5sy0IS4BzQv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#PeAuSgF5b8Nlu8FPPU9mLiVLFFpflw4J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#PeAuSgF5b8Nlu8FPPU9mLiVLFFpflw4J > .row .container { background-color: transparent; background-image: none; }#PeAuSgF5b8Nlu8FPPU9mLiVLFFpflw4J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PeAuSgF5b8Nlu8FPPU9mLiVLFFpflw4J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PeAuSgF5b8Nlu8FPPU9mLiVLFFpflw4J > .row .container > .video-iframe-container { display: none; }#PeAuSgF5b8Nlu8FPPU9mLiVLFFpflw4J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PeAuSgF5b8Nlu8FPPU9mLiVLFFpflw4J > .row > .video-iframe-container { display: none; }#PeAuSgF5b8Nlu8FPPU9mLiVLFFpflw4J > .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); }#PeAuSgF5b8Nlu8FPPU9mLiVLFFpflw4J > .row .container { border-width: 0; border-radius: 0; }#PeAuSgF5b8Nlu8FPPU9mLiVLFFpflw4J > .row .container { font-size:14px;font-family:arial;height:461px;width:960px;position:relative;display:block; }#iLJl0CJNmuoApAQLhRgC1s80Hl7Dv6VD { color:#044819;display:block;width:389px;position:absolute;font-family:cairo;font-size:20px;font-weight:300;z-index:100108;line-height:1.7;letter-spacing:0;top:74px;left:551px;height:374px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VRVCVBS5E8llLLkMqybdz3VexTld8fNA { color:#aa8124;display:block;width:563.977px;position:absolute;font-family:cairo;font-size:35px;font-weight:700;z-index:100097;line-height:.9;letter-spacing:0;top:20px;left:221px;height:31.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z45zzCm1UXJl3wraea4boWKa7Xs5anuG { position:absolute;display:block;z-index:100119;border-top:5px solid #044819;border-left:5px solid #044819;border-right:5px solid #044819;border-bottom:5px solid #044819;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;height:331px;width:497px;top:85px;left:24px;overflow:hidden;display:block; }
#C2t3K0iClGZ1ZDe0wJqIWJ3oAsT9uD8K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#C2t3K0iClGZ1ZDe0wJqIWJ3oAsT9uD8K > .row .container { background-color: transparent; background-image: none; }#C2t3K0iClGZ1ZDe0wJqIWJ3oAsT9uD8K::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C2t3K0iClGZ1ZDe0wJqIWJ3oAsT9uD8K > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C2t3K0iClGZ1ZDe0wJqIWJ3oAsT9uD8K > .row .container > .video-iframe-container { display: none; }#C2t3K0iClGZ1ZDe0wJqIWJ3oAsT9uD8K > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C2t3K0iClGZ1ZDe0wJqIWJ3oAsT9uD8K > .row > .video-iframe-container { display: none; }#C2t3K0iClGZ1ZDe0wJqIWJ3oAsT9uD8K > .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); }#C2t3K0iClGZ1ZDe0wJqIWJ3oAsT9uD8K > .row .container { border-width: 0; border-radius: 0; }#C2t3K0iClGZ1ZDe0wJqIWJ3oAsT9uD8K > .row .container { font-size:14px;font-family:arial;height:137px;width:960px;position:relative;display:block; }#fmdizzRC6VC9AV7ZSOSGZdNKbT4ZeMbK { color:#044819;display:block;width:504px;position:absolute;font-family:cairo;font-size:31px;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:13px;left:233px;height:40.2969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kt0DLnyrzV22iXdGDrJ2WTSpg3oxpX4N { box-sizing:content-box;color:#044819;font-size:35px;font-weight:400;line-height:1;height:50.9844px;width:50.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:46.991455078125px;left:795.99423217773px;display:block; }
#DBkvdHsb1txeAmZNC1PE5rOkf83XWXhn { color:#044819;display:block;width:313px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:68px;left:484.99996948242px;height:20.7969px;text-align:right;text-align-last:right;display:block; }
#J85JxLkmnzLTGrSUAfZDPHdb3AiS5Zpd { box-sizing:content-box;color:#044819;font-size:35px;font-weight:400;line-height:1;height:50.9844px;width:50.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:46.991455078125px;left:403.99142456055px;display:block; }
#HyR3ZcThII7MN84DIwLBqwzO1l5EwKmA { color:#044819;display:block;width:342px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:68px;left:63.991455078125px;height:20.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#MEpMpZ98zCQXkSimrzJetM13oLl9hl81 { color:#7fa41b;display:block;width:299px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:104px;left:323.99142456055px;height:20.7969px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #exoTim2pSg560TydKwSaCkvXBZulfnZs { display:block; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odovAy1ofCAcNAmUSg6D0gGDiLUpVxCF { top:3px;left:135.5px;width:493px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #k72Rv2HpS7kJksmTp9zyc1Hhkf6UBHGR { display:block; }#k72Rv2HpS7kJksmTp9zyc1Hhkf6UBHGR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-regular-label { width:240px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-text { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-textarea { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-select { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-button { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-checkbox-label { width:221px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5  { width:240px;height:auto;top:240px;left:0px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .radio-container { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 {display:block;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 { width:240px;height:auto;top:240px;left:0px; }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #ptlvT7gzEqIypJKZhEovDQIXMevRHpt5 {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #U5oJWa5VL6caDKzXhadTx2uKv6sufJ4G {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #aeVcehJvK47eSfhIRaQM2t8iZ8ZXoQJ9 {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #FszTl96VGI4cAAIvTaLFVhgDVNiSUP9W {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #nvDD66XKLdaROe8UqVukrbyeUUlkSph0 {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #WGew3keWD61tCN7mo63teixEplt9bNPb {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #hanvFxhrvwuRI0o2ZUVf5mMwWSBTHl5X {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #FgBvLkPyFm47rEBodscon8LGxyNlW6Lb {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #PAUT63I7ydVr2XkiRXZ3iOBBHZ22U2gX {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #xJghwXQxV1hQ4zavUZCnsBiOV3Fv1MNE {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #VGCxNeCoZBMqqLkrC6SCsVIWLQCTykNq {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #DToJsoNuW7t3bgq8khJDl5huqqw4vgi8 {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #AAe1XQkmoTH8sbEwDLt4FL6M1iCtHwvb {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #CkFcO95IG0wi1ReUvhhLcUEXdxJ1vTlF {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #xO1O1tCbPPfH6rX5TfP2avyRd8eZiIsd {  }
 }@media only screen and (max-width: 763px) { #gEpSqIcd5GxsOToyopc3zfIgZgfOMUVB { display:block; }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #mB6odzNfqW73ha1IDksbLIqdmJeHvWrF {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #sgWJ5eF84QsvxaNOps9d5sdvKD85iuO3 {  }
 }@media only screen and (max-width: 763px) { #wtqdgg2H2doVON8qihagbLSZEidoroyb { top:13px;left:100.296875px;width:601px;height:102px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #zThkUFmL2iFRXnsUZ8yn4ECyPE49nsDb { top:145px;left:37px;width:161px;height:25px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #fTmCtZR7adW6oD4fV4J2lJ8kmzW8R8R9 { top:140px;left:28px;width:180px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #ftnPfTsrcDBQ88ibut7sG01r2ospKM81 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #uW5TtagdrFyN1qgxXRsnGNJiadRi3bat { display:block; }
 }@media only screen and (max-width: 763px) { #Tz2KF1BlWI6yoyTTtk79E2XzEVslG4TJ { top:181px;left:185px;width:579px;height:57px;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #fR6pZw9Uy4JNqm3TGW7mLLkRs7oQ8KXa { top:145px;left:334px;width:430px;height:430px;display:block; }
 }@media only screen and (max-width: 763px) { #nwfCggxtcZMzqgm25SnxWmeykNin2khB { display:block; }#nwfCggxtcZMzqgm25SnxWmeykNin2khB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nigSkdarSBTHgLAq1A4UiTNfWciTSKxS { top:16px;left:163.4921875px;width:478px;height:478px;display:block; }
 }@media only screen and (max-width: 763px) { #E5TcGzB59cNSpLQQx0eCXH76ifkVTBVw { width:316px;height:46px;top:690px;left:447px;display:block; }
 }@media only screen and (max-width: 763px) { #U3QPUbu8TtAPhsuCSAEPA4QPQbJOIpF0 { display:block; }
 }@media only screen and (max-width: 763px) { #y9dE3fF29QneKQNGCh4a8bNJtVsBBmeu { top:16px;left:185px;width:579px;height:56px;font-size:44px;display:none; }
 }@media only screen and (max-width: 763px) { #XfHDS7PMOqrGCIRXWf04N33Nq71wyUCv { top:124px;left:495px;width:261px;height:261px;display:block; }
 }@media only screen and (max-width: 763px) { #AhygTyHUDXWV3uxpTRehZMimNx22M8ve { top:164px;left:490px;width:274px;height:61px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #DgJGt843xSFPNRwhr5Q6uJBsKg6CeynI { top:261px;left:565px;width:199px;height:50px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #GpyG0WpKKhli0sX0QEVb3e2X7S8HNiVT { top:274px;left:545.984375px;width:156px;height:25px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #xFlC7JqoDXnxRFuf0GDXqqAAsSfyRfGq { width:148px;height:42px;top:364px;left:616px;display:block; }
 }@media only screen and (max-width: 763px) { #CBvABMVEMtkUAM6n12M6COkSefsJZ6CT { display:block; }
 }@media only screen and (max-width: 763px) { #yNCb8knHsQ1bJRHvUVsZoNC0T03qR0Nd { top:128px;left:0px;width:261px;height:261px;display:block; }
 }@media only screen and (max-width: 763px) { #gkVJ7bIqHv6TWFWKikR0RHnFHFCTcOIx { top:164px;left:0px;width:271px;height:92px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QvdpPN0bz6TzKbrPfssyW4QKAC0QAg4d { top:268px;left:38.515625px;width:199px;height:50px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #UGwHmI086odAgWS7QWJvyIcoMunnS3Vo { top:280px;left:0px;width:156px;height:25px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ikBNElbSbTp1vTlM7hM0W8vflZEFF45c { width:148px;height:42px;top:363px;left:16.46875px;display:block; }
 }@media only screen and (max-width: 763px) { #v2dQK3WBc1zSNMtME6TaT5sy0IS4BzQv { display:block; }
 }@media only screen and (max-width: 763px) { #PeAuSgF5b8Nlu8FPPU9mLiVLFFpflw4J { display:block; }#PeAuSgF5b8Nlu8FPPU9mLiVLFFpflw4J > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLJl0CJNmuoApAQLhRgC1s80Hl7Dv6VD { top:74px;left:375px;width:389px;height:374px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VRVCVBS5E8llLLkMqybdz3VexTld8fNA { top:20px;left:123px;width:563px;height:31px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Z45zzCm1UXJl3wraea4boWKa7Xs5anuG { top:85px;left:0px;width:497px;height:331px;display:block; }
 }@media only screen and (max-width: 763px) { #C2t3K0iClGZ1ZDe0wJqIWJ3oAsT9uD8K { display:block; }#C2t3K0iClGZ1ZDe0wJqIWJ3oAsT9uD8K > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmdizzRC6VC9AV7ZSOSGZdNKbT4ZeMbK { top:13px;left:135.00003051758px;width:504px;height:40px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #kt0DLnyrzV22iXdGDrJ2WTSpg3oxpX4N { top:46px;left:697.99423217773px;width:50px;height:50px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #DBkvdHsb1txeAmZNC1PE5rOkf83XWXhn { top:68px;left:386.99996948242px;width:313px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #J85JxLkmnzLTGrSUAfZDPHdb3AiS5Zpd { top:46px;left:305.99142456055px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #HyR3ZcThII7MN84DIwLBqwzO1l5EwKmA { top:68px;left:0px;width:342px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #MEpMpZ98zCQXkSimrzJetM13oLl9hl81 { top:104px;left:225.99142456055px;width:299px;height:20px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #exoTim2pSg560TydKwSaCkvXBZulfnZs { background-color:transparent;background-image:none;display:block; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container { background-color: transparent; background-image: none; }#exoTim2pSg560TydKwSaCkvXBZulfnZs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container > .video-iframe-container { display: none; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row > .video-iframe-container { display: none; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .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); }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odovAy1ofCAcNAmUSg6D0gGDiLUpVxCF { width:315.994px;height:42.9972px;top:5.9801120758057px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #k72Rv2HpS7kJksmTp9zyc1Hhkf6UBHGR { display:block; }#k72Rv2HpS7kJksmTp9zyc1Hhkf6UBHGR { background-color: transparent; background-image: none; }#k72Rv2HpS7kJksmTp9zyc1Hhkf6UBHGR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k72Rv2HpS7kJksmTp9zyc1Hhkf6UBHGR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k72Rv2HpS7kJksmTp9zyc1Hhkf6UBHGR > .row .container > .video-iframe-container { display: none; }#k72Rv2HpS7kJksmTp9zyc1Hhkf6UBHGR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k72Rv2HpS7kJksmTp9zyc1Hhkf6UBHGR > .row > .video-iframe-container { display: none; }#k72Rv2HpS7kJksmTp9zyc1Hhkf6UBHGR > .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); }#k72Rv2HpS7kJksmTp9zyc1Hhkf6UBHGR { border-width: 0; border-radius: 0; }#k72Rv2HpS7kJksmTp9zyc1Hhkf6UBHGR > .row .container { width:320px;height:665px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-form-header { font-size:12px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:12px;font-weight:bold;color:#ffffff;width:240px;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-text { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:240px;box-sizing:border-box;height:41px;color:#000205;font-size:14px;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-textarea { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:240px;box-sizing:border-box;height:70px;color:#000205;font-size:14px;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-select { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:rgba(255,255,255,0.5);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:240px;box-sizing:border-box;height:40px;color:#ffffff;font-family:raleway;font-size:14px;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .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; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-button { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:#7fa41b;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:34px;margin-bottom:4px;margin-left:34px;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#ffffff;width:172px;height:52px;font-family:raleway;overflow:hidden;box-shadow: 1px 5px 5px rgba(0,0,0,0.21) ; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:14px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:14px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:14px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:14px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .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:raleway;line-height:1.3;font-size:10px;font-weight:300;color:#ffffff;vertical-align:top;width:221px;overflow:hidden;font-style:normal;float:none; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .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; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:21px;vertical-align:middle;font-family:raleway;font-size:12px;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-container:first-of-type{padding-top:0;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-container:last-of-type{padding-bottom:0;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c540b, rgba(0,0,0,0.77));background-image: -moz-linear-gradient(180deg, #0c540b, rgba(0,0,0,0.77));background-image: -ms-linear-gradient(180deg, #0c540b, rgba(0,0,0,0.77));background-image: -o-linear-gradient(180deg, #0c540b, rgba(0,0,0,0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c540b', endColorstr='#c4000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c540b', endColorstr='#c4000000' );";background-image: linear-gradient(180deg, #0c540b, rgba(0,0,0,0.77));background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:240px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;font-size:12px;left:18px;top:277px;z-index:100001; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:240px;display:block;vertical-align:top; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-info-text { display:block;height:auto;font-family:raleway;font-size:12px;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 {display:block;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c540b, rgba(0,0,0,0.77));background-image: -moz-linear-gradient(180deg, #0c540b, rgba(0,0,0,0.77));background-image: -ms-linear-gradient(180deg, #0c540b, rgba(0,0,0,0.77));background-image: -o-linear-gradient(180deg, #0c540b, rgba(0,0,0,0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c540b', endColorstr='#c4000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c540b', endColorstr='#c4000000' );";background-image: linear-gradient(180deg, #0c540b, rgba(0,0,0,0.77));background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:240px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;font-size:12px;left:18px;top:277px;z-index:100001; }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #ptlvT7gzEqIypJKZhEovDQIXMevRHpt5 {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #U5oJWa5VL6caDKzXhadTx2uKv6sufJ4G {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #aeVcehJvK47eSfhIRaQM2t8iZ8ZXoQJ9 {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #FszTl96VGI4cAAIvTaLFVhgDVNiSUP9W {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #nvDD66XKLdaROe8UqVukrbyeUUlkSph0 {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #WGew3keWD61tCN7mo63teixEplt9bNPb {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #hanvFxhrvwuRI0o2ZUVf5mMwWSBTHl5X {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #FgBvLkPyFm47rEBodscon8LGxyNlW6Lb {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #PAUT63I7ydVr2XkiRXZ3iOBBHZ22U2gX {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #xJghwXQxV1hQ4zavUZCnsBiOV3Fv1MNE {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #VGCxNeCoZBMqqLkrC6SCsVIWLQCTykNq {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #DToJsoNuW7t3bgq8khJDl5huqqw4vgi8 {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #AAe1XQkmoTH8sbEwDLt4FL6M1iCtHwvb {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #CkFcO95IG0wi1ReUvhhLcUEXdxJ1vTlF {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #xO1O1tCbPPfH6rX5TfP2avyRd8eZiIsd {  }
 }@media only screen and (max-width: 763px) { #gEpSqIcd5GxsOToyopc3zfIgZgfOMUVB { display:block; }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #mB6odzNfqW73ha1IDksbLIqdmJeHvWrF {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #sgWJ5eF84QsvxaNOps9d5sdvKD85iuO3 {  }
 }@media only screen and (max-width: 763px) { #wtqdgg2H2doVON8qihagbLSZEidoroyb { width:320px;height:103.5px;top:20.333333343267px;left:0px;font-size:23px;color:rgba(0,0,0,0.61);line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zThkUFmL2iFRXnsUZ8yn4ECyPE49nsDb { width:160px;height:25.1953px;top:223px;left:67px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fTmCtZR7adW6oD4fV4J2lJ8kmzW8R8R9 { width:180px;height:41px;top:215px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #ftnPfTsrcDBQ88ibut7sG01r2ospKM81 { top:153.328125px;left:75px;z-index:100095;width:156px;height:40px;font-size:26px;background-color:#aa8124;background-image:none;box-shadow: 0 15px 15px rgba(49,42,7,0.25) ;display:block; }
 }@media only screen and (max-width: 763px) { #uW5TtagdrFyN1qgxXRsnGNJiadRi3bat { display:block; }
 }@media only screen and (max-width: 763px) { #Tz2KF1BlWI6yoyTTtk79E2XzEVslG4TJ { width:303.984px;height:33px;top:241.640625px;left:16.015625px;font-size:26px;z-index:100149;text-align:center;text-align-last:center;color:#aa8124;display:none; }
 }@media only screen and (max-width: 763px) { #fR6pZw9Uy4JNqm3TGW7mLLkRs7oQ8KXa { width:320px;height:320px;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #nwfCggxtcZMzqgm25SnxWmeykNin2khB { display:block; }#nwfCggxtcZMzqgm25SnxWmeykNin2khB > .row .container { width:320px;height:921px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nigSkdarSBTHgLAq1A4UiTNfWciTSKxS { width:320px;height:320px;top:27.000061035156px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #E5TcGzB59cNSpLQQx0eCXH76ifkVTBVw { width:317px;height:30px;top:1599px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #U3QPUbu8TtAPhsuCSAEPA4QPQbJOIpF0 { display:block; }
 }@media only screen and (max-width: 763px) { #y9dE3fF29QneKQNGCh4a8bNJtVsBBmeu { width:304px;height:35.0938px;top:14.666667938232px;left:15.979166984558px;font-size:27px;z-index:100149;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XfHDS7PMOqrGCIRXWf04N33Nq71wyUCv { width:261px;height:261px;top:635px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #AhygTyHUDXWV3uxpTRehZMimNx22M8ve { width:273.969px;height:74.7812px;top:656px;left:23px;font-size:22px;text-align:center;text-align-last:center;color:#000000;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #DgJGt843xSFPNRwhr5Q6uJBsKg6CeynI { width:198.953px;height:41.5938px;top:768px;left:60.5px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #GpyG0WpKKhli0sX0QEVb3e2X7S8HNiVT { width:156px;height:27px;top:819px;left:82px;font-size:15px;text-align:center;text-align-last:center;line-height:1.8;color:#1d2808;display:block; }
 }@media only screen and (max-width: 763px) { #xFlC7JqoDXnxRFuf0GDXqqAAsSfyRfGq { width:148px;height:42px;top:879px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #CBvABMVEMtkUAM6n12M6COkSefsJZ6CT { display:block; }
 }@media only screen and (max-width: 763px) { #yNCb8knHsQ1bJRHvUVsZoNC0T03qR0Nd { width:261px;height:261px;top:290px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #gkVJ7bIqHv6TWFWKikR0RHnFHFCTcOIx { width:268px;height:68px;top:316px;left:26px;font-size:20px;text-align:center;text-align-last:center;color:#000000;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #QvdpPN0bz6TzKbrPfssyW4QKAC0QAg4d { width:198.984px;height:41.5938px;top:430px;left:60px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #UGwHmI086odAgWS7QWJvyIcoMunnS3Vo { width:156px;height:27px;top:481px;left:82px;font-size:15px;text-align:center;text-align-last:center;line-height:1.8;color:#0c480b;display:block; }
 }@media only screen and (max-width: 763px) { #ikBNElbSbTp1vTlM7hM0W8vflZEFF45c { width:148px;height:42px;top:526px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #v2dQK3WBc1zSNMtME6TaT5sy0IS4BzQv { display:block; }
 }@media only screen and (max-width: 763px) { #PeAuSgF5b8Nlu8FPPU9mLiVLFFpflw4J { display:block; }#PeAuSgF5b8Nlu8FPPU9mLiVLFFpflw4J > .row .container { width:320px;height:751px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLJl0CJNmuoApAQLhRgC1s80Hl7Dv6VD { width:320px;height:419.8596px;top:98.625px;left:0px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VRVCVBS5E8llLLkMqybdz3VexTld8fNA { width:320px;height:75px;top:20px;left:0px;font-size:25px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Z45zzCm1UXJl3wraea4boWKa7Xs5anuG { width:302px;height:201px;top:529px;left:4px;border-top:3px solid #044819;border-left:3px solid #044819;border-right:3px solid #044819;border-bottom:3px solid #044819;display:block; }
 }@media only screen and (max-width: 763px) { #C2t3K0iClGZ1ZDe0wJqIWJ3oAsT9uD8K { background-color:transparent;background-image:none;display:block; }#C2t3K0iClGZ1ZDe0wJqIWJ3oAsT9uD8K > .row .container { background-color: transparent; background-image: none; }#C2t3K0iClGZ1ZDe0wJqIWJ3oAsT9uD8K::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C2t3K0iClGZ1ZDe0wJqIWJ3oAsT9uD8K > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C2t3K0iClGZ1ZDe0wJqIWJ3oAsT9uD8K > .row .container > .video-iframe-container { display: none; }#C2t3K0iClGZ1ZDe0wJqIWJ3oAsT9uD8K > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C2t3K0iClGZ1ZDe0wJqIWJ3oAsT9uD8K > .row > .video-iframe-container { display: none; }#C2t3K0iClGZ1ZDe0wJqIWJ3oAsT9uD8K > .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); }#C2t3K0iClGZ1ZDe0wJqIWJ3oAsT9uD8K > .row .container { width:320px;height:185px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmdizzRC6VC9AV7ZSOSGZdNKbT4ZeMbK { width:320px;height:23.3906px;top:10px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #kt0DLnyrzV22iXdGDrJ2WTSpg3oxpX4N { width:50px;height:50px;top:39px;left:62px;font-size:35px;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #DBkvdHsb1txeAmZNC1PE5rOkf83XWXhn { width:129px;height:51px;top:88px;left:187px;text-align:center;text-align-last:center;font-size:15px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #J85JxLkmnzLTGrSUAfZDPHdb3AiS5Zpd { width:50px;height:50px;top:39px;left:226.5px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #HyR3ZcThII7MN84DIwLBqwzO1l5EwKmA { width:166px;height:51px;top:93px;left:4px;text-align:center;text-align-last:center;font-size:15px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #MEpMpZ98zCQXkSimrzJetM13oLl9hl81 { width:299px;height:13px;top:153px;left:10px;text-align:center;text-align-last:center;font-size:10px;display:block; }
 }