.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:64px;width:960px;position:relative;display:block; }#sNK1yc9WRifX57XARQSh8hDFoSGzIKFT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:41px;width:196px;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:9.5px;left:69.375px;overflow:hidden;display:block; }
#uFKJTAVDnewov37evG2qDcX6wuiiUbvv { background-color:rgba(255,255,255,0.55);background-image:url("https://images.assets-landingi.com/uc/f892870a-2e35-4c1b-95be-82b3ceae3f0e/fields2333267_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:block; }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv.adaptive-delivery-prevent-bg, #uFKJTAVDnewov37evG2qDcX6wuiiUbvv.lazyload, #uFKJTAVDnewov37evG2qDcX6wuiiUbvv.lazyloading { background-image: none; }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv > .row .container { background-color: transparent; background-image: none; }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv > .row .container > .video-iframe-container { display: none; }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv > .row > .video-iframe-container { display: none; }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv > .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); }#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:613px;width:960px;overflow:visible;position:relative;display:block; }#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:367px;height:70px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:505.79998397827px;left:44.075012207031px;display:block; }
#i33Vb6JVR6Z5hSHiXdyytSr6TXuQZzu3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#h07zFOPkAJsvzA7NRMBRIBGvOgFkRoMS { color:#ffffff;display:block;width:454px;position:absolute;font-family:"times new roman";font-size:62px;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:241.7818px;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:38px;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:49.4px;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;box-shadow: 1px 3px 6px rgba(0,0,0,0.5) ;height:453px;width:321px;top:15.000002861023px;left:67.075012207031px;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:614px;width:453px;top:0px;left:455.00003051758px;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:544px;width:960px;position:relative;display:block; }#pVqOEgTnGgdhhctA57xxF9PrSN4VOTZy { color:#ffffff;display:block;width:519px;position:absolute;font-family:"times new roman";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.7px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X4iJS738avTSGon4SJwFH9EaQrE5xFSF { color:#ffffff;display:block;width:578px;position:absolute;font-family:"times new roman";font-size:29px;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:134px;left:65.387512207031px;height:37.7px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iT0llnb8VIXOtGTCKoOEsVD7qqpA32EM { color:#ffffff;display:block;width:620px;position:absolute;font-family:"times new roman";font-size:29px;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:37.7px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tsRehBXWIWrRmMmsqawNJkcVqARlLFVI { color:#ffffff;display:block;width:612px;position:absolute;font-family:"times new roman";font-size:29px;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:287px;left:65.387512207031px;height:37.7px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J6sz7NOOCG2Pv1QPLIHQB92UdoScR3QZ { color:#ffffff;display:block;width:415px;position:absolute;font-family:"times new roman";font-size:29px;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:365.00001525879px;left:65.387512207031px;height:37.7px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ABInM6zTHAKSfFGCgJqaDd9fz1XDlM0K { color:#ffffff;display:block;width:207px;position:absolute;font-family:"times new roman";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:443.00001525879px;left:587.38748168945px;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 5px rgba(0,0,0,0.5)); }
#MN4rUfNILASdLb4SxX1z15H86raEC2LI { 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.828125px;left:0px;filter: drop-shadow(9px 5px 5px rgba(0,0,0,0.5)); }
#TyPtg8cSa9E6J7f3clVmb6t9h5uG9dMP { 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:278.84375px;left:0px;filter: drop-shadow(9px 5px 5px rgba(0,0,0,0.5)); }
#oNUa6GSGqGR2D7QtXc69usIECdGUFC4V { 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:356.84375px;left:0px;filter: drop-shadow(9px 5px 5px rgba(0,0,0,0.5)); }
#KasZLqdT5o5pxzFWOwZRrDmMnUD7z2Rk { 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 5px rgba(0,0,0,0.5));display:none; }
#t7P9oBADt0buXbAcBiluJyX9arapVo10 { 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 5px rgba(0,0,0,0.5));display:none; }
#GQV30PRxMN8RP4dVXVs65nIdEFTDl1ww { 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 5px rgba(0,0,0,0.5));display:none; }
#okkC5Jln05tgNgkHyRKxSbxh6BqNzarB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.55);background-image:url("https://images.assets-landingi.com/uc/f892870a-2e35-4c1b-95be-82b3ceae3f0e/fields2333267_1280.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:block; }#okkC5Jln05tgNgkHyRKxSbxh6BqNzarB.adaptive-delivery-prevent-bg, #okkC5Jln05tgNgkHyRKxSbxh6BqNzarB.lazyload, #okkC5Jln05tgNgkHyRKxSbxh6BqNzarB.lazyloading { background-image: none; }#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:1915px;width:960px;position:relative;display:block; }#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 11px 20px #000000;top:11.9375px;left:96.5px;height:111.7812px;font-style:normal;display:block; }
#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.328125px;left:725.984375px;display:block; }
#UBIGxVvGTvGhZvSxPGExLhKhPJSJbgF8 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .widget-form-header {  }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:23px;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; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .widget-input-text { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;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; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .widget-textarea { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;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; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .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; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .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; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .widget-input-button { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#1f6f2c;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:26px;font-weight:700;color:#ffffff;width:727px;height:69px;font-family:roboto;overflow:hidden;font-style:normal; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 [class*="-text"]:-moz-placeholder { color:#4c4b4b;font-family:roboto;font-size:16px;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 [class*="-text"]::-moz-placeholder { color:#4c4b4b;font-family:roboto;font-size:16px;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 [class*="-text"]:-ms-input-placeholder { color:#4c4b4b;font-family:roboto;font-size:16px;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 [class*="-text"]::-webkit-input-placeholder { color:#4c4b4b;font-family:roboto;font-size:16px;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .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:2.3;font-size:15px;font-weight:400;color:#ffffff;vertical-align:top;width:707px;overflow:hidden;font-style:normal; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .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; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .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:roboto;font-size:18px;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.5; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .widget-container:first-of-type{padding-top:0;}#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .widget-container:last-of-type{padding-bottom:0;}#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6  { 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:149.40625px;z-index:15015;position:absolute; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:727px;display:block;vertical-align:top; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .widget-info-text { display:block;height:auto;font-family:roboto;font-size:16px;line-height:1.4;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; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 {display:block;}#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 { 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:149.40625px;z-index:15015;position:absolute; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #sUnwsrQFpbRXOBz4gl0wnFXrt9L49q4m { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #BJZ7BdZIT7rqCTp2Tw8Apd5XgxwyAfbU { position:relative;display:block; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #NoTz9HxGlP68KnEgcva5CQQchoygl5l4 { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #zLg8mBthhWVPEAIddHN9MZK12VCWLPuq { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #x7ia0s5BtZMbEI6DHW0XVNrL5Irb4T8T { position:relative;display:block; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #PC7pMUzH7v7GMNc7V42LHVtUTNid8kWy { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #u7FD3lEvgCECXwkWW9GfWNwv0U3DIKld { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #zfX0uJThfp7Ifq387CsaZSoGzptl5bNe { position:relative;display:block; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #UgpXpol8P7l7WAHou36iWZ0RsloD1gan { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #aeHfwD4V6F7EXfeRwasTQdEwUAImdfck { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #of4QLqK3ouIitCJeNDBHCrPTcRTWLsrc { position:relative;display:block; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #p8lA0eNP7Fs3Gf2TIzFZwFUZ3tysaZTr { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #Ewi1FqW7hJlEBEIarDmgyKTfVUf9wUWF { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #qdnTOJfblK9FB8hNHalqwAS4kTe2JUs6 { position:relative;display:block; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #wbOghyKSy6LoRAuBw3I6ZeBuZLHmnFae { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #y5AyokNbT8TMg4Phl514VwwVFGM6Vpfr { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #CfyVK0gWrcQcRybDHh7h6NC8txiMyHc5 { position:relative;display:block; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #iXWRTLbV2AUgxHARLKiVtImHz6qzCVrI { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #t9hlwlst6tATpFDo9mKWz4SgDpSfbtOq { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #lA9bJEBozk5GosbbTJsDmxNPaJTAUooS { position:relative;display:block; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #dJgwXNntaWSqn3l6coI2QQlhDIstEkg3 { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #U4A2MsTMHJWrDgrOz63BOvImVpu7fKPT { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #vrrsMZnlCORg87kDF5rBzLvCWwHf9Cwp { position:relative;display:block; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #NOnkHH3feCHGSmUDRTzlFz318OzKdRRz { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #xBwPTtPR0mgPAdUB6hLHBZv7e4qck7gD { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #PHQPiEzf7NpfoVNsRghNDid569BNSDJW { position:relative;display:block; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #iAN4zldHE1egLqg3Rze0Uqc7chiKmPnn { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #T4gtM4SLCZnF1D54BT4HqAeZLubClwhp { position:relative;z-index:15000; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #EVpszmaav5DKL3xbRt2TgldSnT8VytGc { position:relative;z-index:15000; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #WZ57dIKUXlWQE6tb6F1U8PEPkvvO6CzL { position:relative;z-index:15000; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #PO5BNEAnntcnAuCTz7f6veaGIHiSiBIf { position:relative;z-index:15000; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #XzaL2WRWmphe0lIySuinKLTR10kXiFoy { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #KREvAm8O7dwHZrbhEyHF2MVke1LkMPvI { position:relative;z-index:2; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #lSEHocIIcoHeyN9A4H7CTtgn2Tb09uVQ { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #ocM0PHAb51dWe8srCLTA5MP6aiHRgt13 { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #lR9Z6WTmwrNa5QNen6G8mK8vDkooAkXX { position:relative;z-index:2; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #n5XiBgpEVhWuIAgyZP5VlxvQSMoCrXe1 { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #IbQUnF35V15yp2e6766KpaJDygxbn6dL { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #oRpNUf3KgBwMtSZt00MSq6qnCdZylXyb { position:relative;z-index:2; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #E1WyrNvnrKg5QdB6avSQ9FKy3srp7HHN { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #MTZHWnZodeFWIgbfiNoy9Q5CALkgEC8h { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #MTZHWnZodeFWIgbfiNoy9Q5CALkgEC8h .container-column{width:50%;}#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #VmT3aJTUEt8HcFlWIk1GMD65OlR8Jlr0 { position:relative;display:block; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #nndvEEATL5cVnl2fWP92NHDW96ki5TnN { position:relative;z-index:2; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #q3gChHx0Hd1oTqwEcE98B72F9vJrB9aN { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #UZWi1napHKOR4AMgICCauaxt9dBHvOrp { position:relative;z-index:2; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #JQAtfSWRmiZEPX1HkQ286THGGzO9leD4 { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #TXHoUm71M6VFR8bUhiExI0MxKG4dc0Un { position:relative;z-index:2; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #ElW3FuqTGuzaM2mGtre4TMvqvnAEPEy6 { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #LXeL8X8Z8XFLQsaN3aBMO02aq3TSz7NW { position:relative;z-index:2; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #iXCIVMqXSeHEHiMTyGGRf6w0NW25toLV { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #zBGUqGr9WLNu1dgfra5zuqnJzRgakbBT { position:relative;z-index:2; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #gdLnXMFTUuh57dhvMmZSDy5NNpmIQUIU { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #OqG0wVlfM0nzClruQBleEAymQ5QgZ7Ef { position:relative;z-index:2; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #TLJ9kDoFJpFnqoBMimShn1I1sq3k5Lgk { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #Q9FyWu05kD5ocTRcwiobDo7XN7pWOLiw { position:relative;z-index:2; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #SNBgenWlfHvclMDyZQOtIVvftlVqMVZk { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #QiCTxZeZTZz1Qi5aR0SB7UoDopDhKvLN { position:relative;z-index:2; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #g8V0fgiqIZr8nu6PIiFIxcvHLs34maF0 { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #kTqC8SXoq7FESI2UZReyUaaq5tWbemkm { position:relative;z-index:2; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #U4cbkMxdGcHaQNIWBf8fHSOlUTucvy8K { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #i0Cc03s1pBIBhOW39ZAw182pWXrKbUo7 { position:relative;z-index:2; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #J5cJ24L3KKD2cUaxNBTi4kZTaKeew7eT { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #ZnkfTes271B3VXD0sV7nC9mWU7rUIr1i { position:relative;display:block;z-index:15000; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #uoLx0P9zKmwM3codW3RQEkHTwXyTRg08 { position:relative;display:block;z-index:15000; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #EIsZeqbgciVDL4STOaA8PQsw3awiGdkB { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #xvvB4VT3hlezSIAdXk4tDNk1wdi0q8qa { position:relative; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #crI6kbC4wMcxLCROtXu1cdusLAb9aZ5c { position:relative;z-index:15000; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #MMT8yv9H6g6omQqWpIXo1trMhRcoZCTP { position:relative;z-index:15000; }
#oadnfbClw1sfdK4zBiQGsBgeU747M2bt { position:relative;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:248px;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:74px;width:268px;top:87px;left:20px;overflow:hidden;display:block; }
#fO4sEIALyFwdTJ1FGXBcO4KSd3FRc049 { box-sizing:content-box;color:#ffffff;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:block;z-index:15008;top:53px;left:552px;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:136.60000610352px;left:353.00003051758px;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:68.600006103516px;left:602.00003051758px;height:20.8px;color:#ffffff;display:block; }
#URAqZQieB5fgixAzfdWuJBNxmEmNK1GM { z-index:15001;top:62px;left:353px;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:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:53px;left:303px;display:block; }
#Vby2LwUh6yt0qoIGtrcUleTO8BFtLFi3 { box-sizing:content-box;color:#ffffff;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:block;z-index:15009;top:122.00003051758px;left:306.00003051758px;display:block; }
#QakcsAPS7GURA6JObwT7v8DR0e1yeCJH { box-sizing:content-box;color:#ffffff;font-size:33px;font-weight:400;line-height:1;height:48px;width:48px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:122.00003051758px;left:553.00003051758px;display:block; }
#xaAOEp2Imvmz77wtaN30MMpBycH2Ksvp { display:block;width:276px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:122.00003051758px;left:602.00003051758px;height:58.5px;color:#ffffff;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) { #uFKJTAVDnewov37evG2qDcX6wuiiUbvv { display:block; }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LThkKN65gzTDWvlvktTJat7tW0qzTbVq { width:367px;height:70px;top:505px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #i33Vb6JVR6Z5hSHiXdyytSr6TXuQZzu3 { display:block; }
 }@media only screen and (max-width: 763px) { #h07zFOPkAJsvzA7NRMBRIBGvOgFkRoMS { width:454px;height:241px;top:61px;left:310px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #uTpGAhdA00fPaqLvm8FaphPqnJbWoa5t { width:395px;height:49px;top:351px;left:369px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #Tacc4w5K5TTuoc5QL5qQl7a25zZcKaLy { width:321px;height:453px;top:15px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #glFMWCQ5loHtRafyWmvJlUFIL3bFgQTe { width:453px;height:614px;top:0px;left:311px;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:519px;height:63px;top:34px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #X4iJS738avTSGon4SJwFH9EaQrE5xFSF { width:578px;height:37px;top:134px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #iT0llnb8VIXOtGTCKoOEsVD7qqpA32EM { width:620px;height:37px;top:210px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #tsRehBXWIWrRmMmsqawNJkcVqARlLFVI { width:612px;height:37px;top:287px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #J6sz7NOOCG2Pv1QPLIHQB92UdoScR3QZ { width:415px;height:37px;top:365px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #ABInM6zTHAKSfFGCgJqaDd9fz1XDlM0K { width:207px;height:37px;top:443px;left:489.38748168945px;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) { #MN4rUfNILASdLb4SxX1z15H86raEC2LI { width:54px;height:54px;top:202px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TyPtg8cSa9E6J7f3clVmb6t9h5uG9dMP { width:54px;height:54px;top:278px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oNUa6GSGqGR2D7QtXc69usIECdGUFC4V { width:54px;height:54px;top:356px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KasZLqdT5o5pxzFWOwZRrDmMnUD7z2Rk { width:54px;height:54px;top:125px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #t7P9oBADt0buXbAcBiluJyX9arapVo10 { width:54px;height:54px;top:125px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #GQV30PRxMN8RP4dVXVs65nIdEFTDl1ww { width:54px;height:54px;top:125px;left:0px;display:none; }
 }@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) { #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:627.984375px;font-size:83px;display:block; }
 }@media only screen and (max-width: 763px) { #UBIGxVvGTvGhZvSxPGExLhKhPJSJbgF8 { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .widget-regular-label { display:block; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .widget-checkbox-label { width:707px; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6  { width:727px;height:auto; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 {display:block;}#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 { width:727px;height:auto; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #sUnwsrQFpbRXOBz4gl0wnFXrt9L49q4m {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #BJZ7BdZIT7rqCTp2Tw8Apd5XgxwyAfbU {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #NoTz9HxGlP68KnEgcva5CQQchoygl5l4 {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #zLg8mBthhWVPEAIddHN9MZK12VCWLPuq {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #x7ia0s5BtZMbEI6DHW0XVNrL5Irb4T8T { display:block; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #PC7pMUzH7v7GMNc7V42LHVtUTNid8kWy {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #u7FD3lEvgCECXwkWW9GfWNwv0U3DIKld {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #zfX0uJThfp7Ifq387CsaZSoGzptl5bNe { display:block; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #UgpXpol8P7l7WAHou36iWZ0RsloD1gan {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #aeHfwD4V6F7EXfeRwasTQdEwUAImdfck {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #of4QLqK3ouIitCJeNDBHCrPTcRTWLsrc { display:block; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #p8lA0eNP7Fs3Gf2TIzFZwFUZ3tysaZTr {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #Ewi1FqW7hJlEBEIarDmgyKTfVUf9wUWF {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #qdnTOJfblK9FB8hNHalqwAS4kTe2JUs6 { display:block; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #wbOghyKSy6LoRAuBw3I6ZeBuZLHmnFae {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #y5AyokNbT8TMg4Phl514VwwVFGM6Vpfr {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #CfyVK0gWrcQcRybDHh7h6NC8txiMyHc5 { display:block; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #iXWRTLbV2AUgxHARLKiVtImHz6qzCVrI {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #t9hlwlst6tATpFDo9mKWz4SgDpSfbtOq {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #lA9bJEBozk5GosbbTJsDmxNPaJTAUooS { display:block; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #dJgwXNntaWSqn3l6coI2QQlhDIstEkg3 {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #U4A2MsTMHJWrDgrOz63BOvImVpu7fKPT {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #vrrsMZnlCORg87kDF5rBzLvCWwHf9Cwp { display:block; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #NOnkHH3feCHGSmUDRTzlFz318OzKdRRz {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #xBwPTtPR0mgPAdUB6hLHBZv7e4qck7gD {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #PHQPiEzf7NpfoVNsRghNDid569BNSDJW { display:block; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #iAN4zldHE1egLqg3Rze0Uqc7chiKmPnn {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #T4gtM4SLCZnF1D54BT4HqAeZLubClwhp { z-index:15000; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #EVpszmaav5DKL3xbRt2TgldSnT8VytGc { z-index:15000; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #WZ57dIKUXlWQE6tb6F1U8PEPkvvO6CzL { z-index:15000; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #PO5BNEAnntcnAuCTz7f6veaGIHiSiBIf { z-index:15000; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #XzaL2WRWmphe0lIySuinKLTR10kXiFoy {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #KREvAm8O7dwHZrbhEyHF2MVke1LkMPvI { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #lSEHocIIcoHeyN9A4H7CTtgn2Tb09uVQ {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #ocM0PHAb51dWe8srCLTA5MP6aiHRgt13 {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #lR9Z6WTmwrNa5QNen6G8mK8vDkooAkXX { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #n5XiBgpEVhWuIAgyZP5VlxvQSMoCrXe1 {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #IbQUnF35V15yp2e6766KpaJDygxbn6dL {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #oRpNUf3KgBwMtSZt00MSq6qnCdZylXyb { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #E1WyrNvnrKg5QdB6avSQ9FKy3srp7HHN {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #MTZHWnZodeFWIgbfiNoy9Q5CALkgEC8h {  }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #MTZHWnZodeFWIgbfiNoy9Q5CALkgEC8h .container-column{width:50%;} }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #VmT3aJTUEt8HcFlWIk1GMD65OlR8Jlr0 { display:block; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #nndvEEATL5cVnl2fWP92NHDW96ki5TnN { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #q3gChHx0Hd1oTqwEcE98B72F9vJrB9aN {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #UZWi1napHKOR4AMgICCauaxt9dBHvOrp { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #JQAtfSWRmiZEPX1HkQ286THGGzO9leD4 {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #TXHoUm71M6VFR8bUhiExI0MxKG4dc0Un { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #ElW3FuqTGuzaM2mGtre4TMvqvnAEPEy6 {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #LXeL8X8Z8XFLQsaN3aBMO02aq3TSz7NW { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #iXCIVMqXSeHEHiMTyGGRf6w0NW25toLV {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #zBGUqGr9WLNu1dgfra5zuqnJzRgakbBT { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #gdLnXMFTUuh57dhvMmZSDy5NNpmIQUIU {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #OqG0wVlfM0nzClruQBleEAymQ5QgZ7Ef { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #TLJ9kDoFJpFnqoBMimShn1I1sq3k5Lgk {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #Q9FyWu05kD5ocTRcwiobDo7XN7pWOLiw { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #SNBgenWlfHvclMDyZQOtIVvftlVqMVZk {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #QiCTxZeZTZz1Qi5aR0SB7UoDopDhKvLN { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #g8V0fgiqIZr8nu6PIiFIxcvHLs34maF0 {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #kTqC8SXoq7FESI2UZReyUaaq5tWbemkm { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #U4cbkMxdGcHaQNIWBf8fHSOlUTucvy8K {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #i0Cc03s1pBIBhOW39ZAw182pWXrKbUo7 { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #J5cJ24L3KKD2cUaxNBTi4kZTaKeew7eT {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #ZnkfTes271B3VXD0sV7nC9mWU7rUIr1i {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #uoLx0P9zKmwM3codW3RQEkHTwXyTRg08 {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #EIsZeqbgciVDL4STOaA8PQsw3awiGdkB {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #xvvB4VT3hlezSIAdXk4tDNk1wdi0q8qa {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #crI6kbC4wMcxLCROtXu1cdusLAb9aZ5c { z-index:15000; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #MMT8yv9H6g6omQqWpIXo1trMhRcoZCTP { z-index:15000; }
 }@media only screen and (max-width: 763px) { #oadnfbClw1sfdK4zBiQGsBgeU747M2bt { 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:268px;height:74px;top:87px;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:50px;height:50px;top:53px;left:205px;font-size:35px;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) { #QakcsAPS7GURA6JObwT7v8DR0e1yeCJH { width:48px;height:48px;top:122px;left:455.00003051758px;font-size:33px;display:none; }
 }@media only screen and (max-width: 763px) { #xaAOEp2Imvmz77wtaN30MMpBycH2Ksvp { width:276px;height:58px;top:122px;left:488px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@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:92px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNK1yc9WRifX57XARQSh8hDFoSGzIKFT { width:274px;height:59px;top:20px;left:23px;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:block; }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv.adaptive-delivery-prevent-bg, #uFKJTAVDnewov37evG2qDcX6wuiiUbvv.lazyload, #uFKJTAVDnewov37evG2qDcX6wuiiUbvv.lazyloading { background-image: none; }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv > .row .container { background-color: transparent; background-image: none; }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv > .row .container > .video-iframe-container { display: none; }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv > .row > .video-iframe-container { display: none; }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv > .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); }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv > .row .container { width:320px;height:861px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LThkKN65gzTDWvlvktTJat7tW0qzTbVq { width:304px;height:70px;top:735.55001831055px;left:8px;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #i33Vb6JVR6Z5hSHiXdyytSr6TXuQZzu3 { display:block; }
 }@media only screen and (max-width: 763px) { #h07zFOPkAJsvzA7NRMBRIBGvOgFkRoMS { width:320px;height:144.2813px;top:17.3125px;left:0px;font-size:37px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uTpGAhdA00fPaqLvm8FaphPqnJbWoa5t { width:320px;height:41.6px;top:188.11251831055px;left:0px;font-size:32px;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #Tacc4w5K5TTuoc5QL5qQl7a25zZcKaLy { width:294px;height:415px;top:258.33749389648px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #glFMWCQ5loHtRafyWmvJlUFIL3bFgQTe { width:320px;height:857px;top:0px;left:0px;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #fBBWWDuT8G0HWsdPZJrdd12ZfUpARImh { display:block; }#fBBWWDuT8G0HWsdPZJrdd12ZfUpARImh > .row .container { width:320px;height:589px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVqOEgTnGgdhhctA57xxF9PrSN4VOTZy { width:320px;height:39px;top:20px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #X4iJS738avTSGon4SJwFH9EaQrE5xFSF { width:320px;height:37.6875px;top:96px;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:37.6875px;top:191.1875px;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:37.6875px;top:289.1875px;left:0px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6sz7NOOCG2Pv1QPLIHQB92UdoScR3QZ { width:320px;height:37.6875px;top:394.1875px;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:37.6875px;top:495.09375px;left:103px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #hUECMO8M2A2HFeSgCGU4XOvUy0Tp2dzO { display:flex;width:33px;height:33px;top:72.1875px;left:143.5px; }
 }@media only screen and (max-width: 763px) { #MN4rUfNILASdLb4SxX1z15H86raEC2LI { display:flex;width:54px;height:54px;top:674.78125px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #TyPtg8cSa9E6J7f3clVmb6t9h5uG9dMP { display:flex;width:54px;height:54px;top:748.78125px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #oNUa6GSGqGR2D7QtXc69usIECdGUFC4V { display:flex;width:54px;height:54px;top:822.78125px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #KasZLqdT5o5pxzFWOwZRrDmMnUD7z2Rk { display:flex;width:33px;height:33px;top:167.1875px;left:143.5px;z-index:15017; }
 }@media only screen and (max-width: 763px) { #t7P9oBADt0buXbAcBiluJyX9arapVo10 { display:flex;width:33px;height:33px;top:256.1875px;left:143.5px;z-index:15018; }
 }@media only screen and (max-width: 763px) { #GQV30PRxMN8RP4dVXVs65nIdEFTDl1ww { display:flex;width:33px;height:33px;top:361.1875px;left:143.5px;z-index:15019; }
 }@media only screen and (max-width: 763px) { #okkC5Jln05tgNgkHyRKxSbxh6BqNzarB { display:block; }#okkC5Jln05tgNgkHyRKxSbxh6BqNzarB > .row .container { width:320px;height:2221px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kthb7oAU5IyKQtykIzRuMMnaNNVGSTtF { width:320px;height:124.7813px;top:16.987518310547px;left:0px;font-size:32px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kQ9O2nOr63clhTDF1DeTc5GZp9JdIsDN { width:119px;height:119px;top:86.787506103516px;left:201.00000572205px;font-size:83px;display:block; }
 }@media only screen and (max-width: 763px) { #UBIGxVvGTvGhZvSxPGExLhKhPJSJbgF8 { top:1544.3999996185px;left:0px;width:320px;height:556px;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .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:18px;display:block; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:23px;overflow:hidden;background-color:#165320;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.6;overflow:hidden;height:auto; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .widget-radio-label { font-size:17px;overflow:hidden; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6  { width:280px;height:auto;top:205.78125px;left:0px; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 .widget-info-text { font-size:12px;overflow:hidden;height:auto; }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 {display:block;}#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 { width:280px;height:auto;top:205.78125px;left:0px; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #sUnwsrQFpbRXOBz4gl0wnFXrt9L49q4m {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #BJZ7BdZIT7rqCTp2Tw8Apd5XgxwyAfbU { display:block; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #NoTz9HxGlP68KnEgcva5CQQchoygl5l4 {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #zLg8mBthhWVPEAIddHN9MZK12VCWLPuq {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #x7ia0s5BtZMbEI6DHW0XVNrL5Irb4T8T { display:block; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #PC7pMUzH7v7GMNc7V42LHVtUTNid8kWy {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #u7FD3lEvgCECXwkWW9GfWNwv0U3DIKld {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #zfX0uJThfp7Ifq387CsaZSoGzptl5bNe { display:block; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #UgpXpol8P7l7WAHou36iWZ0RsloD1gan {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #aeHfwD4V6F7EXfeRwasTQdEwUAImdfck {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #of4QLqK3ouIitCJeNDBHCrPTcRTWLsrc { display:block; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #p8lA0eNP7Fs3Gf2TIzFZwFUZ3tysaZTr {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #Ewi1FqW7hJlEBEIarDmgyKTfVUf9wUWF {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #qdnTOJfblK9FB8hNHalqwAS4kTe2JUs6 { display:block; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #wbOghyKSy6LoRAuBw3I6ZeBuZLHmnFae {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #y5AyokNbT8TMg4Phl514VwwVFGM6Vpfr {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #CfyVK0gWrcQcRybDHh7h6NC8txiMyHc5 { display:block; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #iXWRTLbV2AUgxHARLKiVtImHz6qzCVrI {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #t9hlwlst6tATpFDo9mKWz4SgDpSfbtOq {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #lA9bJEBozk5GosbbTJsDmxNPaJTAUooS { display:block; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #dJgwXNntaWSqn3l6coI2QQlhDIstEkg3 {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #U4A2MsTMHJWrDgrOz63BOvImVpu7fKPT {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #vrrsMZnlCORg87kDF5rBzLvCWwHf9Cwp { display:block; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #NOnkHH3feCHGSmUDRTzlFz318OzKdRRz {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #xBwPTtPR0mgPAdUB6hLHBZv7e4qck7gD {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #PHQPiEzf7NpfoVNsRghNDid569BNSDJW { display:block; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #iAN4zldHE1egLqg3Rze0Uqc7chiKmPnn {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #T4gtM4SLCZnF1D54BT4HqAeZLubClwhp { z-index:15000; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #EVpszmaav5DKL3xbRt2TgldSnT8VytGc { z-index:15000; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #WZ57dIKUXlWQE6tb6F1U8PEPkvvO6CzL { z-index:15000; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #PO5BNEAnntcnAuCTz7f6veaGIHiSiBIf { z-index:15000; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #XzaL2WRWmphe0lIySuinKLTR10kXiFoy {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #KREvAm8O7dwHZrbhEyHF2MVke1LkMPvI { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #lSEHocIIcoHeyN9A4H7CTtgn2Tb09uVQ {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #ocM0PHAb51dWe8srCLTA5MP6aiHRgt13 {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #lR9Z6WTmwrNa5QNen6G8mK8vDkooAkXX { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #n5XiBgpEVhWuIAgyZP5VlxvQSMoCrXe1 {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #IbQUnF35V15yp2e6766KpaJDygxbn6dL {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #oRpNUf3KgBwMtSZt00MSq6qnCdZylXyb { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #E1WyrNvnrKg5QdB6avSQ9FKy3srp7HHN {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #MTZHWnZodeFWIgbfiNoy9Q5CALkgEC8h {  }
#p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #MTZHWnZodeFWIgbfiNoy9Q5CALkgEC8h .container-column{width:50%;} }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #VmT3aJTUEt8HcFlWIk1GMD65OlR8Jlr0 { display:block; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #nndvEEATL5cVnl2fWP92NHDW96ki5TnN { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #q3gChHx0Hd1oTqwEcE98B72F9vJrB9aN {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #UZWi1napHKOR4AMgICCauaxt9dBHvOrp { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #JQAtfSWRmiZEPX1HkQ286THGGzO9leD4 {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #TXHoUm71M6VFR8bUhiExI0MxKG4dc0Un { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #ElW3FuqTGuzaM2mGtre4TMvqvnAEPEy6 {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #LXeL8X8Z8XFLQsaN3aBMO02aq3TSz7NW { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #iXCIVMqXSeHEHiMTyGGRf6w0NW25toLV {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #zBGUqGr9WLNu1dgfra5zuqnJzRgakbBT { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #gdLnXMFTUuh57dhvMmZSDy5NNpmIQUIU {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #OqG0wVlfM0nzClruQBleEAymQ5QgZ7Ef { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #TLJ9kDoFJpFnqoBMimShn1I1sq3k5Lgk {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #Q9FyWu05kD5ocTRcwiobDo7XN7pWOLiw { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #SNBgenWlfHvclMDyZQOtIVvftlVqMVZk {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #QiCTxZeZTZz1Qi5aR0SB7UoDopDhKvLN { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #g8V0fgiqIZr8nu6PIiFIxcvHLs34maF0 {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #kTqC8SXoq7FESI2UZReyUaaq5tWbemkm { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #U4cbkMxdGcHaQNIWBf8fHSOlUTucvy8K {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #i0Cc03s1pBIBhOW39ZAw182pWXrKbUo7 { z-index:2; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #J5cJ24L3KKD2cUaxNBTi4kZTaKeew7eT {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #ZnkfTes271B3VXD0sV7nC9mWU7rUIr1i {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #uoLx0P9zKmwM3codW3RQEkHTwXyTRg08 {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #EIsZeqbgciVDL4STOaA8PQsw3awiGdkB {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #xvvB4VT3hlezSIAdXk4tDNk1wdi0q8qa {  }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #crI6kbC4wMcxLCROtXu1cdusLAb9aZ5c { z-index:15000; }
 }@media only screen and (max-width: 763px) { #p1tXuqHgaUT0wFZ0Tw1ND1JGQu0iTPv6 #MMT8yv9H6g6omQqWpIXo1trMhRcoZCTP { z-index:15000; }
 }@media only screen and (max-width: 763px) { #oadnfbClw1sfdK4zBiQGsBgeU747M2bt { display:block; }
 }@media only screen and (max-width: 763px) { #qTddNFtrVTCTSBNT0D6ZVJTLG0LSZcVf { display:block; }#qTddNFtrVTCTSBNT0D6ZVJTLG0LSZcVf > .row .container { width:320px;height:480px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SLNX3hEwfCgMkhJJUcfhG9VdGN8dzdWb { width:175.992px;height:51px;top:31.9921875px;left:71.9765625px;display:block; }
 }@media only screen and (max-width: 763px) { #fO4sEIALyFwdTJ1FGXBcO4KSd3FRc049 { width:50px;height:50px;top:225px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #tXt6DCNEk0ba9pLuP3OXzQW2p4iyPstr { width:200px;height:20.8px;top:387px;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:277px;left:38px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #URAqZQieB5fgixAzfdWuJBNxmEmNK1GM { top:164px;left:62px;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:112px;left:134px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Vby2LwUh6yt0qoIGtrcUleTO8BFtLFi3 { width:50px;height:50px;top:335px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #QakcsAPS7GURA6JObwT7v8DR0e1yeCJH { width:48px;height:48px;top:122px;left:136px;font-size:33px;display:none; }
 }@media only screen and (max-width: 763px) { #xaAOEp2Imvmz77wtaN30MMpBycH2Ksvp { width:276px;height:auto;top:122px;left:22px;font-size:16px;display:none; }
 }