.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:rgba(255,255,255,0.65);background-image:url("https://images.assets-landingi.com/uc/ac92398a-5949-45a9-bf8a-58d6a44acb27/rapeseedfieldbloomingcanolaflowerscloseup20231127050340utc.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:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#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:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#sNK1yc9WRifX57XARQSh8hDFoSGzIKFT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.5rem;width:11.9375rem;position:absolute;display:block;z-index:15027;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.03125rem;left:0.7734375rem;overflow:hidden;display:block; }
#AsImVwpW7v2Ld1iNXzddnxgbrvNdDXRX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9e555ea5-c541-41a6-8121-bd5114ea840d/Baner_TPR24PHB_1920x1080.jpg");background-position:top 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; }#AsImVwpW7v2Ld1iNXzddnxgbrvNdDXRX.adaptive-delivery-prevent-bg, #AsImVwpW7v2Ld1iNXzddnxgbrvNdDXRX.lazyload, #AsImVwpW7v2Ld1iNXzddnxgbrvNdDXRX.lazyloading { background-image: none; }#AsImVwpW7v2Ld1iNXzddnxgbrvNdDXRX > .row .container { border-width: 0; border-radius: 0; }#AsImVwpW7v2Ld1iNXzddnxgbrvNdDXRX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AsImVwpW7v2Ld1iNXzddnxgbrvNdDXRX > .row .container { font-size:0.875rem;font-family:arial;height:60.0625rem;width:60rem;position:relative;display:none; }#NKRePFlQa3FWCywH0k0cEBTVF6QuC0TG { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.5rem 0.5rem 1rem #ffffff ;box-sizing:border-box;color:#ffffff;text-shadow:0.5rem 0.4375rem 0.625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.125rem;height:4.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:54.500001907349rem;left:10.9375rem;display:block; }
#aKay4TfCbgm5W64LJM0W9SmzZLGyBXpQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uFKJTAVDnewov37evG2qDcX6wuiiUbvv { background-color:rgba(255,255,255,0.55);background-image:url("https://images.assets-landingi.com/uc/ac92398a-5949-45a9-bf8a-58d6a44acb27/rapeseedfieldbloomingcanolaflowerscloseup20231127050340utc.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;box-shadow: 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; }#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:0.875rem;font-family:"open sans";height:43.5rem;width:60rem;overflow:visible;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.5rem 0.5rem 1rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.375rem 0.4375rem 0.5625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.0625rem;left:2.62890625rem;display:block; }
#i33Vb6JVR6Z5hSHiXdyytSr6TXuQZzu3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h07zFOPkAJsvzA7NRMBRIBGvOgFkRoMS { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:"times new roman";font-size:3.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.625rem 0.5rem 0.5625rem #000000;top:3.8125rem;left:28.406251907349rem;height:15.1113625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTpGAhdA00fPaqLvm8FaphPqnJbWoa5t { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:"times new roman";font-size:2.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.4375rem 0.5rem 0.375rem rgba(0,0,0,0.5);top:21.981250762939rem;left:30.250001907349rem;height:3.0875rem;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: 0.0625rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:28.3125rem;width:19.8125rem;top:2.8125rem;left:4.19140625rem;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;box-shadow: none;height:43.625rem;width:28.3125rem;top:0rem;left:28.4375rem;display:block; }
#UavANuDRCsaGfIzzlPTAZAkP8kJ8baSO { position:relative;display:none; }#UavANuDRCsaGfIzzlPTAZAkP8kJ8baSO { border-width: 0; border-radius: 0; }#UavANuDRCsaGfIzzlPTAZAkP8kJ8baSO > .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; }#UavANuDRCsaGfIzzlPTAZAkP8kJ8baSO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#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:none; }#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:0.875rem;font-family:arial;height:34rem;width:60rem;position:relative;display:none; }#pVqOEgTnGgdhhctA57xxF9PrSN4VOTZy { color:#ffffff;display:block;width:45.375rem;position:absolute;font-family:"times new roman";font-size:3.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.625rem 0.5rem 0.5625rem rgba(0,0,0,0.5);top:1.625rem;left:4.0859375rem;height:3.98125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X4iJS738avTSGon4SJwFH9EaQrE5xFSF { color:#ffffff;display:block;width:41.625rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.25rem rgba(0,0,0,0.5);top:9.4984340667725rem;left:4.0859375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iT0llnb8VIXOtGTCKoOEsVD7qqpA32EM { color:#ffffff;display:block;width:42.5rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.25rem rgba(0,0,0,0.5);top:13.801563739777rem;left:4.0859375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tsRehBXWIWrRmMmsqawNJkcVqARlLFVI { color:#ffffff;display:block;width:43.6875rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.25rem rgba(0,0,0,0.5);top:18.865234375rem;left:4.0859375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ABInM6zTHAKSfFGCgJqaDd9fz1XDlM0K { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.25rem rgba(0,0,0,0.5);top:24.1875rem;left:34.8984375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hUECMO8M2A2HFeSgCGU4XOvUy0Tp2dzO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.4365234375rem;left:0rem;filter: drop-shadow(0.5625rem 0.3125rem 0.3125rem #bf2427); }
#oTbfE889pEBqGifv6vndebIVp1aBD6yA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:13.7392578125rem;left:0rem;filter: drop-shadow(0.5625rem 0.3125rem 0.3125rem rgba(0,0,0,0.5)); }
#bXV4VHw6AoUn6bSQNdIGsS8nI0ineWWG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:17.990234375rem;left:0rem;filter: drop-shadow(0.5625rem 0.3125rem 0.3125rem rgba(0,0,0,0.5)); }
#eQ8KClVmhp8vv1nezx4t8FQlpMIPU5Hc { color:#ffffff;display:block;width:32.4375rem;position:absolute;font-family:"times new roman";font-size:1.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.375rem 0.3125rem 0.375rem rgba(0,0,0,0.5);top:6.26953125rem;left:4.0859375rem;height:2.35625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SKyuh9ILiflTHVNJkAc4Ix7E6TUUBZod { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:17.1875rem;top:4.6453127861023rem;left:42.812501907349rem;overflow:hidden;display:block; }
#P0IzT7SAaAlKbDMv49BZRT3yxTW7NqRE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e8e29;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; }#P0IzT7SAaAlKbDMv49BZRT3yxTW7NqRE > .row .container { background-color: transparent; background-image: none; }#P0IzT7SAaAlKbDMv49BZRT3yxTW7NqRE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0IzT7SAaAlKbDMv49BZRT3yxTW7NqRE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0IzT7SAaAlKbDMv49BZRT3yxTW7NqRE > .row .container > .video-iframe-container { display: none; }#P0IzT7SAaAlKbDMv49BZRT3yxTW7NqRE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0IzT7SAaAlKbDMv49BZRT3yxTW7NqRE > .row > .video-iframe-container { display: none; }#P0IzT7SAaAlKbDMv49BZRT3yxTW7NqRE > .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); }#P0IzT7SAaAlKbDMv49BZRT3yxTW7NqRE > .row .container { border-width: 0; border-radius: 0; }#P0IzT7SAaAlKbDMv49BZRT3yxTW7NqRE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P0IzT7SAaAlKbDMv49BZRT3yxTW7NqRE > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#xm1io7cXJ1X5hXQTSQA9DRkbgexwTye8 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.375rem 0.0625rem 0.4375rem rgba(0,0,0,0.5);top:1.9404296875rem;left:0rem;height:14.86816875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bxMDdJUTrxfUTniILBBW6QDhbZZgO35q { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/60b5ca66-4faa-4dae-8b55-c8832d3896c4/backgroundg17cfc8281_1280.jpg");background-position:center !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;box-shadow: 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; }#bxMDdJUTrxfUTniILBBW6QDhbZZgO35q.adaptive-delivery-prevent-bg, #bxMDdJUTrxfUTniILBBW6QDhbZZgO35q.lazyload, #bxMDdJUTrxfUTniILBBW6QDhbZZgO35q.lazyloading { background-image: none; }#bxMDdJUTrxfUTniILBBW6QDhbZZgO35q > .row .container { background-color: transparent; background-image: none; }#bxMDdJUTrxfUTniILBBW6QDhbZZgO35q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.2); }#bxMDdJUTrxfUTniILBBW6QDhbZZgO35q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxMDdJUTrxfUTniILBBW6QDhbZZgO35q > .row .container > .video-iframe-container { display: none; }#bxMDdJUTrxfUTniILBBW6QDhbZZgO35q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.2); }#bxMDdJUTrxfUTniILBBW6QDhbZZgO35q > .row > .video-iframe-container { display: none; }#bxMDdJUTrxfUTniILBBW6QDhbZZgO35q > .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); }#bxMDdJUTrxfUTniILBBW6QDhbZZgO35q > .row .container { border-width: 0; border-radius: 0; }#bxMDdJUTrxfUTniILBBW6QDhbZZgO35q::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bxMDdJUTrxfUTniILBBW6QDhbZZgO35q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bxMDdJUTrxfUTniILBBW6QDhbZZgO35q > .row .container { font-size:0.875rem;font-family:"open sans";height:53rem;width:60rem;overflow:visible;position:relative;display:block; }#hQlR2Xqx7b3vR6TfFnyL3Wc4gd0Vn804 { 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;box-shadow: none;height:40.8125rem;width:27.1875rem;top:12.1875rem;left:30.375rem;overflow:hidden;display:block; }
#l8B4KhiGamm6BfXnO6qlPKmpDgFvQRSQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:40.9375rem;top:0.1875rem;left:0rem;overflow:hidden;display:block; }
#okkC5Jln05tgNgkHyRKxSbxh6BqNzarB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/60b5ca66-4faa-4dae-8b55-c8832d3896c4/backgroundg17cfc8281_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(255,255,255,0.2); }#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(255,255,255,0.2); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:0.875rem;font-family:arial;height:123rem;width:60rem;position:relative;display:block; }#kthb7oAU5IyKQtykIzRuMMnaNNVGSTtF { color:#ffffff;display:block;width:43.3125rem;position:absolute;font-family:bitter;font-size:2.6875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.6875rem 0.3125rem 1.25rem #000000;top:0.748046875rem;left:4.875rem;height:6.986325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kQ9O2nOr63clhTDF1DeTc5GZp9JdIsDN { box-sizing:content-box;color:#009639;font-size:5.1875rem;font-weight:400;line-height:1;height:7.4375rem;width:7.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.3125rem 0.3125rem 0.6875rem #000000;display:block;z-index:15028;top:0.52265644073486rem;left:43.874219894409rem;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;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-form-header {  }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;color:#ffffff;width:45.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;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; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.4375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-input-text {padding-top: 0; padding-bottom: 0;}#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.4375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-input-select { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.4375rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:roboto;font-size:1rem;overflow:hidden;vertical-align:top; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-input-select {padding-top: 0; padding-bottom: 0;}#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:700;color:#ffffff;width:45.4375rem;height:4.3125rem;font-family:roboto;overflow:hidden;box-shadow: none;font-style:normal; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx [class*="-text"]:-moz-placeholder { color:#4c4b4b;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx [class*="-text"]::-moz-placeholder { color:#4c4b4b;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx [class*="-text"]:-ms-input-placeholder { color:#4c4b4b;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx [class*="-text"]::-webkit-input-placeholder { color:#4c4b4b;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .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:0.9375rem;font-weight:400;color:#ffffff;vertical-align:top;width:44.1875rem;overflow:hidden;font-style:normal; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.8125rem;vertical-align:middle;font-family:roboto;font-size:1.125rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.5; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-container:first-of-type{padding-top:0;}#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-container:last-of-type{padding-bottom:0;}#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx  { background-color:#009639;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:3.6875rem;top:10.6494140625rem;z-index:15016;position:absolute; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:45.4375rem;display:block;vertical-align:top; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-info-text { display:block;height:auto;font-family:roboto;font-size:1rem;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; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx {display:block;}#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx { background-color:#009639;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:3.6875rem;top:10.6494140625rem;z-index:15016;position:absolute; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #D6lJvsnR1BczbtaQp6cTm9QBMTUn7Dh9 { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #D6lJvsnR1BczbtaQp6cTm9QBMTUn7Dh9 .container-column{width:50%;}#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #ncisn6dQEr7huZAw9TflAxvElv13m468 { position:relative;display:block; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #GsVh46IhuVJFmgo1EdXF20dNcq0SZdyr { position:relative;z-index:2; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #SType27LdMTmwW3v2urMbFGvObniiI84 { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #JcVdhZ1i6ApuvuhbNDMTybF8IEBeuX5s { position:relative;z-index:2; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #idMKTgAaTqB6aOMOzf84UwFsg6lkM7SL { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #dBmKa3ooH2lEnCmWePXfNrEPaiTRTvGH { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #vEdKunhsvfgRzeTN7mMGe1CrGT8PpcEo { position:relative;display:block; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #ZpbbvkelRkGun1idMRkK34q0tzEKKzdd { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #Wfuhw5hwoTgdvCShUE4x0Dtt3uremkZ1 { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #JrvsTC2XFkfmv0tIDURa7H5TXDZsZlaU { position:relative;display:block; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #nNTTFCVLah827PGNhBlAEs9CkFbBHJ10 { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #AFHsyT7cWMJRxX9GTZK9gH6HRSq5X4DU { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #sLVCCR6Ka17azpHWdh0XxMFaoZCsuIbP { position:relative;display:block; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #ptrgwWaGG7xAZqaVAEVSwQPsawvit2Pi { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #GxXcunASguHnTTqFPhqQrZQKqWiPU9aW { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #DSwklAyqniVozoaUTxqQQQ3ICzc865RT { position:relative;display:block; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #SbR5oPNBoQ9oJSRUGRUMCRdndPcwxRKN { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #EEao7wGNbAWXOJXRfIMkfQiMh85S7ytE { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #LUKd3l3qFKd8vEnWSQ5szcNfyKhBko2v { position:relative;display:block; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #dRQeWXelOV2e25Av0yRnxCKT4LCsLsZ3 { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #PrrQ7L9hPkgpHMo0xZSFkLiubnlQrbiz { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #TIGf6nWDtD3UaPxPqh5am3mHRyT5hD1H { position:relative;display:block; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #FQTfL9zFfyRiJXLUMytg2pyNEwEaThRm { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #dqHQnB4o5BkZQbpXqQOgJ53vMbu2a5Ds { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #ELlaowalHkyqGt2KKNg50RcEo7oXWaHX { position:relative;display:block; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #C6oObSfEFM7eF9CCcOL5S4D3HZsu6Nx0 { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #DEs23b5krpKCNU8gCtL8c41uRva2DLkU { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #QTB2qA684dPeQoSKf9eL7QhmuHbh5d8O { position:relative;display:block; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #EQ4U33rcbfcKvGHg3dksJiEHw1tETyea { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #KkKs3ThNOMrGsZTNSUlaeXQs8eBZ2PTH { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #XDkz8SFRXIKnbPINhLZpuQd9rzeEV4sV { position:relative;display:block; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #lfU0Le6KLKBzKmKi0oGIPOkiUHOwKgKh { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #hF3M0ogkbvDQbZntOHcaZh59IRBSlcws { position:relative;z-index:15000; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #ZvLwSQ6qPd4s1g2kmHOb0tNdqIFzbEFG { position:relative;z-index:15000; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #CIG2EyegeD449qlwzSAs0vzzvHLnRHrU { position:relative;z-index:15000; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #CnmkyNtXezoMkQo2ZZ7e7WK1Iy23e9PR { position:relative;z-index:15000; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #oeXH8PSoZkJlOL5K4SMqNA7L5CrKWVFX { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #bFScNNyuqNAIZan3C1oF4Z2RsTVqgUTV { position:relative;z-index:2; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #yKXatQRoGBTIAlPxZB1Vr7D5bvtW28CG { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #xUlMFelWRXpu26GRdn3aTDGqkkBDwmTu { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #cwA3VknL7wdlopWz5itObbO841KvwuDA { position:relative;z-index:2; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #r2E28TF86vxWLi4B4Pn7HALbgeC4kx1I { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #a12sZ12qgksldi8MdfuE6xpTelX3S3Vy { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #MkUNcCk72VClam1XG0FzA52kbVOZZTuo { position:relative;z-index:2; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #FHqmelOID7phKZ3AI29SzCQ2qk5KIehT { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #bQi6SAlpSXd0AcWhCSmGeyktTCAHHACJ { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #bQi6SAlpSXd0AcWhCSmGeyktTCAHHACJ .container-column{width:50%;}#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #LEaeA4luQeQhSCCzLUASU7fPssoT0gTl { position:relative;display:block; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #cwSFgNECnxR6NnNPskaPpAA3GO6TSLqM { position:relative;z-index:2; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #fTTen2pBQVlVUKoB8ZR57Svdyz4pHGCP { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #QlfDbEPaeIbf9aotFezaKD9prhRSICsP { position:relative;z-index:2; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #nTdShtIspsCLfp6ZOJeFDvQHneuUNmVk { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #npFiVtiZdRdTJnodrw0WNqJF19mVdteD { position:relative;z-index:2; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #TqhlRH55NH4a9667p73WtDZl3IHQgHrw { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #lPa0mAJnHuTsFM2THFnqxsb8l0kEqTEz { position:relative;z-index:2; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #DpnFa5TJPTabv0Sy8rd8npEwUghDi4my { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #EUe1VdMN2xgM8ou4sXLTMCB2Op9vabcA { position:relative;z-index:2; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #WzQ9TRhf5uz6xui8GTtfKRHf7FwXINk3 { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #AZ1VtQyLOOINJTh3yTbGuAAkT6VkhWiT { position:relative;z-index:2; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #AoUZTXXwaoBxpAIgq0HW31Rp8E4Pi4zq { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #cwxZSlLCb75VIdqibrRebDmuA7S9ClQP { position:relative;z-index:2; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #dPpeecvw99qZrFcOqTzvzwNWOWo6QbDb { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #X5vJx7mUHVAXityqKy8ghkMgIvCh9AM5 { position:relative;z-index:2; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #pFLDGFl9T94Xxf9RqlLVuonH2BpHnuG5 { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #TmOM9KSL1mWQSHM0sWZHWAeeFlfSEaXx { position:relative;z-index:2; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #kcSBxCN0Uw2BM9GrcsSifvuUDC6EOFor { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #ekqtK7GZ8V3BXD8Sa4kdCg05DKU7l88b { position:relative;z-index:2; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #sb8H1AUDxUBcyqsFpJK02IeN8ImDzfPe { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #mdR3uPN2dqS8i2uqctwsoqgHhIdQtxPp { position:relative;display:block;z-index:15000; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #twwKMpwJHN750fmOZMXIrXZRS40BoyHX { position:relative;display:block;z-index:15000; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #NS8WLAQyahcJycaTGwnp8DS6nJGDEFTk { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #RtIXLNFJ3FlWtTCKyKrI2eEALh10D5Bb { position:relative; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #KUWQuhfNIUzx2IzXhWTfzm4WeqbTzwCy { position:relative;z-index:15000; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #tTqUNp6m2l8dSilLLnCmq5wWOagVNr3e { position:relative;z-index:15000; }
#BeKWaOrPnGdgOtpctLOdLCA6OsKB7AK0 { color:#1e8e29;display:block;width:43.3125rem;position:absolute;font-family:bitter;font-size:2.6875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.6875rem 0.3125rem 1.25rem #000000;top:0.748046875rem;left:4.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Pzy3TudmmwIZsZiwV6Jr0kFLtuPwZsFt { 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:none; }#Pzy3TudmmwIZsZiwV6Jr0kFLtuPwZsFt > .row .container { border-width: 0; border-radius: 0; }#Pzy3TudmmwIZsZiwV6Jr0kFLtuPwZsFt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pzy3TudmmwIZsZiwV6Jr0kFLtuPwZsFt > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:60rem;position:relative;display:none; }#Grycelig5ucv4Eik6LPKflNRyT4104g2 { color:#ffffff;display:block;width:46.375rem;position:absolute;font-family:"times new roman";font-size:3.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.625rem 0.5rem 0.5625rem rgba(0,0,0,0.5);top:0.6875rem;left:4.0859375rem;height:3.98125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d1wg8PDdBJQaabCPz34v34hJpDiSecrU { color:#ffffff;display:block;width:36.125rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.625rem 0.5rem 0.5625rem rgba(0,0,0,0.5);top:10.0615234375rem;left:4.0859375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cZIGfdCNgPEZGHvACSu2XVlVKgQL0MRu { color:#ffffff;display:block;width:47.5625rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.625rem 0.5rem 0.5625rem rgba(0,0,0,0.5);top:14.4892578125rem;left:4.0859375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#elS75g83FWUD1T4P0pyM4LwqhEG3Noy7 { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.625rem 0.5rem 0.5625rem rgba(0,0,0,0.5);top:18.865234375rem;left:4.0859375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EilZWs3envr2eyMkTJmioXMug1NWVvLk { color:#ffffff;display:block;width:38rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.625rem 0.5rem 0.5625rem rgba(0,0,0,0.5);top:23.177734375rem;left:4.0859375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uTP1HUrQApMDs9ELZJgfmIhZJkCQR1Tg { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.625rem 0.5rem 0.5625rem rgba(0,0,0,0.5);top:27.875rem;left:32rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rKHqwrSH8Jule4T6ZlV1vFG9pGIHwZ5q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.1865234375rem;left:0rem;filter: drop-shadow(0.5625rem 0.3125rem 0.3125rem #bf2427); }
#WPimegI8KUbDhA5WEl4gwJGMRiHlfN5H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:13.6142578125rem;left:0rem;filter: drop-shadow(0.5625rem 0.3125rem 0.3125rem rgba(0,0,0,0.5)); }
#LLJnUkmbsJiQoAVWMZCb2XXnXrzC9HlA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:17.990234375rem;left:0rem;filter: drop-shadow(0.5625rem 0.3125rem 0.3125rem rgba(0,0,0,0.5)); }
#wUTZ0f4kPQ7GHLdzMPBF5oP4UQWcGMI6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:22.303124427796rem;left:0rem;filter: drop-shadow(0.5625rem 0.3125rem 0.3125rem rgba(0,0,0,0.5)); }
#HuBvKHA90NvanVSIfQm0Pt4qTAk6Cu1P { color:#ffffff;display:block;width:32.4375rem;position:absolute;font-family:"times new roman";font-size:1.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.375rem 0.25rem 0.25rem rgba(0,0,0,0.5);top:4.66796875rem;left:4.0859375rem;height:2.35625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bSQPPZVTwdHNaBbfFQHTXJhQ4n0AlrGs { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:16.375rem;top:5.5625rem;left:43.625rem;overflow:hidden;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:0.875rem;font-family:"open sans";height:15.5rem;width:60rem;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;box-shadow: none;height:4.625rem;width:16.75rem;top:5.4375rem;left:1.25rem;overflow:hidden;display:block; }
#fO4sEIALyFwdTJ1FGXBcO4KSd3FRc049 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:3.3125rem;left:34.5rem;display:block; }
#tXt6DCNEk0ba9pLuP3OXzQW2p4iyPstr { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.53750038147rem;left:22.062501907349rem;height:1.3rem;color:#ffffff;display:block; }
#nDsTOJfT8dXrIuNpWMW2Tw98ttkVegt5 { display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.2875003814697rem;left:37.625001907349rem;height:1.3rem;color:#ffffff;display:block; }
#URAqZQieB5fgixAzfdWuJBNxmEmNK1GM { z-index:15001;top:3.875rem;left:22.0625rem;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:2.0625rem;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:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:3.3125rem;left:18.9375rem;display:block; }
#Vby2LwUh6yt0qoIGtrcUleTO8BFtLFi3 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:7.6250019073488rem;left:19.125001907349rem;display:block; }
#QakcsAPS7GURA6JObwT7v8DR0e1yeCJH { box-sizing:content-box;color:#ffffff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:7.6250019073488rem;left:34.562501907349rem;display:block; }
#xaAOEp2Imvmz77wtaN30MMpBycH2Ksvp { display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:7.6250019073488rem;left:37.625001907349rem;height:3.65625rem;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:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNK1yc9WRifX57XARQSh8hDFoSGzIKFT { width:7.6875rem;height:1.75rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsImVwpW7v2Ld1iNXzddnxgbrvNdDXRX { display:block; }#AsImVwpW7v2Ld1iNXzddnxgbrvNdDXRX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKRePFlQa3FWCywH0k0cEBTVF6QuC0TG { width:38.125rem;height:4.4375rem;top:54.5rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKay4TfCbgm5W64LJM0W9SmzZLGyBXpQ { display:block; }
 }@media only screen and (max-width: 763px) { #uFKJTAVDnewov37evG2qDcX6wuiiUbvv { display:none; }#uFKJTAVDnewov37evG2qDcX6wuiiUbvv > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LThkKN65gzTDWvlvktTJat7tW0qzTbVq { width:22.9375rem;height:4.375rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i33Vb6JVR6Z5hSHiXdyytSr6TXuQZzu3 { display:block; }
 }@media only screen and (max-width: 763px) { #h07zFOPkAJsvzA7NRMBRIBGvOgFkRoMS { width:28.375rem;height:15.0625rem;top:3.8125rem;left:19.375rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTpGAhdA00fPaqLvm8FaphPqnJbWoa5t { width:24.6875rem;height:3.0625rem;top:21.9375rem;left:23.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tacc4w5K5TTuoc5QL5qQl7a25zZcKaLy { width:19.8125rem;height:28.3125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glFMWCQ5loHtRafyWmvJlUFIL3bFgQTe { width:28.3125rem;height:43.625rem;top:0rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UavANuDRCsaGfIzzlPTAZAkP8kJ8baSO { display:none; }#UavANuDRCsaGfIzzlPTAZAkP8kJ8baSO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fBBWWDuT8G0HWsdPZJrdd12ZfUpARImh { display:none; }#fBBWWDuT8G0HWsdPZJrdd12ZfUpARImh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pVqOEgTnGgdhhctA57xxF9PrSN4VOTZy { width:45.375rem;height:4rem;top:1.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4iJS738avTSGon4SJwFH9EaQrE5xFSF { width:41.625rem;height:3.25rem;top:9.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT0llnb8VIXOtGTCKoOEsVD7qqpA32EM { width:42.5rem;height:3.25rem;top:13.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsRehBXWIWrRmMmsqawNJkcVqARlLFVI { width:43.6875rem;height:1.625rem;top:18.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABInM6zTHAKSfFGCgJqaDd9fz1XDlM0K { width:12.9375rem;height:1.625rem;top:24.1875rem;left:28.7734375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUECMO8M2A2HFeSgCGU4XOvUy0Tp2dzO { width:3.375rem;height:3.375rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTbfE889pEBqGifv6vndebIVp1aBD6yA { width:3.375rem;height:3.375rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXV4VHw6AoUn6bSQNdIGsS8nI0ineWWG { width:3.375rem;height:3.375rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ8KClVmhp8vv1nezx4t8FQlpMIPU5Hc { width:32.4375rem;height:2.3125rem;top:6.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKyuh9ILiflTHVNJkAc4Ix7E6TUUBZod { width:17.1875rem;height:21.5625rem;top:4.625rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0IzT7SAaAlKbDMv49BZRT3yxTW7NqRE { display:block; }#P0IzT7SAaAlKbDMv49BZRT3yxTW7NqRE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xm1io7cXJ1X5hXQTSQA9DRkbgexwTye8 { width:47.75rem;height:14.8125rem;top:1.9375rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxMDdJUTrxfUTniILBBW6QDhbZZgO35q { display:none; }#bxMDdJUTrxfUTniILBBW6QDhbZZgO35q > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hQlR2Xqx7b3vR6TfFnyL3Wc4gd0Vn804 { width:27.1875rem;height:40.8125rem;top:12.1875rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8B4KhiGamm6BfXnO6qlPKmpDgFvQRSQ { width:40.9375rem;height:30.625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #okkC5Jln05tgNgkHyRKxSbxh6BqNzarB { display:block; }#okkC5Jln05tgNgkHyRKxSbxh6BqNzarB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kthb7oAU5IyKQtykIzRuMMnaNNVGSTtF { width:43.3125rem;height:6.9375rem;top:0.6875rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ9O2nOr63clhTDF1DeTc5GZp9JdIsDN { width:7.4375rem;height:7.4375rem;top:0.5rem;left:37.749219894409rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBIGxVvGTvGhZvSxPGExLhKhPJSJbgF8 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-regular-label { display:block; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-checkbox-label { width:44.1875rem; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx  { width:45.4375rem;height:auto; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx {display:block;}#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx { width:45.4375rem;height:auto; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #D6lJvsnR1BczbtaQp6cTm9QBMTUn7Dh9 {  }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #D6lJvsnR1BczbtaQp6cTm9QBMTUn7Dh9 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #ncisn6dQEr7huZAw9TflAxvElv13m468 {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #GsVh46IhuVJFmgo1EdXF20dNcq0SZdyr {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #SType27LdMTmwW3v2urMbFGvObniiI84 {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #JcVdhZ1i6ApuvuhbNDMTybF8IEBeuX5s {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #idMKTgAaTqB6aOMOzf84UwFsg6lkM7SL {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #dBmKa3ooH2lEnCmWePXfNrEPaiTRTvGH {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #vEdKunhsvfgRzeTN7mMGe1CrGT8PpcEo {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #ZpbbvkelRkGun1idMRkK34q0tzEKKzdd {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #Wfuhw5hwoTgdvCShUE4x0Dtt3uremkZ1 {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #JrvsTC2XFkfmv0tIDURa7H5TXDZsZlaU { display:block; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #nNTTFCVLah827PGNhBlAEs9CkFbBHJ10 {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #AFHsyT7cWMJRxX9GTZK9gH6HRSq5X4DU {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #sLVCCR6Ka17azpHWdh0XxMFaoZCsuIbP { display:block; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #ptrgwWaGG7xAZqaVAEVSwQPsawvit2Pi {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #GxXcunASguHnTTqFPhqQrZQKqWiPU9aW {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #DSwklAyqniVozoaUTxqQQQ3ICzc865RT { display:block; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #SbR5oPNBoQ9oJSRUGRUMCRdndPcwxRKN {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #EEao7wGNbAWXOJXRfIMkfQiMh85S7ytE {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #LUKd3l3qFKd8vEnWSQ5szcNfyKhBko2v { display:block; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #dRQeWXelOV2e25Av0yRnxCKT4LCsLsZ3 {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #PrrQ7L9hPkgpHMo0xZSFkLiubnlQrbiz {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #TIGf6nWDtD3UaPxPqh5am3mHRyT5hD1H { display:block; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #FQTfL9zFfyRiJXLUMytg2pyNEwEaThRm {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #dqHQnB4o5BkZQbpXqQOgJ53vMbu2a5Ds {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #ELlaowalHkyqGt2KKNg50RcEo7oXWaHX { display:block; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #C6oObSfEFM7eF9CCcOL5S4D3HZsu6Nx0 {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #DEs23b5krpKCNU8gCtL8c41uRva2DLkU {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #QTB2qA684dPeQoSKf9eL7QhmuHbh5d8O { display:block; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #EQ4U33rcbfcKvGHg3dksJiEHw1tETyea {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #KkKs3ThNOMrGsZTNSUlaeXQs8eBZ2PTH {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #XDkz8SFRXIKnbPINhLZpuQd9rzeEV4sV { display:block; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #lfU0Le6KLKBzKmKi0oGIPOkiUHOwKgKh {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #hF3M0ogkbvDQbZntOHcaZh59IRBSlcws { z-index:15000; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #ZvLwSQ6qPd4s1g2kmHOb0tNdqIFzbEFG { z-index:15000; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #CIG2EyegeD449qlwzSAs0vzzvHLnRHrU { z-index:15000; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #CnmkyNtXezoMkQo2ZZ7e7WK1Iy23e9PR { z-index:15000; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #oeXH8PSoZkJlOL5K4SMqNA7L5CrKWVFX {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #bFScNNyuqNAIZan3C1oF4Z2RsTVqgUTV { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #yKXatQRoGBTIAlPxZB1Vr7D5bvtW28CG {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #xUlMFelWRXpu26GRdn3aTDGqkkBDwmTu {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #cwA3VknL7wdlopWz5itObbO841KvwuDA { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #r2E28TF86vxWLi4B4Pn7HALbgeC4kx1I {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #a12sZ12qgksldi8MdfuE6xpTelX3S3Vy {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #MkUNcCk72VClam1XG0FzA52kbVOZZTuo { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #FHqmelOID7phKZ3AI29SzCQ2qk5KIehT {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #bQi6SAlpSXd0AcWhCSmGeyktTCAHHACJ {  }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #bQi6SAlpSXd0AcWhCSmGeyktTCAHHACJ .container-column{width:50%;} }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #LEaeA4luQeQhSCCzLUASU7fPssoT0gTl { display:block; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #cwSFgNECnxR6NnNPskaPpAA3GO6TSLqM { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #fTTen2pBQVlVUKoB8ZR57Svdyz4pHGCP {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #QlfDbEPaeIbf9aotFezaKD9prhRSICsP { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #nTdShtIspsCLfp6ZOJeFDvQHneuUNmVk {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #npFiVtiZdRdTJnodrw0WNqJF19mVdteD { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #TqhlRH55NH4a9667p73WtDZl3IHQgHrw {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #lPa0mAJnHuTsFM2THFnqxsb8l0kEqTEz { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #DpnFa5TJPTabv0Sy8rd8npEwUghDi4my {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #EUe1VdMN2xgM8ou4sXLTMCB2Op9vabcA { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #WzQ9TRhf5uz6xui8GTtfKRHf7FwXINk3 {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #AZ1VtQyLOOINJTh3yTbGuAAkT6VkhWiT { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #AoUZTXXwaoBxpAIgq0HW31Rp8E4Pi4zq {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #cwxZSlLCb75VIdqibrRebDmuA7S9ClQP { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #dPpeecvw99qZrFcOqTzvzwNWOWo6QbDb {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #X5vJx7mUHVAXityqKy8ghkMgIvCh9AM5 { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #pFLDGFl9T94Xxf9RqlLVuonH2BpHnuG5 {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #TmOM9KSL1mWQSHM0sWZHWAeeFlfSEaXx { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #kcSBxCN0Uw2BM9GrcsSifvuUDC6EOFor {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #ekqtK7GZ8V3BXD8Sa4kdCg05DKU7l88b { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #sb8H1AUDxUBcyqsFpJK02IeN8ImDzfPe {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #mdR3uPN2dqS8i2uqctwsoqgHhIdQtxPp {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #twwKMpwJHN750fmOZMXIrXZRS40BoyHX {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #NS8WLAQyahcJycaTGwnp8DS6nJGDEFTk {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #RtIXLNFJ3FlWtTCKyKrI2eEALh10D5Bb {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #KUWQuhfNIUzx2IzXhWTfzm4WeqbTzwCy { z-index:15000; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #tTqUNp6m2l8dSilLLnCmq5wWOagVNr3e { z-index:15000; }
 }@media only screen and (max-width: 763px) { #BeKWaOrPnGdgOtpctLOdLCA6OsKB7AK0 { width:43.3125rem;height:6.9375rem;top:0.6875rem;left:0rem;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pzy3TudmmwIZsZiwV6Jr0kFLtuPwZsFt { display:none; }#Pzy3TudmmwIZsZiwV6Jr0kFLtuPwZsFt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Grycelig5ucv4Eik6LPKflNRyT4104g2 { width:46.375rem;height:3.9375rem;top:0.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1wg8PDdBJQaabCPz34v34hJpDiSecrU { width:36.125rem;height:1.625rem;top:10rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZIGfdCNgPEZGHvACSu2XVlVKgQL0MRu { width:47.5625rem;height:1.625rem;top:14.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #elS75g83FWUD1T4P0pyM4LwqhEG3Noy7 { width:38.25rem;height:1.625rem;top:18.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EilZWs3envr2eyMkTJmioXMug1NWVvLk { width:38rem;height:1.625rem;top:23.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTP1HUrQApMDs9ELZJgfmIhZJkCQR1Tg { width:12.9375rem;height:1.625rem;top:27.875rem;left:25.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKHqwrSH8Jule4T6ZlV1vFG9pGIHwZ5q { width:3.375rem;height:3.375rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPimegI8KUbDhA5WEl4gwJGMRiHlfN5H { width:3.375rem;height:3.375rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLJnUkmbsJiQoAVWMZCb2XXnXrzC9HlA { width:3.375rem;height:3.375rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUTZ0f4kPQ7GHLdzMPBF5oP4UQWcGMI6 { width:3.375rem;height:3.375rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuBvKHA90NvanVSIfQm0Pt4qTAk6Cu1P { width:32.4375rem;height:2.3125rem;top:4.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSQPPZVTwdHNaBbfFQHTXJhQ4n0AlrGs { width:16.375rem;height:24rem;top:5.5625rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTddNFtrVTCTSBNT0D6ZVJTLG0LSZcVf { display:block; }#qTddNFtrVTCTSBNT0D6ZVJTLG0LSZcVf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SLNX3hEwfCgMkhJJUcfhG9VdGN8dzdWb { width:16.75rem;height:4.625rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO4sEIALyFwdTJ1FGXBcO4KSd3FRc049 { width:3.1875rem;height:3.1875rem;top:7.375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXt6DCNEk0ba9pLuP3OXzQW2p4iyPstr { width:7.75rem;height:1.25rem;top:2.625rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDsTOJfT8dXrIuNpWMW2Tw98ttkVegt5 { width:14.4375rem;height:1.25rem;top:2.5625rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #URAqZQieB5fgixAzfdWuJBNxmEmNK1GM { top:1.6041870117188rem;left:3.1875rem;width:12.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6rxJoqDfewbKfiUZ0pqqtT5TQtwAnQB { display:block; }
 }@media only screen and (max-width: 763px) { #mhLhCTzJBS2f0o6VRB5nIfX5GM0Ql3tT { width:3.125rem;height:3.125rem;top:3.3125rem;left:12.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vby2LwUh6yt0qoIGtrcUleTO8BFtLFi3 { width:3.1875rem;height:3.1875rem;top:10.9375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QakcsAPS7GURA6JObwT7v8DR0e1yeCJH { width:3rem;height:3rem;top:7.625rem;left:28.437501907349rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaAOEp2Imvmz77wtaN30MMpBycH2Ksvp { width:17.25rem;height:3.625rem;top:7.625rem;left:30.5rem;font-size:1rem;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:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNK1yc9WRifX57XARQSh8hDFoSGzIKFT { width:9.25rem;height:1.9375rem;top:0.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsImVwpW7v2Ld1iNXzddnxgbrvNdDXRX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9e555ea5-c541-41a6-8121-bd5114ea840d/Baner_TPR24PHB_1920x1080.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#AsImVwpW7v2Ld1iNXzddnxgbrvNdDXRX.adaptive-delivery-prevent-bg, #AsImVwpW7v2Ld1iNXzddnxgbrvNdDXRX.lazyload, #AsImVwpW7v2Ld1iNXzddnxgbrvNdDXRX.lazyloading { background-image: none; }#AsImVwpW7v2Ld1iNXzddnxgbrvNdDXRX > .row .container { width:20rem;height:16.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NKRePFlQa3FWCywH0k0cEBTVF6QuC0TG { width:16.625rem;height:3.625rem;top:12.1875rem;left:1.6875rem;z-index:15013;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKay4TfCbgm5W64LJM0W9SmzZLGyBXpQ { 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:20rem;height:54rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LThkKN65gzTDWvlvktTJat7tW0qzTbVq { width:19rem;height:4.375rem;top:45.971876144409rem;left:0.5rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #i33Vb6JVR6Z5hSHiXdyytSr6TXuQZzu3 { display:block; }
 }@media only screen and (max-width: 763px) { #h07zFOPkAJsvzA7NRMBRIBGvOgFkRoMS { width:20rem;height:9.01758125rem;top:1.08203125rem;left:0rem;font-size:2.3125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uTpGAhdA00fPaqLvm8FaphPqnJbWoa5t { width:20rem;height:2.6rem;top:11.757032394409rem;left:0rem;font-size:2rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #Tacc4w5K5TTuoc5QL5qQl7a25zZcKaLy { width:18.125rem;height:25.9375rem;top:16.14609336853rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glFMWCQ5loHtRafyWmvJlUFIL3bFgQTe { width:20rem;height:54rem;top:0rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #UavANuDRCsaGfIzzlPTAZAkP8kJ8baSO { display:none; }#UavANuDRCsaGfIzzlPTAZAkP8kJ8baSO > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fBBWWDuT8G0HWsdPZJrdd12ZfUpARImh { display:none; }#fBBWWDuT8G0HWsdPZJrdd12ZfUpARImh > .row .container { width:20rem;height:64.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pVqOEgTnGgdhhctA57xxF9PrSN4VOTZy { width:20rem;height:2.1125rem;top:0.6875rem;left:0rem;font-size:1.625rem;text-shadow:0.3125rem 0.25rem 0.25rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #X4iJS738avTSGon4SJwFH9EaQrE5xFSF { width:20rem;height:6.825rem;top:7.3750004768369rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iT0llnb8VIXOtGTCKoOEsVD7qqpA32EM { width:20rem;height:8.53125rem;top:19.122654914856rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tsRehBXWIWrRmMmsqawNJkcVqARlLFVI { width:20rem;height:5.11875rem;top:33.26406288147rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ABInM6zTHAKSfFGCgJqaDd9fz1XDlM0K { width:12.9375rem;height:1.70625rem;top:41.192970275879rem;left:7.0625000596044rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUECMO8M2A2HFeSgCGU4XOvUy0Tp2dzO { display:flex;width:3.375rem;height:3.375rem;top:4.5124998092651rem;left:8.3125003576281rem; }
 }@media only screen and (max-width: 763px) { #oTbfE889pEBqGifv6vndebIVp1aBD6yA { display:flex;width:3.375rem;height:3.375rem;top:15.747657775879rem;left:8.3125005364419rem; }
 }@media only screen and (max-width: 763px) { #bXV4VHw6AoUn6bSQNdIGsS8nI0ineWWG { display:flex;width:3.375rem;height:3.375rem;top:29.889064788818rem;left:8.3125005364419rem; }
 }@media only screen and (max-width: 763px) { #eQ8KClVmhp8vv1nezx4t8FQlpMIPU5Hc { width:20rem;height:2.03125rem;top:2.7998046875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKyuh9ILiflTHVNJkAc4Ix7E6TUUBZod { width:16.1875rem;height:20.3125rem;top:42.899219512939rem;left:1.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0IzT7SAaAlKbDMv49BZRT3yxTW7NqRE { display:block; }#P0IzT7SAaAlKbDMv49BZRT3yxTW7NqRE > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xm1io7cXJ1X5hXQTSQA9DRkbgexwTye8 { width:18.8125rem;height:6.5800875rem;top:1.2724609375rem;left:0.59375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bxMDdJUTrxfUTniILBBW6QDhbZZgO35q { background-color:rgba(255,255,255,0.55);background-image:url("https://images.assets-landingi.com/uc/60b5ca66-4faa-4dae-8b55-c8832d3896c4/backgroundg17cfc8281_1280.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#bxMDdJUTrxfUTniILBBW6QDhbZZgO35q.adaptive-delivery-prevent-bg, #bxMDdJUTrxfUTniILBBW6QDhbZZgO35q.lazyload, #bxMDdJUTrxfUTniILBBW6QDhbZZgO35q.lazyloading { background-image: none; }#bxMDdJUTrxfUTniILBBW6QDhbZZgO35q > .row .container { background-color: transparent; background-image: none; }#bxMDdJUTrxfUTniILBBW6QDhbZZgO35q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxMDdJUTrxfUTniILBBW6QDhbZZgO35q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxMDdJUTrxfUTniILBBW6QDhbZZgO35q > .row .container > .video-iframe-container { display: none; }#bxMDdJUTrxfUTniILBBW6QDhbZZgO35q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxMDdJUTrxfUTniILBBW6QDhbZZgO35q > .row > .video-iframe-container { display: none; }#bxMDdJUTrxfUTniILBBW6QDhbZZgO35q > .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); }#bxMDdJUTrxfUTniILBBW6QDhbZZgO35q > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQlR2Xqx7b3vR6TfFnyL3Wc4gd0Vn804 { width:15.125rem;height:22.75rem;top:15.8984375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8B4KhiGamm6BfXnO6qlPKmpDgFvQRSQ { width:20rem;height:14.961832061069rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #okkC5Jln05tgNgkHyRKxSbxh6BqNzarB { background-color:#1e8e29;background-image:none;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 { width:20rem;height:149.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kthb7oAU5IyKQtykIzRuMMnaNNVGSTtF { width:20rem;height:5.199225rem;top:1.0617198944092rem;left:0rem;font-size:2rem;color:#ffffff;text-shadow:0.1875rem 0.3125rem 1.5625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #kQ9O2nOr63clhTDF1DeTc5GZp9JdIsDN { width:7.4375rem;height:7.4375rem;top:5.4242191314697rem;left:12.562500357628rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBIGxVvGTvGhZvSxPGExLhKhPJSJbgF8 { top:96.524999976156rem;left:0rem;width:20rem;height:34.75rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.3;overflow:hidden;height:auto;font-size:1.125rem;display:block; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-input-text {padding-top: 0; padding-bottom: 0;}#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-input-select {padding-top: 0; padding-bottom: 0;}#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.4375rem;overflow:hidden;background-color:#1e8e29;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.6;overflow:hidden;height:auto; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-radio-label { font-size:1.0625rem;overflow:hidden; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx  { width:17.5rem;height:auto;top:12.861328125rem;left:0rem;background-color:#4c4b4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx .widget-info-text { font-size:0.75rem;overflow:hidden;height:auto; }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx {display:block;}#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx { width:17.5rem;height:auto;top:12.861328125rem;left:0rem;background-color:#4c4b4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #D6lJvsnR1BczbtaQp6cTm9QBMTUn7Dh9 {  }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #D6lJvsnR1BczbtaQp6cTm9QBMTUn7Dh9 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #ncisn6dQEr7huZAw9TflAxvElv13m468 {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #GsVh46IhuVJFmgo1EdXF20dNcq0SZdyr {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #SType27LdMTmwW3v2urMbFGvObniiI84 {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #JcVdhZ1i6ApuvuhbNDMTybF8IEBeuX5s {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #idMKTgAaTqB6aOMOzf84UwFsg6lkM7SL {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #dBmKa3ooH2lEnCmWePXfNrEPaiTRTvGH {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #vEdKunhsvfgRzeTN7mMGe1CrGT8PpcEo { display:block; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #ZpbbvkelRkGun1idMRkK34q0tzEKKzdd {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #Wfuhw5hwoTgdvCShUE4x0Dtt3uremkZ1 {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #JrvsTC2XFkfmv0tIDURa7H5TXDZsZlaU { display:block; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #nNTTFCVLah827PGNhBlAEs9CkFbBHJ10 {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #AFHsyT7cWMJRxX9GTZK9gH6HRSq5X4DU {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #sLVCCR6Ka17azpHWdh0XxMFaoZCsuIbP { display:block; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #ptrgwWaGG7xAZqaVAEVSwQPsawvit2Pi {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #GxXcunASguHnTTqFPhqQrZQKqWiPU9aW {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #DSwklAyqniVozoaUTxqQQQ3ICzc865RT { display:block; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #SbR5oPNBoQ9oJSRUGRUMCRdndPcwxRKN {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #EEao7wGNbAWXOJXRfIMkfQiMh85S7ytE {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #LUKd3l3qFKd8vEnWSQ5szcNfyKhBko2v { display:block; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #dRQeWXelOV2e25Av0yRnxCKT4LCsLsZ3 {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #PrrQ7L9hPkgpHMo0xZSFkLiubnlQrbiz {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #TIGf6nWDtD3UaPxPqh5am3mHRyT5hD1H { display:block; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #FQTfL9zFfyRiJXLUMytg2pyNEwEaThRm {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #dqHQnB4o5BkZQbpXqQOgJ53vMbu2a5Ds {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #ELlaowalHkyqGt2KKNg50RcEo7oXWaHX { display:block; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #C6oObSfEFM7eF9CCcOL5S4D3HZsu6Nx0 {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #DEs23b5krpKCNU8gCtL8c41uRva2DLkU {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #QTB2qA684dPeQoSKf9eL7QhmuHbh5d8O { display:block; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #EQ4U33rcbfcKvGHg3dksJiEHw1tETyea {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #KkKs3ThNOMrGsZTNSUlaeXQs8eBZ2PTH {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #XDkz8SFRXIKnbPINhLZpuQd9rzeEV4sV { display:block; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #lfU0Le6KLKBzKmKi0oGIPOkiUHOwKgKh {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #hF3M0ogkbvDQbZntOHcaZh59IRBSlcws { z-index:15000; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #ZvLwSQ6qPd4s1g2kmHOb0tNdqIFzbEFG { z-index:15000; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #CIG2EyegeD449qlwzSAs0vzzvHLnRHrU { z-index:15000; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #CnmkyNtXezoMkQo2ZZ7e7WK1Iy23e9PR { z-index:15000; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #oeXH8PSoZkJlOL5K4SMqNA7L5CrKWVFX {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #bFScNNyuqNAIZan3C1oF4Z2RsTVqgUTV { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #yKXatQRoGBTIAlPxZB1Vr7D5bvtW28CG {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #xUlMFelWRXpu26GRdn3aTDGqkkBDwmTu {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #cwA3VknL7wdlopWz5itObbO841KvwuDA { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #r2E28TF86vxWLi4B4Pn7HALbgeC4kx1I {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #a12sZ12qgksldi8MdfuE6xpTelX3S3Vy {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #MkUNcCk72VClam1XG0FzA52kbVOZZTuo { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #FHqmelOID7phKZ3AI29SzCQ2qk5KIehT {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #bQi6SAlpSXd0AcWhCSmGeyktTCAHHACJ {  }
#I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #bQi6SAlpSXd0AcWhCSmGeyktTCAHHACJ .container-column{width:50%;} }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #LEaeA4luQeQhSCCzLUASU7fPssoT0gTl { display:block; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #cwSFgNECnxR6NnNPskaPpAA3GO6TSLqM { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #fTTen2pBQVlVUKoB8ZR57Svdyz4pHGCP {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #QlfDbEPaeIbf9aotFezaKD9prhRSICsP { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #nTdShtIspsCLfp6ZOJeFDvQHneuUNmVk {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #npFiVtiZdRdTJnodrw0WNqJF19mVdteD { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #TqhlRH55NH4a9667p73WtDZl3IHQgHrw {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #lPa0mAJnHuTsFM2THFnqxsb8l0kEqTEz { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #DpnFa5TJPTabv0Sy8rd8npEwUghDi4my {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #EUe1VdMN2xgM8ou4sXLTMCB2Op9vabcA { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #WzQ9TRhf5uz6xui8GTtfKRHf7FwXINk3 {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #AZ1VtQyLOOINJTh3yTbGuAAkT6VkhWiT { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #AoUZTXXwaoBxpAIgq0HW31Rp8E4Pi4zq {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #cwxZSlLCb75VIdqibrRebDmuA7S9ClQP { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #dPpeecvw99qZrFcOqTzvzwNWOWo6QbDb {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #X5vJx7mUHVAXityqKy8ghkMgIvCh9AM5 { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #pFLDGFl9T94Xxf9RqlLVuonH2BpHnuG5 {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #TmOM9KSL1mWQSHM0sWZHWAeeFlfSEaXx { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #kcSBxCN0Uw2BM9GrcsSifvuUDC6EOFor {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #ekqtK7GZ8V3BXD8Sa4kdCg05DKU7l88b { z-index:2; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #sb8H1AUDxUBcyqsFpJK02IeN8ImDzfPe {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #mdR3uPN2dqS8i2uqctwsoqgHhIdQtxPp {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #twwKMpwJHN750fmOZMXIrXZRS40BoyHX {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #NS8WLAQyahcJycaTGwnp8DS6nJGDEFTk {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #RtIXLNFJ3FlWtTCKyKrI2eEALh10D5Bb {  }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #KUWQuhfNIUzx2IzXhWTfzm4WeqbTzwCy { z-index:15000; }
 }@media only screen and (max-width: 763px) { #I8w2GuJZ1t8bQSSnPxTgdQkC4fC6WoLx #tTqUNp6m2l8dSilLLnCmq5wWOagVNr3e { z-index:15000; }
 }@media only screen and (max-width: 763px) { #BeKWaOrPnGdgOtpctLOdLCA6OsKB7AK0 { width:20rem;height:0;top:143.203203125rem;left:0rem;font-size:2rem;color:#ffffff;text-shadow:0.1875rem 0.3125rem 1.5625rem #000000;display:none; }
 }@media only screen and (max-width: 763px) { #Pzy3TudmmwIZsZiwV6Jr0kFLtuPwZsFt { display:none; }#Pzy3TudmmwIZsZiwV6Jr0kFLtuPwZsFt > .row .container { width:20rem;height:71.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Grycelig5ucv4Eik6LPKflNRyT4104g2 { width:20rem;height:4.0625rem;top:2.8610229492188E-6rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d1wg8PDdBJQaabCPz34v34hJpDiSecrU { width:20rem;height:4.0625rem;top:9.92578125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cZIGfdCNgPEZGHvACSu2XVlVKgQL0MRu { width:20rem;height:2.03125rem;top:35.843750953674rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #elS75g83FWUD1T4P0pyM4LwqhEG3Noy7 { width:20rem;height:2.03125rem;top:19.32421875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EilZWs3envr2eyMkTJmioXMug1NWVvLk { width:20rem;height:2.03125rem;top:27.642188072204rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTP1HUrQApMDs9ELZJgfmIhZJkCQR1Tg { width:12.9375rem;height:2.03125rem;top:42.817969322204rem;left:7.0625000596044rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKHqwrSH8Jule4T6ZlV1vFG9pGIHwZ5q { display:flex;width:3.375rem;height:3.375rem;top:6.953906059265rem;left:8.3125005364419rem; }
 }@media only screen and (max-width: 763px) { #WPimegI8KUbDhA5WEl4gwJGMRiHlfN5H { display:flex;width:3.375rem;height:3.375rem;top:16.511719703674rem;left:8.3125005364419rem; }
 }@media only screen and (max-width: 763px) { #LLJnUkmbsJiQoAVWMZCb2XXnXrzC9HlA { display:flex;width:3.375rem;height:3.375rem;top:32.582812309265rem;left:8.3125005364419rem; }
 }@media only screen and (max-width: 763px) { #wUTZ0f4kPQ7GHLdzMPBF5oP4UQWcGMI6 { display:flex;width:3.375rem;height:3.375rem;top:24.891406059265rem;left:8.3125005364419rem; }
 }@media only screen and (max-width: 763px) { #HuBvKHA90NvanVSIfQm0Pt4qTAk6Cu1P { width:20rem;height:2.03125rem;top:4.9234380722046rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bSQPPZVTwdHNaBbfFQHTXJhQ4n0AlrGs { width:16.375rem;height:24rem;top:46.099227905274rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTddNFtrVTCTSBNT0D6ZVJTLG0LSZcVf { display:block; }#qTddNFtrVTCTSBNT0D6ZVJTLG0LSZcVf > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SLNX3hEwfCgMkhJJUcfhG9VdGN8dzdWb { width:10.9995rem;height:3.1875rem;top:1.99951171875rem;left:4.49853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO4sEIALyFwdTJ1FGXBcO4KSd3FRc049 { width:3.125rem;height:3.125rem;top:14.0625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXt6DCNEk0ba9pLuP3OXzQW2p4iyPstr { width:12.5rem;height:1.3rem;top:24.1875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDsTOJfT8dXrIuNpWMW2Tw98ttkVegt5 { width:15.1875rem;height:1.3rem;top:17.3125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URAqZQieB5fgixAzfdWuJBNxmEmNK1GM { top:10.25rem;left:3.875rem;width:12.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6rxJoqDfewbKfiUZ0pqqtT5TQtwAnQB { display:block; }
 }@media only screen and (max-width: 763px) { #mhLhCTzJBS2f0o6VRB5nIfX5GM0Ql3tT { width:3.1875rem;height:3.1875rem;top:7rem;left:8.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vby2LwUh6yt0qoIGtrcUleTO8BFtLFi3 { width:3.125rem;height:3.125rem;top:20.9375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QakcsAPS7GURA6JObwT7v8DR0e1yeCJH { width:3rem;height:3rem;top:7.625rem;left:8.5rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaAOEp2Imvmz77wtaN30MMpBycH2Ksvp { width:17.25rem;height:auto;top:7.625rem;left:1.375rem;font-size:1rem;display:none; }
 }