.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:transparent;background-image:url("https://images.assets-landingi.com/uc/3bc6d67c-6feb-4423-88cf-c9e5f08a77f7/hdwallpaperg44ff4e5d6_1920.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.65); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.65); }#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); }#GweBTvzxW2lPAnExsyEosh8RO359mvHu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GweBTvzxW2lPAnExsyEosh8RO359mvHu > .row .container { background-color: transparent; background-image: none; }#GweBTvzxW2lPAnExsyEosh8RO359mvHu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GweBTvzxW2lPAnExsyEosh8RO359mvHu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GweBTvzxW2lPAnExsyEosh8RO359mvHu > .row .container > .video-iframe-container { display: none; }#GweBTvzxW2lPAnExsyEosh8RO359mvHu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GweBTvzxW2lPAnExsyEosh8RO359mvHu > .row > .video-iframe-container { display: none; }#GweBTvzxW2lPAnExsyEosh8RO359mvHu > .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); }#GweBTvzxW2lPAnExsyEosh8RO359mvHu > .row .container { border-width: 0; border-radius: 0; }#GweBTvzxW2lPAnExsyEosh8RO359mvHu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GweBTvzxW2lPAnExsyEosh8RO359mvHu > .row .container { font-size:14px;font-family:arial;height:92px;width:960px;position:relative;display:block; }#sNK1yc9WRifX57XARQSh8hDFoSGzIKFT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:59px;width:274px;position:absolute;display:block;z-index:15027;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.5px;left:12.387512207031px;overflow:hidden;display:block; }
#uPBWQ9DUprcyOyMowpTwJ3xCSs4qNMLR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);background-image:url("https://images.assets-landingi.com/uc/462422d0-175a-400d-9a21-3fd0925ba65c/Dzierzawa_baner3a_1920x1080.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#uPBWQ9DUprcyOyMowpTwJ3xCSs4qNMLR.adaptive-delivery-prevent-bg, #uPBWQ9DUprcyOyMowpTwJ3xCSs4qNMLR.lazyload, #uPBWQ9DUprcyOyMowpTwJ3xCSs4qNMLR.lazyloading { background-image: none; }#uPBWQ9DUprcyOyMowpTwJ3xCSs4qNMLR > .row .container { background-color: transparent; background-image: none; }#uPBWQ9DUprcyOyMowpTwJ3xCSs4qNMLR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPBWQ9DUprcyOyMowpTwJ3xCSs4qNMLR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPBWQ9DUprcyOyMowpTwJ3xCSs4qNMLR > .row .container > .video-iframe-container { display: none; }#uPBWQ9DUprcyOyMowpTwJ3xCSs4qNMLR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPBWQ9DUprcyOyMowpTwJ3xCSs4qNMLR > .row > .video-iframe-container { display: none; }#uPBWQ9DUprcyOyMowpTwJ3xCSs4qNMLR > .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); }#uPBWQ9DUprcyOyMowpTwJ3xCSs4qNMLR > .row .container { border-width: 0; border-radius: 0; }#uPBWQ9DUprcyOyMowpTwJ3xCSs4qNMLR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uPBWQ9DUprcyOyMowpTwJ3xCSs4qNMLR > .row .container { font-size:14px;font-family:arial;height:819px;width:960px;position:relative;display:block; }#hJQeIsdeP0kNs9uToNUTzVUf5dy7if6Q { background-color:#ef1331;background-image:none;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-shadow: 1px 1px 27px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 8px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"pt sans";font-size:42px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:508px;height:86px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:668px;left:386.00003051758px;display:block; }
#QL2qTUQXcaXQGBk1lnPyGPJl8ds1Izv7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Qrm7A9dClGy1nz3U9v8XkTBepezHtxgN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0194d5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Qrm7A9dClGy1nz3U9v8XkTBepezHtxgN > .row .container { border-width: 0; border-radius: 0; }#Qrm7A9dClGy1nz3U9v8XkTBepezHtxgN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qrm7A9dClGy1nz3U9v8XkTBepezHtxgN > .row .container { font-size:14px;font-family:arial;height:88px;width:960px;position:relative;display:none; }#zkxyw1o6qoJtAKJo9XSqOA5wqaXbxEtb { color:#ffffff;display:block;width:913px;position:absolute;font-family:"pt sans";font-size:40px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:7px 6px 15px rgba(0,0,0,0.5);top:18px;left:23.5px;height:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#HeySPZubuJGimBrEvG76L6IpO5EcB9ro { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaac18;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HeySPZubuJGimBrEvG76L6IpO5EcB9ro > .row .container { border-width: 0; border-radius: 0; }#HeySPZubuJGimBrEvG76L6IpO5EcB9ro > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HeySPZubuJGimBrEvG76L6IpO5EcB9ro > .row .container { font-size:14px;font-family:arial;height:460px;width:960px;position:relative;display:none; }#ZCC8zGNLcPn0BqwlwyQKZzpcrqZtiTEy { color:#ffffff;display:block;width:541px;position:absolute;font-family:"pt sans";font-size:30px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:7px 6px 15px rgba(0,0,0,0.5);top:47.5px;left:71px;height:39px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#lBiqxvLrcLIpvxOQRfSerXDwcq2XFp45 { color:#ffffff;display:block;width:654px;position:absolute;font-family:"pt sans";font-size:30px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:7px 6px 15px rgba(0,0,0,0.5);top:123px;left:71px;height:78px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#RNBTk8kLNHMAVNlp7fLRUx8qReJ3ebMF { color:#ffffff;display:block;width:661px;position:absolute;font-family:"pt sans";font-size:30px;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:7px 6px 15px rgba(0,0,0,0.5);top:247.5px;left:71px;height:39px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qF3OVkV9ZfmLFS1gfambdGHCXdFOyTPv { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:42px;left:12px; }
#vZEyVMIGW6LDXnSouEsEXQke5NTyerbO { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:137px;left:12px; }
#lsKzJxqfy9IWeVqoEqpuH8DLklMroT2n { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:242px;left:12px; }
#CH2nnktnLL29myMyamr4RelXwiehG46k { color:#ffffff;display:block;width:183px;position:absolute;font-family:"pt sans";font-size:30px;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:7px 6px 15px rgba(0,0,0,0.5);top:362.5px;left:695px;height:39px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#PiRVR2EMOqaPIggrIns3tww8hBGKtaac { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0194d5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PiRVR2EMOqaPIggrIns3tww8hBGKtaac > .row .container { border-width: 0; border-radius: 0; }#PiRVR2EMOqaPIggrIns3tww8hBGKtaac > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PiRVR2EMOqaPIggrIns3tww8hBGKtaac > .row .container { font-size:14px;font-family:arial;height:22px;width:960px;position:relative;display:none; }#r81Mb7xao1MSF3GcwN14FIHggnsH2nNw { position:relative;display:none; }#r81Mb7xao1MSF3GcwN14FIHggnsH2nNw { border-width: 0; border-radius: 0; }#r81Mb7xao1MSF3GcwN14FIHggnsH2nNw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#r81Mb7xao1MSF3GcwN14FIHggnsH2nNw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#G8A1OBTV4yofB1GRFEVlIfkwCf3PTllW { background-color:#5d92ff;background-image:none;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:dosis;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ILKk6UxrWX3w9AyRvGeceaq0NWQCgP0n { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Gf1AseTRzl6pwUVr47kC4xUxKMhSDyPf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fb99978c-5345-4d64-8a0f-fe32aa9fdae3/TPRRACnewsletter660x3001920x1080px1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Gf1AseTRzl6pwUVr47kC4xUxKMhSDyPf.adaptive-delivery-prevent-bg, #Gf1AseTRzl6pwUVr47kC4xUxKMhSDyPf.lazyload, #Gf1AseTRzl6pwUVr47kC4xUxKMhSDyPf.lazyloading { background-image: none; }#Gf1AseTRzl6pwUVr47kC4xUxKMhSDyPf > .row .container { border-width: 0; border-radius: 0; }#Gf1AseTRzl6pwUVr47kC4xUxKMhSDyPf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gf1AseTRzl6pwUVr47kC4xUxKMhSDyPf > .row .container { font-size:14px;font-family:arial;height:919px;width:960px;position:relative;display:none; }#BwwNnCL3f1b0Is7woeMMZLQfsPCa3eop { background-color:#ef1331;background-image:none;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-shadow: 1px 1px 27px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 8px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"pt sans";font-size:28px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:393px;height:69px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:476px;left:567px;display:block; }
#cZbDw7FN60FiU5lFecoM7gVzevXwrmF4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#QA48Qy3NMfC2mgG2QJQeAUqWnKunquP2 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QA48Qy3NMfC2mgG2QJQeAUqWnKunquP2 > .row .container { border-width: 0; border-radius: 0; }#QA48Qy3NMfC2mgG2QJQeAUqWnKunquP2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QA48Qy3NMfC2mgG2QJQeAUqWnKunquP2 > .row .container { font-size:14px;font-family:arial;height:1022px;width:960px;position:relative;display:none; }#MnN82Kd64iecl8dvEiWVHsTew6akbflX { display:block;width:960px;position:absolute;font-family:"pt sans";font-size:50px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:81.703125px;left:0px;height:390px;text-align:justify;text-align-last:initial;font-style:normal;color:#373534;display:block; }
#nqky8HqVL9k5TkaqkVd2TcbRAJLkEZmT { display:block;width:933px;position:absolute;font-family:"pt sans";font-size:30px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:518.25px;left:0px;height:273px;text-align:center;text-align-last:center;font-style:normal;color:#373534;display:block; }
#ToO4ZLXFHJulc44ncx3WfNqXtGViqFuX { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#3fa548;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.98611px;width:550px;position:absolute;display:block;z-index:15003;top:57.899291992188px;left:205.00006103516px;display:block; }
#auIhFSZesTmE7gzwSHK3t00dKxmRp1dK { display:block;width:960px;position:absolute;font-family:"pt sans";font-size:50px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:850.25px;left:0px;height:130px;text-align:justify;text-align-last:initial;font-style:normal;color:#373534;display:block; }
#uFKJTAVDnewov37evG2qDcX6wuiiUbvv { background-color:rgba(255,255,255,0.55);background-image:url("https://images.assets-landingi.com/uc/bf79ccf4-e8a9-4d36-9ba3-56ed5cad3147/wheat1556698_1280.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv.adaptive-delivery-prevent-bg, #uFKJTAVDnewov37evG2qDcX6wuiiUbvv.lazyload, #uFKJTAVDnewov37evG2qDcX6wuiiUbvv.lazyloading { background-image: none; }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv > .row .container { border-width: 0; border-radius: 0; }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv > .row .container { font-size:14px;font-family:"open sans";height:563px;width:960px;overflow:visible;position:relative;display:none; }#h07zFOPkAJsvzA7NRMBRIBGvOgFkRoMS { color:#ffffff;display:block;width:454px;position:absolute;font-family:"times new roman";font-size:56px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:10px 8px 9px #000000;top:61px;left:454.50003051758px;height:218.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTpGAhdA00fPaqLvm8FaphPqnJbWoa5t { color:#ffffff;display:block;width:395px;position:absolute;font-family:"times new roman";font-size:26px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:7px 8px 6px rgba(0,0,0,0.5);top:351.70001220703px;left:484.00003051758px;height:67.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tacc4w5K5TTuoc5QL5qQl7a25zZcKaLy { position:absolute;display:block;z-index:15011;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;height:453px;width:350px;top:0px;left:60.299987792969px;overflow:hidden;display:block; }
#glFMWCQ5loHtRafyWmvJlUFIL3bFgQTe { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0.5);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;height:562px;width:453px;top:0px;left:455.00003051758px;display:block; }
#RSXoaDZgThZJ3XNKIXK4QkI1thqVzUy2 { position:absolute;display:block;z-index:15013;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;height:131px;width:131px;top:11.800003051758px;left:72.575012207031px;overflow:hidden;display:block; }
#R8c6ruQT6u6kT9b3z1B0ggXBZqNwBBLJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/371d1053-91fc-4a98-8018-6359e5f982bb/baner_Ekoschematy_1920x1080_v2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#R8c6ruQT6u6kT9b3z1B0ggXBZqNwBBLJ.adaptive-delivery-prevent-bg, #R8c6ruQT6u6kT9b3z1B0ggXBZqNwBBLJ.lazyload, #R8c6ruQT6u6kT9b3z1B0ggXBZqNwBBLJ.lazyloading { background-image: none; }#R8c6ruQT6u6kT9b3z1B0ggXBZqNwBBLJ > .row .container { border-width: 0; border-radius: 0; }#R8c6ruQT6u6kT9b3z1B0ggXBZqNwBBLJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R8c6ruQT6u6kT9b3z1B0ggXBZqNwBBLJ > .row .container { font-size:14px;font-family:arial;height:1059px;width:960px;position:relative;display:none; }#LThkKN65gzTDWvlvktTJat7tW0qzTbVq { background-color:#009639;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-shadow: 8px 8px 16px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:6px 7px 9px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:27px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:392px;height:70px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:928px;left:568px;display:block; }
#i33Vb6JVR6Z5hSHiXdyytSr6TXuQZzu3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#F62WX7PVnyAhltAJD7XJmG4Z300M5FTc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3098cf;background-image:url("https://images.assets-landingi.com/uc/889c4609-4d44-43d2-abd2-cf7618178445/baner_chusteczki3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#F62WX7PVnyAhltAJD7XJmG4Z300M5FTc.adaptive-delivery-prevent-bg, #F62WX7PVnyAhltAJD7XJmG4Z300M5FTc.lazyload, #F62WX7PVnyAhltAJD7XJmG4Z300M5FTc.lazyloading { background-image: none; }#F62WX7PVnyAhltAJD7XJmG4Z300M5FTc > .row .container { border-width: 0; border-radius: 0; }#F62WX7PVnyAhltAJD7XJmG4Z300M5FTc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F62WX7PVnyAhltAJD7XJmG4Z300M5FTc > .row .container { font-size:14px;font-family:arial;height:586px;width:960px;position:relative;display:none; }#iduMlGESnKI6GLMCU0lTAIufFutgUKh0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/72345996-68f2-4929-ab5e-06e31582b5f7/aerialviewofgreenagriculturalfieldsinspring20231127045815utc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#iduMlGESnKI6GLMCU0lTAIufFutgUKh0.adaptive-delivery-prevent-bg, #iduMlGESnKI6GLMCU0lTAIufFutgUKh0.lazyload, #iduMlGESnKI6GLMCU0lTAIufFutgUKh0.lazyloading { background-image: none; }#iduMlGESnKI6GLMCU0lTAIufFutgUKh0 > .row .container { border-width: 0; border-radius: 0; }#iduMlGESnKI6GLMCU0lTAIufFutgUKh0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iduMlGESnKI6GLMCU0lTAIufFutgUKh0 > .row .container { font-size:14px;font-family:arial;height:1316px;width:960px;position:relative;display:none; }#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-form-header {  }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:22px;font-weight:700;color:#ffffff;width:727px;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;overflow:hidden;line-height:1.7; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-input-text { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;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:727px;box-sizing:border-box;height:44px;color:#161616;font-size:16px;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-input-text {padding-top: 0; padding-bottom: 0;}#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-textarea { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;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:727px;box-sizing:border-box;height:50px;color:#161616;font-size:16px;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-input-select { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;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:727px;box-sizing:border-box;height:44px;color:#000000;font-family:roboto;font-size:16px;overflow:hidden;vertical-align:top; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-input-select {padding-top: 0; padding-bottom: 0;}#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .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; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-input-button { border-top-left-radius:262px;border-top-right-radius:262px;border-bottom-left-radius:262px;border-bottom-right-radius:262px;background-color:#ef1331;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;box-sizing:border-box;font-size:23px;font-weight:400;color:#ffffff;width:727px;height:53px;font-family:"pt sans";overflow:hidden;box-shadow: 0 15px 10px rgba(9,142,105,0.25) ;font-style:normal;line-height:1.4; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:"pt sans";font-size:16px;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:"pt sans";font-size:16px;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:"pt sans";font-size:16px;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:"pt sans";font-size:16px;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .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:roboto;line-height:1.7;font-size:14px;font-weight:400;color:#ffffff;vertical-align:top;width:707px;overflow:hidden;font-style:normal; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .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; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:29px;vertical-align:middle;font-family:"pt sans";font-size:18px;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.5; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-container:first-of-type{padding-top:0;}#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-container:last-of-type{padding-bottom:0;}#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o  { background-color:#009639;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:727px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:96.5px;top:141px;z-index:15012;position:absolute; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:727px;display:block;vertical-align:top; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-info-text { display:block;height:auto;font-family:"pt sans";font-size:14px;line-height:1.2;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o {display:block;}#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o { background-color:#009639;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:727px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:96.5px;top:141px;z-index:15012;position:absolute; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #gzFXREMx0v7532zT6PVREXfxt13LMpda { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #qguQWWAqhP7NT0ivnpayJwXJSZn49XGa { position:relative;display:block; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #KdNPkQdXUyxUlDwqiVTHdmevUNrIRqRL { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #nsc3NHTC9wxffahBNODEeIA0df9pQzsz { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #ltOvdcWiL92DPogcHZ0TRbEGgVd4240B { position:relative;display:block; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #UUJVzf1oCcBl80fvcpaV3dsTJEZbhBDE { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #ml4ExBT2k3MKAvzalRDZDbhyucLLSQk8 { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #HOLFgFZt8STzWHaJ7vRHRfbEqvugnRpG { position:relative;display:block; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #Tx2GZFWtrtGXroNTEfiN9ra2yuBy26kH { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #usAXK7H0WPFwWPBpR4wcgUz8pmPLJr3G { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #oTCgHsrcULN1IoWsViKltEOodHadRH64 { position:relative;display:block; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #aPqCVgTCTpW8ieTl77JvKPinXHBAqqbU { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #sK0sfWpQicUmLueLZcP62WmEK8kXBbgW { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #OccoRCRKP0k8SAE9hpfEPFdRGpPBmaXq { position:relative;z-index:2; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #v7A7E2Ud5GJD4fWchsU4eftuqCgsuR8K { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #nEZLSyLHpAd4suNBvvxeSqR7bRP5G5Hx { position:relative;z-index:15000; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #ClhWrLKFshLfrqSOqQu6RuTICoTD6tvi { position:relative;z-index:15000; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #EXNcpMTuZma8hHm8e0xTKN062icXoe0f { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #rodGDt7ptKwCT9J7bdPWT1NuSE01cvWB { position:relative;z-index:2; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #iWUZkKCGB3Tm61MxWJh8dJsJkwsK6Q6o { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #aLuUmFoV4VLTWhM0z6Tt3HeHPTJPsUIs { position:relative;z-index:15000; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #Qmr1E7TZvMABFhNuxQMR3sozULglcLIh { position:relative;z-index:15000; }
#aCfJTzoLcxGm441qPuTFzgl7nRRppP0t { position:relative;display:block; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #G69bTEgeZVzVXJmSdhKRp8zJcCMe2N4S { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #N2XzxRNZlk25e0xN1fKxZxyR48OMJgAh { position:relative;z-index:2; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #an4LNrVOC4JfnAsEt1AbStJJAZBdxUM5 { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #wGky6Rya1LCvOmTqqu9w1BFUyQsQvNZF { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #B7J82E4hK6lnZBVT0SkmqMmcUvKUpaVI { position:relative;z-index:2; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #u04wWostUyzKz47yEU45MCU7eVliRvQD { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #ybesIKeOS0X0uEeU0J1G7nA5KekaNlVa { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #Zp10atnMBC71sCCEUhtgnAATcCEksF29 { position:relative;z-index:2; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #ZSXJOaq51vIgP1npX6IgXBp73cgwArdZ { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #PW8msumuPMbK8TE3vzdzK3WkJVpC4xD1 { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #PW8msumuPMbK8TE3vzdzK3WkJVpC4xD1 .container-column{width:50%;}#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #TJToAJ5IHbzKoHTUENwRtKPO4eSwcQTs { position:relative;display:block; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #wEVORVrOvLKN5cavehCWKplmrdfEFKcP { position:relative;z-index:2; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #hIgZJb9zDxy5Lq1fT0JJxcG4mm2F4PTL { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #niRTWTwyEVeFtp73USvLq6sIg0wFRlZd { position:relative;z-index:2; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #ID4D7yzh0gyKkOlrx2pT8HG8cT9zq2QQ { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #dX5RqwRHyVsIevuIiXVcgCgWsbRVDRDy { position:relative;z-index:2; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #dwbGQKXLLcdSIhdwUZKTfKbokvTJkKkF { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #TKW8Ia18TIVaM9be4NfvodxvNCSFeytl { position:relative;z-index:2; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #RxaN9VN5ug5QMQgccb6aA80sVRMesN1k { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #qrHE9Mra66ndnPbJnFOhzuJ0u7cSlosM { position:relative;z-index:2; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #r0fWxB5nPHKy5ylMPzh31uLnbIA1OV2p { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #FvPTQ6TJPmZM5w10J9lhROIv5B9s8BKB { position:relative;z-index:2; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #OfJHFF4cU4zII2FfrycfOK3ShxKQDSQd { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #HpGsxynsZuEkiXFImXQ0TZk9a5HrpkB7 { position:relative;z-index:2; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #u0h2RKCo7GDJqQOlBh0EyzHEXfMT39EO { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #ciqZKUSKRUCNw3guP3IxV5SkdtZb1CK8 { position:relative;z-index:2; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #nxTuml1F4f68lGeH9mdpV1RQReSkciwX { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #k6n3xfhrBMltHSPomRldP0ZOq2mIeJbk { position:relative;z-index:2; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #QeDTsh1C0vvgizxiQQTao7zaSPrH7nKC { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #DChIcKlUkZRDQfEBXrXmtLc4egeGzxmv { position:relative;z-index:2; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #VCdK2h7FTbyXkiLacXTpE70ftQzxnT5e { position:relative; }
#ieWxpvehWxXdJUrCgUFFeAHUUiVVA2dH { position:relative;display:block; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #aOMRkqtkBNA7F0yw1ntFFxuiXrLkTzAJ { position:relative;display:block;z-index:15000; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #NnaHRdkFU6t7ZkSVIiNFMP9pRBFP8qoz { position:relative;display:block;z-index:15000; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #rFkrTBcIWXMelyeFSdCRva281vPJlEwr { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #Z1TmWTGM3uEbTSDMHIqCURuZpdBl5dtZ { position:relative; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #A8nOqMPwsXdaBCtZMihWcnHpcKBzyaWm { position:relative;display:block;z-index:15000; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #xBSZaE0wKGVJTng5oqt7vAKpDFJ7xxiy { position:relative;display:block;z-index:15000; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #hyxxxcN7IlyDK3haWEDT9dXhPmFwrdhZ { position:relative;z-index:15000; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #bgbd2rp6q6XexeQear6v6VetnHb55Doy { position:relative;z-index:15000; }
#dEqyAe8hBOCGLsa0agw0MomsKXR8APTi { position:absolute;display:block;z-index:15008;background-color:#009639;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;height:165px;width:767px;top:24px;left:96.5px;display:block; }
#kJtgrTFM3Lv98FSThICHAF40UikPXH4H { color:#ffffff;display:block;width:699px;position:absolute;font-family:lora;font-size:30px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:54px;left:130.5px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zSyB4XuKXb8OgAl6gCiAxdL6TnCl9DFb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/72345996-68f2-4929-ab5e-06e31582b5f7/aerialviewofgreenagriculturalfieldsinspring20231127045815utc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#zSyB4XuKXb8OgAl6gCiAxdL6TnCl9DFb.adaptive-delivery-prevent-bg, #zSyB4XuKXb8OgAl6gCiAxdL6TnCl9DFb.lazyload, #zSyB4XuKXb8OgAl6gCiAxdL6TnCl9DFb.lazyloading { background-image: none; }#zSyB4XuKXb8OgAl6gCiAxdL6TnCl9DFb > .row .container { border-width: 0; border-radius: 0; }#zSyB4XuKXb8OgAl6gCiAxdL6TnCl9DFb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zSyB4XuKXb8OgAl6gCiAxdL6TnCl9DFb > .row .container { font-size:14px;font-family:arial;height:1858px;width:960px;position:relative;display:none; }#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-form-header {  }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:22px;font-weight:700;color:#ffffff;width:727px;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;overflow:hidden;line-height:1.7; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-input-text { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;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:727px;box-sizing:border-box;height:44px;color:#161616;font-size:16px;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-textarea { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;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:727px;box-sizing:border-box;height:50px;color:#161616;font-size:16px;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-input-select { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;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:727px;box-sizing:border-box;height:44px;color:#000000;font-family:roboto;font-size:16px;overflow:hidden;vertical-align:top; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .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; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-input-button { border-top-left-radius:262px;border-top-right-radius:262px;border-bottom-left-radius:262px;border-bottom-right-radius:262px;background-color:#ef1331;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;box-sizing:border-box;font-size:23px;font-weight:400;color:#ffffff;width:727px;height:53px;font-family:"pt sans";overflow:hidden;box-shadow: 0 15px 10px rgba(9,142,105,0.25) ;font-style:normal;line-height:1.4; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:"pt sans";font-size:16px;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:"pt sans";font-size:16px;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:"pt sans";font-size:16px;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:"pt sans";font-size:16px;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .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:roboto;line-height:1.7;font-size:14px;font-weight:400;color:#ffffff;vertical-align:top;width:707px;overflow:hidden;font-style:normal; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .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; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:29px;vertical-align:middle;font-family:"pt sans";font-size:18px;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.5; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-container:first-of-type{padding-top:0;}#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-container:last-of-type{padding-bottom:0;}#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ  { background-color:#009639;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:727px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:96.5px;top:141px;z-index:15012;position:absolute; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:727px;display:block;vertical-align:top; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-info-text { display:block;height:auto;font-family:"pt sans";font-size:14px;line-height:1.2;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ {display:block;}#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ { background-color:#009639;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:727px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:96.5px;top:141px;z-index:15012;position:absolute; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #uW00VC4R35nlHZgIJ2azpXU4kFx5m0H5 { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #Gzp3HoBTAcpzgkZXddzCOLHsQla7UBDr { position:relative;display:block; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #fL8ADu9J3wvOBl3w0kK0W5ZMHhQiG5KC { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #GxTthrycqBwCCHdypDnWVa7OAeS6KZWT { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #BHJQ3hOCuLQDQSpzC9tIl4U7HZRDL0py { position:relative;display:block; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #F7uXKeE4JBTgNxxSQh0azABxGMlrF6s2 { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #AFgP3o8PM8S8Z3RraXATD5cmkgHaH2Z8 { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #TTbcBO1mOtbt2hVgt8mH7wSTPbRu6KT2 { position:relative;display:block; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #AU189h5k0KqH1qEvTSlWBVVsrE2c3kfT { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #yZwZJuu6OOTDC4SlQXKc0ZPh9PLboW5b { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #y4XOOKsAbQJvNuWvPgkyliSgoRT38Bwi { position:relative;display:block; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #smvFhUTFaF8gfsTXsiPsp6CuHPQUdiSF { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #UOxNvqDsms7eCPupIUvWt3ppTJriQbpH { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #CdKIH14kevzTQoF7TokL8l4TlThcPkMn { position:relative;z-index:2; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #H2mX9Thq1GA0QKg9R6a5xRA7i6sdCZox { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #Hr9uRmhdCeSDkm2U4SQotsl7fbOhFl1f { position:relative;z-index:15000; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #AKrRDQAyRMI7PD3BE02GME0p46ey11tD { position:relative;z-index:15000; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #HftI9TxnU3ldx7diklcpTQ39OrCTmNys { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #pA2hEBzTaerREkTRazg3AhqqKCaZvMsb { position:relative;z-index:2; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #dKd55JJITXcEfDap1hAWKApnxTCvEdvP { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #TbkOaQPdgp5G94PNx8P6N50GyEfqk5rm { position:relative;z-index:15000; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #JwgvKT4ANLEdebgfZ2rfCfqqkFiTQvuA { position:relative;z-index:15000; }
#X8xazPTiXFdBgJxVlVUomX5k08Ootgxn { position:relative;display:block; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #GVsVaT4ZHHTxXupulP2LZk1QG2L9F0pP { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #QvD9E4H2LeVks6UxVNcrW2RC9B1LpfIh { position:relative;z-index:2; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #adPqiBhc9TMF87GWHlIRlGzAMtIRlPhM { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #dquLCo1hTRPaIsXr5g3zLk4eguNhavCd { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #TDOGZO9ClQGoK24NZoaK9wz4USKhlrJT { position:relative;z-index:2; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #fwR1LvmaNH7sv6vwifZh5NQcpp6dnqTN { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #lz0WsQcPhwyleZmJ53BwtrhbIwsz4E1t { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #wCOTUFW12EaA3KnHcqDK0KQTbMCJ9tmG { position:relative;z-index:2; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #WThNWnfLl3AlPfBdMOsitf6mXnE1C9ek { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #M6s83GDmACgvTcJ3bWnT23eV8cZyIv2U { position:relative;z-index:15000; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #wpnF0nIPQxZ3fMAqdptVz9t0Gq4Fs4QG { position:relative;z-index:15000; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #CvFrTUEBCCHT6ucOpFIJroQMfbVu0sqT { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #d7BWHOB5bFa6Tox8kZImxxJ3Zcsw9Swf { position:relative;display:block; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #tV6IvboPJRPFRZBBhEVt2yFUCu1qVZU6 { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #vlVraJ5yncuOo2CTC3ReBR6mT52FK0k1 { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #IFAvsfy5US8Brcb8hqK9XAb8sLXoDHhZ { position:relative;display:block; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #MLZ9Tb661tXb4phBe7SszPlDmIoFTEZe { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #FGoynkaeu1wRoc6CDINUlRXBFXbhltiT { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #OTJKL20Rw66VXE1kZnbSc8kmEqo9rTqW { position:relative;display:block; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #En63oxUir2z6Dg6RZlCMu7drM9sKUFCW { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #aUWoVTEAdQASymvZ31JLkWkvTkDqaClv { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #HRTKlTBZMgq1Bo8LsCPOxhbULEewC9Ro { position:relative;display:block; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #xDTRdbwHTMGZFSXL0NH8RGUf1RyPxpdv { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #OpLWKewNLsGLTbDxtF9EWzKnlPcMdHq6 { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #O6iiZ1RkpTLL3zNwu4NrA9wC9dBSGqOa { position:relative;display:block; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #vuwdybgGnXJUCmr13vNTUv1FNIzm58D7 { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #nwEEy3Rh2sB2VFA22w5JctBgMk6d3a8G { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #nwEEy3Rh2sB2VFA22w5JctBgMk6d3a8G .container-column{width:50%;}#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #qn1gBMhSZLAv00MrCGsUOO1epEMwDBsl { position:relative;display:block; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #FBt22UEVuyiLQreFDp78tfQsH3Z05Ugu { position:relative;z-index:2; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #yUMJqoSXDvDEcNkzgDd6P2zlIlvrRnRg { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #MRslDAg8ADoikbC5yDXAr7vfgZBtcqsQ { position:relative;z-index:2; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #UVkti8d9RuSuPOyJxFS1d0whW6ITP5JB { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #TQJCo0OaTGuCTAlD0VvpD07LHEwFusa1 { position:relative;z-index:2; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #AFc6EMOB5FOL3EJATsxdKFzJot3yS7a7 { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #d4QXuoH4qAg2zr69uJcLFI7BWMWOUZeB { position:relative;z-index:2; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #alWl08QHzsvGo3lW2BmAy0UCsMPTnaZs { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #vnka85Sws0yog30x649ysBC3y478HNt6 { position:relative;z-index:2; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #o0O2vvraPDOz6papS9QPQ2MfblaTyqpv { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #sLgsDlxDgWtIg9uKSo8Ryz1cfuapzp7T { position:relative;z-index:2; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #oIn40zXvz1PfGDNDp2o4TMWXA0u7q87L { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #LF19SetvkChBFUtfEsiGHEGeFyPZvcTL { position:relative;z-index:2; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #BzVQqMDATWWWqgUzLaZOcS8NZ5bymGsW { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #dBGRS7VArKmCyiu4udFRo1I7GWJpT9QJ { position:relative;z-index:2; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #NxS3dZcP5DKvnX7NPF9UsNenzoEuwaS2 { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #AFrQFiSxVlKkqgFlbleBvTJJD2zT0gei { position:relative;z-index:2; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #nCmCz8RnJTVdF5356UB9Ty2l3PkkeTJm { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #HKRux7iPVFU5lKWVyHwyZzNm1QRzmoTz { position:relative;z-index:2; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #qwAR3zAkwm1hS2P3kTshN9HBREiEWnIz { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #KfN2m3sorIqoq7qgsn43ATX6r7swX4Pq { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #tAzKoJDLE9puKrR3lvT45si174HLmWgr { position:relative;display:block; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #ohXRRpnCfHWTKVNTnTIDaXpAicI8NsCi { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #GOwH8Hh3UpglUSduSDlHLQvG6IC74PQe { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #GOwH8Hh3UpglUSduSDlHLQvG6IC74PQe .container-column{width:50%;}#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #PEatCqOSpPxnTN9rSG84p6Z15kyV227s { position:relative;display:block; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #zCxK8oG0yXDyl2McZ7lyP2Axm9fBTuTV { position:relative;z-index:2; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #wvJk3glDcLIEnbTZsLnUs8hKWk4EQqG1 { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #nSVXxzTxeLxOxLln6bwXGkMtD5BOp5a9 { position:relative;z-index:2; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #MZc9py91MM2uqVnSSTO24BCMcEqacZzb { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #kAKa7T1WCc27TMFrnqPEoz91Z19Peahs { position:relative;z-index:2; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #SFRg91Xtl9eE21VRTgEmhAF2Q7EZWh8R { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #cvDEugcSCaXTHZ84XP6psV2HodvqC22L { position:relative;z-index:2; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #FxUvOEt1x1GSthuIkqL0ixiembUMG5t3 { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #eRxudSNE2Tomz7o78d4XqTNKBOnH0xFM { position:relative;z-index:2; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #LoQeGwleJpDT3yydg1EBCDBcT8qgbGdd { position:relative; }
#NMF83breC1K908AeSgrSrJeOCvtbLCpA { position:relative;display:block; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #wTb1w3pMUxtLppbotyGTqZ79Vw5aMJrn { position:relative;display:block;z-index:15000; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #ZZLPdceKlrksT8QlOX3EPZAMvd3DBCow { position:relative;display:block;z-index:15000; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #kPT6MF0oTeDIZIyfHL2rbygMbpmdAcf9 { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #Nu98pSb4b0WcWloIdFfIfECDnfmo4FGn { position:relative; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #WtSWPno2oU2v1lxq6trawCuMTwHJhX0T { position:relative;display:block;z-index:15000; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #vebJqruALzcuhJ51mHTckcbH1tLiBF2Z { position:relative;display:block;z-index:15000; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #BNvlgtqGUWORayXWKLA1yKhFuTPAgErE { position:relative;z-index:15000; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #Zccz0lgLugsnSvwZQcK3QyipFpOeN0ef { position:relative;z-index:15000; }
#Fc0sMgXbW7t4lk5x4AINGndZRF9aOmrG { position:absolute;display:block;z-index:15008;background-color:#009639;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;height:165px;width:767px;top:24px;left:96.5px;display:block; }
#vHOlAV8o03iqBebWfxR1Og4pByd6T2Su { color:#ffffff;display:block;width:699px;position:absolute;font-family:lora;font-size:28px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:54px;left:130.5px;height:72.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fBBWWDuT8G0HWsdPZJrdd12ZfUpARImh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009639;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fBBWWDuT8G0HWsdPZJrdd12ZfUpARImh > .row .container { background-color: transparent; background-image: none; }#fBBWWDuT8G0HWsdPZJrdd12ZfUpARImh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBBWWDuT8G0HWsdPZJrdd12ZfUpARImh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBBWWDuT8G0HWsdPZJrdd12ZfUpARImh > .row .container > .video-iframe-container { display: none; }#fBBWWDuT8G0HWsdPZJrdd12ZfUpARImh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBBWWDuT8G0HWsdPZJrdd12ZfUpARImh > .row > .video-iframe-container { display: none; }#fBBWWDuT8G0HWsdPZJrdd12ZfUpARImh > .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); }#fBBWWDuT8G0HWsdPZJrdd12ZfUpARImh > .row .container { border-width: 0; border-radius: 0; }#fBBWWDuT8G0HWsdPZJrdd12ZfUpARImh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fBBWWDuT8G0HWsdPZJrdd12ZfUpARImh > .row .container { font-size:14px;font-family:arial;height:609px;width:960px;position:relative;display:block; }#pVqOEgTnGgdhhctA57xxF9PrSN4VOTZy { color:#ffffff;display:block;width:627px;position:absolute;font-family:poppins;font-size:49px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:10px 8px 9px rgba(0,0,0,0.5);top:34px;left:43.387512207031px;height:63.7031px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X4iJS738avTSGon4SJwFH9EaQrE5xFSF { color:#ffffff;display:block;width:822px;position:absolute;font-family:poppins;font-size:25px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:10px 8px 9px rgba(0,0,0,0.5);top:120.48725891113px;left:65.387512207031px;height:32.5078px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iT0llnb8VIXOtGTCKoOEsVD7qqpA32EM { color:#ffffff;display:block;width:914px;position:absolute;font-family:poppins;font-size:25px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:10px 8px 9px rgba(0,0,0,0.5);top:210.98748779297px;left:65.387512207031px;height:32.5078px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tsRehBXWIWrRmMmsqawNJkcVqARlLFVI { color:#ffffff;display:block;width:895px;position:absolute;font-family:poppins;font-size:25px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:10px 8px 9px rgba(0,0,0,0.5);top:297.10009765625px;left:65.375px;height:32.5078px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ABInM6zTHAKSfFGCgJqaDd9fz1XDlM0K { color:#ffffff;display:block;width:253px;position:absolute;font-family:poppins;font-size:29px;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:10px 8px 9px rgba(0,0,0,0.5);top:523.97503662109px;left:662.37503051758px;height:37.7px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hUECMO8M2A2HFeSgCGU4XOvUy0Tp2dzO { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:54px;width:54px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:125.98750305176px;left:0px;filter: drop-shadow(9px 5px 6px rgba(0,0,0,0.5)); }
#oTbfE889pEBqGifv6vndebIVp1aBD6yA { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:54px;width:54px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:202.83750915527px;left:0px;filter: drop-shadow(9px 5px 5px rgba(0,0,0,0.5)); }
#bXV4VHw6AoUn6bSQNdIGsS8nI0ineWWG { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:54px;width:54px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:286.359375px;left:0px;filter: drop-shadow(9px 5px 5px rgba(0,0,0,0.5)); }
#sJ7IKorDhK8M1UNpWrsmr1oUgFKXlfUT { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:54px;width:54px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:380.35000610352px;left:0px;filter: drop-shadow(9px 5px 5px rgba(0,0,0,0.5)); }
#E25ziVkSHbDk1fOtpQCTAmIQZSimC8cv { color:#ffffff;display:block;width:895px;position:absolute;font-family:poppins;font-size:25px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:10px 8px 9px rgba(0,0,0,0.5);top:374.85000610352px;left:64.987487792969px;height:32.5078px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#okkC5Jln05tgNgkHyRKxSbxh6BqNzarB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaac18;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#okkC5Jln05tgNgkHyRKxSbxh6BqNzarB > .row .container { background-color: transparent; background-image: none; }#okkC5Jln05tgNgkHyRKxSbxh6BqNzarB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okkC5Jln05tgNgkHyRKxSbxh6BqNzarB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okkC5Jln05tgNgkHyRKxSbxh6BqNzarB > .row .container > .video-iframe-container { display: none; }#okkC5Jln05tgNgkHyRKxSbxh6BqNzarB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okkC5Jln05tgNgkHyRKxSbxh6BqNzarB > .row > .video-iframe-container { display: none; }#okkC5Jln05tgNgkHyRKxSbxh6BqNzarB > .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); }#okkC5Jln05tgNgkHyRKxSbxh6BqNzarB > .row .container { border-width: 0; border-radius: 0; }#okkC5Jln05tgNgkHyRKxSbxh6BqNzarB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#okkC5Jln05tgNgkHyRKxSbxh6BqNzarB > .row .container { font-size:14px;font-family:arial;height:1574px;width:960px;position:relative;display:block; }#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-form-header {  }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:19px;font-weight:bold;color:#19232e;width:904px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:904px;box-sizing:border-box;height:25px;color:#161616;font-size:17px;overflow:hidden;font-family:"open sans";box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:904px;box-sizing:border-box;height:45px;color:#161616;font-size:17px;overflow:hidden;font-family:"open sans";box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:904px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:13px;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#009639;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:10px;display:block;box-sizing:border-box;font-size:25px;font-weight:bold;color:#f2f9ff;width:894px;height:55px;font-family:raleway;overflow:hidden; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:13px; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:13px; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:13px; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:13px; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .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;font-size:12px;font-weight:400;color:#000000;vertical-align:top;width:884px;overflow:hidden;font-style:normal;line-height:1.4; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .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; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-container { padding-top:6px;padding-right:0;padding-bottom:5px;padding-left:0;width:100%;font-size:0;height:auto; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-container:first-of-type{padding-top:0;}#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-container:last-of-type{padding-bottom:0;}#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu  { background-color:#f4f4f4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:904px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:8px;top:157px;z-index:15014;position:absolute;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:904px; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-info-text { display:block;height:auto;font-family:raleway;font-size:13px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu {display:block;}#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu { background-color:#f4f4f4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:904px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:8px;top:157px;z-index:15014;position:absolute;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #krQ6FiCsdrFLsIt5nU94b2Lns8w3yTKH { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #W3LFLraXepAmND5vNl9orIaw3FZuftGv { position:relative;display:block; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #LSvp05KJTL1Pf7xEs7qXDbI178UHUXzG { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #QGFy6E0vJiONwJxF4qeqKAwTXupTGuOC { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #xr3vuIGa5lp9pKoo2rJSqiosGtrcoiSs { position:relative;display:block; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #T9fMRGppTg1UXmr6yF5QyTyxK3v6Txn5 { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #b0LnJmIfWSOJRJKWOyFITkZJdFeUrHuK { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #POS96HX9RyPlhJTzKByHBPVk9IE3E8VA { position:relative;display:block; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #z1WQIsJ96MUANg6KdUgaoZsa0VzO7fZ0 { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #PCWbgwIHV9Pihu2QUlmv008ZQZ4V1JXN { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #y33dSFAtMNFfIqP1NTpiptLLkL1PKt1E { position:relative;display:block; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #QGCmDCFC3kCVH3p3rNl3SunXLGXB4mNG { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #xPgdJH1BD480vUMeIk8PfMBz8VLpZ0ve { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #gFRfzoTc63QrO26TDZzDsPUodJEqXGOp { position:relative;display:block; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #IurzC5SScU7VKQPHfy4thgT2ndlwJuy4 { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #iNtdp8glfTsMhJWTM2pEUbLKOOeU7vnJ { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #MpEMEuQdoyKoO5NQGFrpmzfPPE3bUztG { position:relative;display:block; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #lPTtDdLPet0tda2OWQDSGNlOMTF8XCUf { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #UfkcurlQgfVdwuASO0Od5gAWBbHF38BV { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #G8Jaq4HIXihtSrfOV9LKquT4ltX4U02L { position:relative;display:block; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #JR8tTLvi6TuvJqTL2EGEv8Ptow4Iq3xS { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #lESsKJPdenWMZtZT6L5LTKzTeE9aLCPA { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #tA8NWQnvgObOkhHmcsIyLEP3D72CmOMv { position:relative;display:block; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #IRVH58wW7dp1wiv094roLEo9L8sF13Um { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #SOo86IrhUc64ZDmuqAZ0x97TOCVG9tQR { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #wxxu3zAgcG0AmScLt5nXfEUq1pE5FlJt { position:relative;display:block; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #Zwtpa87LqA56ddTPIccIx8aK4R9de6Pz { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #uPf7mpe8KFvaUp5TUnhy2ckMeRppVJ18 { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #xJLFtVw0yOSgIKeAUH5b3B8OQUnu4GAh { position:relative;display:block; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #wn1thF0dGySkDVX6HyuQ47S2TpbhZTM8 { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #ROJdqW839uelQ2CqCxfyGoFO529velqp { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #x3iNyHSNzrkgKXqzcqvF5ds8WTJ2NloO { position:relative;display:block; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #FJ8FxhUASSmN3IGokR9EqEZBlhcPOsno { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #FPOX8WmNi8EkAyLoWwIwVvzlC1Lznx0r { position:relative;display:block;z-index:15000; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #TOy57tBdXqMGMNxVuUf6Fz0WB9fHulF0 { position:relative;display:block;z-index:15000; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #c6GyTB2BvdnBTyRtVKo27WE3ZeNvALuU { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #aPGWHvA66OqBa1qT5RrdOz7ruRVyhJAF { position:relative;z-index:2; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #ifBcblX93kHuepo527bo5GHV9DFXJDel { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #kMq77MBO7fZTZsvQGWRLXhLupqbKvwyh { position:relative;display:block;z-index:15000; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #sx2sb9xTLfWwoBkrBZXWFQrXNIo70bf7 { position:relative;display:block;z-index:15000; }
#qQ0f7u6t3lifakV3qZ9BedD1NCC1HMnm { position:relative;display:block; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #pG1uIeDyTn6AAdeOl3NkheVXuP5MQGbM { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #AwaBfz6tqds8KolzDO0eUThTBErsRKw5 { position:relative;z-index:2; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #sEJ3kdEiCm90gag1XEsWi2TGXJm0IwWd { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #yT6HrCc80hphptNPpn3Mo3EybeVkv9xT { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #pcPxkXPm6zRVtJGnuOM0ZMuN3Z02knRq { position:relative;z-index:2; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #IXRhd24x9eTkNTmvuu5pg0UHtUdA9X5e { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #ISHXUPVtGufzIvXRRvu9zpgJlTaXRx8f { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #yDiltK7eTWuJ392JzZ0z4XUR97mS6idT { position:relative;z-index:2; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #dfETFowgeDKgeJvDlTK69fDEMvr1vkbF { position:relative; }
#TeODbc5yWyQFFmt3Fk5aq7t5TGsMPSrT { position:relative;display:block; }
#c4lDNUzTqWcy0NCZDxQbxAwubDoAGe6H { position:relative;display:block; }
#rPxbNi739FmcMxBG0wCQv8BU4eec3VCh { position:relative;display:block; }
#BEKzFu96Jmww5F0iw2yAzMdgP88vSUrA { position:relative;display:block; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #hKpOhhiidK0MFr1ghrmhxG4fsycGfUHh { position:relative; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #wiLUlmG2cPS5akiq2DpQ6aSEE7agJM1e { position:relative; }
#fI63shqaWL9T028Az6ALFiET1uL2F1tQ { position:relative;display:block; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #y2UySf0pKuhJbmgOy8kOPLTUFkd8m0QM { position:relative;display:block;z-index:15000; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #nRdTkb18Q2uA4J3oMMTWbt6VX8382CRU { position:relative;display:block;z-index:15000; }
#kthb7oAU5IyKQtykIzRuMMnaNNVGSTtF { color:#ffffff;display:block;width:693px;position:absolute;font-family:bitter;font-size:43px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:7px 6px 15px rgba(0,0,0,0.5);top:11.9375px;left:56px;height:111.7812px;font-style:normal;display:none; }
#kQ9O2nOr63clhTDF1DeTc5GZp9JdIsDN { box-sizing:content-box;color:#009639;font-size:83px;font-weight:400;line-height:1;height:119px;width:119px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:5px 5px 11px #000000;display:block;z-index:15028;top:8.3625030517578px;left:701.98751831055px;display:none; }
#IWvqLF7iNHaNQ2iW8hdA3BN5NP41lTkW { color:#ffffff;display:block;width:913px;position:absolute;font-family:"pt sans";font-size:40px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:7px 6px 15px rgba(0,0,0,0.5);top:25.587890625px;left:27.387512207031px;height:104.0156px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qTddNFtrVTCTSBNT0D6ZVJTLG0LSZcVf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009639;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qTddNFtrVTCTSBNT0D6ZVJTLG0LSZcVf > .row .container { background-color: transparent; background-image: none; }#qTddNFtrVTCTSBNT0D6ZVJTLG0LSZcVf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTddNFtrVTCTSBNT0D6ZVJTLG0LSZcVf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTddNFtrVTCTSBNT0D6ZVJTLG0LSZcVf > .row .container > .video-iframe-container { display: none; }#qTddNFtrVTCTSBNT0D6ZVJTLG0LSZcVf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTddNFtrVTCTSBNT0D6ZVJTLG0LSZcVf > .row > .video-iframe-container { display: none; }#qTddNFtrVTCTSBNT0D6ZVJTLG0LSZcVf > .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); }#qTddNFtrVTCTSBNT0D6ZVJTLG0LSZcVf > .row .container { border-width: 0; border-radius: 0; }#qTddNFtrVTCTSBNT0D6ZVJTLG0LSZcVf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qTddNFtrVTCTSBNT0D6ZVJTLG0LSZcVf > .row .container { font-size:14px;font-family:"open sans";height:146px;width:960px;position:relative;display:block; }#SLNX3hEwfCgMkhJJUcfhG9VdGN8dzdWb { position:absolute;display:block;z-index:15001;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;height:55px;width:203px;top:50.5px;left:21px;overflow:hidden;display:block; }
#fO4sEIALyFwdTJ1FGXBcO4KSd3FRc049 { box-sizing:content-box;color:#ffffff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:58px;left:627px;display:block; }
#tXt6DCNEk0ba9pLuP3OXzQW2p4iyPstr { display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:67.59375px;left:512px;height:20.8px;color:#ffffff;display:block; }
#nDsTOJfT8dXrIuNpWMW2Tw98ttkVegt5 { display:block;width:243px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:67.59375px;left:667px;height:20.8px;color:#ffffff;display:block; }
#URAqZQieB5fgixAzfdWuJBNxmEmNK1GM { z-index:15001;top:61.5px;left:277px;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:234px;height:33px;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#D6rxJoqDfewbKfiUZ0pqqtT5TQtwAnQB { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#mhLhCTzJBS2f0o6VRB5nIfX5GM0Ql3tT { box-sizing:content-box;color:#ffffff;font-size:29px;font-weight:400;line-height:1;height:42px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:57px;left:235px;display:block; }
#Vby2LwUh6yt0qoIGtrcUleTO8BFtLFi3 { box-sizing:content-box;color:#ffffff;font-size:23px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:61px;left:478px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GweBTvzxW2lPAnExsyEosh8RO359mvHu { display:block; }#GweBTvzxW2lPAnExsyEosh8RO359mvHu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNK1yc9WRifX57XARQSh8hDFoSGzIKFT { width:123px;height:28px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uPBWQ9DUprcyOyMowpTwJ3xCSs4qNMLR { display:block; }#uPBWQ9DUprcyOyMowpTwJ3xCSs4qNMLR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJQeIsdeP0kNs9uToNUTzVUf5dy7if6Q { width:508px;height:86px;top:668px;left:256px;display:block; }
 }@media only screen and (max-width: 763px) { #QL2qTUQXcaXQGBk1lnPyGPJl8ds1Izv7 { display:block; }
 }@media only screen and (max-width: 763px) { #Qrm7A9dClGy1nz3U9v8XkTBepezHtxgN { display:none; }#Qrm7A9dClGy1nz3U9v8XkTBepezHtxgN > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zkxyw1o6qoJtAKJo9XSqOA5wqaXbxEtb { width:764px;height:52px;top:18px;left:0px;font-size:29px;display:none; }
 }@media only screen and (max-width: 763px) { #HeySPZubuJGimBrEvG76L6IpO5EcB9ro { display:none; }#HeySPZubuJGimBrEvG76L6IpO5EcB9ro > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZCC8zGNLcPn0BqwlwyQKZzpcrqZtiTEy { width:541px;height:39px;top:47px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #lBiqxvLrcLIpvxOQRfSerXDwcq2XFp45 { width:654px;height:78px;top:123px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #RNBTk8kLNHMAVNlp7fLRUx8qReJ3ebMF { width:661px;height:39px;top:247px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #qF3OVkV9ZfmLFS1gfambdGHCXdFOyTPv { width:50px;height:50px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vZEyVMIGW6LDXnSouEsEXQke5NTyerbO { width:50px;height:50px;top:137px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lsKzJxqfy9IWeVqoEqpuH8DLklMroT2n { width:50px;height:50px;top:242px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CH2nnktnLL29myMyamr4RelXwiehG46k { width:183px;height:39px;top:362px;left:581px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #PiRVR2EMOqaPIggrIns3tww8hBGKtaac { display:none; }#PiRVR2EMOqaPIggrIns3tww8hBGKtaac > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r81Mb7xao1MSF3GcwN14FIHggnsH2nNw { display:block; }#r81Mb7xao1MSF3GcwN14FIHggnsH2nNw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8A1OBTV4yofB1GRFEVlIfkwCf3PTllW { width:280px;height:55px;display:none; }
 }@media only screen and (max-width: 763px) { #ILKk6UxrWX3w9AyRvGeceaq0NWQCgP0n { display:block; }
 }@media only screen and (max-width: 763px) { #Gf1AseTRzl6pwUVr47kC4xUxKMhSDyPf { display:block; }#Gf1AseTRzl6pwUVr47kC4xUxKMhSDyPf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwwNnCL3f1b0Is7woeMMZLQfsPCa3eop { width:393px;height:69px;top:476px;left:371px;display:block; }
 }@media only screen and (max-width: 763px) { #cZbDw7FN60FiU5lFecoM7gVzevXwrmF4 { display:block; }
 }@media only screen and (max-width: 763px) { #QA48Qy3NMfC2mgG2QJQeAUqWnKunquP2 { display:block; }#QA48Qy3NMfC2mgG2QJQeAUqWnKunquP2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MnN82Kd64iecl8dvEiWVHsTew6akbflX { width:764px;height:390px;top:81px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #nqky8HqVL9k5TkaqkVd2TcbRAJLkEZmT { width:764px;height:273px;top:518px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ToO4ZLXFHJulc44ncx3WfNqXtGViqFuX { width:50px;height:3px;top:72px;left:358px;display:block; }
 }@media only screen and (max-width: 763px) { #auIhFSZesTmE7gzwSHK3t00dKxmRp1dK { width:764px;height:65px;top:850px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #uFKJTAVDnewov37evG2qDcX6wuiiUbvv { display:block; }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h07zFOPkAJsvzA7NRMBRIBGvOgFkRoMS { width:454px;height:218px;top:61px;left:310px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #uTpGAhdA00fPaqLvm8FaphPqnJbWoa5t { width:395px;height:67px;top:351px;left:369px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #Tacc4w5K5TTuoc5QL5qQl7a25zZcKaLy { width:350px;height:453px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #glFMWCQ5loHtRafyWmvJlUFIL3bFgQTe { width:453px;height:562px;top:0px;left:311px;display:block; }
 }@media only screen and (max-width: 763px) { #RSXoaDZgThZJ3XNKIXK4QkI1thqVzUy2 { width:131px;height:131px;top:11px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #R8c6ruQT6u6kT9b3z1B0ggXBZqNwBBLJ { display:block; }#R8c6ruQT6u6kT9b3z1B0ggXBZqNwBBLJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LThkKN65gzTDWvlvktTJat7tW0qzTbVq { width:392px;height:70px;top:928px;left:372px;display:block; }
 }@media only screen and (max-width: 763px) { #i33Vb6JVR6Z5hSHiXdyytSr6TXuQZzu3 { display:block; }
 }@media only screen and (max-width: 763px) { #F62WX7PVnyAhltAJD7XJmG4Z300M5FTc { display:block; }#F62WX7PVnyAhltAJD7XJmG4Z300M5FTc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iduMlGESnKI6GLMCU0lTAIufFutgUKh0 { display:block; }#iduMlGESnKI6GLMCU0lTAIufFutgUKh0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-regular-label { display:block; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-checkbox-label { width:707px; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o  { width:727px;height:auto; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o {display:block;}#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o { width:727px;height:auto; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #gzFXREMx0v7532zT6PVREXfxt13LMpda {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #qguQWWAqhP7NT0ivnpayJwXJSZn49XGa { display:block; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #KdNPkQdXUyxUlDwqiVTHdmevUNrIRqRL {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #nsc3NHTC9wxffahBNODEeIA0df9pQzsz {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #ltOvdcWiL92DPogcHZ0TRbEGgVd4240B { display:block; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #UUJVzf1oCcBl80fvcpaV3dsTJEZbhBDE {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #ml4ExBT2k3MKAvzalRDZDbhyucLLSQk8 {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #HOLFgFZt8STzWHaJ7vRHRfbEqvugnRpG { display:block; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #Tx2GZFWtrtGXroNTEfiN9ra2yuBy26kH {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #usAXK7H0WPFwWPBpR4wcgUz8pmPLJr3G {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #oTCgHsrcULN1IoWsViKltEOodHadRH64 { display:block; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #aPqCVgTCTpW8ieTl77JvKPinXHBAqqbU {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #sK0sfWpQicUmLueLZcP62WmEK8kXBbgW {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #OccoRCRKP0k8SAE9hpfEPFdRGpPBmaXq { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #v7A7E2Ud5GJD4fWchsU4eftuqCgsuR8K {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #nEZLSyLHpAd4suNBvvxeSqR7bRP5G5Hx { z-index:15000; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #ClhWrLKFshLfrqSOqQu6RuTICoTD6tvi { z-index:15000; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #EXNcpMTuZma8hHm8e0xTKN062icXoe0f {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #rodGDt7ptKwCT9J7bdPWT1NuSE01cvWB { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #iWUZkKCGB3Tm61MxWJh8dJsJkwsK6Q6o {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #aLuUmFoV4VLTWhM0z6Tt3HeHPTJPsUIs { z-index:15000; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #Qmr1E7TZvMABFhNuxQMR3sozULglcLIh { z-index:15000; }
 }@media only screen and (max-width: 763px) { #aCfJTzoLcxGm441qPuTFzgl7nRRppP0t { display:block; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #G69bTEgeZVzVXJmSdhKRp8zJcCMe2N4S {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #N2XzxRNZlk25e0xN1fKxZxyR48OMJgAh { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #an4LNrVOC4JfnAsEt1AbStJJAZBdxUM5 {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #wGky6Rya1LCvOmTqqu9w1BFUyQsQvNZF {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #B7J82E4hK6lnZBVT0SkmqMmcUvKUpaVI { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #u04wWostUyzKz47yEU45MCU7eVliRvQD {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #ybesIKeOS0X0uEeU0J1G7nA5KekaNlVa {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #Zp10atnMBC71sCCEUhtgnAATcCEksF29 { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #ZSXJOaq51vIgP1npX6IgXBp73cgwArdZ {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #PW8msumuPMbK8TE3vzdzK3WkJVpC4xD1 {  }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #PW8msumuPMbK8TE3vzdzK3WkJVpC4xD1 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #TJToAJ5IHbzKoHTUENwRtKPO4eSwcQTs { display:block; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #wEVORVrOvLKN5cavehCWKplmrdfEFKcP { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #hIgZJb9zDxy5Lq1fT0JJxcG4mm2F4PTL {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #niRTWTwyEVeFtp73USvLq6sIg0wFRlZd { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #ID4D7yzh0gyKkOlrx2pT8HG8cT9zq2QQ {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #dX5RqwRHyVsIevuIiXVcgCgWsbRVDRDy { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #dwbGQKXLLcdSIhdwUZKTfKbokvTJkKkF {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #TKW8Ia18TIVaM9be4NfvodxvNCSFeytl { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #RxaN9VN5ug5QMQgccb6aA80sVRMesN1k {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #qrHE9Mra66ndnPbJnFOhzuJ0u7cSlosM { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #r0fWxB5nPHKy5ylMPzh31uLnbIA1OV2p {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #FvPTQ6TJPmZM5w10J9lhROIv5B9s8BKB { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #OfJHFF4cU4zII2FfrycfOK3ShxKQDSQd {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #HpGsxynsZuEkiXFImXQ0TZk9a5HrpkB7 { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #u0h2RKCo7GDJqQOlBh0EyzHEXfMT39EO {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #ciqZKUSKRUCNw3guP3IxV5SkdtZb1CK8 { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #nxTuml1F4f68lGeH9mdpV1RQReSkciwX {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #k6n3xfhrBMltHSPomRldP0ZOq2mIeJbk { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #QeDTsh1C0vvgizxiQQTao7zaSPrH7nKC {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #DChIcKlUkZRDQfEBXrXmtLc4egeGzxmv { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #VCdK2h7FTbyXkiLacXTpE70ftQzxnT5e {  }
 }@media only screen and (max-width: 763px) { #ieWxpvehWxXdJUrCgUFFeAHUUiVVA2dH { display:block; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #aOMRkqtkBNA7F0yw1ntFFxuiXrLkTzAJ {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #NnaHRdkFU6t7ZkSVIiNFMP9pRBFP8qoz {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #rFkrTBcIWXMelyeFSdCRva281vPJlEwr {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #Z1TmWTGM3uEbTSDMHIqCURuZpdBl5dtZ {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #A8nOqMPwsXdaBCtZMihWcnHpcKBzyaWm {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #xBSZaE0wKGVJTng5oqt7vAKpDFJ7xxiy {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #hyxxxcN7IlyDK3haWEDT9dXhPmFwrdhZ { z-index:15000; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #bgbd2rp6q6XexeQear6v6VetnHb55Doy { z-index:15000; }
 }@media only screen and (max-width: 763px) { #dEqyAe8hBOCGLsa0agw0MomsKXR8APTi { width:764px;height:165px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kJtgrTFM3Lv98FSThICHAF40UikPXH4H { width:699px;height:78px;top:54px;left:32.5px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #zSyB4XuKXb8OgAl6gCiAxdL6TnCl9DFb { display:none; }#zSyB4XuKXb8OgAl6gCiAxdL6TnCl9DFb > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-regular-label { display:block; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-checkbox-label { width:707px; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ  { width:727px;height:auto; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ {display:block;}#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ { width:727px;height:auto; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #uW00VC4R35nlHZgIJ2azpXU4kFx5m0H5 {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #Gzp3HoBTAcpzgkZXddzCOLHsQla7UBDr { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #fL8ADu9J3wvOBl3w0kK0W5ZMHhQiG5KC {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #GxTthrycqBwCCHdypDnWVa7OAeS6KZWT {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #BHJQ3hOCuLQDQSpzC9tIl4U7HZRDL0py { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #F7uXKeE4JBTgNxxSQh0azABxGMlrF6s2 {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #AFgP3o8PM8S8Z3RraXATD5cmkgHaH2Z8 {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #TTbcBO1mOtbt2hVgt8mH7wSTPbRu6KT2 { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #AU189h5k0KqH1qEvTSlWBVVsrE2c3kfT {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #yZwZJuu6OOTDC4SlQXKc0ZPh9PLboW5b {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #y4XOOKsAbQJvNuWvPgkyliSgoRT38Bwi { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #smvFhUTFaF8gfsTXsiPsp6CuHPQUdiSF {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #UOxNvqDsms7eCPupIUvWt3ppTJriQbpH {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #CdKIH14kevzTQoF7TokL8l4TlThcPkMn { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #H2mX9Thq1GA0QKg9R6a5xRA7i6sdCZox {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #Hr9uRmhdCeSDkm2U4SQotsl7fbOhFl1f { z-index:15000; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #AKrRDQAyRMI7PD3BE02GME0p46ey11tD { z-index:15000; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #HftI9TxnU3ldx7diklcpTQ39OrCTmNys {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #pA2hEBzTaerREkTRazg3AhqqKCaZvMsb { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #dKd55JJITXcEfDap1hAWKApnxTCvEdvP {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #TbkOaQPdgp5G94PNx8P6N50GyEfqk5rm { z-index:15000; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #JwgvKT4ANLEdebgfZ2rfCfqqkFiTQvuA { z-index:15000; }
 }@media only screen and (max-width: 763px) { #X8xazPTiXFdBgJxVlVUomX5k08Ootgxn { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #GVsVaT4ZHHTxXupulP2LZk1QG2L9F0pP {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #QvD9E4H2LeVks6UxVNcrW2RC9B1LpfIh { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #adPqiBhc9TMF87GWHlIRlGzAMtIRlPhM {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #dquLCo1hTRPaIsXr5g3zLk4eguNhavCd {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #TDOGZO9ClQGoK24NZoaK9wz4USKhlrJT { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #fwR1LvmaNH7sv6vwifZh5NQcpp6dnqTN {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #lz0WsQcPhwyleZmJ53BwtrhbIwsz4E1t {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #wCOTUFW12EaA3KnHcqDK0KQTbMCJ9tmG { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #WThNWnfLl3AlPfBdMOsitf6mXnE1C9ek {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #M6s83GDmACgvTcJ3bWnT23eV8cZyIv2U { z-index:15000; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #wpnF0nIPQxZ3fMAqdptVz9t0Gq4Fs4QG { z-index:15000; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #CvFrTUEBCCHT6ucOpFIJroQMfbVu0sqT {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #d7BWHOB5bFa6Tox8kZImxxJ3Zcsw9Swf { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #tV6IvboPJRPFRZBBhEVt2yFUCu1qVZU6 {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #vlVraJ5yncuOo2CTC3ReBR6mT52FK0k1 {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #IFAvsfy5US8Brcb8hqK9XAb8sLXoDHhZ { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #MLZ9Tb661tXb4phBe7SszPlDmIoFTEZe {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #FGoynkaeu1wRoc6CDINUlRXBFXbhltiT {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #OTJKL20Rw66VXE1kZnbSc8kmEqo9rTqW { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #En63oxUir2z6Dg6RZlCMu7drM9sKUFCW {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #aUWoVTEAdQASymvZ31JLkWkvTkDqaClv {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #HRTKlTBZMgq1Bo8LsCPOxhbULEewC9Ro { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #xDTRdbwHTMGZFSXL0NH8RGUf1RyPxpdv {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #OpLWKewNLsGLTbDxtF9EWzKnlPcMdHq6 {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #O6iiZ1RkpTLL3zNwu4NrA9wC9dBSGqOa { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #vuwdybgGnXJUCmr13vNTUv1FNIzm58D7 {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #nwEEy3Rh2sB2VFA22w5JctBgMk6d3a8G {  }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #nwEEy3Rh2sB2VFA22w5JctBgMk6d3a8G .container-column{width:50%;} }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #qn1gBMhSZLAv00MrCGsUOO1epEMwDBsl { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #FBt22UEVuyiLQreFDp78tfQsH3Z05Ugu { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #yUMJqoSXDvDEcNkzgDd6P2zlIlvrRnRg {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #MRslDAg8ADoikbC5yDXAr7vfgZBtcqsQ { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #UVkti8d9RuSuPOyJxFS1d0whW6ITP5JB {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #TQJCo0OaTGuCTAlD0VvpD07LHEwFusa1 { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #AFc6EMOB5FOL3EJATsxdKFzJot3yS7a7 {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #d4QXuoH4qAg2zr69uJcLFI7BWMWOUZeB { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #alWl08QHzsvGo3lW2BmAy0UCsMPTnaZs {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #vnka85Sws0yog30x649ysBC3y478HNt6 { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #o0O2vvraPDOz6papS9QPQ2MfblaTyqpv {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #sLgsDlxDgWtIg9uKSo8Ryz1cfuapzp7T { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #oIn40zXvz1PfGDNDp2o4TMWXA0u7q87L {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #LF19SetvkChBFUtfEsiGHEGeFyPZvcTL { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #BzVQqMDATWWWqgUzLaZOcS8NZ5bymGsW {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #dBGRS7VArKmCyiu4udFRo1I7GWJpT9QJ { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #NxS3dZcP5DKvnX7NPF9UsNenzoEuwaS2 {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #AFrQFiSxVlKkqgFlbleBvTJJD2zT0gei { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #nCmCz8RnJTVdF5356UB9Ty2l3PkkeTJm {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #HKRux7iPVFU5lKWVyHwyZzNm1QRzmoTz { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #qwAR3zAkwm1hS2P3kTshN9HBREiEWnIz {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #KfN2m3sorIqoq7qgsn43ATX6r7swX4Pq {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #tAzKoJDLE9puKrR3lvT45si174HLmWgr { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #ohXRRpnCfHWTKVNTnTIDaXpAicI8NsCi {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #GOwH8Hh3UpglUSduSDlHLQvG6IC74PQe {  }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #GOwH8Hh3UpglUSduSDlHLQvG6IC74PQe .container-column{width:50%;} }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #PEatCqOSpPxnTN9rSG84p6Z15kyV227s { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #zCxK8oG0yXDyl2McZ7lyP2Axm9fBTuTV { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #wvJk3glDcLIEnbTZsLnUs8hKWk4EQqG1 {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #nSVXxzTxeLxOxLln6bwXGkMtD5BOp5a9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #MZc9py91MM2uqVnSSTO24BCMcEqacZzb {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #kAKa7T1WCc27TMFrnqPEoz91Z19Peahs { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #SFRg91Xtl9eE21VRTgEmhAF2Q7EZWh8R {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #cvDEugcSCaXTHZ84XP6psV2HodvqC22L { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #FxUvOEt1x1GSthuIkqL0ixiembUMG5t3 {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #eRxudSNE2Tomz7o78d4XqTNKBOnH0xFM { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #LoQeGwleJpDT3yydg1EBCDBcT8qgbGdd {  }
 }@media only screen and (max-width: 763px) { #NMF83breC1K908AeSgrSrJeOCvtbLCpA { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #wTb1w3pMUxtLppbotyGTqZ79Vw5aMJrn {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #ZZLPdceKlrksT8QlOX3EPZAMvd3DBCow {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #kPT6MF0oTeDIZIyfHL2rbygMbpmdAcf9 {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #Nu98pSb4b0WcWloIdFfIfECDnfmo4FGn {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #WtSWPno2oU2v1lxq6trawCuMTwHJhX0T {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #vebJqruALzcuhJ51mHTckcbH1tLiBF2Z {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #BNvlgtqGUWORayXWKLA1yKhFuTPAgErE { z-index:15000; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #Zccz0lgLugsnSvwZQcK3QyipFpOeN0ef { z-index:15000; }
 }@media only screen and (max-width: 763px) { #Fc0sMgXbW7t4lk5x4AINGndZRF9aOmrG { width:764px;height:165px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vHOlAV8o03iqBebWfxR1Og4pByd6T2Su { width:699px;height:72px;top:54px;left:32.5px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #fBBWWDuT8G0HWsdPZJrdd12ZfUpARImh { display:block; }#fBBWWDuT8G0HWsdPZJrdd12ZfUpARImh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVqOEgTnGgdhhctA57xxF9PrSN4VOTZy { width:627px;height:64px;top:34px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #X4iJS738avTSGon4SJwFH9EaQrE5xFSF { width:764px;height:33px;top:120px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #iT0llnb8VIXOtGTCKoOEsVD7qqpA32EM { width:764px;height:32px;top:210px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #tsRehBXWIWrRmMmsqawNJkcVqARlLFVI { width:764px;height:65px;top:297px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ABInM6zTHAKSfFGCgJqaDd9fz1XDlM0K { width:253px;height:37px;top:523px;left:511px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #hUECMO8M2A2HFeSgCGU4XOvUy0Tp2dzO { width:54px;height:54px;top:125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oTbfE889pEBqGifv6vndebIVp1aBD6yA { width:54px;height:54px;top:202px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bXV4VHw6AoUn6bSQNdIGsS8nI0ineWWG { width:54px;height:54px;top:286px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sJ7IKorDhK8M1UNpWrsmr1oUgFKXlfUT { width:54px;height:54px;top:380px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #E25ziVkSHbDk1fOtpQCTAmIQZSimC8cv { width:764px;height:65px;top:374px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #okkC5Jln05tgNgkHyRKxSbxh6BqNzarB { display:block; }#okkC5Jln05tgNgkHyRKxSbxh6BqNzarB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-regular-label { width:443px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-input-text { width:443px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-textarea { width:443px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-input-select { width:443px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-input-button { width:443px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-checkbox-label { width:423px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu  { width:443px;height:auto;top:814px;left:281px; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .radio-container { width:443px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu {display:block;}#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu { width:443px;height:auto;top:814px;left:281px; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #krQ6FiCsdrFLsIt5nU94b2Lns8w3yTKH {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #W3LFLraXepAmND5vNl9orIaw3FZuftGv { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #LSvp05KJTL1Pf7xEs7qXDbI178UHUXzG {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #QGFy6E0vJiONwJxF4qeqKAwTXupTGuOC {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #xr3vuIGa5lp9pKoo2rJSqiosGtrcoiSs { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #T9fMRGppTg1UXmr6yF5QyTyxK3v6Txn5 {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #b0LnJmIfWSOJRJKWOyFITkZJdFeUrHuK {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #POS96HX9RyPlhJTzKByHBPVk9IE3E8VA { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #z1WQIsJ96MUANg6KdUgaoZsa0VzO7fZ0 {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #PCWbgwIHV9Pihu2QUlmv008ZQZ4V1JXN {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #y33dSFAtMNFfIqP1NTpiptLLkL1PKt1E { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #QGCmDCFC3kCVH3p3rNl3SunXLGXB4mNG {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #xPgdJH1BD480vUMeIk8PfMBz8VLpZ0ve {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #gFRfzoTc63QrO26TDZzDsPUodJEqXGOp { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #IurzC5SScU7VKQPHfy4thgT2ndlwJuy4 {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #iNtdp8glfTsMhJWTM2pEUbLKOOeU7vnJ {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #MpEMEuQdoyKoO5NQGFrpmzfPPE3bUztG { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #lPTtDdLPet0tda2OWQDSGNlOMTF8XCUf {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #UfkcurlQgfVdwuASO0Od5gAWBbHF38BV {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #G8Jaq4HIXihtSrfOV9LKquT4ltX4U02L { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #JR8tTLvi6TuvJqTL2EGEv8Ptow4Iq3xS {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #lESsKJPdenWMZtZT6L5LTKzTeE9aLCPA {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #tA8NWQnvgObOkhHmcsIyLEP3D72CmOMv { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #IRVH58wW7dp1wiv094roLEo9L8sF13Um {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #SOo86IrhUc64ZDmuqAZ0x97TOCVG9tQR {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #wxxu3zAgcG0AmScLt5nXfEUq1pE5FlJt { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #Zwtpa87LqA56ddTPIccIx8aK4R9de6Pz {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #uPf7mpe8KFvaUp5TUnhy2ckMeRppVJ18 {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #xJLFtVw0yOSgIKeAUH5b3B8OQUnu4GAh { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #wn1thF0dGySkDVX6HyuQ47S2TpbhZTM8 {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #ROJdqW839uelQ2CqCxfyGoFO529velqp {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #x3iNyHSNzrkgKXqzcqvF5ds8WTJ2NloO { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #FJ8FxhUASSmN3IGokR9EqEZBlhcPOsno {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #FPOX8WmNi8EkAyLoWwIwVvzlC1Lznx0r {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #TOy57tBdXqMGMNxVuUf6Fz0WB9fHulF0 {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #c6GyTB2BvdnBTyRtVKo27WE3ZeNvALuU {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #aPGWHvA66OqBa1qT5RrdOz7ruRVyhJAF {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #ifBcblX93kHuepo527bo5GHV9DFXJDel {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #kMq77MBO7fZTZsvQGWRLXhLupqbKvwyh {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #sx2sb9xTLfWwoBkrBZXWFQrXNIo70bf7 {  }
 }@media only screen and (max-width: 763px) { #qQ0f7u6t3lifakV3qZ9BedD1NCC1HMnm { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #pG1uIeDyTn6AAdeOl3NkheVXuP5MQGbM {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #AwaBfz6tqds8KolzDO0eUThTBErsRKw5 {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #sEJ3kdEiCm90gag1XEsWi2TGXJm0IwWd {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #yT6HrCc80hphptNPpn3Mo3EybeVkv9xT {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #pcPxkXPm6zRVtJGnuOM0ZMuN3Z02knRq {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #IXRhd24x9eTkNTmvuu5pg0UHtUdA9X5e {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #ISHXUPVtGufzIvXRRvu9zpgJlTaXRx8f {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #yDiltK7eTWuJ392JzZ0z4XUR97mS6idT {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #dfETFowgeDKgeJvDlTK69fDEMvr1vkbF {  }
 }@media only screen and (max-width: 763px) { #TeODbc5yWyQFFmt3Fk5aq7t5TGsMPSrT { display:block; }
 }@media only screen and (max-width: 763px) { #c4lDNUzTqWcy0NCZDxQbxAwubDoAGe6H { display:block; }
 }@media only screen and (max-width: 763px) { #rPxbNi739FmcMxBG0wCQv8BU4eec3VCh { display:block; }
 }@media only screen and (max-width: 763px) { #BEKzFu96Jmww5F0iw2yAzMdgP88vSUrA { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #hKpOhhiidK0MFr1ghrmhxG4fsycGfUHh {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #wiLUlmG2cPS5akiq2DpQ6aSEE7agJM1e {  }
 }@media only screen and (max-width: 763px) { #fI63shqaWL9T028Az6ALFiET1uL2F1tQ { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #y2UySf0pKuhJbmgOy8kOPLTUFkd8m0QM {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #nRdTkb18Q2uA4J3oMMTWbt6VX8382CRU {  }
 }@media only screen and (max-width: 763px) { #kthb7oAU5IyKQtykIzRuMMnaNNVGSTtF { width:693px;height:111px;top:11px;left:0px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #kQ9O2nOr63clhTDF1DeTc5GZp9JdIsDN { width:119px;height:119px;top:8px;left:603.98751831055px;font-size:83px;display:block; }
 }@media only screen and (max-width: 763px) { #IWvqLF7iNHaNQ2iW8hdA3BN5NP41lTkW { width:764px;height:104px;top:25px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #qTddNFtrVTCTSBNT0D6ZVJTLG0LSZcVf { display:block; }#qTddNFtrVTCTSBNT0D6ZVJTLG0LSZcVf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SLNX3hEwfCgMkhJJUcfhG9VdGN8dzdWb { width:203px;height:55px;top:50px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fO4sEIALyFwdTJ1FGXBcO4KSd3FRc049 { width:51px;height:51px;top:118px;left:320px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #tXt6DCNEk0ba9pLuP3OXzQW2p4iyPstr { width:124px;height:20px;top:42px;left:640px;display:block; }
 }@media only screen and (max-width: 763px) { #nDsTOJfT8dXrIuNpWMW2Tw98ttkVegt5 { width:231px;height:20px;top:41px;left:316px;display:block; }
 }@media only screen and (max-width: 763px) { #URAqZQieB5fgixAzfdWuJBNxmEmNK1GM { top:25.6669921875px;left:51px;width:199px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #D6rxJoqDfewbKfiUZ0pqqtT5TQtwAnQB { display:block; }
 }@media only screen and (max-width: 763px) { #mhLhCTzJBS2f0o6VRB5nIfX5GM0Ql3tT { width:42px;height:42px;top:57px;left:137px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #Vby2LwUh6yt0qoIGtrcUleTO8BFtLFi3 { width:51px;height:51px;top:175px;left:320px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(255,255,255,0.65);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) { #GweBTvzxW2lPAnExsyEosh8RO359mvHu { background-color:#ffffff;background-image:none;display:block; }#GweBTvzxW2lPAnExsyEosh8RO359mvHu > .row .container { background-color: transparent; background-image: none; }#GweBTvzxW2lPAnExsyEosh8RO359mvHu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GweBTvzxW2lPAnExsyEosh8RO359mvHu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GweBTvzxW2lPAnExsyEosh8RO359mvHu > .row .container > .video-iframe-container { display: none; }#GweBTvzxW2lPAnExsyEosh8RO359mvHu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GweBTvzxW2lPAnExsyEosh8RO359mvHu > .row > .video-iframe-container { display: none; }#GweBTvzxW2lPAnExsyEosh8RO359mvHu > .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); }#GweBTvzxW2lPAnExsyEosh8RO359mvHu > .row .container { width:320px;height:63px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNK1yc9WRifX57XARQSh8hDFoSGzIKFT { width:114px;height:23px;top:20px;left:9.9750003814697px;display:block; }
 }@media only screen and (max-width: 763px) { #uPBWQ9DUprcyOyMowpTwJ3xCSs4qNMLR { display:block; }#uPBWQ9DUprcyOyMowpTwJ3xCSs4qNMLR > .row .container { width:320px;height:199px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJQeIsdeP0kNs9uToNUTzVUf5dy7if6Q { width:165px;height:48px;top:138px;left:155px;font-size:15px;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #QL2qTUQXcaXQGBk1lnPyGPJl8ds1Izv7 { display:block; }
 }@media only screen and (max-width: 763px) { #Qrm7A9dClGy1nz3U9v8XkTBepezHtxgN { display:none; }#Qrm7A9dClGy1nz3U9v8XkTBepezHtxgN > .row .container { width:320px;height:72px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zkxyw1o6qoJtAKJo9XSqOA5wqaXbxEtb { width:320px;height:37.6875px;top:17.15625px;left:0px;font-size:29px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HeySPZubuJGimBrEvG76L6IpO5EcB9ro { display:none; }#HeySPZubuJGimBrEvG76L6IpO5EcB9ro > .row .container { width:320px;height:535px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZCC8zGNLcPn0BqwlwyQKZzpcrqZtiTEy { width:320px;height:57.1875px;top:60px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lBiqxvLrcLIpvxOQRfSerXDwcq2XFp45 { width:320px;height:85.7813px;top:198px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RNBTk8kLNHMAVNlp7fLRUx8qReJ3ebMF { width:320px;height:57.1875px;top:358px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qF3OVkV9ZfmLFS1gfambdGHCXdFOyTPv { display:flex;width:50px;height:50px;top:10px;left:135px; }
 }@media only screen and (max-width: 763px) { #vZEyVMIGW6LDXnSouEsEXQke5NTyerbO { display:flex;width:50px;height:50px;top:148px;left:135px; }
 }@media only screen and (max-width: 763px) { #lsKzJxqfy9IWeVqoEqpuH8DLklMroT2n { display:flex;width:50px;height:50px;top:308px;left:135px; }
 }@media only screen and (max-width: 763px) { #CH2nnktnLL29myMyamr4RelXwiehG46k { width:183px;height:28.5938px;top:475px;left:135px;font-size:22px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #PiRVR2EMOqaPIggrIns3tww8hBGKtaac { display:none; }#PiRVR2EMOqaPIggrIns3tww8hBGKtaac > .row .container { width:320px;height:21px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r81Mb7xao1MSF3GcwN14FIHggnsH2nNw { display:none; }#r81Mb7xao1MSF3GcwN14FIHggnsH2nNw > .row .container { width:320px;height:85px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G8A1OBTV4yofB1GRFEVlIfkwCf3PTllW { top:20px;left:36px;width:247px;height:45px;z-index:15020;font-family:"pt sans";background-color:#ef1331;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ILKk6UxrWX3w9AyRvGeceaq0NWQCgP0n { display:block; }
 }@media only screen and (max-width: 763px) { #Gf1AseTRzl6pwUVr47kC4xUxKMhSDyPf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fb99978c-5345-4d64-8a0f-fe32aa9fdae3/TPRRACnewsletter660x3001920x1080px1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Gf1AseTRzl6pwUVr47kC4xUxKMhSDyPf.adaptive-delivery-prevent-bg, #Gf1AseTRzl6pwUVr47kC4xUxKMhSDyPf.lazyload, #Gf1AseTRzl6pwUVr47kC4xUxKMhSDyPf.lazyloading { background-image: none; }#Gf1AseTRzl6pwUVr47kC4xUxKMhSDyPf > .row .container { width:320px;height:100px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BwwNnCL3f1b0Is7woeMMZLQfsPCa3eop { width:304px;height:69px;top:20px;left:8px;font-size:22px;line-height:2;display:none; }
 }@media only screen and (max-width: 763px) { #cZbDw7FN60FiU5lFecoM7gVzevXwrmF4 { display:block; }
 }@media only screen and (max-width: 763px) { #QA48Qy3NMfC2mgG2QJQeAUqWnKunquP2 { display:none; }#QA48Qy3NMfC2mgG2QJQeAUqWnKunquP2 > .row .container { width:320px;height:585px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MnN82Kd64iecl8dvEiWVHsTew6akbflX { width:320px;height:270.3759px;top:20px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nqky8HqVL9k5TkaqkVd2TcbRAJLkEZmT { width:320px;height:168px;top:310.375px;left:0px;font-size:20px;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ToO4ZLXFHJulc44ncx3WfNqXtGViqFuX { width:320px;height:5px;top:28.0625px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #auIhFSZesTmE7gzwSHK3t00dKxmRp1dK { width:320px;height:67.5938px;top:498.375px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFKJTAVDnewov37evG2qDcX6wuiiUbvv { background-color:rgba(255,255,255,0.55);background-image:url("https://images.assets-landingi.com/uc/38e1aaea-9c75-43c8-9c99-2a22d8589edd/wheat1556698_1280.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv.adaptive-delivery-prevent-bg, #uFKJTAVDnewov37evG2qDcX6wuiiUbvv.lazyload, #uFKJTAVDnewov37evG2qDcX6wuiiUbvv.lazyloading { background-image: none; }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv > .row .container { width:320px;height:1496px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h07zFOPkAJsvzA7NRMBRIBGvOgFkRoMS { width:320px;height:144.3px;top:455px;left:0px;font-size:32px;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTpGAhdA00fPaqLvm8FaphPqnJbWoa5t { width:320px;height:124.8px;top:971.00001220703px;left:0px;font-size:32px;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #Tacc4w5K5TTuoc5QL5qQl7a25zZcKaLy { width:320px;height:415px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #glFMWCQ5loHtRafyWmvJlUFIL3bFgQTe { width:320px;height:857px;top:619.3px;left:0px;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #RSXoaDZgThZJ3XNKIXK4QkI1thqVzUy2 { width:131px;height:131px;top:31.800003051758px;left:12.287506103515px;display:block; }
 }@media only screen and (max-width: 763px) { #R8c6ruQT6u6kT9b3z1B0ggXBZqNwBBLJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/371d1053-91fc-4a98-8018-6359e5f982bb/baner_Ekoschematy_1920x1080_v2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#R8c6ruQT6u6kT9b3z1B0ggXBZqNwBBLJ.adaptive-delivery-prevent-bg, #R8c6ruQT6u6kT9b3z1B0ggXBZqNwBBLJ.lazyload, #R8c6ruQT6u6kT9b3z1B0ggXBZqNwBBLJ.lazyloading { background-image: none; }#R8c6ruQT6u6kT9b3z1B0ggXBZqNwBBLJ > .row .container { width:320px;height:95px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LThkKN65gzTDWvlvktTJat7tW0qzTbVq { width:244px;height:55px;top:20px;left:38px;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #i33Vb6JVR6Z5hSHiXdyytSr6TXuQZzu3 { display:block; }
 }@media only screen and (max-width: 763px) { #F62WX7PVnyAhltAJD7XJmG4Z300M5FTc { display:none; }#F62WX7PVnyAhltAJD7XJmG4Z300M5FTc > .row .container { width:320px;height:100px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iduMlGESnKI6GLMCU0lTAIufFutgUKh0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/72345996-68f2-4929-ab5e-06e31582b5f7/aerialviewofgreenagriculturalfieldsinspring20231127045815utc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#iduMlGESnKI6GLMCU0lTAIufFutgUKh0.adaptive-delivery-prevent-bg, #iduMlGESnKI6GLMCU0lTAIufFutgUKh0.lazyload, #iduMlGESnKI6GLMCU0lTAIufFutgUKh0.lazyloading { background-image: none; }#iduMlGESnKI6GLMCU0lTAIufFutgUKh0 > .row .container { width:320px;height:1841px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.3;overflow:hidden;height:auto;font-size:20px;display:block; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;line-height:2.3;overflow:hidden; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-input-text {padding-top: 0; padding-bottom: 0;}#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;line-height:2.3;overflow:hidden;height:57px; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-input-select {padding-top: 0; padding-bottom: 0;}#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:18px;overflow:hidden;font-weight:700;font-style:normal;text-align:center;text-align-last:center;height:81px; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o [class*="-text"]:-moz-placeholder { font-size:16px; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o [class*="-text"]::-moz-placeholder { font-size:16px; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o [class*="-text"]:-ms-input-placeholder { font-size:16px; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o [class*="-text"]::-webkit-input-placeholder { font-size:16px; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.6;overflow:hidden;height:auto;font-size:15px; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-radio-label { font-size:17px;overflow:hidden; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o  { width:280px;height:1576.09px;top:205px;left:0px; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o .widget-info-text { font-size:12px;overflow:hidden;height:auto; }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o {display:block;}#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o { width:280px;height:1576.09px;top:205px;left:0px; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #gzFXREMx0v7532zT6PVREXfxt13LMpda {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #qguQWWAqhP7NT0ivnpayJwXJSZn49XGa { display:block; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #KdNPkQdXUyxUlDwqiVTHdmevUNrIRqRL {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #nsc3NHTC9wxffahBNODEeIA0df9pQzsz {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #ltOvdcWiL92DPogcHZ0TRbEGgVd4240B { display:block; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #UUJVzf1oCcBl80fvcpaV3dsTJEZbhBDE {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #ml4ExBT2k3MKAvzalRDZDbhyucLLSQk8 {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #HOLFgFZt8STzWHaJ7vRHRfbEqvugnRpG { display:block; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #Tx2GZFWtrtGXroNTEfiN9ra2yuBy26kH {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #usAXK7H0WPFwWPBpR4wcgUz8pmPLJr3G {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #oTCgHsrcULN1IoWsViKltEOodHadRH64 { display:block; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #aPqCVgTCTpW8ieTl77JvKPinXHBAqqbU {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #sK0sfWpQicUmLueLZcP62WmEK8kXBbgW {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #OccoRCRKP0k8SAE9hpfEPFdRGpPBmaXq { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #v7A7E2Ud5GJD4fWchsU4eftuqCgsuR8K {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #nEZLSyLHpAd4suNBvvxeSqR7bRP5G5Hx { z-index:15000; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #ClhWrLKFshLfrqSOqQu6RuTICoTD6tvi { z-index:15000; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #EXNcpMTuZma8hHm8e0xTKN062icXoe0f {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #rodGDt7ptKwCT9J7bdPWT1NuSE01cvWB { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #iWUZkKCGB3Tm61MxWJh8dJsJkwsK6Q6o {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #aLuUmFoV4VLTWhM0z6Tt3HeHPTJPsUIs { z-index:15000; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #Qmr1E7TZvMABFhNuxQMR3sozULglcLIh { z-index:15000; }
 }@media only screen and (max-width: 763px) { #aCfJTzoLcxGm441qPuTFzgl7nRRppP0t { display:block; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #G69bTEgeZVzVXJmSdhKRp8zJcCMe2N4S {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #N2XzxRNZlk25e0xN1fKxZxyR48OMJgAh { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #an4LNrVOC4JfnAsEt1AbStJJAZBdxUM5 {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #wGky6Rya1LCvOmTqqu9w1BFUyQsQvNZF {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #B7J82E4hK6lnZBVT0SkmqMmcUvKUpaVI { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #u04wWostUyzKz47yEU45MCU7eVliRvQD {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #ybesIKeOS0X0uEeU0J1G7nA5KekaNlVa {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #Zp10atnMBC71sCCEUhtgnAATcCEksF29 { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #ZSXJOaq51vIgP1npX6IgXBp73cgwArdZ {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #PW8msumuPMbK8TE3vzdzK3WkJVpC4xD1 {  }
#OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #PW8msumuPMbK8TE3vzdzK3WkJVpC4xD1 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #TJToAJ5IHbzKoHTUENwRtKPO4eSwcQTs { display:block; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #wEVORVrOvLKN5cavehCWKplmrdfEFKcP { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #hIgZJb9zDxy5Lq1fT0JJxcG4mm2F4PTL {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #niRTWTwyEVeFtp73USvLq6sIg0wFRlZd { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #ID4D7yzh0gyKkOlrx2pT8HG8cT9zq2QQ {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #dX5RqwRHyVsIevuIiXVcgCgWsbRVDRDy { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #dwbGQKXLLcdSIhdwUZKTfKbokvTJkKkF {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #TKW8Ia18TIVaM9be4NfvodxvNCSFeytl { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #RxaN9VN5ug5QMQgccb6aA80sVRMesN1k {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #qrHE9Mra66ndnPbJnFOhzuJ0u7cSlosM { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #r0fWxB5nPHKy5ylMPzh31uLnbIA1OV2p {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #FvPTQ6TJPmZM5w10J9lhROIv5B9s8BKB { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #OfJHFF4cU4zII2FfrycfOK3ShxKQDSQd {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #HpGsxynsZuEkiXFImXQ0TZk9a5HrpkB7 { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #u0h2RKCo7GDJqQOlBh0EyzHEXfMT39EO {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #ciqZKUSKRUCNw3guP3IxV5SkdtZb1CK8 { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #nxTuml1F4f68lGeH9mdpV1RQReSkciwX {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #k6n3xfhrBMltHSPomRldP0ZOq2mIeJbk { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #QeDTsh1C0vvgizxiQQTao7zaSPrH7nKC {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #DChIcKlUkZRDQfEBXrXmtLc4egeGzxmv { z-index:2; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #VCdK2h7FTbyXkiLacXTpE70ftQzxnT5e {  }
 }@media only screen and (max-width: 763px) { #ieWxpvehWxXdJUrCgUFFeAHUUiVVA2dH { display:block; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #aOMRkqtkBNA7F0yw1ntFFxuiXrLkTzAJ {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #NnaHRdkFU6t7ZkSVIiNFMP9pRBFP8qoz {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #rFkrTBcIWXMelyeFSdCRva281vPJlEwr {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #Z1TmWTGM3uEbTSDMHIqCURuZpdBl5dtZ {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #A8nOqMPwsXdaBCtZMihWcnHpcKBzyaWm {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #xBSZaE0wKGVJTng5oqt7vAKpDFJ7xxiy {  }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #hyxxxcN7IlyDK3haWEDT9dXhPmFwrdhZ { z-index:15000; }
 }@media only screen and (max-width: 763px) { #OKZwTCxwIrs3nPmbeyPB97sJnwbdcd5o #bgbd2rp6q6XexeQear6v6VetnHb55Doy { z-index:15000; }
 }@media only screen and (max-width: 763px) { #dEqyAe8hBOCGLsa0agw0MomsKXR8APTi { width:320px;height:165px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kJtgrTFM3Lv98FSThICHAF40UikPXH4H { width:320px;height:130px;top:50px;left:0px;font-size:25px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zSyB4XuKXb8OgAl6gCiAxdL6TnCl9DFb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/72345996-68f2-4929-ab5e-06e31582b5f7/aerialviewofgreenagriculturalfieldsinspring20231127045815utc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#zSyB4XuKXb8OgAl6gCiAxdL6TnCl9DFb.adaptive-delivery-prevent-bg, #zSyB4XuKXb8OgAl6gCiAxdL6TnCl9DFb.lazyload, #zSyB4XuKXb8OgAl6gCiAxdL6TnCl9DFb.lazyloading { background-image: none; }#zSyB4XuKXb8OgAl6gCiAxdL6TnCl9DFb > .row .container { width:320px;height:2694px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.3;overflow:hidden;height:auto;font-size:20px;display:block; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;line-height:2.3;overflow:hidden; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;line-height:2.3;overflow:hidden;height:57px; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:18px;overflow:hidden;font-weight:700;font-style:normal;text-align:center;text-align-last:center;height:81px; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ [class*="-text"]:-moz-placeholder { font-size:16px; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ [class*="-text"]::-moz-placeholder { font-size:16px; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ [class*="-text"]:-ms-input-placeholder { font-size:16px; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ [class*="-text"]::-webkit-input-placeholder { font-size:16px; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.6;overflow:hidden;height:auto;font-size:15px; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-radio-label { font-size:17px;overflow:hidden; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ  { width:280px;height:auto;top:486.98742675781px;left:0px; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ .widget-info-text { font-size:12px;overflow:hidden;height:auto; }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ {display:block;}#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ { width:280px;height:auto;top:486.98742675781px;left:0px; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #uW00VC4R35nlHZgIJ2azpXU4kFx5m0H5 {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #Gzp3HoBTAcpzgkZXddzCOLHsQla7UBDr { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #fL8ADu9J3wvOBl3w0kK0W5ZMHhQiG5KC {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #GxTthrycqBwCCHdypDnWVa7OAeS6KZWT {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #BHJQ3hOCuLQDQSpzC9tIl4U7HZRDL0py { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #F7uXKeE4JBTgNxxSQh0azABxGMlrF6s2 {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #AFgP3o8PM8S8Z3RraXATD5cmkgHaH2Z8 {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #TTbcBO1mOtbt2hVgt8mH7wSTPbRu6KT2 { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #AU189h5k0KqH1qEvTSlWBVVsrE2c3kfT {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #yZwZJuu6OOTDC4SlQXKc0ZPh9PLboW5b {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #y4XOOKsAbQJvNuWvPgkyliSgoRT38Bwi { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #smvFhUTFaF8gfsTXsiPsp6CuHPQUdiSF {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #UOxNvqDsms7eCPupIUvWt3ppTJriQbpH {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #CdKIH14kevzTQoF7TokL8l4TlThcPkMn { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #H2mX9Thq1GA0QKg9R6a5xRA7i6sdCZox {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #Hr9uRmhdCeSDkm2U4SQotsl7fbOhFl1f { z-index:15000; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #AKrRDQAyRMI7PD3BE02GME0p46ey11tD { z-index:15000; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #HftI9TxnU3ldx7diklcpTQ39OrCTmNys {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #pA2hEBzTaerREkTRazg3AhqqKCaZvMsb { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #dKd55JJITXcEfDap1hAWKApnxTCvEdvP {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #TbkOaQPdgp5G94PNx8P6N50GyEfqk5rm { z-index:15000; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #JwgvKT4ANLEdebgfZ2rfCfqqkFiTQvuA { z-index:15000; }
 }@media only screen and (max-width: 763px) { #X8xazPTiXFdBgJxVlVUomX5k08Ootgxn { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #GVsVaT4ZHHTxXupulP2LZk1QG2L9F0pP {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #QvD9E4H2LeVks6UxVNcrW2RC9B1LpfIh { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #adPqiBhc9TMF87GWHlIRlGzAMtIRlPhM {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #dquLCo1hTRPaIsXr5g3zLk4eguNhavCd {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #TDOGZO9ClQGoK24NZoaK9wz4USKhlrJT { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #fwR1LvmaNH7sv6vwifZh5NQcpp6dnqTN {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #lz0WsQcPhwyleZmJ53BwtrhbIwsz4E1t {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #wCOTUFW12EaA3KnHcqDK0KQTbMCJ9tmG { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #WThNWnfLl3AlPfBdMOsitf6mXnE1C9ek {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #M6s83GDmACgvTcJ3bWnT23eV8cZyIv2U { z-index:15000; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #wpnF0nIPQxZ3fMAqdptVz9t0Gq4Fs4QG { z-index:15000; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #CvFrTUEBCCHT6ucOpFIJroQMfbVu0sqT {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #d7BWHOB5bFa6Tox8kZImxxJ3Zcsw9Swf { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #tV6IvboPJRPFRZBBhEVt2yFUCu1qVZU6 {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #vlVraJ5yncuOo2CTC3ReBR6mT52FK0k1 {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #IFAvsfy5US8Brcb8hqK9XAb8sLXoDHhZ { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #MLZ9Tb661tXb4phBe7SszPlDmIoFTEZe {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #FGoynkaeu1wRoc6CDINUlRXBFXbhltiT {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #OTJKL20Rw66VXE1kZnbSc8kmEqo9rTqW { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #En63oxUir2z6Dg6RZlCMu7drM9sKUFCW {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #aUWoVTEAdQASymvZ31JLkWkvTkDqaClv {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #HRTKlTBZMgq1Bo8LsCPOxhbULEewC9Ro { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #xDTRdbwHTMGZFSXL0NH8RGUf1RyPxpdv {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #OpLWKewNLsGLTbDxtF9EWzKnlPcMdHq6 {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #O6iiZ1RkpTLL3zNwu4NrA9wC9dBSGqOa { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #vuwdybgGnXJUCmr13vNTUv1FNIzm58D7 {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #nwEEy3Rh2sB2VFA22w5JctBgMk6d3a8G {  }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #nwEEy3Rh2sB2VFA22w5JctBgMk6d3a8G .container-column{width:50%;} }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #qn1gBMhSZLAv00MrCGsUOO1epEMwDBsl { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #FBt22UEVuyiLQreFDp78tfQsH3Z05Ugu { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #yUMJqoSXDvDEcNkzgDd6P2zlIlvrRnRg {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #MRslDAg8ADoikbC5yDXAr7vfgZBtcqsQ { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #UVkti8d9RuSuPOyJxFS1d0whW6ITP5JB {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #TQJCo0OaTGuCTAlD0VvpD07LHEwFusa1 { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #AFc6EMOB5FOL3EJATsxdKFzJot3yS7a7 {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #d4QXuoH4qAg2zr69uJcLFI7BWMWOUZeB { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #alWl08QHzsvGo3lW2BmAy0UCsMPTnaZs {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #vnka85Sws0yog30x649ysBC3y478HNt6 { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #o0O2vvraPDOz6papS9QPQ2MfblaTyqpv {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #sLgsDlxDgWtIg9uKSo8Ryz1cfuapzp7T { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #oIn40zXvz1PfGDNDp2o4TMWXA0u7q87L {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #LF19SetvkChBFUtfEsiGHEGeFyPZvcTL { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #BzVQqMDATWWWqgUzLaZOcS8NZ5bymGsW {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #dBGRS7VArKmCyiu4udFRo1I7GWJpT9QJ { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #NxS3dZcP5DKvnX7NPF9UsNenzoEuwaS2 {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #AFrQFiSxVlKkqgFlbleBvTJJD2zT0gei { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #nCmCz8RnJTVdF5356UB9Ty2l3PkkeTJm {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #HKRux7iPVFU5lKWVyHwyZzNm1QRzmoTz { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #qwAR3zAkwm1hS2P3kTshN9HBREiEWnIz {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #KfN2m3sorIqoq7qgsn43ATX6r7swX4Pq {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #tAzKoJDLE9puKrR3lvT45si174HLmWgr { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #ohXRRpnCfHWTKVNTnTIDaXpAicI8NsCi {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #GOwH8Hh3UpglUSduSDlHLQvG6IC74PQe {  }
#hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #GOwH8Hh3UpglUSduSDlHLQvG6IC74PQe .container-column{width:50%;} }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #PEatCqOSpPxnTN9rSG84p6Z15kyV227s { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #zCxK8oG0yXDyl2McZ7lyP2Axm9fBTuTV { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #wvJk3glDcLIEnbTZsLnUs8hKWk4EQqG1 {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #nSVXxzTxeLxOxLln6bwXGkMtD5BOp5a9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #MZc9py91MM2uqVnSSTO24BCMcEqacZzb {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #kAKa7T1WCc27TMFrnqPEoz91Z19Peahs { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #SFRg91Xtl9eE21VRTgEmhAF2Q7EZWh8R {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #cvDEugcSCaXTHZ84XP6psV2HodvqC22L { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #FxUvOEt1x1GSthuIkqL0ixiembUMG5t3 {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #eRxudSNE2Tomz7o78d4XqTNKBOnH0xFM { z-index:2; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #LoQeGwleJpDT3yydg1EBCDBcT8qgbGdd {  }
 }@media only screen and (max-width: 763px) { #NMF83breC1K908AeSgrSrJeOCvtbLCpA { display:block; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #wTb1w3pMUxtLppbotyGTqZ79Vw5aMJrn {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #ZZLPdceKlrksT8QlOX3EPZAMvd3DBCow {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #kPT6MF0oTeDIZIyfHL2rbygMbpmdAcf9 {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #Nu98pSb4b0WcWloIdFfIfECDnfmo4FGn {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #WtSWPno2oU2v1lxq6trawCuMTwHJhX0T {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #vebJqruALzcuhJ51mHTckcbH1tLiBF2Z {  }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #BNvlgtqGUWORayXWKLA1yKhFuTPAgErE { z-index:15000; }
 }@media only screen and (max-width: 763px) { #hfBeugeRErsqXmH6RXtXl6OqTBn2PKmZ #Zccz0lgLugsnSvwZQcK3QyipFpOeN0ef { z-index:15000; }
 }@media only screen and (max-width: 763px) { #Fc0sMgXbW7t4lk5x4AINGndZRF9aOmrG { width:320px;height:165px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vHOlAV8o03iqBebWfxR1Og4pByd6T2Su { width:320px;height:130px;top:50px;left:0px;font-size:25px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fBBWWDuT8G0HWsdPZJrdd12ZfUpARImh { display:block; }#fBBWWDuT8G0HWsdPZJrdd12ZfUpARImh > .row .container { width:320px;height:1107px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVqOEgTnGgdhhctA57xxF9PrSN4VOTZy { width:320px;height:78px;top:20px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X4iJS738avTSGon4SJwFH9EaQrE5xFSF { width:320px;height:150.8px;top:288.77500152588px;left:0px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iT0llnb8VIXOtGTCKoOEsVD7qqpA32EM { width:320px;height:75.4px;top:131.375px;left:0px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tsRehBXWIWrRmMmsqawNJkcVqARlLFVI { width:320px;height:188.5px;top:504.42501068115px;left:0px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ABInM6zTHAKSfFGCgJqaDd9fz1XDlM0K { width:207px;height:75.4px;top:1014.5874938965px;left:112.99999809265px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hUECMO8M2A2HFeSgCGU4XOvUy0Tp2dzO { display:flex;width:54px;height:54px;top:72.199996948242px;left:133.00000572205px;display:none; }
 }@media only screen and (max-width: 763px) { #oTbfE889pEBqGifv6vndebIVp1aBD6yA { display:flex;width:54px;height:54px;top:211.20001220703px;left:133.00000572205px;display:none; }
 }@media only screen and (max-width: 763px) { #bXV4VHw6AoUn6bSQNdIGsS8nI0ineWWG { display:flex;width:54px;height:54px;top:397.30001831055px;left:133.00000572205px;display:none; }
 }@media only screen and (max-width: 763px) { #sJ7IKorDhK8M1UNpWrsmr1oUgFKXlfUT { display:flex;width:54px;height:54px;top:380px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #E25ziVkSHbDk1fOtpQCTAmIQZSimC8cv { width:320px;height:188.5px;top:778.87529754639px;left:0px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #okkC5Jln05tgNgkHyRKxSbxh6BqNzarB { display:block; }#okkC5Jln05tgNgkHyRKxSbxh6BqNzarB > .row .container { width:320px;height:2164px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:57px; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-input-button { width:277px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:72px;font-size:20px;overflow:hidden; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:14px;overflow:hidden;height:auto; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu  { width:280px;height:auto;top:234.99971008301px;left:0px;background-color:rgba(244,244,244,0.93);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu .widget-info-text { font-size:12px;overflow:hidden;height:auto;line-height:1.3; }
#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu {display:block;}#Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu { width:280px;height:auto;top:234.99971008301px;left:0px;background-color:rgba(244,244,244,0.93);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #krQ6FiCsdrFLsIt5nU94b2Lns8w3yTKH {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #W3LFLraXepAmND5vNl9orIaw3FZuftGv { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #LSvp05KJTL1Pf7xEs7qXDbI178UHUXzG {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #QGFy6E0vJiONwJxF4qeqKAwTXupTGuOC {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #xr3vuIGa5lp9pKoo2rJSqiosGtrcoiSs { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #T9fMRGppTg1UXmr6yF5QyTyxK3v6Txn5 {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #b0LnJmIfWSOJRJKWOyFITkZJdFeUrHuK {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #POS96HX9RyPlhJTzKByHBPVk9IE3E8VA { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #z1WQIsJ96MUANg6KdUgaoZsa0VzO7fZ0 {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #PCWbgwIHV9Pihu2QUlmv008ZQZ4V1JXN {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #y33dSFAtMNFfIqP1NTpiptLLkL1PKt1E { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #QGCmDCFC3kCVH3p3rNl3SunXLGXB4mNG {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #xPgdJH1BD480vUMeIk8PfMBz8VLpZ0ve {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #gFRfzoTc63QrO26TDZzDsPUodJEqXGOp { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #IurzC5SScU7VKQPHfy4thgT2ndlwJuy4 {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #iNtdp8glfTsMhJWTM2pEUbLKOOeU7vnJ {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #MpEMEuQdoyKoO5NQGFrpmzfPPE3bUztG { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #lPTtDdLPet0tda2OWQDSGNlOMTF8XCUf {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #UfkcurlQgfVdwuASO0Od5gAWBbHF38BV {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #G8Jaq4HIXihtSrfOV9LKquT4ltX4U02L { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #JR8tTLvi6TuvJqTL2EGEv8Ptow4Iq3xS {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #lESsKJPdenWMZtZT6L5LTKzTeE9aLCPA {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #tA8NWQnvgObOkhHmcsIyLEP3D72CmOMv { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #IRVH58wW7dp1wiv094roLEo9L8sF13Um {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #SOo86IrhUc64ZDmuqAZ0x97TOCVG9tQR {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #wxxu3zAgcG0AmScLt5nXfEUq1pE5FlJt { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #Zwtpa87LqA56ddTPIccIx8aK4R9de6Pz {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #uPf7mpe8KFvaUp5TUnhy2ckMeRppVJ18 {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #xJLFtVw0yOSgIKeAUH5b3B8OQUnu4GAh { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #wn1thF0dGySkDVX6HyuQ47S2TpbhZTM8 {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #ROJdqW839uelQ2CqCxfyGoFO529velqp {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #x3iNyHSNzrkgKXqzcqvF5ds8WTJ2NloO { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #FJ8FxhUASSmN3IGokR9EqEZBlhcPOsno {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #FPOX8WmNi8EkAyLoWwIwVvzlC1Lznx0r {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #TOy57tBdXqMGMNxVuUf6Fz0WB9fHulF0 {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #c6GyTB2BvdnBTyRtVKo27WE3ZeNvALuU {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #aPGWHvA66OqBa1qT5RrdOz7ruRVyhJAF {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #ifBcblX93kHuepo527bo5GHV9DFXJDel {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #kMq77MBO7fZTZsvQGWRLXhLupqbKvwyh {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #sx2sb9xTLfWwoBkrBZXWFQrXNIo70bf7 {  }
 }@media only screen and (max-width: 763px) { #qQ0f7u6t3lifakV3qZ9BedD1NCC1HMnm { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #pG1uIeDyTn6AAdeOl3NkheVXuP5MQGbM {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #AwaBfz6tqds8KolzDO0eUThTBErsRKw5 {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #sEJ3kdEiCm90gag1XEsWi2TGXJm0IwWd {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #yT6HrCc80hphptNPpn3Mo3EybeVkv9xT {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #pcPxkXPm6zRVtJGnuOM0ZMuN3Z02knRq {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #IXRhd24x9eTkNTmvuu5pg0UHtUdA9X5e {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #ISHXUPVtGufzIvXRRvu9zpgJlTaXRx8f {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #yDiltK7eTWuJ392JzZ0z4XUR97mS6idT {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #dfETFowgeDKgeJvDlTK69fDEMvr1vkbF {  }
 }@media only screen and (max-width: 763px) { #TeODbc5yWyQFFmt3Fk5aq7t5TGsMPSrT { display:block; }
 }@media only screen and (max-width: 763px) { #c4lDNUzTqWcy0NCZDxQbxAwubDoAGe6H { display:block; }
 }@media only screen and (max-width: 763px) { #rPxbNi739FmcMxBG0wCQv8BU4eec3VCh { display:block; }
 }@media only screen and (max-width: 763px) { #BEKzFu96Jmww5F0iw2yAzMdgP88vSUrA { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #hKpOhhiidK0MFr1ghrmhxG4fsycGfUHh {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #wiLUlmG2cPS5akiq2DpQ6aSEE7agJM1e {  }
 }@media only screen and (max-width: 763px) { #fI63shqaWL9T028Az6ALFiET1uL2F1tQ { display:block; }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #y2UySf0pKuhJbmgOy8kOPLTUFkd8m0QM {  }
 }@media only screen and (max-width: 763px) { #Ex3vpTI2gekfcxTMmUAwi2ry4qcLiaLu #nRdTkb18Q2uA4J3oMMTWbt6VX8382CRU {  }
 }@media only screen and (max-width: 763px) { #kthb7oAU5IyKQtykIzRuMMnaNNVGSTtF { width:320px;height:0;top:16.987518310547px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kQ9O2nOr63clhTDF1DeTc5GZp9JdIsDN { width:119px;height:119px;top:86.787506103516px;left:201.00000572205px;font-size:83px;display:none; }
 }@media only screen and (max-width: 763px) { #IWvqLF7iNHaNQ2iW8hdA3BN5NP41lTkW { width:320px;height:208px;top:8.9875030517578px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTddNFtrVTCTSBNT0D6ZVJTLG0LSZcVf { display:block; }#qTddNFtrVTCTSBNT0D6ZVJTLG0LSZcVf > .row .container { width:320px;height:425px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SLNX3hEwfCgMkhJJUcfhG9VdGN8dzdWb { width:175.988px;height:51px;top:20px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #fO4sEIALyFwdTJ1FGXBcO4KSd3FRc049 { width:50px;height:50px;top:314.8px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #tXt6DCNEk0ba9pLuP3OXzQW2p4iyPstr { width:200px;height:20.8px;top:274px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nDsTOJfT8dXrIuNpWMW2Tw98ttkVegt5 { width:243px;height:20.8px;top:384.8px;left:38px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #URAqZQieB5fgixAzfdWuJBNxmEmNK1GM { top:162px;left:61px;width:197px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #D6rxJoqDfewbKfiUZ0pqqtT5TQtwAnQB { display:block; }
 }@media only screen and (max-width: 763px) { #mhLhCTzJBS2f0o6VRB5nIfX5GM0Ql3tT { width:51px;height:51px;top:91px;left:134px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Vby2LwUh6yt0qoIGtrcUleTO8BFtLFi3 { width:50px;height:50px;top:204px;left:135px;font-size:35px;display:block; }
 }