.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5899f143-d6ff-48e6-b112-ef828e4ef714/examiningbusinessdocuments1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/de2f06c9-ac65-4fb5-bf68-f3d070c2c424/Capturadetela20241204103938.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;overflow:visible;position:relative;display:block; }#bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { color:#ffffff;display:block;width:65.125rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.65234375rem;left:0.5625rem;height:7.6375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ufz99rev0w8LPqdVdBke1RvKmTozxbra { color:#ffffff;display:block;width:60.375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.99453163147rem;left:0.5625rem;height:3.7361125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fCR4J8KIZers5KR7sBkxgzRU6Vtwmgbf { position:absolute;display:block;z-index:15008;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:3.8737rem;width:13.624125rem;top:3.68359375rem;left:0rem;overflow:hidden;display:block; }
#MoEMrVIRFSDbI4myE2a2X8HItSn6P0Ai { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.4384765625rem;left:0.5625rem;display:block; }
#B4dGzIL38QbnQVyIbWxin2boHt5HWpmu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nq0T8T9TMVGZ384Z7KflBchuTStoAGEa { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:27.0087890625rem;left:0.5625rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2540;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; }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row .container { background-color: transparent; background-image: none; }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row .container > .video-iframe-container { display: none; }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row > .video-iframe-container { display: none; }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .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); }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row .container { border-width: 0; border-radius: 0; }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row .container { font-size:0.875rem;font-family:arial;height:54.1875rem;width:75rem;position:relative;display:block; }#BMiKNRbQ6z0801pAP574sErxAp0JkXET { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8730625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:47.5595703125rem;left:28.5625rem;display:block; }
#h6UTyX4yEBvSO7StRACSl9DTi0UsuGB3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T9wCV8UTEdOllwM2uumm7rZFaBMhC29G { 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: none;height:4.9375rem;width:4.9375rem;top:12.4990234375rem;left:35.0615234375rem;overflow:hidden;display:block; }
#ckwrz9090SF7c8uNtZNqi2uHbf1c9RRJ { position:absolute;display:block;z-index:15005;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:8.75rem;width:24.875rem;top:18.2177734375rem;left:0rem;display:block; }
#IIC4X87iD4Lz2ueWaBKvfCP7VJ6X4qqX { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.6875rem;left:3.75rem;height:5.84895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PfsUeSKafzkxP60ncrvqcmNHRnNQ7VlK { position:absolute;display:block;z-index:15012;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:5.625rem;width:5.625rem;top:12.4990234375rem;left:9.6875rem;overflow:hidden;display:block; }
#xIUMzMquhzBKAykyVVrUlh6EJWXcTJWG { color:#ffffff;display:block;width:24.812rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.6875rem;left:50rem;height:5.84895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UgURAbOdfgOegIzq78pMFtsCpLprivx0 { position:absolute;display:block;z-index:15010;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:5.1875rem;width:5.1875rem;top:12.1240234375rem;left:59.8740234375rem;overflow:hidden;display:block; }
#Gy7NnnSySgkUuclRCzcZAy9JhGJCIoNK { color:#8cc63f;display:block;width:61.4995625rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.7267761230469rem;left:6.7491340637206rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#agLCxasAiPe5MT7m5y7b8yCQdh1HHw9r { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.6875rem;left:26.875rem;height:5.84895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KxtNFTg9FTUb7rshbuaHcdO3mAaryMvF { color:#ffffff;display:block;width:23.186875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:37.1875rem;left:40.5625rem;height:5.84895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Otv0L1WMyZuT67RncqaLQsLwvwFX0ly4 { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:37.1875rem;left:8.625rem;height:5.84895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wunurSFk2UOPNCW5XSf0LIIFGR5kRTLh { 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:4.875rem;width:4.875rem;top:30.0625rem;left:19.875rem;overflow:hidden;display:block; }
#Z7bmRTrBGPTDd31QX9OuBBUoRZUSu9ic { 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:5.1875rem;width:5.1875rem;top:29.9375rem;left:49.9375rem;overflow:hidden;display:block; }
#TErITDaSERVaVTecTFklfI84cdeGLyrq { color:#ffffff;display:block;width:59.56175rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.8896484375rem;left:7.71728515625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fMFopBkU3rOyLyUKIK3ueIsAEomIQK1F { position:absolute;display:block;z-index:15006;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:8.75rem;width:24.3125rem;top:18.2177734375rem;left:25.3125rem;display:block; }
#hyF33f7O0tt50edT25Ozg5IoXmdxlqwg { position:absolute;display:block;z-index:15007;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:8.75rem;width:24.875rem;top:18.2177734375rem;left:50rem;display:block; }
#LO5syfkqktMsSSS5LreTsC9qhWrOgMRy { position:absolute;display:block;z-index:15018;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:8.875rem;width:29.75rem;top:35.6875rem;left:7.5625rem;display:block; }
#sdqNnzKpRNuzoAV8gcCdG8WxaiOVwpEg { position:absolute;display:block;z-index:15004;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:8.875rem;width:29.75rem;top:35.6875rem;left:37.6875rem;display:block; }
#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a0d7ccee-0675-4b0f-aa0c-c6930e153342/Capturadetela20241204104036.png");background-position:top 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; }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM.adaptive-delivery-prevent-bg, #PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM.lazyload, #PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM.lazyloading { background-image: none; }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM > .row .container { background-color: transparent; background-image: none; }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,0,0.84); }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM > .row .container > .video-iframe-container { display: none; }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,0,0.84); }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM > .row > .video-iframe-container { display: none; }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM > .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); }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM > .row .container { border-width: 0; border-radius: 0; }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM::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; }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#SxdfWVGxSbQCuVSblm7d5uO3sRTcb0Lf { color:#8cc63f;display:block;width:32.5rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.686767578125rem;left:0.999755859375rem;height:12.675rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ruTs4WTnPGXrC3tczoCRHuKOhct2JS23 { color:#ffffff;display:block;width:32.937rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17.467041015625rem;left:0.999755859375rem;height:16.0859375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p1vgE5rObvKTV6XQXSZScZaw2C09zBGW { position:absolute;display:block;z-index:15014;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:6.0625rem;width:25.875rem;top:6.625rem;left:42.0625rem;display:block; }
#LGJfUMUTHMdHyqNbTh3Bh8CQuifCLBz7 { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:8.3125rem;left:43.25rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xmPI2XiPUQzLE4a41q1z9Sreh433JFH6 { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:35.37353515625rem;left:0.999755859375rem;display:block; }
#W20O5J0oTzAFoI9RpNTLCK55az5vvky8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eOq5R9TpMnHvIhoikD9WQLPRiSFKhPJc { position:absolute;display:block;z-index:15016;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:8.0625rem;width:25.875rem;top:14.0625rem;left:42.0625rem;display:block; }
#oVyQV7htT0WiOn1RDOpLTzAGFoBqlPXi { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:15.8125rem;left:43.25rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UeZiGTFenAV1bUBeWNFc1GCILQQWS0ye { position:absolute;display:block;z-index:15018;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:11.12425rem;width:25.874rem;top:23.3125rem;left:42.0625rem;display:block; }
#pmgmPHm2DWqmrmPkh0bqWcndpDbVMEQm { color:#ffffff;display:block;width:23.0605625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:25.2177734375rem;left:43.25rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row .container { background-color: transparent; background-image: none; }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row .container > .video-iframe-container { display: none; }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row > .video-iframe-container { display: none; }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .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); }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row .container { border-width: 0; border-radius: 0; }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row .container { font-size:0.875rem;font-family:arial;height:56.5625rem;width:75rem;position:relative;display:block; }#ls3h2bGrJQ1wVGRnU2DiHnTk4hBrE4Tq { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.56225rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:50.37109375rem;left:28.71826171875rem;display:block; }
#UW1xpHw7M4S3iWdGDxZlWIk4xtSy9Emo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EmHhhUmoB6murzMuKXme8IH8bkO34uNA { color:#ffffff;display:block;width:71.18625rem;position:absolute;font-family:montserrat;font-size:3.3125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.4365234375rem;left:1.904296875rem;height:8.611125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WcdihbdQnlzIO5lpkIcaKsSgEvTkz89S { color:#8cc63f;display:block;width:39.9365rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.2119140625rem;left:17.530517578125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LaZEEvLuANDfWU2HdZGWmBqbX35QakoC { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6230625rem;height:3.4371125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.437097549439rem;left:1.125rem;display:none; }
#HcB5qLsOEn5Go1fSyFzmvwgUMwVnd1FE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wM6Uu84biWNEDsBMHJeH6z3M662exoiR { position:absolute;display:block;z-index:15025;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:29.6875rem;width:54rem;top:18.435546875rem;left:21.9384765625rem;overflow:hidden;display:block; }
#sEgfynQQXqsD39vpLoZ56mmeOZwn3OAe { position:absolute;display:block;z-index:15001;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:8.31175rem;width:36.12425rem;top:29.1875rem;left:0rem;display:block; }
#vFXHC9xEOC0Zi7Vl7Ha6fveqFErHW7Ft { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:22.1865234375rem;left:1rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GmnJaZR7amrBRqlUzuvlktAqmPU8RJWI { position:absolute;display:block;z-index:15002;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:8.31175rem;width:36.12425rem;top:20.0625rem;left:0.0625rem;display:block; }
#KppKalSpy360UGnOsldW1ayIgA9XQNfX { color:#ffffff;display:block;width:21.6855625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:31.560546875rem;left:1rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cqk3yClNr0v2I8T9S2COOJD8qqXyARQV { position:absolute;display:block;z-index:15003;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:8.31175rem;width:36.12425rem;top:38.3125rem;left:0rem;display:block; }
#R8ZkNtct1K8guunXm4y77q3TebpcArgs { color:#ffffff;display:block;width:24.9353125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:40.4375rem;left:1rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bcTyMCniWMxwdl2WvtEuBTdc04CEt9Mn { position:relative;display:block; }#bcTyMCniWMxwdl2WvtEuBTdc04CEt9Mn { background-color: transparent; background-image: none; }#bcTyMCniWMxwdl2WvtEuBTdc04CEt9Mn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcTyMCniWMxwdl2WvtEuBTdc04CEt9Mn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcTyMCniWMxwdl2WvtEuBTdc04CEt9Mn > .row .container > .video-iframe-container { display: none; }#bcTyMCniWMxwdl2WvtEuBTdc04CEt9Mn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcTyMCniWMxwdl2WvtEuBTdc04CEt9Mn > .row > .video-iframe-container { display: none; }#bcTyMCniWMxwdl2WvtEuBTdc04CEt9Mn > .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); }#bcTyMCniWMxwdl2WvtEuBTdc04CEt9Mn { border-width: 0; border-radius: 0; }#bcTyMCniWMxwdl2WvtEuBTdc04CEt9Mn > .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; }#bcTyMCniWMxwdl2WvtEuBTdc04CEt9Mn > .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:32.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZCn4vBO5D1UmLcVSbfU82XbI1icxfhk2 { color:#8cc63f;display:block;width:30.8125rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0.68684959411619rem;height:19.9045rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H0TG1nIiiby0LBxe9nHKlMpeiQA7aF6M { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:26.125rem;left:0.6875rem;display:block; }
#IN79hIuV0HcTrl0F7wSTorLfoE8KptsX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mTISmPNQZn7JVL3UncSt2E0ys4xWVmcD { 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: none;height:28.3125rem;width:37.6875rem;top:2.375rem;left:37.3125rem;overflow:hidden;display:block; }
#GXWf0sVL900hPLTdaWtNBbkXuItPTlc4 { position:relative;display:block; }#GXWf0sVL900hPLTdaWtNBbkXuItPTlc4 { background-color: transparent; background-image: none; }#GXWf0sVL900hPLTdaWtNBbkXuItPTlc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXWf0sVL900hPLTdaWtNBbkXuItPTlc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXWf0sVL900hPLTdaWtNBbkXuItPTlc4 > .row .container > .video-iframe-container { display: none; }#GXWf0sVL900hPLTdaWtNBbkXuItPTlc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXWf0sVL900hPLTdaWtNBbkXuItPTlc4 > .row > .video-iframe-container { display: none; }#GXWf0sVL900hPLTdaWtNBbkXuItPTlc4 > .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); }#GXWf0sVL900hPLTdaWtNBbkXuItPTlc4 { border-width: 0; border-radius: 0; }#GXWf0sVL900hPLTdaWtNBbkXuItPTlc4 > .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; }#GXWf0sVL900hPLTdaWtNBbkXuItPTlc4 > .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:36.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q2T5bcyd5uWi1uRcsTcsITmaM731hrF8 { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.996875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.123970985413rem;left:26.501043319702rem;display:block; }
#Dn9cE2xwIydhWBnik3TkCstpZpmWUt4b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qrmfue3tMCKWaNuTHbt6fAKfPTQGlpXB { position:absolute;display:block;z-index:15008;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:19.1875rem;width:59.3125rem;top:7.46875rem;left:6.125rem;overflow:hidden;display:block; }
#uce4ZECapXxyU2OUwTqAIPUOfxLTWPf5 { color:#8cc63f;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dGy1GzysIAd6iXxGx29F5kEZR18WxJI3 { color:#8cc63f;display:block;width:67.433125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:26.656244277954rem;left:3.7822914123535rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8cc63f;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; }#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG > .row .container { background-color: transparent; background-image: none; }#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG > .row .container > .video-iframe-container { display: none; }#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG > .row > .video-iframe-container { display: none; }#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG > .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); }#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG > .row .container { border-width: 0; border-radius: 0; }#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:75rem;position:relative;display:block; }#IgLSmSKMkyqNkDdaOMlbkqf2SsbJIAFg { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8730625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:46.1220703125rem;left:28.5625rem;display:block; }
#kOgc7KTnKDAt9iEqtp8C1LtqSRlVHc09 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m8e9RQRIkHlbmURTkZ46FAf1Pac6SFMT { 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: none;height:4.9375rem;width:4.9375rem;top:12.9052734375rem;left:60.03125rem;overflow:hidden;display:block; }
#OuJ39FC20aRQwtFUxDbuPClCvM6RQ6Fd { position:absolute;display:block;z-index:15005;background-color:#1d2540;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:8.75rem;width:24.875rem;top:18.2177734375rem;left:0rem;display:block; }
#TbQE17A3xW47Ir8lbwms3TCF3Ez4IN76 { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.9375rem;left:2.6875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uUq6CNDEtFgkm5omTBwv9Gc85TOMicTv { position:absolute;display:block;z-index:15012;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:5.625rem;width:5.625rem;top:12.7490234375rem;left:9.6875rem;overflow:hidden;display:block; }
#ZyFpZ9I9wInNxnXQbAwkDd2caky2V6vw { position:absolute;display:block;z-index:15010;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.6875rem;width:4.6875rem;top:28.6875rem;left:50.1875rem;overflow:hidden;display:block; }
#MZutKEVdh65a82euIuhN5TF169fRySN2 { color:#ffffff;display:block;width:42.8125rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.8515625rem;left:16.09375rem;height:6.6614375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VML5FgGhJCZNEGTqEeF1MqEwiBaomHze { position:absolute;display:block;z-index:15016;background-color:#1d2540;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:8.875rem;width:27.125rem;top:33.9375rem;left:11.375001907349rem;display:block; }
#XVMKOP5EdS4g34ME56uTFNRNzXso2lGy { 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:5.6875rem;width:5.6875rem;top:28.8125rem;left:22.125rem;overflow:hidden;display:block; }
#RPIHLr5dV1IRqf7TAg22KGyQchikKxwV { 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:5.1875rem;width:5.1875rem;top:12.3740234375rem;left:34.90625rem;overflow:hidden;display:block; }
#Dc3bcoQqe5I162IZBHDwyPcFIX6EXSkM { position:absolute;display:block;z-index:15006;background-color:#1d2540;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:8.75rem;width:24.3125rem;top:18.2177734375rem;left:25.3125rem;display:block; }
#EllSO5tzMXL4q4PTtxOreasFqPNVBcJ6 { position:absolute;display:block;z-index:15007;background-color:#1d2540;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:8.75rem;width:24.875rem;top:18.2177734375rem;left:50rem;display:block; }
#yZgpmgAJABCdErSuTuZw5e0S19P8OB64 { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.875rem;left:2.6875rem;height:3.41145625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mq93b7BDWrKAn9qZHsT7QTlmBtPp7xu7 { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:21.8125rem;left:26.9375rem;height:3.41145625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eh1UZU6E5KZI9sF02co0cg6L9FxgNHo2 { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.9375rem;left:27.6875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hIL9Tu4f0eiPaPfFbuupSrXh6XamEMMs { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.0625rem;left:51.9375rem;height:5.1171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wW6CoGJmUlpQRq5rO7panazpVxTmNdcp { color:#ffffff;display:block;width:21.8125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:19.0625rem;left:51.625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eI5Q3NbHWhUuUFdtI6oJ7mc7HQ1etw7C { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:38.703126192093rem;left:13.812501907349rem;height:3.41145625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aTifQfQEapxyLUhZ6wGJo78KIVRwgu2q { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:34.803128480911rem;left:13.281251907349rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E9sQgnxAuvkafP2gpKy2iFawdhw0EHUP { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:38.8125rem;left:44.1875rem;height:3.41145625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dN8ShOenqcGgb0EGQ7Ldp90ew5UeK5PR { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:34.869794130326rem;left:43.781251907349rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CD7wro8vIMe10xKyZD3FTheFw6HsBJD7 { position:absolute;display:block;z-index:15004;background-color:#1d2540;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:8.875rem;width:27.125rem;top:33.937501192093rem;left:38.937501907349rem;display:block; }
#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2540;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; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { border-width: 0; border-radius: 0; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;position:relative;display:none; }#B1kNTgHcJEAlq0opbkWUrwoXx2XTH3GS { color:#ffffff;display:block;width:55.9375rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:3.8349609375rem;left:9.53125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tJ7PCRTxCfyaiuEyhVKl4ROHH9hVJbtc { position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:29.8125rem;width:22.875rem;top:11.374786376953rem;left:0.56206703186035rem;display:block; }
#xTwqELy0f2gPQ8oyFpBqoCcZn5Ksnwcw { color:#605444;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15065;line-height:1.6;letter-spacing:0;top:21.62434387207rem;left:1.9986991882324rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TxrF020UuMZTCO0n7HuO8N097Z12UICA { color:#605444;display:block;width:12.1245625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:17.061630249024rem;left:11.624351501465rem;height:1.3rem;font-style:normal;display:block; }
#C921FRU8fN81tIMBN6gwDxGF82wIETJf { color:#8cc63f;display:block;width:12.1245625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:14.812286376953rem;left:11.624351501465rem;height:2.03125rem;font-style:normal;display:block; }
#SECMDUAAPAGVyD6UWT0xl6Pb9dqteIDw { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#8cc63f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:43.689453125rem;left:28.78125rem;display:block; }
#x0OuKmdFRg0191EuG7QuB7DLpFL7BqK4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KBPxumkH7QcnaQgZnuGBAWAPzM0h0fDr { position:absolute;display:block;z-index:15062;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4c5b15df-5704-49ea-96d3-cb84abe91dd5/higor.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:12.312286376953rem;left:28.374568939209rem;display:block; }#KBPxumkH7QcnaQgZnuGBAWAPzM0h0fDr.adaptive-delivery-prevent-bg, #KBPxumkH7QcnaQgZnuGBAWAPzM0h0fDr.lazyload, #KBPxumkH7QcnaQgZnuGBAWAPzM0h0fDr.lazyloading { background-image: none; }
#dOTeZ0298UuoF2874DwaWGFsyI7zT9Mf { position:absolute;display:block;z-index:15072;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4c5b15df-5704-49ea-96d3-cb84abe91dd5/higor.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:12.312286376953rem;left:53.874790191651rem;display:block; }#dOTeZ0298UuoF2874DwaWGFsyI7zT9Mf.adaptive-delivery-prevent-bg, #dOTeZ0298UuoF2874DwaWGFsyI7zT9Mf.lazyload, #dOTeZ0298UuoF2874DwaWGFsyI7zT9Mf.lazyloading { background-image: none; }
#fMISIzDMHvwed0DqeCAoOkD0Qf3BBmqQ { position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:29.812rem;width:22.87475rem;top:11.372619628906rem;left:26.060115814209rem;display:block; }
#wKApFO1ATTcXrIT0esDREEr99BzNPISs { position:absolute;display:block;z-index:15053;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:29.8108125rem;width:22.8735625rem;top:11.37370300293rem;left:51.663417816162rem;display:block; }
#DTiQrF0wNyKBQyxoxV9ViSODTEQdTnsn { color:#605444;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15068;line-height:1.6;letter-spacing:0;top:21.75rem;left:53.25rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wRWwOFtmCyKdxZ7zPMhcNTggxtJU9wQ8 { color:#605444;display:block;width:12.1245625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:17.1875rem;left:62.875rem;height:1.3rem;font-style:normal;display:block; }
#O6PcICLvEiKJ8Nl5WbdirxRS7HIf3loC { color:#8cc63f;display:block;width:12.1245625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:14.9375rem;left:62.875rem;height:2.03125rem;font-style:normal;display:block; }
#DFNLz0SCTk9buUP5Tg0b8BO7kSQWulkJ { color:#8cc63f;display:block;width:12.1245625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:14.9375rem;left:37.5rem;height:2.03125rem;font-style:normal;display:block; }
#nsT4kUUGNIZ8lTQkNLL3skItc3CcW8dl { color:#605444;display:block;width:12.1245625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:17.1875rem;left:37.5rem;height:1.3rem;font-style:normal;display:block; }
#T1dQQlvNSrpTAuB1dsvEH1uBWKXgdcZT { color:#605444;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15071;line-height:1.6;letter-spacing:0;top:21.75rem;left:27.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HVqxbssPTPyFK1BrwLWccJqSFPNVqAiM { position:absolute;display:block;z-index:15063;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4c5b15df-5704-49ea-96d3-cb84abe91dd5/higor.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:12.3115234375rem;left:1.53125rem;display:block; }#HVqxbssPTPyFK1BrwLWccJqSFPNVqAiM.adaptive-delivery-prevent-bg, #HVqxbssPTPyFK1BrwLWccJqSFPNVqAiM.lazyload, #HVqxbssPTPyFK1BrwLWccJqSFPNVqAiM.lazyloading { background-image: none; }
#NL0HGaVXk11e9h3T8yAOOT4bmOdh8AFl { color:#8cc63f;display:block;width:12.1245625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:14.9375rem;left:37.5rem;height:2.03125rem;font-style:normal;display:none; }
#kKPON8CZiSHiN0G9HhdRQkJKN6o2Krda { color:#605444;display:block;width:12.1245625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:17.1875rem;left:37.5rem;height:1.3rem;font-style:normal;display:none; }
#CX0FJBl2Hz8kA9RsDFDfrC3nrBM4Mgtx { color:#605444;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15071;line-height:1.6;letter-spacing:0;top:21.75rem;left:27.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#V8e5ydJQ6x7vOIbKKxbFi0PQvwaht6za { position:relative;display:none; }#V8e5ydJQ6x7vOIbKKxbFi0PQvwaht6za { border-width: 0; border-radius: 0; }#V8e5ydJQ6x7vOIbKKxbFi0PQvwaht6za > .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; }#V8e5ydJQ6x7vOIbKKxbFi0PQvwaht6za > .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:38.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Guf908IRd7pCRTfo6b5v7BoHHagZmoi7 { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.9375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.498962402344rem;left:22.531251907349rem;display:block; }
#EXtvpLLVHNwwgW9hUqaCC89IQ952J4q7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KULRSZRS2kbQSAFFzbyT9XJTAg7higHc { color:#8cc63f;display:block;width:26.375rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.6270837783814rem;left:3.375rem;height:15.6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vn7oCXZWmRADKx7CqCquQ46NoHDKrrhh { color:#1d2540;display:block;width:23.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.910417556762rem;left:3.375rem;height:10.15625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FUpK5IfEWICu5Aqx60r0h9UGou3FmPwM { 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: none;height:28.5625rem;width:48rem;top:2.1281251907349rem;left:26.998960494995rem;overflow:hidden;display:block; }
#WIIna6VV4rt82RfDbOacQonSW8SmuOoy { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.9375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.498962402344rem;left:22.531251907349rem;display:none; }
#pG0c7AMe9fuUGpUKPMOvVggdTkP1H7O9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CcLZekAvpyOTlnO7N20002tcvWlNWlVi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/18ad5da7-914d-42aa-9970-7f8bb71199e2/farmersfield.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi.adaptive-delivery-prevent-bg, #CcLZekAvpyOTlnO7N20002tcvWlNWlVi.lazyload, #CcLZekAvpyOTlnO7N20002tcvWlNWlVi.lazyloading { background-image: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { background-color: transparent; background-image: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container > .video-iframe-container { display: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container { display: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .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); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { border-width: 0; border-radius: 0; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;overflow:visible;position:relative;display:block; }#odUrysAdn55Re73CFHOzGTVvy10vsGp6 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:38.1875rem;width:24.125rem;top:3rem;left:41.875rem;display:block; }
#BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { color:#ffffff;display:block;width:33rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.9375rem;left:5.0625rem;height:3.81875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RolXMcre3DIAFtkrrx34NwSfVqVwZiUy { position:absolute;display:block;z-index:15010;background-color:#e5e3e3;background-image:none;background-position:top left !important;background-repeat: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:0.0625rem;width:18.75rem;top:15.8125rem;left:45.0625rem;display:block; }
#ITK0TmEvFApaK6UynNNVyWVcP17fi19N { color:#e6e6e6;display:block;width:31.1865rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:17.625rem;left:5.0625rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-form-header {  }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#605444;width:16.75rem;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; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:16.75rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-button { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat: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.25rem;font-weight:bold;color:#f2f9ff;width:16.75rem;height:3.4375rem;font-family:montserrat;overflow:hidden;box-shadow: 0rem 0rem 0.375rem rgba(0,0,0,0.21) ; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.9375rem;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.9375rem;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.9375rem;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.9375rem;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#494949;vertical-align:top;width:16.4375rem;overflow:hidden;font-style:normal;line-height:1.4; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .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; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-container:first-of-type{padding-top:0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-container:last-of-type{padding-bottom:0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.048828125rem;left:43.9375rem; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-info-text { font-size:0.75rem; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx {display:block;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.048828125rem;left:43.9375rem; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #p3TN1iz9nAT5fV9dfFnXVfxWcGwK8mya { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #m33KEn9Hs0RTUmy399V7cIpxr29RCARA { position:relative;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #PCp82x5RmGyd1uQRqOUdxARJdQCGPUgh { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #mHyTq4O6JUcPNX5MPgPQ23tREl5dR2C5 { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #RTVoBJUh3sT5GHZvEwCzS4gNVhlwJXJU { position:relative;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #oa1ExADPTDTpw95z6kh92buiQxUFmJXd { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #K1EuyDdR5TzIhCLR27WvrcZ6Pqy4eS6t { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #DK0epitJJkKpSAHoHCGtPnoWHT1BavJT { position:relative;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #W6QXCTDbauHXqStNuC5IVUIHJey45t3w { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #VlwzkgR2QKD9clgctsMPoXuOMOpV9CDb { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #kJMcTUL9oRQKtlRTLtu3vbQ1BXJdwy4B { position:relative;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #k3UPp1pt6mX2TzXxAA8wEtXN4B3f6f4T { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #IHnodmNWywhZFZ8L5zLVoHRbRHMTlUle { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #GzJmuK1clb2pCvuRVPKw5ZWCw4r8zo4y { position:relative;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #LVVkULTgEcpQVBR0lJMwZVQhmz3BqFsp { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #m0Jn3qBrFGvd6RidUA6om5L9BEPuJmQI { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #Oe54yAhnAG5v3ZFMS03nVQp08GP2IEic { position:relative;z-index:2; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #q7QK3QmUOSGwOCwD9abtewCtB6yJBKIX { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #msAdUmaatDPNr0bbTbenOpRVZAuL02pp { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #BTnhuLKMaVi3czqV1bXiETIGnAs8JZp1 { position:relative; }
#fIXOB65B9szgeogv6bweCnh2btXvQQpJ { position:absolute;display:block;z-index:15042;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:3.99848125rem;width:13.5611875rem;top:27.25rem;left:4.5625rem;overflow:hidden;display:block; }
#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { border-top:0.3125rem solid #000000;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; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { background-color: transparent; background-image: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container > .video-iframe-container { display: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container { display: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .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); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { border-width: 0; border-radius: 0; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { font-size:0.875rem;font-family:arial;height:9.0972225rem;width:75rem;position:relative;display:block; }#CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { color:#8cc63f;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:4.66796875rem;left:51.750000953674rem;height:1.224825rem;font-style:normal;display:block; }
#rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { color:#8cc63f;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:4.73046875rem;left:35.750000953674rem;height:1.224825rem;font-style:normal;display:block; }
#XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { color:#8cc63f;display:block;width:11.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:2.3125rem;left:62.187500953674rem;height:1.04948125rem;font-style:normal;display:block; }
#VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:4.5625rem;left:33.875000953674rem; }
#IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:4.5625rem;left:49.937500953674rem; }
#IpxADuMglSSTvLSyxkfNmRArybUtZWdE { position:absolute;display:block;z-index:15033;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:3.49935rem;width:12.436rem;top:3.5914001464844rem;left:1.0601558685302rem;overflow:hidden;display:block; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15034;opacity:1;top:3.71484375rem;left:62.186722755432rem; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15035;opacity:1;top:3.71484375rem;left:66.092186927794rem; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15036;opacity:1;top:3.71484375rem;left:69.860154151919rem; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#xA9y1T72nkOxpopF1F2JNA3LydU14XyV { color:#8cc63f;display:block;width:19.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:4.66796875rem;left:14.812499046326rem;height:1.224825rem;font-style:normal;display:block; }
#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { position:relative;display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { background-color: transparent; background-image: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container > .video-iframe-container { display: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row > .video-iframe-container { display: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .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); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { border-width: 0; border-radius: 0; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .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; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { color:#605444;display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:0.63021087646487rem;left:25.312503814698rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:47.75rem;height:;top:11.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz99rev0w8LPqdVdBke1RvKmTozxbra { width:47.75rem;height:3.75rem;top:19.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCR4J8KIZers5KR7sBkxgzRU6Vtwmgbf { top:3.625rem;left:0rem;width:13.5625rem;height:3.856178378428rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoEMrVIRFSDbI4myE2a2X8HItSn6P0Ai { width:17.0625rem;height:3.4375rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4dGzIL38QbnQVyIbWxin2boHt5HWpmu { display:block; }
 }@media only screen and (max-width: 763px) { #Nq0T8T9TMVGZ384Z7KflBchuTStoAGEa { width:23.0625rem;height:1.875rem;top:27rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc { display:block; }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMiKNRbQ6z0801pAP574sErxAp0JkXET { width:17.8125rem;height:3.4375rem;top:47.5rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6UTyX4yEBvSO7StRACSl9DTi0UsuGB3 { display:block; }
 }@media only screen and (max-width: 763px) { #T9wCV8UTEdOllwM2uumm7rZFaBMhC29G { top:12.4375rem;left:21.3740234375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckwrz9090SF7c8uNtZNqi2uHbf1c9RRJ { width:24.875rem;height:8.75rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIC4X87iD4Lz2ueWaBKvfCP7VJ6X4qqX { width:17.5rem;height:5.8125rem;top:19.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfsUeSKafzkxP60ncrvqcmNHRnNQ7VlK { top:12.4375rem;left:5.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIUMzMquhzBKAykyVVrUlh6EJWXcTJWG { width:24.75rem;height:5.8125rem;top:19.6875rem;left:22.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgURAbOdfgOegIzq78pMFtsCpLprivx0 { top:12.0625rem;left:37.0615234375rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy7NnnSySgkUuclRCzcZAy9JhGJCIoNK { width:47.75rem;height:3.3125rem;top:2.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agLCxasAiPe5MT7m5y7b8yCQdh1HHw9r { width:21.25rem;height:5.8125rem;top:19.6875rem;left:10.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxtNFTg9FTUb7rshbuaHcdO3mAaryMvF { width:23.125rem;height:5.8125rem;top:37.1875rem;left:8.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otv0L1WMyZuT67RncqaLQsLwvwFX0ly4 { width:27.3125rem;height:5.8125rem;top:37.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wunurSFk2UOPNCW5XSf0LIIFGR5kRTLh { top:30.0625rem;left:11rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7bmRTrBGPTDd31QX9OuBBUoRZUSu9ic { top:29.9375rem;left:26.5625rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TErITDaSERVaVTecTFklfI84cdeGLyrq { width:47.75rem;height:;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMFopBkU3rOyLyUKIK3ueIsAEomIQK1F { width:24.3125rem;height:8.75rem;top:18.1875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyF33f7O0tt50edT25Ozg5IoXmdxlqwg { width:24.875rem;height:8.75rem;top:18.1875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO5syfkqktMsSSS5LreTsC9qhWrOgMRy { width:29.75rem;height:8.875rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdqNnzKpRNuzoAV8gcCdG8WxaiOVwpEg { width:29.75rem;height:8.875rem;top:35.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM { display:block; }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxdfWVGxSbQCuVSblm7d5uO3sRTcb0Lf { width:32.5rem;height:12.625rem;top:3.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruTs4WTnPGXrC3tczoCRHuKOhct2JS23 { width:32.875rem;height:16.0625rem;top:17.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1vgE5rObvKTV6XQXSZScZaw2C09zBGW { width:25.8125rem;height:6rem;top:6.625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGJfUMUTHMdHyqNbTh3Bh8CQuifCLBz7 { width:23.4375rem;height:2.4375rem;top:8.3125rem;left:24.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmPI2XiPUQzLE4a41q1z9Sreh433JFH6 { width:19.375rem;height:3.4375rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W20O5J0oTzAFoI9RpNTLCK55az5vvky8 { display:block; }
 }@media only screen and (max-width: 763px) { #eOq5R9TpMnHvIhoikD9WQLPRiSFKhPJc { width:25.8125rem;height:8rem;top:14.0625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVyQV7htT0WiOn1RDOpLTzAGFoBqlPXi { width:23.375rem;height:4.875rem;top:15.8125rem;left:24.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeZiGTFenAV1bUBeWNFc1GCILQQWS0ye { width:25.8125rem;height:11.0625rem;top:23.3125rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmgmPHm2DWqmrmPkh0bqWcndpDbVMEQm { width:23rem;height:7.3125rem;top:25.1875rem;left:24.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd { display:block; }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ls3h2bGrJQ1wVGRnU2DiHnTk4hBrE4Tq { width:17.5rem;height:3.4375rem;top:50.3125rem;left:15.09326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW1xpHw7M4S3iWdGDxZlWIk4xtSy9Emo { display:block; }
 }@media only screen and (max-width: 763px) { #EmHhhUmoB6murzMuKXme8IH8bkO34uNA { width:47.75rem;height:8.5625rem;top:2.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcdihbdQnlzIO5lpkIcaKsSgEvTkz89S { width:39.875rem;height:4.0625rem;top:12.1875rem;left:3.905517578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaZEEvLuANDfWU2HdZGWmBqbX35QakoC { width:22.5625rem;height:3.375rem;top:24.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HcB5qLsOEn5Go1fSyFzmvwgUMwVnd1FE { display:block; }
 }@media only screen and (max-width: 763px) { #wM6Uu84biWNEDsBMHJeH6z3M662exoiR { top:18.375rem;left:0rem;width:47.75rem;height:26.251446759259rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEgfynQQXqsD39vpLoZ56mmeOZwn3OAe { width:36.0625rem;height:8.25rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFXHC9xEOC0Zi7Vl7Ha6fveqFErHW7Ft { width:26.875rem;height:4.0625rem;top:22.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmnJaZR7amrBRqlUzuvlktAqmPU8RJWI { width:36.0625rem;height:8.25rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KppKalSpy360UGnOsldW1ayIgA9XQNfX { width:21.625rem;height:4.0625rem;top:31.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqk3yClNr0v2I8T9S2COOJD8qqXyARQV { width:36.0625rem;height:8.25rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8ZkNtct1K8guunXm4y77q3TebpcArgs { width:24.875rem;height:4.0625rem;top:40.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcTyMCniWMxwdl2WvtEuBTdc04CEt9Mn { display:block; }#bcTyMCniWMxwdl2WvtEuBTdc04CEt9Mn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCn4vBO5D1UmLcVSbfU82XbI1icxfhk2 { width:30.8125rem;height:19.875rem;top:3.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0TG1nIiiby0LBxe9nHKlMpeiQA7aF6M { width:19.375rem;height:3.4375rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN79hIuV0HcTrl0F7wSTorLfoE8KptsX { display:block; }
 }@media only screen and (max-width: 763px) { #mTISmPNQZn7JVL3UncSt2E0ys4xWVmcD { top:2.375rem;left:10.0625rem;width:37.6875rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXWf0sVL900hPLTdaWtNBbkXuItPTlc4 { display:block; }#GXWf0sVL900hPLTdaWtNBbkXuItPTlc4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2T5bcyd5uWi1uRcsTcsITmaM731hrF8 { width:21.9375rem;height:3.4375rem;top:31.0625rem;left:12.876043319702rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn9cE2xwIydhWBnik3TkCstpZpmWUt4b { display:block; }
 }@media only screen and (max-width: 763px) { #qrmfue3tMCKWaNuTHbt6fAKfPTQGlpXB { top:7.4375rem;left:0rem;width:47.75rem;height:15.447049525817rem;display:block; }
 }@media only screen and (max-width: 763px) { #uce4ZECapXxyU2OUwTqAIPUOfxLTWPf5 { width:47.75rem;height:;top:3.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGy1GzysIAd6iXxGx29F5kEZR18WxJI3 { width:47.75rem;height:2.25rem;top:26.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG { display:block; }#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgLSmSKMkyqNkDdaOMlbkqf2SsbJIAFg { width:17.8125rem;height:3.4375rem;top:46.0625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOgc7KTnKDAt9iEqtp8C1LtqSRlVHc09 { display:block; }
 }@media only screen and (max-width: 763px) { #m8e9RQRIkHlbmURTkZ46FAf1Pac6SFMT { top:12.875rem;left:37.21875rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuJ39FC20aRQwtFUxDbuPClCvM6RQ6Fd { width:24.875rem;height:8.75rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbQE17A3xW47Ir8lbwms3TCF3Ez4IN76 { width:19.6875rem;height:1.9375rem;top:19.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUq6CNDEtFgkm5omTBwv9Gc85TOMicTv { top:12.6875rem;left:5.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyFpZ9I9wInNxnXQbAwkDd2caky2V6vw { top:28.6875rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZutKEVdh65a82euIuhN5TF169fRySN2 { width:42.8125rem;height:6.625rem;top:2.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VML5FgGhJCZNEGTqEeF1MqEwiBaomHze { width:27.125rem;height:8.875rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVMKOP5EdS4g34ME56uTFNRNzXso2lGy { top:28.8125rem;left:10.1875rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPIHLr5dV1IRqf7TAg22KGyQchikKxwV { top:12.3125rem;left:21.21875rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc3bcoQqe5I162IZBHDwyPcFIX6EXSkM { width:24.3125rem;height:8.75rem;top:18.1875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EllSO5tzMXL4q4PTtxOreasFqPNVBcJ6 { width:24.875rem;height:8.75rem;top:18.1875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZgpmgAJABCdErSuTuZw5e0S19P8OB64 { width:19.6875rem;height:3.375rem;top:21.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq93b7BDWrKAn9qZHsT7QTlmBtPp7xu7 { width:21.1875rem;height:3.375rem;top:21.8125rem;left:10.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh1UZU6E5KZI9sF02co0cg6L9FxgNHo2 { width:19.6875rem;height:1.9375rem;top:19.9375rem;left:12.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIL9Tu4f0eiPaPfFbuupSrXh6XamEMMs { width:21.1875rem;height:5.0625rem;top:21.0625rem;left:26.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW6CoGJmUlpQRq5rO7panazpVxTmNdcp { width:21.8125rem;height:1.9375rem;top:19.0625rem;left:25.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI5Q3NbHWhUuUFdtI6oJ7mc7HQ1etw7C { width:22.3125rem;height:3.375rem;top:38.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTifQfQEapxyLUhZ6wGJo78KIVRwgu2q { width:23.375rem;height:3.875rem;top:34.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9sQgnxAuvkafP2gpKy2iFawdhw0EHUP { width:16.6875rem;height:3.375rem;top:38.8125rem;left:15.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN8ShOenqcGgb0EGQ7Ldp90ew5UeK5PR { width:17.5rem;height:3.875rem;top:34.8125rem;left:14.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD7wro8vIMe10xKyZD3FTheFw6HsBJD7 { width:27.125rem;height:8.875rem;top:33.9375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { display:block; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1kNTgHcJEAlq0opbkWUrwoXx2XTH3GS { width:47.75rem;height:3.875rem;top:3.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ7PCRTxCfyaiuEyhVKl4ROHH9hVJbtc { width:22.875rem;height:29.8125rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTwqELy0f2gPQ8oyFpBqoCcZn5Ksnwcw { width:20rem;height:1.75rem;top:21.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxrF020UuMZTCO0n7HuO8N097Z12UICA { width:12.0625rem;height:1.25rem;top:17rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C921FRU8fN81tIMBN6gwDxGF82wIETJf { width:12.0625rem;height:2rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SECMDUAAPAGVyD6UWT0xl6Pb9dqteIDw { width:17.4375rem;height:3.4375rem;top:43.6875rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0OuKmdFRg0191EuG7QuB7DLpFL7BqK4 { display:block; }
 }@media only screen and (max-width: 763px) { #KBPxumkH7QcnaQgZnuGBAWAPzM0h0fDr { width:8rem;height:8rem;top:12.25rem;left:14.749568939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOTeZ0298UuoF2874DwaWGFsyI7zT9Mf { width:8rem;height:8rem;top:12.25rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMISIzDMHvwed0DqeCAoOkD0Qf3BBmqQ { width:22.8125rem;height:29.75rem;top:11.3125rem;left:12.435115814209rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKApFO1ATTcXrIT0esDREEr99BzNPISs { width:22.8125rem;height:29.75rem;top:11.3125rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTiQrF0wNyKBQyxoxV9ViSODTEQdTnsn { width:20rem;height:1.75rem;top:21.75rem;left:27.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRWwOFtmCyKdxZ7zPMhcNTggxtJU9wQ8 { width:12.0625rem;height:1.25rem;top:17.1875rem;left:35.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6PcICLvEiKJ8Nl5WbdirxRS7HIf3loC { width:12.0625rem;height:2rem;top:14.9375rem;left:35.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFNLz0SCTk9buUP5Tg0b8BO7kSQWulkJ { width:12.0625rem;height:2rem;top:14.9375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsT4kUUGNIZ8lTQkNLL3skItc3CcW8dl { width:12.0625rem;height:1.25rem;top:17.1875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1dQQlvNSrpTAuB1dsvEH1uBWKXgdcZT { width:20rem;height:1.75rem;top:21.75rem;left:14.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVqxbssPTPyFK1BrwLWccJqSFPNVqAiM { width:8.0625rem;height:8.0625rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL0HGaVXk11e9h3T8yAOOT4bmOdh8AFl { width:12.0625rem;height:2rem;top:14.9375rem;left:23.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kKPON8CZiSHiN0G9HhdRQkJKN6o2Krda { width:12.0625rem;height:1.25rem;top:17.1875rem;left:23.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CX0FJBl2Hz8kA9RsDFDfrC3nrBM4Mgtx { width:20rem;height:1.75rem;top:21.75rem;left:14.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V8e5ydJQ6x7vOIbKKxbFi0PQvwaht6za { display:block; }#V8e5ydJQ6x7vOIbKKxbFi0PQvwaht6za > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Guf908IRd7pCRTfo6b5v7BoHHagZmoi7 { width:29.9375rem;height:3.75rem;top:32.4375rem;left:8.9062519073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXtvpLLVHNwwgW9hUqaCC89IQ952J4q7 { display:block; }
 }@media only screen and (max-width: 763px) { #KULRSZRS2kbQSAFFzbyT9XJTAg7higHc { width:26.375rem;height:15.5625rem;top:1.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn7oCXZWmRADKx7CqCquQ46NoHDKrrhh { width:23.9375rem;height:10.125rem;top:17.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUpK5IfEWICu5Aqx60r0h9UGou3FmPwM { top:2.125rem;left:0rem;width:47.75rem;height:28.413736979167rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIIna6VV4rt82RfDbOacQonSW8SmuOoy { width:29.9375rem;height:3.75rem;top:32.4375rem;left:8.9062519073488rem;display:none; }
 }@media only screen and (max-width: 763px) { #pG0c7AMe9fuUGpUKPMOvVggdTkP1H7O9 { display:block; }
 }@media only screen and (max-width: 763px) { #CcLZekAvpyOTlnO7N20002tcvWlNWlVi { display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odUrysAdn55Re73CFHOzGTVvy10vsGp6 { width:24.125rem;height:38.1875rem;top:3rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { width:32.9375rem;height:3.8125rem;top:12.9375rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RolXMcre3DIAFtkrrx34NwSfVqVwZiUy { width:18.75rem;height:0;top:15.8125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITK0TmEvFApaK6UynNNVyWVcP17fi19N { width:31.125rem;height:8.125rem;top:17.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx  { width:17.5rem;height:auto;top:3rem;left:27.75rem; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx {display:block;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx { width:17.5rem;height:auto;top:3rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #p3TN1iz9nAT5fV9dfFnXVfxWcGwK8mya {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #m33KEn9Hs0RTUmy399V7cIpxr29RCARA { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #PCp82x5RmGyd1uQRqOUdxARJdQCGPUgh {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #mHyTq4O6JUcPNX5MPgPQ23tREl5dR2C5 {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #RTVoBJUh3sT5GHZvEwCzS4gNVhlwJXJU { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #oa1ExADPTDTpw95z6kh92buiQxUFmJXd {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #K1EuyDdR5TzIhCLR27WvrcZ6Pqy4eS6t {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #DK0epitJJkKpSAHoHCGtPnoWHT1BavJT {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #W6QXCTDbauHXqStNuC5IVUIHJey45t3w {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #VlwzkgR2QKD9clgctsMPoXuOMOpV9CDb {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #kJMcTUL9oRQKtlRTLtu3vbQ1BXJdwy4B {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #k3UPp1pt6mX2TzXxAA8wEtXN4B3f6f4T {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #IHnodmNWywhZFZ8L5zLVoHRbRHMTlUle {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #GzJmuK1clb2pCvuRVPKw5ZWCw4r8zo4y { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #LVVkULTgEcpQVBR0lJMwZVQhmz3BqFsp {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #m0Jn3qBrFGvd6RidUA6om5L9BEPuJmQI {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #Oe54yAhnAG5v3ZFMS03nVQp08GP2IEic {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #q7QK3QmUOSGwOCwD9abtewCtB6yJBKIX {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #msAdUmaatDPNr0bbTbenOpRVZAuL02pp {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #BTnhuLKMaVi3czqV1bXiETIGnAs8JZp1 {  }
 }@media only screen and (max-width: 763px) { #fIXOB65B9szgeogv6bweCnh2btXvQQpJ { top:27.25rem;left:0rem;width:13.5rem;height:3.9804402730218rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { top:4.625rem;left:38.125000953674rem;width:7.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { top:4.6875rem;left:22.125000953674rem;width:12.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { top:2.3125rem;left:36rem;width:11.75rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { top:4.5625rem;left:20.250000953674rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { top:4.5625rem;left:36.312500953674rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { top:3.5625rem;left:0rem;width:12.375rem;height:3.482072182435rem;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #xA9y1T72nkOxpopF1F2JNA3LydU14XyV { top:4.625rem;left:1.1866321563721rem;width:19.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { width:24.375rem;height:1.25rem;top:0.625rem;left:11.687501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:20rem;height:8.125rem;top:4.375rem;left:-0.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz99rev0w8LPqdVdBke1RvKmTozxbra { width:18.375rem;height:4.222225rem;top:13.700520515442rem;left:0.81163197755812rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCR4J8KIZers5KR7sBkxgzRU6Vtwmgbf { width:6.6226875rem;height:1.875rem;top:1.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoEMrVIRFSDbI4myE2a2X8HItSn6P0Ai { width:13rem;height:3.0625rem;top:24.75rem;left:3.4991319775581rem;font-size:0.9375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4dGzIL38QbnQVyIbWxin2boHt5HWpmu { display:block; }
 }@media only screen and (max-width: 763px) { #Nq0T8T9TMVGZ384Z7KflBchuTStoAGEa { width:12.25rem;height:2.9236125rem;top:20.323785781861rem;left:3.8749998211861rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc { display:block; }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row .container { width:20rem;height:79.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMiKNRbQ6z0801pAP574sErxAp0JkXET { width:13.875rem;height:3.0625rem;top:74.350004673006rem;left:3.0625001192093rem;font-size:1rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6UTyX4yEBvSO7StRACSl9DTi0UsuGB3 { display:block; }
 }@media only screen and (max-width: 763px) { #T9wCV8UTEdOllwM2uumm7rZFaBMhC29G { width:4.625rem;height:4.625rem;top:33.800001621246rem;left:7.687500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckwrz9090SF7c8uNtZNqi2uHbf1c9RRJ { width:20rem;height:4.5rem;top:14.487499237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIC4X87iD4Lz2ueWaBKvfCP7VJ6X4qqX { width:16.6875rem;height:2.9236125rem;top:15.27499961853rem;left:1.6562501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfsUeSKafzkxP60ncrvqcmNHRnNQ7VlK { width:4.9375rem;height:4.9375rem;top:9.5499992370606rem;left:7.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIUMzMquhzBKAykyVVrUlh6EJWXcTJWG { width:17.5625rem;height:4.38541875rem;top:67.000006198881rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgURAbOdfgOegIzq78pMFtsCpLprivx0 { width:4.5625rem;height:4.5625rem;top:60.091673374176rem;left:7.718750834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy7NnnSySgkUuclRCzcZAy9JhGJCIoNK { width:20rem;height:3.7361125rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agLCxasAiPe5MT7m5y7b8yCQdh1HHw9r { width:13.3125rem;height:4.38541875rem;top:40.021875858307rem;left:3.3437501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxtNFTg9FTUb7rshbuaHcdO3mAaryMvF { width:17.375rem;height:4.38541875rem;top:53.731253147125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otv0L1WMyZuT67RncqaLQsLwvwFX0ly4 { width:17.5rem;height:5.847225rem;top:26.346874237061rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wunurSFk2UOPNCW5XSf0LIIFGR5kRTLh { width:4.8125rem;height:4.8125rem;top:20.049999237061rem;left:7.5625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7bmRTrBGPTDd31QX9OuBBUoRZUSu9ic { width:4.5625rem;height:4.5625rem;top:46.732294559479rem;left:7.718750834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #TErITDaSERVaVTecTFklfI84cdeGLyrq { width:19.125rem;height:2.9236125rem;top:6.1375002861023rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMFopBkU3rOyLyUKIK3ueIsAEomIQK1F { width:20rem;height:6.3125rem;top:39.112501621246rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyF33f7O0tt50edT25Ozg5IoXmdxlqwg { width:20rem;height:6.5rem;top:65.942714691162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO5syfkqktMsSSS5LreTsC9qhWrOgMRy { width:20rem;height:5.75rem;top:53.048961639404rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #sdqNnzKpRNuzoAV8gcCdG8WxaiOVwpEg { width:20rem;height:7.1875rem;top:25.678125739097rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM { display:block; }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxdfWVGxSbQCuVSblm7d5uO3sRTcb0Lf { width:20rem;height:6.58125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruTs4WTnPGXrC3tczoCRHuKOhct2JS23 { width:19.25rem;height:17.5416875rem;top:9.137499809265rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1vgE5rObvKTV6XQXSZScZaw2C09zBGW { width:20rem;height:4.9375rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGJfUMUTHMdHyqNbTh3Bh8CQuifCLBz7 { width:14.6875rem;height:1.4625rem;top:29.550000190735rem;left:2.6562501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmPI2XiPUQzLE4a41q1z9Sreh433JFH6 { width:14.875rem;height:2.8125rem;top:48.1875rem;left:2.5625001192093rem;font-size:1rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#1d2540;display:block; }
 }@media only screen and (max-width: 763px) { #W20O5J0oTzAFoI9RpNTLCK55az5vvky8 { display:block; }
 }@media only screen and (max-width: 763px) { #eOq5R9TpMnHvIhoikD9WQLPRiSFKhPJc { width:20rem;height:5.5625rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVyQV7htT0WiOn1RDOpLTzAGFoBqlPXi { width:15.5rem;height:2.9236125rem;top:34.694444656372rem;left:2.2500000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeZiGTFenAV1bUBeWNFc1GCILQQWS0ye { width:20rem;height:6.9375rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmgmPHm2DWqmrmPkh0bqWcndpDbVMEQm { width:15.5625rem;height:4.38541875rem;top:40.89999961853rem;left:2.2187501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd { display:block; }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ls3h2bGrJQ1wVGRnU2DiHnTk4hBrE4Tq { width:13.1875rem;height:3.375rem;top:45.125rem;left:3.4062498807907rem;font-size:1rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW1xpHw7M4S3iWdGDxZlWIk4xtSy9Emo { display:block; }
 }@media only screen and (max-width: 763px) { #EmHhhUmoB6murzMuKXme8IH8bkO34uNA { width:18.5625rem;height:8.775rem;top:1.3125rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcdihbdQnlzIO5lpkIcaKsSgEvTkz89S { width:19.5rem;height:4.38541875rem;top:10.987501144409rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaZEEvLuANDfWU2HdZGWmBqbX35QakoC { width:17.625rem;height:3rem;top:32.885937690735rem;left:1.1875rem;font-size:0.9375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #HcB5qLsOEn5Go1fSyFzmvwgUMwVnd1FE { display:block; }
 }@media only screen and (max-width: 763px) { #wM6Uu84biWNEDsBMHJeH6z3M662exoiR { width:20rem;height:10.9375rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEgfynQQXqsD39vpLoZ56mmeOZwn3OAe { width:20rem;height:4.5rem;top:22.010940551757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFXHC9xEOC0Zi7Vl7Ha6fveqFErHW7Ft { width:18.8125rem;height:2.9236125rem;top:17.737501144409rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmnJaZR7amrBRqlUzuvlktAqmPU8RJWI { width:20rem;height:4.5rem;top:17.075004577637rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KppKalSpy360UGnOsldW1ayIgA9XQNfX { width:14rem;height:2.9236125rem;top:22.797657012939rem;left:3.0000001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqk3yClNr0v2I8T9S2COOJD8qqXyARQV { width:20rem;height:4.75rem;top:26.948440551757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8ZkNtct1K8guunXm4y77q3TebpcArgs { width:14.625rem;height:2.9236125rem;top:27.823437690735rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcTyMCniWMxwdl2WvtEuBTdc04CEt9Mn { display:block; }#bcTyMCniWMxwdl2WvtEuBTdc04CEt9Mn > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCn4vBO5D1UmLcVSbfU82XbI1icxfhk2 { width:20rem;height:10.967875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0TG1nIiiby0LBxe9nHKlMpeiQA7aF6M { width:14.18575rem;height:3.4375rem;top:29.534721374512rem;left:2.9053819775581rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN79hIuV0HcTrl0F7wSTorLfoE8KptsX { display:block; }
 }@media only screen and (max-width: 763px) { #mTISmPNQZn7JVL3UncSt2E0ys4xWVmcD { width:18.3125rem;height:13.75rem;top:14.009548187256rem;left:0.84288197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXWf0sVL900hPLTdaWtNBbkXuItPTlc4 { display:block; }#GXWf0sVL900hPLTdaWtNBbkXuItPTlc4 > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2T5bcyd5uWi1uRcsTcsITmaM731hrF8 { width:16.6239375rem;height:3.4375rem;top:18.630210876465rem;left:1.6864584684372rem;font-size:0.9375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn9cE2xwIydhWBnik3TkCstpZpmWUt4b { display:block; }
 }@media only screen and (max-width: 763px) { #qrmfue3tMCKWaNuTHbt6fAKfPTQGlpXB { width:20rem;height:6.3125rem;top:8.6489562988281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uce4ZECapXxyU2OUwTqAIPUOfxLTWPf5 { width:20rem;height:5.84895625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGy1GzysIAd6iXxGx29F5kEZR18WxJI3 { width:16.875rem;height:2.59895625rem;top:15.469791412354rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG { display:block; }#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG > .row .container { width:20rem;height:83.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgLSmSKMkyqNkDdaOMlbkqf2SsbJIAFg { width:13.125rem;height:2.9375rem;top:79.356243133544rem;left:3.4375003576279rem;font-size:1rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOgc7KTnKDAt9iEqtp8C1LtqSRlVHc09 { display:block; }
 }@media only screen and (max-width: 763px) { #m8e9RQRIkHlbmURTkZ46FAf1Pac6SFMT { width:4.3125rem;height:4.3125rem;top:48.168752670288rem;left:7.843750834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuJ39FC20aRQwtFUxDbuPClCvM6RQ6Fd { width:20rem;height:6.125rem;top:12.537498474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbQE17A3xW47Ir8lbwms3TCF3Ez4IN76 { width:20rem;height:1.4625rem;top:13.382026672363rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUq6CNDEtFgkm5omTBwv9Gc85TOMicTv { width:4.9375rem;height:4.9375rem;top:7.74374961853rem;left:7.5312503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyFpZ9I9wInNxnXQbAwkDd2caky2V6vw { width:4.4375rem;height:4.4375rem;top:63.585411071775rem;left:7.781250834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZutKEVdh65a82euIuhN5TF169fRySN2 { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VML5FgGhJCZNEGTqEeF1MqEwiBaomHze { width:20rem;height:7.9375rem;top:24.857025146484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVMKOP5EdS4g34ME56uTFNRNzXso2lGy { width:5.6875rem;height:5.6875rem;top:19.593750476837rem;left:7.1562498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPIHLr5dV1IRqf7TAg22KGyQchikKxwV { width:4.5rem;height:4.5rem;top:34.346877098084rem;left:7.750000834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc3bcoQqe5I162IZBHDwyPcFIX6EXSkM { width:20rem;height:7.0625rem;top:39.668746948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EllSO5tzMXL4q4PTtxOreasFqPNVBcJ6 { width:20rem;height:8.75rem;top:69.106254577638rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZgpmgAJABCdErSuTuZw5e0S19P8OB64 { width:14.875rem;height:2.9236125rem;top:14.844532012939rem;left:2.5625001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq93b7BDWrKAn9qZHsT7QTlmBtPp7xu7 { width:20rem;height:2.9236125rem;top:42.538543701172rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh1UZU6E5KZI9sF02co0cg6L9FxgNHo2 { width:19.6875rem;height:1.4625rem;top:40.889587402344rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIL9Tu4f0eiPaPfFbuupSrXh6XamEMMs { width:20rem;height:4.38541875rem;top:71.662498474119rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW6CoGJmUlpQRq5rO7panazpVxTmNdcp { width:20rem;height:1.4625rem;top:69.95207977295rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI5Q3NbHWhUuUFdtI6oJ7mc7HQ1etw7C { width:20rem;height:2.9236125rem;top:28.769531726837rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTifQfQEapxyLUhZ6wGJo78KIVRwgu2q { width:17.1875rem;height:2.9236125rem;top:25.719532489777rem;left:1.4062501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9sQgnxAuvkafP2gpKy2iFawdhw0EHUP { width:13.8125rem;height:2.9236125rem;top:57.582290649414rem;left:3.0937501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN8ShOenqcGgb0EGQ7Ldp90ew5UeK5PR { width:11.3125rem;height:2.9236125rem;top:54.594802856445rem;left:4.3437503576279rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD7wro8vIMe10xKyZD3FTheFw6HsBJD7 { width:20rem;height:8.875rem;top:53.106245040894rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { display:none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { width:20rem;height:84.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B1kNTgHcJEAlq0opbkWUrwoXx2XTH3GS { width:20rem;height:3.7375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ7PCRTxCfyaiuEyhVKl4ROHH9hVJbtc { width:20rem;height:25.9375rem;top:6.2375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTwqELy0f2gPQ8oyFpBqoCcZn5Ksnwcw { width:18.8109375rem;height:1.5rem;top:16.487515258789rem;left:1.1890625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxrF020UuMZTCO0n7HuO8N097Z12UICA { width:2.6875rem;height:1.3rem;top:11.924221801758rem;left:11.062499046326rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C921FRU8fN81tIMBN6gwDxGF82wIETJf { width:12.059375rem;height:1.625rem;top:9.675rem;left:7.940625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SECMDUAAPAGVyD6UWT0xl6Pb9dqteIDw { width:13.0625rem;height:2.9375rem;top:79.925001144406rem;left:3.4687498807907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0OuKmdFRg0191EuG7QuB7DLpFL7BqK4 { display:block; }
 }@media only screen and (max-width: 763px) { #KBPxumkH7QcnaQgZnuGBAWAPzM0h0fDr { width:8rem;height:8rem;top:34.42734336853rem;left:1.1890624761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOTeZ0298UuoF2874DwaWGFsyI7zT9Mf { width:8rem;height:8rem;top:59.738283157349rem;left:1.1890624761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMISIzDMHvwed0DqeCAoOkD0Qf3BBmqQ { width:20rem;height:23.5rem;top:33.425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKApFO1ATTcXrIT0esDREEr99BzNPISs { width:20rem;height:20rem;top:58.175002098084rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTiQrF0wNyKBQyxoxV9ViSODTEQdTnsn { width:20rem;height:1.5rem;top:68.551556396481rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRWwOFtmCyKdxZ7zPMhcNTggxtJU9wQ8 { width:9.5rem;height:1.3rem;top:64.025781631469rem;left:10.335937857628rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6PcICLvEiKJ8Nl5WbdirxRS7HIf3loC { width:5.625rem;height:1.625rem;top:62.363283157349rem;left:10.335937857628rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFNLz0SCTk9buUP5Tg0b8BO7kSQWulkJ { width:9rem;height:1.625rem;top:37.040625572204rem;left:10.335937857628rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsT4kUUGNIZ8lTQkNLL3skItc3CcW8dl { width:9.5625rem;height:1.3rem;top:38.615625858307rem;left:10.312500357628rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1dQQlvNSrpTAuB1dsvEH1uBWKXgdcZT { width:20rem;height:1.5rem;top:43.803126335144rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVqxbssPTPyFK1BrwLWccJqSFPNVqAiM { width:8.0625rem;height:8.0625rem;top:7.1742218017575rem;left:0.96953105926512rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL0HGaVXk11e9h3T8yAOOT4bmOdh8AFl { width:9rem;height:1.625rem;top:9.6875rem;left:10.210937857628rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #kKPON8CZiSHiN0G9HhdRQkJKN6o2Krda { width:9.5625rem;height:1.3rem;top:11.3125rem;left:10.210937857628rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #CX0FJBl2Hz8kA9RsDFDfrC3nrBM4Mgtx { width:20rem;height:1.5rem;top:16.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #V8e5ydJQ6x7vOIbKKxbFi0PQvwaht6za { display:none; }#V8e5ydJQ6x7vOIbKKxbFi0PQvwaht6za > .row .container { width:20rem;height:36.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Guf908IRd7pCRTfo6b5v7BoHHagZmoi7 { width:20rem;height:2.5rem;top:14.835417270661rem;left:0rem;font-size:0.8125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXtvpLLVHNwwgW9hUqaCC89IQ952J4q7 { display:block; }
 }@media only screen and (max-width: 763px) { #KULRSZRS2kbQSAFFzbyT9XJTAg7higHc { width:20rem;height:5.3625rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn7oCXZWmRADKx7CqCquQ46NoHDKrrhh { width:16.6875rem;height:6.5rem;top:7.0854167938231rem;left:1.6562501192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUpK5IfEWICu5Aqx60r0h9UGou3FmPwM { width:20rem;height:11.901041666667rem;top:18.338542461395rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIIna6VV4rt82RfDbOacQonSW8SmuOoy { width:18.9375rem;height:2.5rem;top:31.587502479553rem;left:0.53125rem;font-size:0.8125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #pG0c7AMe9fuUGpUKPMOvVggdTkP1H7O9 { display:block; }
 }@media only screen and (max-width: 763px) { #CcLZekAvpyOTlnO7N20002tcvWlNWlVi { display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { width:20rem;height:59.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odUrysAdn55Re73CFHOzGTVvy10vsGp6 { width:20rem;height:40.9375rem;top:16.8125rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { width:20rem;height:4.875rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RolXMcre3DIAFtkrrx34NwSfVqVwZiUy { width:17.5rem;height:0.0578125rem;top:21.041412353516rem;left:2.5000001192093rem;background-color:#e1e1e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #ITK0TmEvFApaK6UynNNVyWVcP17fi19N { width:20rem;height:5.19791875rem;top:9.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-regular-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx  { width:16.6875rem;height:auto;top:17.436198234558rem;left:0.40625rem;z-index:15041; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx {display:block;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx { width:16.6875rem;height:auto;top:17.436198234558rem;left:0.40625rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #p3TN1iz9nAT5fV9dfFnXVfxWcGwK8mya {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #m33KEn9Hs0RTUmy399V7cIpxr29RCARA { display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #PCp82x5RmGyd1uQRqOUdxARJdQCGPUgh {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #mHyTq4O6JUcPNX5MPgPQ23tREl5dR2C5 {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #RTVoBJUh3sT5GHZvEwCzS4gNVhlwJXJU { display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #oa1ExADPTDTpw95z6kh92buiQxUFmJXd {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #K1EuyDdR5TzIhCLR27WvrcZ6Pqy4eS6t {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #DK0epitJJkKpSAHoHCGtPnoWHT1BavJT {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #W6QXCTDbauHXqStNuC5IVUIHJey45t3w {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #VlwzkgR2QKD9clgctsMPoXuOMOpV9CDb {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #kJMcTUL9oRQKtlRTLtu3vbQ1BXJdwy4B { display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #k3UPp1pt6mX2TzXxAA8wEtXN4B3f6f4T {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #IHnodmNWywhZFZ8L5zLVoHRbRHMTlUle {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #GzJmuK1clb2pCvuRVPKw5ZWCw4r8zo4y { display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #LVVkULTgEcpQVBR0lJMwZVQhmz3BqFsp {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #m0Jn3qBrFGvd6RidUA6om5L9BEPuJmQI {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #Oe54yAhnAG5v3ZFMS03nVQp08GP2IEic {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #q7QK3QmUOSGwOCwD9abtewCtB6yJBKIX {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #msAdUmaatDPNr0bbTbenOpRVZAuL02pp {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #BTnhuLKMaVi3czqV1bXiETIGnAs8JZp1 {  }
 }@media only screen and (max-width: 763px) { #fIXOB65B9szgeogv6bweCnh2btXvQQpJ { width:6.6875rem;height:1.9375rem;top:2.0703125rem;left:6.6562502980231rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { width:9.7484375rem;height:1.39930625rem;top:13.37760925293rem;left:4.7500001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { width:11.372625rem;height:1.39930625rem;top:10.789932250976rem;left:4.3125001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { width:20rem;height:1.3125rem;top:16.840277194977rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { width:1.5625rem;height:1.5625rem;top:10.708333492279rem;left:2.3055557012558rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { width:1.5625rem;height:1.5625rem;top:13.296007633209rem;left:2.4305557012558rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { width:12.3715rem;height:3.47743125rem;top:1.1866316795349rem;left:3.8133679628372rem;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { display:flex;width:3.125rem;height:3.125rem;top:19.215277194977rem;left:2.3055557012558rem; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { display:flex;width:3.125rem;height:3.125rem;top:19.215277194977rem;left:8.4375001192094rem; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { display:flex;width:3.125rem;height:3.125rem;top:19.215277194977rem;left:14.497395634651rem; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #xA9y1T72nkOxpopF1F2JNA3LydU14XyV { width:19.4375rem;height:2.7986125rem;top:5.837673664093rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { width:20rem;height:auto;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }