.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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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/07690477-c472-4690-9104-06e0fda57dea/1.jpg");background-position:bottom 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.41); }#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.41); }#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.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { color:#ffffff;display:block;width:74.5rem;position:absolute;font-family:montserrat;font-size:3.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.15234375rem;left:0.25rem;height:8.773875rem;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:73.625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:21.30859375rem;left:0.75rem;height:3.7375rem;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.8745125rem;width:13.62425rem;top:3.433837890625rem;left:0rem;overflow:hidden;display:block; }
#tFEQxTrGDq64HFWvn2EEIlXWeEzJqQdI { 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:15.125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:28.310546875rem;left:0.7490234375rem;display:block; }
#uzIaP3RkcLiG5Qwtu8CfPitrcNFn8Bwf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uw2iPtEky8loIEEXTxdFSamsPHHC7fnA { 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:15.1248125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:28.310546875rem;left:16.478515625rem;display:block; }
#bz1UrXXlWm9U5nGAlolAtD7XHd1lkwQx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs > .row .container { background-color: transparent; background-image: none; }#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs > .row .container > .video-iframe-container { display: none; }#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs > .row > .video-iframe-container { display: none; }#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs > .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); }#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs > .row .container { border-width: 0; border-radius: 0; }#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#fWxrC6KuUD5auIWKzMlZtTQuqUUlhIUv { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.749rem;width:50.249rem;top:9.4970703125rem;left:12.374267578125rem;display:block; }
#ed73IGgCfxFtTWpRETVfS3lNPZEZ4xuL { 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:23.8125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:38.6240234375rem;left:25.59375rem;display:block; }
#lqzveGr5kttALiDrAWecI1WuDzgI0cx6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OpiTp8lWO7DlPz0lGKfHtJ4RLnB1HO3X { position:absolute;display:block;z-index:15046;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:6.5625rem;width:41.875rem;top:2.3876953125rem;left:16.56005859375rem;overflow:hidden;display:block; }
#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p { 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; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container { background-color: transparent; background-image: none; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container > .video-iframe-container { display: none; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row > .video-iframe-container { display: none; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .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); }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container { border-width: 0; border-radius: 0; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container { font-size:0.875rem;font-family:arial;height:60.4375rem;width:75rem;position:relative;display:block; }#atU4JDG7r2UzsEtR2EJn1lpRqZD3erWP { color:#ffffff;display:block;width:40.9375rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:3rem;left:17.03125rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETyWMG99u6sg16CqyfT7DDvhbfWCThq6 { background-color:#605444;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:23.683625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:54.37109375rem;left:25.657554626465rem;display:block; }
#JdEKoEHZDB0xhlVs5rOdlPTmTlmcFgbD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fdBXEffqQCEQtolzZcHFqqiZmPhs6TyR { color:#605444;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:23.9375rem;left:5.84375rem;height:5.60625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TDiH6TU56dRWVIrapTLQIiAAMVMJk01f { color:#605444;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:23.9375rem;left:28.125rem;height:5.60625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mTAgDcuvmpmTlFUEUcSiyr1S5G0Fc48F { position:absolute;display:block;z-index:15023;background-color:#fafafa;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: none;height:18rem;width:23.1875rem;top:14.1875rem;left:1.25rem;display:block; }
#GQURsKclImUykfI8N1lwtp8GP7PLZiBX { color:#605444;display:block;width:12.8125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:23.9375rem;left:55.75rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AQ7v9Ix70Jgq9Kk43LlV4B31M69Gc7pZ { position:absolute;display:block;z-index:15024;background-color:#fafafa;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: none;height:18rem;width:23.1875rem;top:14.1875rem;left:25.9375rem;display:block; }
#yrR6dP8IROl97tHfztRcwruRmOw4doow { position:absolute;display:block;z-index:15025;background-color:#fafafa;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: none;height:18rem;width:23.1875rem;top:14.1875rem;left:50.5625rem;display:block; }
#TyXT9uWh5wlHbEKAHduHhKKP6DpEeO9l { position:absolute;display:block;z-index:15031;background-color:#fafafa;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: none;height:18rem;width:23.1875rem;top:33.5rem;left:50.5625rem;display:block; }
#kQPOatfByLTJtPMV0dhwBGJrF23CPvWk { color:#605444;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:43.25rem;left:28.125rem;height:5.60625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J9Pz8lWu1acsNcUxyAZeb3SInhgzvA3r { position:absolute;display:block;z-index:15030;background-color:#fafafa;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: none;height:18rem;width:23.1875rem;top:33.5rem;left:25.9375rem;display:block; }
#sfZyLZtUT8uF74CxWZgmJstGSFbqMAUG { color:#605444;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:43.25rem;left:54.5rem;height:5.60625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BVqC7S9Ce2ZwZN2Xg4UlPM9S9rNlOISr { position:absolute;display:block;z-index:15029;background-color:#fafafa;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: none;height:18rem;width:23.1875rem;top:33.5rem;left:1.25rem;display:block; }
#QclUBvzt3uXqdAOLXOoh8AJTDsVxGvPs { color:#605444;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:43.25rem;left:3.5625rem;height:5.60625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ISIa4LUc4ZBPngQkELDW3GTfDMbku0sO { position:absolute;display:block;z-index:15038;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.0625rem;width:5.0625rem;top:16.645833969116rem;left:10.3125rem;overflow:hidden;display:block; }
#FELepXFPGV2z7g4hTJvz3c4Vh3lZe1vu { position:absolute;display:block;z-index:15039;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.0625rem;width:5.0625rem;top:16.645833969116rem;left:34.96875rem;overflow:hidden;display:block; }
#TIngU39t9zWCQBtZlWUTyXwNtbyZ4hDI { position:absolute;display:block;z-index:15040;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:6.25rem;width:6.25rem;top:16.052083969116rem;left:59.03125rem;overflow:hidden;display:block; }
#fTOPURyP3FOGWBLCNiCKnDqqteQeQllA { position:absolute;display:block;z-index:15041;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.0625rem;width:5.0625rem;top:36.375rem;left:10.3125rem;overflow:hidden;display:block; }
#aTxwIdDec4IhRBwLFsF9FrzVUhCWifTW { 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:5.75rem;width:5.75rem;top:36.03125rem;left:34.625rem;overflow:hidden;display:block; }
#GOgGzSwdyVBDxC3V9ZDk0QgRCwMEbrVD { position:absolute;display:block;z-index:15043;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.3125rem;width:5.3125rem;top:36.25rem;left:59.5rem;overflow:hidden;display:block; }
#zJ7KUdRbsZlmq7slulFC7Ipb5y6axTMi { position:absolute;display:block;z-index:15023;background-color:#fafafa;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: none;height:18rem;width:23.1875rem;top:14.1875rem;left:1.25rem;display:none; }
#CW7tbOOPMz8PaiZu3Ue73frrZCNyT2F2 { position:absolute;display:block;z-index:15023;background-color:#fafafa;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: none;height:18rem;width:23.1875rem;top:14.1875rem;left:1.25rem;display:none; }
#lcocsbkzTP0tlkLEEAwPsIKRMJqsn7TV { position:absolute;display:block;z-index:15023;background-color:#fafafa;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: none;height:18rem;width:23.1875rem;top:14.1875rem;left:1.25rem;display:none; }
#b9cbxIdwx05MxqGhDvwPVT2JNW20qUFv { position:absolute;display:block;z-index:15023;background-color:#fafafa;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: none;height:18rem;width:23.1875rem;top:14.1875rem;left:1.25rem;display:none; }
#KJVaUThMonBXWleGTh1WflWPicoTF96m { position:absolute;display:block;z-index:15023;background-color:#fafafa;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: none;height:18rem;width:23.1875rem;top:14.1875rem;left:1.25rem;display:none; }
#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { background-color: transparent; background-image: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container > .video-iframe-container { display: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container { display: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .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); }#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:112.1875rem;width:75rem;position:relative;display:block; }#B1kNTgHcJEAlq0opbkWUrwoXx2XTH3GS { color:#605444;display:block;width:40.375rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.0846366882324rem;left:17.3125rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SECMDUAAPAGVyD6UWT0xl6Pb9dqteIDw { 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:23.746125rem;height:3.43555rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:105.37109375rem;left:24.28125rem;display:block; }
#x0OuKmdFRg0191EuG7QuB7DLpFL7BqK4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oM0fQ7ykaA5TFXJGBUAFX4BmLDGWyJJq { position:absolute;display:block;z-index:15101;background-color:#605444;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:15.0625rem;width:54.8125rem;top:40.125rem;left:20.1875rem;display:block; }
#Mgd9Nvf8a2Z3OvnXTh8Z1ILUphK4xXKi { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15115;line-height:1.6;letter-spacing:0;top:41.9375rem;left:28.25rem;height:9.494375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pgnGdOrZWOBXrep4CoGHzXLthDbRZSNV { position:absolute;display:block;z-index:15136;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/458ac56f-1a93-4945-8149-a42d3bd591b8/WhatsAppImage20241031at090628.crop_1090x1250_1029,362.preview.jpeg");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:11.75rem;width:11.75rem;top:36.375rem;left:14.75rem;display:block; }#pgnGdOrZWOBXrep4CoGHzXLthDbRZSNV.adaptive-delivery-prevent-bg, #pgnGdOrZWOBXrep4CoGHzXLthDbRZSNV.lazyload, #pgnGdOrZWOBXrep4CoGHzXLthDbRZSNV.lazyloading { background-image: none; }
#R0mDvFTkXRmcnARMwGPw2hJ1mG7sUi32 { color:#605444;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:38.3125rem;left:26.4375rem;height:1.3rem;font-style:normal;display:block; }
#AT6IT8S4PRz85G1zSum0EfmlMXCUp88k { color:#605444;display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:36.375rem;left:26.4375rem;height:1.86875rem;font-style:normal;display:block; }
#eTbcGCJUnXqJAClNqxmO0baf1pyvQxlc { position:absolute;display:block;z-index:15106;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.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:11rem;width:54.8125rem;top:62.5rem;left:5.4375rem;display:block; }
#A0KsTlGfgUIMBbwOFKZnJmFmOB7TWSRh { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15120;line-height:1.6;letter-spacing:0;top:64.3125rem;left:13.5rem;height:5.6966125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tOQtMSqhFZ8ISutItnNzbPhGCITXJ05b { position:absolute;display:block;z-index:15141;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ee854962-5888-405f-a97e-773bf21cf4c0/1651783948340.crop_443x521_173,0.preview.jpeg");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:11.75rem;width:11.75rem;top:58.75rem;left:0rem;display:block; }#tOQtMSqhFZ8ISutItnNzbPhGCITXJ05b.adaptive-delivery-prevent-bg, #tOQtMSqhFZ8ISutItnNzbPhGCITXJ05b.lazyload, #tOQtMSqhFZ8ISutItnNzbPhGCITXJ05b.lazyloading { background-image: none; }
#zo3LT5Rc2zgyaafzEcCyrfEHzfnSTeF7 { color:#605444;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:60.6875rem;left:11.6875rem;height:1.3rem;font-style:normal;display:block; }
#S1MtzZ6X1ZUuD20xC7fcn5w3Zfer4QRt { color:#8cc63f;display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:58.75rem;left:11.6875rem;height:1.86875rem;font-style:normal;display:block; }
#kFUuihiP4qFuArrkmdrlcvw5agC2ne1b { position:absolute;display:block;z-index:15106;background-color:#605444;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:18.6875rem;width:54.8125rem;top:82.25rem;left:20.1875rem;display:block; }
#iLWsuwWWcSdiMUWm4FTvSQswrTsFA5Gs { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15120;line-height:1.6;letter-spacing:0;top:84.0625rem;left:28.25rem;height:11.39325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DbuPkuVWtNQNb2KoX46bpe4A4ctFuABh { color:#605444;display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:80.4375rem;left:26.4375rem;height:1.3rem;font-style:normal;display:block; }
#oBwL6ik11EXUu2ea87iLXrBvKswM3hZ4 { position:absolute;display:block;z-index:15141;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9164ac7f-089e-452b-8fee-793204b86d9f/1726539732022.crop_433x461_199,62.preview.jpeg");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:11.75rem;width:11.75rem;top:78.5rem;left:14.75rem;display:block; }#oBwL6ik11EXUu2ea87iLXrBvKswM3hZ4.adaptive-delivery-prevent-bg, #oBwL6ik11EXUu2ea87iLXrBvKswM3hZ4.lazyload, #oBwL6ik11EXUu2ea87iLXrBvKswM3hZ4.lazyloading { background-image: none; }
#aiaWGKJiPK10MbGXZ3CfuDRtusMWOMGa { color:#605444;display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:78.5rem;left:26.4375rem;height:1.86875rem;font-style:normal;display:block; }
#JxQ9Z1kG7gJilVz6Sos2PW8NVqOICq6J { position:absolute;display:block;z-index:15106;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.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:15.0625rem;width:54.8125rem;top:17.5rem;left:5.4375rem;display:block; }
#QgaKecnSogrxRMpaZJFqFk67vUOvwAUN { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15120;line-height:1.6;letter-spacing:0;top:19.3125rem;left:13.5rem;height:9.494375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uuC6yZckfahAckfyGt4AQ3shPwg2T9Na { position:absolute;display:block;z-index:15141;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/054f38ca-e6e0-4499-a534-044e3f7feecc/1749300461036.crop_254x283_387,533.preview.jpeg");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:11.75rem;width:11.75rem;top:13.75rem;left:0rem;display:block; }#uuC6yZckfahAckfyGt4AQ3shPwg2T9Na.adaptive-delivery-prevent-bg, #uuC6yZckfahAckfyGt4AQ3shPwg2T9Na.lazyload, #uuC6yZckfahAckfyGt4AQ3shPwg2T9Na.lazyloading { background-image: none; }
#C8vOWDKo1nQAUe1BESHQoc2lRPSZa8R4 { color:#605444;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:15.6875rem;left:11.6875rem;height:1.3rem;font-style:normal;display:block; }
#cXHDxmvwuTB0BLkHMoRKrDPTk1I7q21v { color:#8cc63f;display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:13.75rem;left:11.25rem;height:1.86875rem;font-style:normal;display:block; }
#XRMGa0GnPPtmJEW7Ka29SiIezzr9CeKm { 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; }#XRMGa0GnPPtmJEW7Ka29SiIezzr9CeKm > .row .container { background-color: transparent; background-image: none; }#XRMGa0GnPPtmJEW7Ka29SiIezzr9CeKm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRMGa0GnPPtmJEW7Ka29SiIezzr9CeKm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRMGa0GnPPtmJEW7Ka29SiIezzr9CeKm > .row .container > .video-iframe-container { display: none; }#XRMGa0GnPPtmJEW7Ka29SiIezzr9CeKm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRMGa0GnPPtmJEW7Ka29SiIezzr9CeKm > .row > .video-iframe-container { display: none; }#XRMGa0GnPPtmJEW7Ka29SiIezzr9CeKm > .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); }#XRMGa0GnPPtmJEW7Ka29SiIezzr9CeKm > .row .container { border-width: 0; border-radius: 0; }#XRMGa0GnPPtmJEW7Ka29SiIezzr9CeKm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XRMGa0GnPPtmJEW7Ka29SiIezzr9CeKm > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#KmLXCF2Xp1De7nXkawqIs1N0g3NKueSR { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:3.3125rem;left:19.875rem;height:3.9rem;font-style:normal;display:block; }
#wxJ82qHb4Bflt3NZO2KM2XzRNJLP2RXw { color:#ffffff;display:block;width:67.75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.9;letter-spacing:0;top:9.0859375rem;left:3.625rem;height:15.6706rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JigT0mAzgUeJzEuyfoQE3FzvGWq6vlb0 { background-color:#605444;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:23.6855625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:30.3720703125rem;left:25.65625rem;display:block; }
#tlLlMUZ7dgpHuvwyu6ANTpOQCHJCSsCm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 { 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; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row .container { background-color: transparent; background-image: none; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row .container > .video-iframe-container { display: none; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row > .video-iframe-container { display: none; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .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); }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row .container { border-width: 0; border-radius: 0; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#uTkoOmrnFfhQdvL2SaT4u6CwkCXEZ2Mf { color:#8cc63f;display:block;width:30.375rem;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:0rem;height:;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; }
#fN0i52ME1k6vE7ulNGV7Tx8iBEi97Gfz { 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:24.375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:26.0625rem;left:0rem;display:block; }
#SlN4Tn6Wfqvt8HNWoFFbGJwpLK3hQGay { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OvIJV0xiMR1ocOIew483PBaRsPocEPMg { 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:28rem;width:37.3125rem;top:2.62353515625rem;left:37.6259765625rem;overflow:hidden;display:block; }
#WpvocakqibE4nfNQPLcttcEBQGrJPLMg { position:relative;display:block; }#WpvocakqibE4nfNQPLcttcEBQGrJPLMg { background-color: transparent; background-image: none; }#WpvocakqibE4nfNQPLcttcEBQGrJPLMg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpvocakqibE4nfNQPLcttcEBQGrJPLMg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpvocakqibE4nfNQPLcttcEBQGrJPLMg > .row .container > .video-iframe-container { display: none; }#WpvocakqibE4nfNQPLcttcEBQGrJPLMg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpvocakqibE4nfNQPLcttcEBQGrJPLMg > .row > .video-iframe-container { display: none; }#WpvocakqibE4nfNQPLcttcEBQGrJPLMg > .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); }#WpvocakqibE4nfNQPLcttcEBQGrJPLMg { border-width: 0; border-radius: 0; }#WpvocakqibE4nfNQPLcttcEBQGrJPLMg > .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; }#WpvocakqibE4nfNQPLcttcEBQGrJPLMg > .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.6875rem;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; }#uVxAnG2zPSwD1EM5WbSoRx5rWFt9EDgc { 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:26.5625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.174502372742rem;left:24.21875rem;display:block; }
#XJEV7xeB7e8SvTmNwZNHzh00IXyJZy1v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eOWpbpwNKryDJKyWh996ResaJPV45I8Z { 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:20rem;width:62.25rem;top:7.0979168415069rem;left:6.3750019073488rem;overflow:hidden;display:block; }
#L2BooZa2BDI2JJJlT3wV4pQaAOF7q0nK { color:#8cc63f;display:block;width:67.433125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:27.875001192093rem;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; }
#nJtl2OzRdaLem11eSTTJbpOeKXBTB7nk { color:#8cc63f;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1608076095581rem;left:0rem;height:3.00625rem;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; }
#CcLZekAvpyOTlnO7N20002tcvWlNWlVi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/acebe455-a08a-4233-9159-62f92ff5fe74/businessmenstandingwheatfieldlookinglaptop.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.8); }#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.8); }#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:49.9375rem;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:41.6875rem;width:24.125rem;top:4.125rem;left:42.6875rem;display:block; }
#BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:4.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5625rem;left:8.9375rem;height:11.050375rem;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:13.8125rem;left:45.875rem;display:block; }
#ITK0TmEvFApaK6UynNNVyWVcP17fi19N { color:#e6e6e6;display:block;width:27.312rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:21.5625rem;left:8.9375rem;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.0625rem;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:5.4372863769531rem;left:45.124788284302rem; }
#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;line-height:1;overflow:hidden;height:auto; }
#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:5.4372863769531rem;left:45.124788284302rem; }
#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 #IHnodmNWywhZFZ8L5zLVoHRbRHMTlUle { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #GzJmuK1clb2pCvuRVPKw5ZWCw4r8zo4y { position:relative;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #LVVkULTgEcpQVBR0lJMwZVQhmz3BqFsp { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #VlwzkgR2QKD9clgctsMPoXuOMOpV9CDb { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #kJMcTUL9oRQKtlRTLtu3vbQ1BXJdwy4B { position:relative;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #k3UPp1pt6mX2TzXxAA8wEtXN4B3f6f4T { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #fuSsKkDVcFHBLKtfsH4tlfCuVxV5CT8M { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #zdnBBOMzCtDZsWzTPZkpENJuxRUgMcxa { position:relative;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #JkwKmKcsx3qXh5tGyv6zbA3oRzsMGcHl { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #XR3huoiTlfiITrqXHyN6dk4q2HEqK27S { position:relative;display:block;z-index:15000; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #QFdBnBParTrf2FWqPOuAQqo22qV7X5nJ { position:relative;display:block;z-index:15000; }
#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.99956875rem;width:13.5623125rem;top:33.5rem;left:8.25rem;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.6679725646972rem;left:49.250003814698rem;height:1.225rem;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.7304725646972rem;left:32.187503814698rem;height:1.225rem;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:61rem;height:1.05rem;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.5625038146972rem;left:30.312503814698rem; }
#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:47.4375rem; }
#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.5915794372559rem;left:1.9357643127441rem;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.7152786254883rem;left:60.999355316162rem; }
#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.7152786254883rem;left:64.905384063719rem; }
#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.7152786254883rem;left:68.672962188719rem; }
#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:10.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz99rev0w8LPqdVdBke1RvKmTozxbra { width:47.75rem;height:;top:21.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCR4J8KIZers5KR7sBkxgzRU6Vtwmgbf { top:3.375rem;left:0rem;width:13.5625rem;height:3.856951816155rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFEQxTrGDq64HFWvn2EEIlXWeEzJqQdI { width:15.125rem;height:3.4375rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzIaP3RkcLiG5Qwtu8CfPitrcNFn8Bwf { display:block; }
 }@media only screen and (max-width: 763px) { #Uw2iPtEky8loIEEXTxdFSamsPHHC7fnA { width:15.0625rem;height:3.4375rem;top:28.25rem;left:2.853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz1UrXXlWm9U5nGAlolAtD7XHd1lkwQx { display:block; }
 }@media only screen and (max-width: 763px) { #m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs { display:block; }#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWxrC6KuUD5auIWKzMlZtTQuqUUlhIUv { top:9.4375rem;left:0rem;width:47.75rem;height:26.368977492089rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed73IGgCfxFtTWpRETVfS3lNPZEZ4xuL { width:23.8125rem;height:3.4375rem;top:38.5625rem;left:11.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqzveGr5kttALiDrAWecI1WuDzgI0cx6 { display:block; }
 }@media only screen and (max-width: 763px) { #OpiTp8lWO7DlPz0lGKfHtJ4RLnB1HO3X { top:2.375rem;left:2.93505859375rem;width:41.875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p { display:block; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atU4JDG7r2UzsEtR2EJn1lpRqZD3erWP { width:40.9375rem;height:7.75rem;top:3rem;left:3.40625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETyWMG99u6sg16CqyfT7DDvhbfWCThq6 { width:23.625rem;height:3.4375rem;top:54.3125rem;left:12.032554626465rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdEKoEHZDB0xhlVs5rOdlPTmTlmcFgbD { display:block; }
 }@media only screen and (max-width: 763px) { #fdBXEffqQCEQtolzZcHFqqiZmPhs6TyR { width:14rem;height:5.5625rem;top:23.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDiH6TU56dRWVIrapTLQIiAAMVMJk01f { width:18.75rem;height:5.5625rem;top:23.9375rem;left:14.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTAgDcuvmpmTlFUEUcSiyr1S5G0Fc48F { width:23.1875rem;height:18rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQURsKclImUykfI8N1lwtp8GP7PLZiBX { width:12.8125rem;height:5.5625rem;top:23.9375rem;left:34.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ7v9Ix70Jgq9Kk43LlV4B31M69Gc7pZ { width:23.1875rem;height:18rem;top:14.1875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrR6dP8IROl97tHfztRcwruRmOw4doow { width:23.1875rem;height:18rem;top:14.1875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyXT9uWh5wlHbEKAHduHhKKP6DpEeO9l { width:23.1875rem;height:18rem;top:33.5rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQPOatfByLTJtPMV0dhwBGJrF23CPvWk { width:18.75rem;height:5.5625rem;top:43.25rem;left:14.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9Pz8lWu1acsNcUxyAZeb3SInhgzvA3r { width:23.1875rem;height:18rem;top:33.5rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfZyLZtUT8uF74CxWZgmJstGSFbqMAUG { width:15.3125rem;height:5.5625rem;top:43.25rem;left:32.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVqC7S9Ce2ZwZN2Xg4UlPM9S9rNlOISr { width:23.1875rem;height:18rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QclUBvzt3uXqdAOLXOoh8AJTDsVxGvPs { width:18.5625rem;height:5.5625rem;top:43.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISIa4LUc4ZBPngQkELDW3GTfDMbku0sO { top:16.625rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FELepXFPGV2z7g4hTJvz3c4Vh3lZe1vu { top:16.625rem;left:21.34375rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIngU39t9zWCQBtZlWUTyXwNtbyZ4hDI { top:16rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTOPURyP3FOGWBLCNiCKnDqqteQeQllA { top:36.375rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTxwIdDec4IhRBwLFsF9FrzVUhCWifTW { top:36rem;left:21rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOgGzSwdyVBDxC3V9ZDk0QgRCwMEbrVD { top:36.25rem;left:42.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ7KUdRbsZlmq7slulFC7Ipb5y6axTMi { width:23.1875rem;height:18rem;top:14.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CW7tbOOPMz8PaiZu3Ue73frrZCNyT2F2 { width:23.1875rem;height:18rem;top:14.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lcocsbkzTP0tlkLEEAwPsIKRMJqsn7TV { width:23.1875rem;height:18rem;top:14.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9cbxIdwx05MxqGhDvwPVT2JNW20qUFv { width:23.1875rem;height:18rem;top:14.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJVaUThMonBXWleGTh1WflWPicoTF96m { width:23.1875rem;height:18rem;top:14.1875rem;left:0rem;display:none; }
 }@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:40.375rem;height:7.75rem;top:3.0625rem;left:3.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SECMDUAAPAGVyD6UWT0xl6Pb9dqteIDw { width:23.6875rem;height:3.375rem;top:105.3125rem;left:10.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0OuKmdFRg0191EuG7QuB7DLpFL7BqK4 { display:block; }
 }@media only screen and (max-width: 763px) { #oM0fQ7ykaA5TFXJGBUAFX4BmLDGWyJJq { width:47.75rem;height:15.0625rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgd9Nvf8a2Z3OvnXTh8Z1ILUphK4xXKi { width:45.3125rem;height:11.375rem;top:41.9375rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgnGdOrZWOBXrep4CoGHzXLthDbRZSNV { width:11.75rem;height:11.75rem;top:36.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0mDvFTkXRmcnARMwGPw2hJ1mG7sUi32 { width:25rem;height:1.25rem;top:38.3125rem;left:12.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT6IT8S4PRz85G1zSum0EfmlMXCUp88k { width:12.5625rem;height:1.8125rem;top:36.375rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTbcGCJUnXqJAClNqxmO0baf1pyvQxlc { width:47.75rem;height:11rem;top:62.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0KsTlGfgUIMBbwOFKZnJmFmOB7TWSRh { width:45.3125rem;height:7.5625rem;top:64.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOQtMSqhFZ8ISutItnNzbPhGCITXJ05b { width:11.75rem;height:11.75rem;top:58.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo3LT5Rc2zgyaafzEcCyrfEHzfnSTeF7 { width:25rem;height:1.25rem;top:60.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1MtzZ6X1ZUuD20xC7fcn5w3Zfer4QRt { width:12.5625rem;height:1.8125rem;top:58.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFUuihiP4qFuArrkmdrlcvw5agC2ne1b { width:47.75rem;height:18.6875rem;top:82.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLWsuwWWcSdiMUWm4FTvSQswrTsFA5Gs { width:45.3125rem;height:15.1875rem;top:84.0625rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbuPkuVWtNQNb2KoX46bpe4A4ctFuABh { width:32.0625rem;height:1.25rem;top:80.4375rem;left:12.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBwL6ik11EXUu2ea87iLXrBvKswM3hZ4 { width:11.75rem;height:11.75rem;top:78.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiaWGKJiPK10MbGXZ3CfuDRtusMWOMGa { width:12.5625rem;height:1.8125rem;top:78.5rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxQ9Z1kG7gJilVz6Sos2PW8NVqOICq6J { width:47.75rem;height:15.0625rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgaKecnSogrxRMpaZJFqFk67vUOvwAUN { width:45.3125rem;height:11.375rem;top:19.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuC6yZckfahAckfyGt4AQ3shPwg2T9Na { width:11.75rem;height:11.75rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8vOWDKo1nQAUe1BESHQoc2lRPSZa8R4 { width:25rem;height:1.25rem;top:15.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXHDxmvwuTB0BLkHMoRKrDPTk1I7q21v { width:12.5625rem;height:1.8125rem;top:13.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRMGa0GnPPtmJEW7Ka29SiIezzr9CeKm { display:block; }#XRMGa0GnPPtmJEW7Ka29SiIezzr9CeKm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmLXCF2Xp1De7nXkawqIs1N0g3NKueSR { width:35.25rem;height:3.875rem;top:3.3125rem;left:6.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxJ82qHb4Bflt3NZO2KM2XzRNJLP2RXw { width:47.75rem;height:18.25rem;top:9.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JigT0mAzgUeJzEuyfoQE3FzvGWq6vlb0 { width:23.625rem;height:3.4375rem;top:30.3125rem;left:12.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlLlMUZ7dgpHuvwyu6ANTpOQCHJCSsCm { display:block; }
 }@media only screen and (max-width: 763px) { #BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 { display:block; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTkoOmrnFfhQdvL2SaT4u6CwkCXEZ2Mf { width:30.375rem;height:;top:3.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN0i52ME1k6vE7ulNGV7Tx8iBEi97Gfz { width:24.375rem;height:3.375rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlN4Tn6Wfqvt8HNWoFFbGJwpLK3hQGay { display:block; }
 }@media only screen and (max-width: 763px) { #OvIJV0xiMR1ocOIew483PBaRsPocEPMg { top:2.5625rem;left:10.375rem;width:37.3125rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpvocakqibE4nfNQPLcttcEBQGrJPLMg { display:block; }#WpvocakqibE4nfNQPLcttcEBQGrJPLMg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVxAnG2zPSwD1EM5WbSoRx5rWFt9EDgc { width:26.5625rem;height:3.4375rem;top:32.125rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJEV7xeB7e8SvTmNwZNHzh00IXyJZy1v { display:block; }
 }@media only screen and (max-width: 763px) { #eOWpbpwNKryDJKyWh996ResaJPV45I8Z { top:7.0625rem;left:0rem;width:47.75rem;height:15.341365461848rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2BooZa2BDI2JJJlT3wV4pQaAOF7q0nK { width:47.75rem;height:2.25rem;top:27.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJtl2OzRdaLem11eSTTJbpOeKXBTB7nk { width:47.75rem;height:3rem;top:3.125rem;left:0rem;font-size:1.3125rem;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:41.6875rem;top:4.125rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { width:22.5rem;height:11rem;top:8.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RolXMcre3DIAFtkrrx34NwSfVqVwZiUy { width:18.75rem;height:0.0625rem;top:13.8125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITK0TmEvFApaK6UynNNVyWVcP17fi19N { width:27.25rem;height:10.125rem;top:21.5625rem;left:0rem;font-size:0.875rem;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;height:auto; }
#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:7.4375rem;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:7.4375rem;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 #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 #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 #fuSsKkDVcFHBLKtfsH4tlfCuVxV5CT8M {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #zdnBBOMzCtDZsWzTPZkpENJuxRUgMcxa {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #JkwKmKcsx3qXh5tGyv6zbA3oRzsMGcHl {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #XR3huoiTlfiITrqXHyN6dk4q2HEqK27S {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #QFdBnBParTrf2FWqPOuAQqo22qV7X5nJ {  }
 }@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:33.5rem;left:0rem;width:13.5rem;height:3.9806580360311rem;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:35.625003814698rem;width:7.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { top:4.6875rem;left:18.562503814698rem;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:16.687503814698rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { top:4.5625rem;left:33.8125rem;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.4821852886781rem;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;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:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:17.749rem;height:7.796875rem;top:4.0625rem;left:1.124267578125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz99rev0w8LPqdVdBke1RvKmTozxbra { width:16.3745rem;height:6.8203125rem;top:13.0615234375rem;left:1.8115234375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCR4J8KIZers5KR7sBkxgzRU6Vtwmgbf { width:6.6235625rem;height:1.875rem;top:1.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFEQxTrGDq64HFWvn2EEIlXWeEzJqQdI { width:9.375rem;height:2.0625rem;top:20.9375rem;left:0.25rem;font-size:0.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzIaP3RkcLiG5Qwtu8CfPitrcNFn8Bwf { display:block; }
 }@media only screen and (max-width: 763px) { #Uw2iPtEky8loIEEXTxdFSamsPHHC7fnA { width:9.6875rem;height:2.1875rem;top:20.875rem;left:10.0625rem;font-size:0.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz1UrXXlWm9U5nGAlolAtD7XHd1lkwQx { display:block; }
 }@media only screen and (max-width: 763px) { #m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs { display:block; }#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs { background-color: transparent; background-image: none; }#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs > .row .container > .video-iframe-container { display: none; }#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs > .row > .video-iframe-container { display: none; }#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs > .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); }#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs > .row .container { width:20rem;height:21.5625rem;background-color:#fafafa;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWxrC6KuUD5auIWKzMlZtTQuqUUlhIUv { height:11.1120625rem;width:20rem;top:5.632325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed73IGgCfxFtTWpRETVfS3lNPZEZ4xuL { width:18.125rem;height:2.5rem;top:17.993753433227rem;left:0.9375rem;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) { #lqzveGr5kttALiDrAWecI1WuDzgI0cx6 { display:block; }
 }@media only screen and (max-width: 763px) { #OpiTp8lWO7DlPz0lGKfHtJ4RLnB1HO3X { width:20rem;height:3.13354375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p { display:block; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container { width:20rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atU4JDG7r2UzsEtR2EJn1lpRqZD3erWP { width:17.8125rem;height:3.4121125rem;top:1.2489147186279rem;left:1.0937500596046rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETyWMG99u6sg16CqyfT7DDvhbfWCThq6 { width:18.125rem;height:2.5rem;top:67.46853637695rem;left:0.93750005960463rem;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) { #JdEKoEHZDB0xhlVs5rOdlPTmTlmcFgbD { display:block; }
 }@media only screen and (max-width: 763px) { #fdBXEffqQCEQtolzZcHFqqiZmPhs6TyR { width:13.499375rem;height:2.599825rem;top:10.311415672303rem;left:3.2497830986977rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDiH6TU56dRWVIrapTLQIiAAMVMJk01f { width:15.499125rem;height:3.89941875rem;top:19.034939527512rem;left:2.2493491768837rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTAgDcuvmpmTlFUEUcSiyr1S5G0Fc48F { width:20rem;height:8.311625rem;top:5.8550338745117rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQURsKclImUykfI8N1lwtp8GP7PLZiBX { width:12.8125rem;height:2.599825rem;top:29.843538284302rem;left:3.5937502980233rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ7v9Ix70Jgq9Kk43LlV4B31M69Gc7pZ { width:20rem;height:18rem;top:25.531684875488rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yrR6dP8IROl97tHfztRcwruRmOw4doow { width:20rem;height:18rem;top:62.03271484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyXT9uWh5wlHbEKAHduHhKKP6DpEeO9l { width:20rem;height:18rem;top:119.78271484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQPOatfByLTJtPMV0dhwBGJrF23CPvWk { width:15.499125rem;height:3.8994125rem;top:49.981555938721rem;left:2.2493491768837rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9Pz8lWu1acsNcUxyAZeb3SInhgzvA3r { width:20rem;height:18rem;top:100.53271484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfZyLZtUT8uF74CxWZgmJstGSFbqMAUG { width:15.3125rem;height:3.8997375rem;top:60.259555816651rem;left:2.3437500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVqC7S9Ce2ZwZN2Xg4UlPM9S9rNlOISr { width:20rem;height:18rem;top:81.28271484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QclUBvzt3uXqdAOLXOoh8AJTDsVxGvPs { width:12.3123125rem;height:3.8997375rem;top:39.343534469604rem;left:3.8433163762093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISIa4LUc4ZBPngQkELDW3GTfDMbku0sO { width:2.68663125rem;height:2.68663125rem;top:6.5310325622556rem;left:8.5004342198375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FELepXFPGV2z7g4hTJvz3c4Vh3lZe1vu { width:2.8125rem;height:2.8125rem;top:15.379341840744rem;left:8.5937502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIngU39t9zWCQBtZlWUTyXwNtbyZ4hDI { width:3.62413125rem;height:3.62413125rem;top:25.047526359558rem;left:8.186848938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTOPURyP3FOGWBLCNiCKnDqqteQeQllA { width:3.68706875rem;height:3.68706875rem;top:35.046659946442rem;left:8.155382454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTxwIdDec4IhRBwLFsF9FrzVUhCWifTW { width:3.81185rem;height:3.81185rem;top:45.419923782349rem;left:7.9372838139531rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOgGzSwdyVBDxC3V9ZDk0QgRCwMEbrVD { width:3.24978125rem;height:3.24978125rem;top:56.344404220581rem;left:8.3734810948375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ7KUdRbsZlmq7slulFC7Ipb5y6axTMi { width:20rem;height:9.4375rem;top:14.554688215256rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #CW7tbOOPMz8PaiZu3Ue73frrZCNyT2F2 { width:20rem;height:9.436875rem;top:24.423178672791rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #lcocsbkzTP0tlkLEEAwPsIKRMJqsn7TV { width:20rem;height:9.8125rem;top:34.359593391419rem;left:0rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #b9cbxIdwx05MxqGhDvwPVT2JNW20qUFv { width:20rem;height:9.8123125rem;top:44.706815719604rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #KJVaUThMonBXWleGTh1WflWPicoTF96m { width:20rem;height:9.8123125rem;top:55.089628219604rem;left:0rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { display:block; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { width:20rem;height:134.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1kNTgHcJEAlq0opbkWUrwoXx2XTH3GS { width:18.4375rem;height:3.4121125rem;top:1.3750019073486rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SECMDUAAPAGVyD6UWT0xl6Pb9dqteIDw { width:18.25rem;height:2.5rem;top:128.6845703125rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0OuKmdFRg0191EuG7QuB7DLpFL7BqK4 { display:block; }
 }@media only screen and (max-width: 763px) { #oM0fQ7ykaA5TFXJGBUAFX4BmLDGWyJJq { width:20rem;height:25.375rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgd9Nvf8a2Z3OvnXTh8Z1ILUphK4xXKi { width:18.625rem;height:15.3935625rem;top:48.25rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgnGdOrZWOBXrep4CoGHzXLthDbRZSNV { width:7.1875rem;height:7.1875rem;top:35.75rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0mDvFTkXRmcnARMwGPw2hJ1mG7sUi32 { width:12.0615rem;height:2.111325rem;top:44.75rem;left:4rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AT6IT8S4PRz85G1zSum0EfmlMXCUp88k { width:8.875rem;height:1.29980625rem;top:43.4375rem;left:5.5625rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eTbcGCJUnXqJAClNqxmO0baf1pyvQxlc { width:20rem;height:18.625rem;top:71.1396484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0KsTlGfgUIMBbwOFKZnJmFmOB7TWSRh { width:17.1875rem;height:9.795875rem;top:78.6875rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOQtMSqhFZ8ISutItnNzbPhGCITXJ05b { width:7.25rem;height:7.25rem;top:66.59375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo3LT5Rc2zgyaafzEcCyrfEHzfnSTeF7 { width:11.6875rem;height:1.0556625rem;top:76.1123046875rem;left:4.15625rem;text-align:left;text-align-last:left;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S1MtzZ6X1ZUuD20xC7fcn5w3Zfer4QRt { width:7.25rem;height:1.29980625rem;top:74.8125rem;left:6.375rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kFUuihiP4qFuArrkmdrlcvw5agC2ne1b { width:20rem;height:30.3125rem;top:95.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLWsuwWWcSdiMUWm4FTvSQswrTsFA5Gs { width:18.125rem;height:20.9911875rem;top:103.9375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbuPkuVWtNQNb2KoX46bpe4A4ctFuABh { width:15.125rem;height:2.111325rem;top:100.4873046875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oBwL6ik11EXUu2ea87iLXrBvKswM3hZ4 { width:7.25rem;height:7.25rem;top:91.375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiaWGKJiPK10MbGXZ3CfuDRtusMWOMGa { width:7.5rem;height:1.29980625rem;top:99.1875rem;left:6.25rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JxQ9Z1kG7gJilVz6Sos2PW8NVqOICq6J { width:20rem;height:22.9375rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgaKecnSogrxRMpaZJFqFk67vUOvwAUN { width:18.5625rem;height:15.3935625rem;top:17.375rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuC6yZckfahAckfyGt4AQ3shPwg2T9Na { width:7.125rem;height:7.125rem;top:6.375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8vOWDKo1nQAUe1BESHQoc2lRPSZa8R4 { width:6.3125rem;height:1.0556625rem;top:15.2373046875rem;left:6.84375rem;text-align:left;text-align-last:left;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cXHDxmvwuTB0BLkHMoRKrDPTk1I7q21v { width:7.4375rem;height:1.29980625rem;top:13.9375rem;left:6.3125rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XRMGa0GnPPtmJEW7Ka29SiIezzr9CeKm { display:block; }#XRMGa0GnPPtmJEW7Ka29SiIezzr9CeKm > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmLXCF2Xp1De7nXkawqIs1N0g3NKueSR { width:17.1875rem;height:1.70605625rem;top:1.4375rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxJ82qHb4Bflt3NZO2KM2XzRNJLP2RXw { width:18.1875rem;height:18.3691125rem;top:4.201171875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JigT0mAzgUeJzEuyfoQE3FzvGWq6vlb0 { width:18.125rem;height:2.5rem;top:24.283203125rem;left:0.9375rem;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) { #tlLlMUZ7dgpHuvwyu6ANTpOQCHJCSsCm { display:block; }
 }@media only screen and (max-width: 763px) { #BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 { display:block; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTkoOmrnFfhQdvL2SaT4u6CwkCXEZ2Mf { width:19.25rem;height:5.1181625rem;top:1.3125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN0i52ME1k6vE7ulNGV7Tx8iBEi97Gfz { width:18.125rem;height:2.5rem;top:23.8095703125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlN4Tn6Wfqvt8HNWoFFbGJwpLK3hQGay { display:block; }
 }@media only screen and (max-width: 763px) { #OvIJV0xiMR1ocOIew483PBaRsPocEPMg { width:20rem;height:15rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpvocakqibE4nfNQPLcttcEBQGrJPLMg { display:block; }#WpvocakqibE4nfNQPLcttcEBQGrJPLMg > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVxAnG2zPSwD1EM5WbSoRx5rWFt9EDgc { width:19.4375rem;height:2.5rem;top:19.3115234375rem;left:0.28125rem;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) { #XJEV7xeB7e8SvTmNwZNHzh00IXyJZy1v { display:block; }
 }@media only screen and (max-width: 763px) { #eOWpbpwNKryDJKyWh996ResaJPV45I8Z { width:20rem;height:6.3125rem;top:7.9287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2BooZa2BDI2JJJlT3wV4pQaAOF7q0nK { width:16.3720625rem;height:2.76171875rem;top:15.2412109375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJtl2OzRdaLem11eSTTJbpOeKXBTB7nk { width:17.5625rem;height:5.1181625rem;top:1.736328125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcLZekAvpyOTlnO7N20002tcvWlNWlVi { display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odUrysAdn55Re73CFHOzGTVvy10vsGp6 { width:20rem;height:41.0625rem;top:14.14013671875rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { width:20rem;height:2.0317375rem;top:4.81201171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RolXMcre3DIAFtkrrx34NwSfVqVwZiUy { width:17.5rem;height:0.05859375rem;top:26.8125rem;left:2.5rem;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:18.249rem;height:4.546875rem;top:7.875rem;left:0.873046875rem;text-align:center;text-align-last:center;font-size:0.875rem;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;height:auto; }
#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:14.62353515625rem;left:0.404296875rem;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:14.62353515625rem;left:0.404296875rem;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 #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 #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 #fuSsKkDVcFHBLKtfsH4tlfCuVxV5CT8M {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #zdnBBOMzCtDZsWzTPZkpENJuxRUgMcxa { display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #JkwKmKcsx3qXh5tGyv6zbA3oRzsMGcHl {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #XR3huoiTlfiITrqXHyN6dk4q2HEqK27S {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #QFdBnBParTrf2FWqPOuAQqo22qV7X5nJ {  }
 }@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.999rem;height:1.9995125rem;top:1.26416015625rem;left:6.498046875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { width:9.74975rem;height:1.4rem;top:6.5625rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { width:11.3733125rem;height:1.4rem;top:3.625rem;left:3.6875rem;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:1.25rem;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:3.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { width:1.5625rem;height:1.5625rem;top:6.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { width:8.3745625rem;height:2.12456875rem;top:14.856771469116rem;left:5.8116324543953rem;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { display:flex;width:3.125rem;height:3.125rem;top:9.9375rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { display:flex;width:3.125rem;height:3.125rem;top:9.9375rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { display:flex;width:3.125rem;height:3.125rem;top:9.9375rem;left:13.625rem; }
 }@media only screen and (max-width: 763px) { #JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { display:none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@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; }
 }