.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(24,66,102,0.5);background-image:url("https://images.assets-landingi.com/uc/ab8aaee4-4499-4e09-bd36-58533be8036e/solarpanelsroofsolarcell.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:60rem;position:relative;display:block; }#ylkcs81TI0KctTrCQt1MIanygN2u0izb { color:#1c1c1c;display:block;width:53.9375rem;position:absolute;font-family:"open sans";font-size:3.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.625rem;left:3.03125rem;height:4.7122375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-form-header {  }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:17.375rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-input-text { 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 #f3bd2d;border-left:0.0625rem solid #f3bd2d;border-right:0.0625rem solid #f3bd2d;border-bottom:0.0625rem solid #f3bd2d;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.375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-input-text {padding-top: 0; padding-bottom: 0;}#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-textarea { 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 #f3bd2d;border-left:0.0625rem solid #f3bd2d;border-right:0.0625rem solid #f3bd2d;border-bottom:0.0625rem solid #f3bd2d;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.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .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:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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.375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-input-select {padding-top: 0; padding-bottom: 0;}#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:#f3bd2d;width:17.375rem;height:4.0625rem;font-family:"open sans";overflow:hidden; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c [class*="-text"]:-moz-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c [class*="-text"]::-moz-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .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";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:16.125rem;overflow:hidden;font-style:normal; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .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; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .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:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-container:first-of-type{padding-top:0;}#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-container:last-of-type{padding-bottom:0;}#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:2.125rem;top:17.3125rem;z-index:100003;position:absolute; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.375rem;display:block;vertical-align:top; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c {display:block;}#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:2.125rem;top:17.3125rem;z-index:15003;position:absolute; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #OAoR9Pwe0628HCX599TZGLkqFUIrT1tW { position:relative; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #h2VNbXOsx0TgDmTdf3IQHRHdqFFCTlDW { position:relative; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #giTxLRsoTCNMHe6fHabyDhXt31TFBMSk { position:relative; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #uHPtCVJcrTsDux8lFuRrdP12K1ZsOTNR { position:relative; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #IISuE1Za1HeExXF9s3GC71afpedEg2Oy { position:relative; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #d0NZJovig26KmfBpw3H4v4LTF2zgr6ZV { position:relative; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #toChNXnSLKs6WEpZCRtHbreN7yKigeap { position:relative; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #sHZGABZFsFpQVeNNNk2VafvGGfLru0Dv { position:relative; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #rHoclX8AIZT2QRylitzKHBdolDZvqTr3 { position:relative; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #KRv9NoSvg2Ir08R8hliXca2zZMtLzkc1 { position:relative; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #MTC25u6wfAXKlAdsKzpyRhfuEqV5kSBP { position:relative; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #JvEpuEmnXOpLOmfGIgiSdoDImUpdcr24 { position:relative; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #L7d0Z2rPoVZKapknIcK4aNp3VU8vzKT4 { position:relative; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #qEkEIuVAL3k13LdnWdes1kUxNGFUGP2r { position:relative;z-index:2; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #Mu1osGLd2xVTkqVirvJxAqqfzL7wMl44 { position:relative; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #yWHDdEy7LpoQF05kpv2UpshRNmiaCTXx { position:relative; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #AHIH2BTNzIcTmP3klKdWAkuEVHpflr5N { position:relative; }
#xNpSrWI9vy1v7epNCT3wvk2xd0RIwm6Q { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f3bd2d;border-left:0.125rem solid #f3bd2d;border-right:0.125rem solid #f3bd2d;border-bottom:0.125rem solid #f3bd2d;height:29.375rem;width:20.5rem;top:14.125rem;left:1.875rem;display:block; }
#Dcy9WcQi5VbZScoOgydzT20H4dg8CgqH { z-index:15001;top:37.75rem;left:39.552082061767rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#f3bd2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XmxP6kJWO5OEiOUc15U0UaxrXiffmpkD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FqyR4xsJJhtu1BHlZVf63PtGqRra8V1F { position:relative;display:block; }#FqyR4xsJJhtu1BHlZVf63PtGqRra8V1F { background-color: transparent; background-image: none; }#FqyR4xsJJhtu1BHlZVf63PtGqRra8V1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqyR4xsJJhtu1BHlZVf63PtGqRra8V1F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqyR4xsJJhtu1BHlZVf63PtGqRra8V1F > .row .container > .video-iframe-container { display: none; }#FqyR4xsJJhtu1BHlZVf63PtGqRra8V1F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqyR4xsJJhtu1BHlZVf63PtGqRra8V1F > .row > .video-iframe-container { display: none; }#FqyR4xsJJhtu1BHlZVf63PtGqRra8V1F > .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); }#FqyR4xsJJhtu1BHlZVf63PtGqRra8V1F { border-width: 0; border-radius: 0; }#FqyR4xsJJhtu1BHlZVf63PtGqRra8V1F > .row .container > .video-iframe-container {  }#FqyR4xsJJhtu1BHlZVf63PtGqRra8V1F > .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:14.8125rem;width:60rem;position:relative;display:block; }#DIVa0wVQTS27o0wPMFbPAx3vHuG4XueH { color:#1c1c1c;display:block;width:53.75rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.71875rem;left:3.125rem;height:3.41145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RXrEPZUFynXh7Jzal7axyvo26exWTTEx { position:relative;display:block; }#RXrEPZUFynXh7Jzal7axyvo26exWTTEx { background-color: transparent; background-image: none; }#RXrEPZUFynXh7Jzal7axyvo26exWTTEx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXrEPZUFynXh7Jzal7axyvo26exWTTEx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXrEPZUFynXh7Jzal7axyvo26exWTTEx > .row .container > .video-iframe-container { display: none; }#RXrEPZUFynXh7Jzal7axyvo26exWTTEx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXrEPZUFynXh7Jzal7axyvo26exWTTEx > .row > .video-iframe-container { display: none; }#RXrEPZUFynXh7Jzal7axyvo26exWTTEx > .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); }#RXrEPZUFynXh7Jzal7axyvo26exWTTEx { border-width: 0; border-radius: 0; }#RXrEPZUFynXh7Jzal7axyvo26exWTTEx > .row .container > .video-iframe-container {  }#RXrEPZUFynXh7Jzal7axyvo26exWTTEx > .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:20.5625rem;width:60rem;position:relative;display:block; }#RAmdt3bO9FyXeP8rptQbuLbuu8pplRnX { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:7.625rem;left:1.21875rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fS1bmpda2Sfes9vnnAwAr2X3WnQbJcta { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:7.625rem;left:21.21875rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KTTxiPxJ1U4to6BHnDVb5yuAKkh2yPzd { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.625rem;left:41.21875rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LCUx3Ibr3WIhyEu4z2IDArmFLlJwgCTV { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10.46875rem;left:2.4375rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LVUw5LBl3S5u3ilP4nnzRuEeGrn9BVX8 { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:10.46875rem;left:22.437503814698rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zc2RsK60DhwOZJsvAUn4UZX7DTemxxQ3 { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:10.46875rem;left:42.437503814698rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BbVGZxGkWLTpzrcFIQX7Kf2QrLnK2RrV { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5625rem;width:5.5625rem;top:0rem;left:7.21875rem;overflow:hidden;display:block; }
#tpWwTcatfZPto1CSAwTRcnF8xOcH1ani { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5625rem;width:5.5625rem;top:0rem;left:27.21875rem;overflow:hidden;display:block; }
#ueaD78afbFHV9apqvgMzst6QyDiAysPA { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5625rem;width:5.5625rem;top:0rem;left:47.21875rem;overflow:hidden;display:block; }
#IhLMsGoXX0tK3C8yVZ56ZO81kx9J0hEa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);background-image:none;position:relative;display:block; }#IhLMsGoXX0tK3C8yVZ56ZO81kx9J0hEa > .row .container { background-color: transparent; background-image: none; }#IhLMsGoXX0tK3C8yVZ56ZO81kx9J0hEa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhLMsGoXX0tK3C8yVZ56ZO81kx9J0hEa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhLMsGoXX0tK3C8yVZ56ZO81kx9J0hEa > .row .container > .video-iframe-container { display: none; }#IhLMsGoXX0tK3C8yVZ56ZO81kx9J0hEa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhLMsGoXX0tK3C8yVZ56ZO81kx9J0hEa > .row > .video-iframe-container { display: none; }#IhLMsGoXX0tK3C8yVZ56ZO81kx9J0hEa > .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); }#IhLMsGoXX0tK3C8yVZ56ZO81kx9J0hEa > .row .container { border-width: 0; border-radius: 0; }#IhLMsGoXX0tK3C8yVZ56ZO81kx9J0hEa > .row > .video-iframe-container {  }#IhLMsGoXX0tK3C8yVZ56ZO81kx9J0hEa > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#odkv3TaLWmq2P1WI1669WrJrtCy2quwH { color:#1c1c1c;display:block;width:59.75rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0.25rem;height:6.8229125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OVBtyOIMhUXWRxlIzC9f9xd6XL1119hc { background-color:#f3bd2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:15.0625rem;left:21.250003814698rem;display:block; }
#yNiEcQb3zJ0v9t6tTus3HhRshRWCCCxN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cvxvXa5JfphsDfuNAGT8JFUEunlQ4zan { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(243,189,45,0.63);background-image:none;position:relative;display:block; }#cvxvXa5JfphsDfuNAGT8JFUEunlQ4zan > .row .container { background-color: transparent; background-image: none; }#cvxvXa5JfphsDfuNAGT8JFUEunlQ4zan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvxvXa5JfphsDfuNAGT8JFUEunlQ4zan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvxvXa5JfphsDfuNAGT8JFUEunlQ4zan > .row .container > .video-iframe-container { display: none; }#cvxvXa5JfphsDfuNAGT8JFUEunlQ4zan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvxvXa5JfphsDfuNAGT8JFUEunlQ4zan > .row > .video-iframe-container { display: none; }#cvxvXa5JfphsDfuNAGT8JFUEunlQ4zan > .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); }#cvxvXa5JfphsDfuNAGT8JFUEunlQ4zan > .row .container { border-width: 0; border-radius: 0; }#cvxvXa5JfphsDfuNAGT8JFUEunlQ4zan > .row > .video-iframe-container {  }#cvxvXa5JfphsDfuNAGT8JFUEunlQ4zan > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:block; }#PkfvHfvvt1U8Zl9UPpZXQhiUr7vDea7y { color:#1c1c1c;display:block;width:53.75rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8828125rem;left:3.125rem;height:10.234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TfNW2mSyFiLxTOTZKdVVBnIcxWT5hI29 { position:relative;display:block; }#TfNW2mSyFiLxTOTZKdVVBnIcxWT5hI29 { background-color: transparent; background-image: none; }#TfNW2mSyFiLxTOTZKdVVBnIcxWT5hI29::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfNW2mSyFiLxTOTZKdVVBnIcxWT5hI29 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfNW2mSyFiLxTOTZKdVVBnIcxWT5hI29 > .row .container > .video-iframe-container { display: none; }#TfNW2mSyFiLxTOTZKdVVBnIcxWT5hI29 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfNW2mSyFiLxTOTZKdVVBnIcxWT5hI29 > .row > .video-iframe-container { display: none; }#TfNW2mSyFiLxTOTZKdVVBnIcxWT5hI29 > .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); }#TfNW2mSyFiLxTOTZKdVVBnIcxWT5hI29 { border-width: 0; border-radius: 0; }#TfNW2mSyFiLxTOTZKdVVBnIcxWT5hI29 > .row .container > .video-iframe-container {  }#TfNW2mSyFiLxTOTZKdVVBnIcxWT5hI29 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.1875rem;width:60rem;position:relative;display:block; }#ekm4vwi7hTVMBpLv9CaKRuZbkraEboML { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:11.1875rem;left:1.21875rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O420ayqofvyQXFtnH6TDxOVJxS2lSSkg { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:11.1875rem;left:41.21875rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uuP2OCRSPRFwrHwiXDudxUCMmz7s2nzL { box-sizing:content-box;color:#f3bd2d;font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:4.5rem;left:7.90625rem;display:block; }
#G1wT7ywcBQp7dZX5nhcI2Oq2lH5Oyw0B { position:absolute;display:block;z-index:15003;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.0625rem solid #bbb8b8;border-left:0.0625rem solid #bbb8b8;border-right:0.0625rem solid #bbb8b8;border-bottom:0.0625rem solid #bbb8b8;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;height:5.9375rem;width:5.9375rem;top:3.5625rem;left:6.96875rem;display:block; }
#t68gGMam4DkNOw5DHm8feyK8ZIOctJoN { position:absolute;display:block;z-index:15004;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.0625rem solid #bbb8b8;border-left:0.0625rem solid #bbb8b8;border-right:0.0625rem solid #bbb8b8;border-bottom:0.0625rem solid #bbb8b8;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;height:5.9375rem;width:5.9375rem;top:3.5625rem;left:26.96875rem;display:block; }
#XT4KHqdCQEoNgt46rgJyCFhGhOmiMZVe { position:absolute;display:block;z-index:15005;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.0625rem solid #bbb8b8;border-left:0.0625rem solid #bbb8b8;border-right:0.0625rem solid #bbb8b8;border-bottom:0.0625rem solid #bbb8b8;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;height:5.9375rem;width:5.9375rem;top:3.5625rem;left:46.96875rem;display:block; }
#oEqmrqAcU6Efmn2JfQwfzBi4WplHMg0z { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:11.1875rem;left:21.21875rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G4RDQv8ftgD0VL7ApcUdVlnyfbprFxnp { box-sizing:content-box;color:#f3bd2d;font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:4.5rem;left:27.90625rem;display:block; }
#J1gu7sq6SfywlRu9iFKy56Nv0LWPXQis { box-sizing:content-box;color:#f3bd2d;font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:4.5rem;left:47.90625rem;display:block; }
#zi62NJKVyiy5uHFPJx5WCtzX6EGAVhcF { position:relative;display:block; }#zi62NJKVyiy5uHFPJx5WCtzX6EGAVhcF { background-color: transparent; background-image: none; }#zi62NJKVyiy5uHFPJx5WCtzX6EGAVhcF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi62NJKVyiy5uHFPJx5WCtzX6EGAVhcF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi62NJKVyiy5uHFPJx5WCtzX6EGAVhcF > .row .container > .video-iframe-container { display: none; }#zi62NJKVyiy5uHFPJx5WCtzX6EGAVhcF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi62NJKVyiy5uHFPJx5WCtzX6EGAVhcF > .row > .video-iframe-container { display: none; }#zi62NJKVyiy5uHFPJx5WCtzX6EGAVhcF > .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); }#zi62NJKVyiy5uHFPJx5WCtzX6EGAVhcF { border-width: 0; border-radius: 0; }#zi62NJKVyiy5uHFPJx5WCtzX6EGAVhcF > .row .container > .video-iframe-container {  }#zi62NJKVyiy5uHFPJx5WCtzX6EGAVhcF > .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:20.375rem;width:60rem;position:relative;display:block; }#fmVEhycSeqV6NKI5omnGA8TT40UHDhJ3 { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:12.1875rem;left:1.21875rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dRwNkpqDsoVoltM9dLrnCM6DTTX5b7H3 { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:12.1875rem;left:41.21875rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vg1TMAunhC1va80Ak9VkUVrA8vbJX4iI { position:absolute;display:block;z-index:15003;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.0625rem solid #bbb8b8;border-left:0.0625rem solid #bbb8b8;border-right:0.0625rem solid #bbb8b8;border-bottom:0.0625rem solid #bbb8b8;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;height:5.9375rem;width:5.9375rem;top:3.5625rem;left:6.96875rem;display:block; }
#Cv03T6wZRaz6FMBiuCwSBUEWPBv9AatM { position:absolute;display:block;z-index:15004;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.0625rem solid #bbb8b8;border-left:0.0625rem solid #bbb8b8;border-right:0.0625rem solid #bbb8b8;border-bottom:0.0625rem solid #bbb8b8;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;height:5.9375rem;width:5.9375rem;top:3.5625rem;left:26.96875rem;display:block; }
#X8N3kWwz1IyDMV032sRS4P9HJxM5eTA8 { position:absolute;display:block;z-index:15005;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.0625rem solid #bbb8b8;border-left:0.0625rem solid #bbb8b8;border-right:0.0625rem solid #bbb8b8;border-bottom:0.0625rem solid #bbb8b8;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;height:5.9375rem;width:5.9375rem;top:3.5625rem;left:46.96875rem;display:block; }
#xsXSFPsHofHzrzVHHX0BT3o7iwDRJ9QP { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:12.1875rem;left:21.21875rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TUCMMfQoJxsX5nw4rTfqbRcbt3u0mSlN { box-sizing:content-box;color:#f3bd2d;font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:4.5rem;left:7.90625rem;display:block; }
#JTU6GyO6XLLIgQ4EfOL3XEA1rxarZlL3 { box-sizing:content-box;color:#f3bd2d;font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:4.5rem;left:27.90625rem;display:block; }
#PxeuKnfPHQ3JhzEpAOyK1kTlxNM2enl6 { box-sizing:content-box;color:#f3bd2d;font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:4.5rem;left:47.90625rem;display:block; }
#weOkeAWHzaGvd7TFRhotQVrcxNeJXwIl { position:relative;display:block; }#weOkeAWHzaGvd7TFRhotQVrcxNeJXwIl { background-color: transparent; background-image: none; }#weOkeAWHzaGvd7TFRhotQVrcxNeJXwIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weOkeAWHzaGvd7TFRhotQVrcxNeJXwIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weOkeAWHzaGvd7TFRhotQVrcxNeJXwIl > .row .container > .video-iframe-container { display: none; }#weOkeAWHzaGvd7TFRhotQVrcxNeJXwIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weOkeAWHzaGvd7TFRhotQVrcxNeJXwIl > .row > .video-iframe-container { display: none; }#weOkeAWHzaGvd7TFRhotQVrcxNeJXwIl > .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); }#weOkeAWHzaGvd7TFRhotQVrcxNeJXwIl { border-width: 0; border-radius: 0; }#weOkeAWHzaGvd7TFRhotQVrcxNeJXwIl > .row .container > .video-iframe-container {  }#weOkeAWHzaGvd7TFRhotQVrcxNeJXwIl > .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:30.25rem;width:60rem;position:relative;display:block; }#cJJrgT6NDGCeOi4qHherPWVMaigsoALX { color:#000000;display:block;width:54.3125rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:5.21875rem;left:2.78125rem;height:3.1497375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GyTABECc5OiRwLsZ5Osp4Xb2esr2hytR { color:#000000;display:block;width:55.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:12.8125rem;left:2.21875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#GyTABECc5OiRwLsZ5Osp4Xb2esr2hytR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GyTABECc5OiRwLsZ5Osp4Xb2esr2hytR li:before{  }
#fHUw0tIMOSvSGKITrfAaMtLoCVG2J8De { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:3.59375rem;left:30rem;height:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#fHUw0tIMOSvSGKITrfAaMtLoCVG2J8De li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fHUw0tIMOSvSGKITrfAaMtLoCVG2J8De li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/3cfcWJRZ/pointer_arrow.png); }
#qVmEB82cec6y3f0nzs3r4oRvBcuvt9wH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3bd2d;background-image:none;position:relative;display:block; }#qVmEB82cec6y3f0nzs3r4oRvBcuvt9wH > .row .container { background-color: transparent; background-image: none; }#qVmEB82cec6y3f0nzs3r4oRvBcuvt9wH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVmEB82cec6y3f0nzs3r4oRvBcuvt9wH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVmEB82cec6y3f0nzs3r4oRvBcuvt9wH > .row .container > .video-iframe-container { display: none; }#qVmEB82cec6y3f0nzs3r4oRvBcuvt9wH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVmEB82cec6y3f0nzs3r4oRvBcuvt9wH > .row > .video-iframe-container { display: none; }#qVmEB82cec6y3f0nzs3r4oRvBcuvt9wH > .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); }#qVmEB82cec6y3f0nzs3r4oRvBcuvt9wH > .row .container { border-width: 0; border-radius: 0; }#qVmEB82cec6y3f0nzs3r4oRvBcuvt9wH > .row > .video-iframe-container {  }#qVmEB82cec6y3f0nzs3r4oRvBcuvt9wH > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:60rem;position:relative;display:block; }#Q7lSZRdl2mpqUGvepElK84rZWmNL0LKG { color:#1c1c1c;display:block;width:59.75rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:3.41145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glrlsGAn1lHqavFT5lquEJHOpD19a8mV { color:#ffffff;display:block;width:59.75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.8125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JVt2mDmhAMkg9yIfoMGrXsOmoJvwCJrg { background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.9375rem;left:21.25rem;display:block; }
#uITKABPpdZDxRmUW4nMdkkve3UWtaDiN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylkcs81TI0KctTrCQt1MIanygN2u0izb { width:47.75rem;height:4.6875rem;top:5.625rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-input-text {padding-top: 0; padding-bottom: 0;}#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-input-select {padding-top: 0; padding-bottom: 0;}#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c  { width:17.375rem;height:auto;top:17.3125rem;left:0rem; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c {display:block;}#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c { width:17.375rem;height:auto;top:17.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #OAoR9Pwe0628HCX599TZGLkqFUIrT1tW {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #h2VNbXOsx0TgDmTdf3IQHRHdqFFCTlDW {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #giTxLRsoTCNMHe6fHabyDhXt31TFBMSk {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #uHPtCVJcrTsDux8lFuRrdP12K1ZsOTNR {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #IISuE1Za1HeExXF9s3GC71afpedEg2Oy {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #d0NZJovig26KmfBpw3H4v4LTF2zgr6ZV {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #toChNXnSLKs6WEpZCRtHbreN7yKigeap {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #sHZGABZFsFpQVeNNNk2VafvGGfLru0Dv {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #rHoclX8AIZT2QRylitzKHBdolDZvqTr3 {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #KRv9NoSvg2Ir08R8hliXca2zZMtLzkc1 {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #MTC25u6wfAXKlAdsKzpyRhfuEqV5kSBP {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #JvEpuEmnXOpLOmfGIgiSdoDImUpdcr24 {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #L7d0Z2rPoVZKapknIcK4aNp3VU8vzKT4 {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #qEkEIuVAL3k13LdnWdes1kUxNGFUGP2r { z-index:2; }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #Mu1osGLd2xVTkqVirvJxAqqfzL7wMl44 {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #yWHDdEy7LpoQF05kpv2UpshRNmiaCTXx {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #AHIH2BTNzIcTmP3klKdWAkuEVHpflr5N {  }
 }@media only screen and (max-width: 763px) { #xNpSrWI9vy1v7epNCT3wvk2xd0RIwm6Q { width:20.5rem;height:29.375rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dcy9WcQi5VbZScoOgydzT20H4dg8CgqH { top:37.75rem;left:30.25rem;width:17.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmxP6kJWO5OEiOUc15U0UaxrXiffmpkD { display:block; }
 }@media only screen and (max-width: 763px) { #FqyR4xsJJhtu1BHlZVf63PtGqRra8V1F { display:block; }#FqyR4xsJJhtu1BHlZVf63PtGqRra8V1F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIVa0wVQTS27o0wPMFbPAx3vHuG4XueH { width:47.75rem;height:3.375rem;top:5.6875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXrEPZUFynXh7Jzal7axyvo26exWTTEx { display:block; }#RXrEPZUFynXh7Jzal7axyvo26exWTTEx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAmdt3bO9FyXeP8rptQbuLbuu8pplRnX { width:17.5625rem;height:1.75rem;top:7.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS1bmpda2Sfes9vnnAwAr2X3WnQbJcta { width:17.5625rem;height:1.75rem;top:7.625rem;left:14.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTTxiPxJ1U4to6BHnDVb5yuAKkh2yPzd { width:17.5625rem;height:1.75rem;top:7.625rem;left:30.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCUx3Ibr3WIhyEu4z2IDArmFLlJwgCTV { width:15.125rem;height:3.9375rem;top:10.4375rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVUw5LBl3S5u3ilP4nnzRuEeGrn9BVX8 { width:15.125rem;height:3.9375rem;top:10.4375rem;left:16.250003814698rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc2RsK60DhwOZJsvAUn4UZX7DTemxxQ3 { width:15.125rem;height:3.9375rem;top:10.4375rem;left:32.125003814698rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbVGZxGkWLTpzrcFIQX7Kf2QrLnK2RrV { width:5.5625rem;height:5.5625rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpWwTcatfZPto1CSAwTRcnF8xOcH1ani { width:5.5625rem;height:5.5625rem;top:0rem;left:21.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueaD78afbFHV9apqvgMzst6QyDiAysPA { width:5.5625rem;height:5.5625rem;top:0rem;left:36.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhLMsGoXX0tK3C8yVZ56ZO81kx9J0hEa { display:block; }#IhLMsGoXX0tK3C8yVZ56ZO81kx9J0hEa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odkv3TaLWmq2P1WI1669WrJrtCy2quwH { width:47.75rem;height:6.75rem;top:2.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVBtyOIMhUXWRxlIzC9f9xd6XL1119hc { width:17.5rem;height:3.4375rem;top:15.0625rem;left:15.125003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNiEcQb3zJ0v9t6tTus3HhRshRWCCCxN { display:block; }
 }@media only screen and (max-width: 763px) { #cvxvXa5JfphsDfuNAGT8JFUEunlQ4zan { display:block; }#cvxvXa5JfphsDfuNAGT8JFUEunlQ4zan > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PkfvHfvvt1U8Zl9UPpZXQhiUr7vDea7y { width:47.75rem;height:10.1875rem;top:2.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfNW2mSyFiLxTOTZKdVVBnIcxWT5hI29 { display:block; }#TfNW2mSyFiLxTOTZKdVVBnIcxWT5hI29 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekm4vwi7hTVMBpLv9CaKRuZbkraEboML { width:17.5625rem;height:4.75rem;top:11.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O420ayqofvyQXFtnH6TDxOVJxS2lSSkg { width:17.5625rem;height:3.1875rem;top:11.1875rem;left:30.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuP2OCRSPRFwrHwiXDudxUCMmz7s2nzL { width:4.1875rem;height:4.1875rem;top:4.5rem;left:5.84375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1wT7ywcBQp7dZX5nhcI2Oq2lH5Oyw0B { width:5.9375rem;height:5.9375rem;top:3.5625rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t68gGMam4DkNOw5DHm8feyK8ZIOctJoN { width:5.9375rem;height:5.9375rem;top:3.5625rem;left:20.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT4KHqdCQEoNgt46rgJyCFhGhOmiMZVe { width:5.9375rem;height:5.9375rem;top:3.5625rem;left:36.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEqmrqAcU6Efmn2JfQwfzBi4WplHMg0z { width:17.5625rem;height:3.1875rem;top:11.1875rem;left:14.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4RDQv8ftgD0VL7ApcUdVlnyfbprFxnp { width:4.1875rem;height:4.1875rem;top:4.5rem;left:21.71875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1gu7sq6SfywlRu9iFKy56Nv0LWPXQis { width:4.1875rem;height:4.1875rem;top:4.5rem;left:37.59375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi62NJKVyiy5uHFPJx5WCtzX6EGAVhcF { display:block; }#zi62NJKVyiy5uHFPJx5WCtzX6EGAVhcF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmVEhycSeqV6NKI5omnGA8TT40UHDhJ3 { width:17.5625rem;height:3.1875rem;top:12.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRwNkpqDsoVoltM9dLrnCM6DTTX5b7H3 { width:17.5625rem;height:4.75rem;top:12.1875rem;left:30.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg1TMAunhC1va80Ak9VkUVrA8vbJX4iI { width:5.9375rem;height:5.9375rem;top:3.5625rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv03T6wZRaz6FMBiuCwSBUEWPBv9AatM { width:5.9375rem;height:5.9375rem;top:3.5625rem;left:20.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8N3kWwz1IyDMV032sRS4P9HJxM5eTA8 { width:5.9375rem;height:5.9375rem;top:3.5625rem;left:36.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsXSFPsHofHzrzVHHX0BT3o7iwDRJ9QP { width:17.5625rem;height:3.1875rem;top:12.1875rem;left:14.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUCMMfQoJxsX5nw4rTfqbRcbt3u0mSlN { width:4.1875rem;height:4.1875rem;top:4.5rem;left:5.84375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTU6GyO6XLLIgQ4EfOL3XEA1rxarZlL3 { width:4.1875rem;height:4.1875rem;top:4.5rem;left:21.71875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxeuKnfPHQ3JhzEpAOyK1kTlxNM2enl6 { width:4.1875rem;height:4.1875rem;top:4.5rem;left:37.59375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weOkeAWHzaGvd7TFRhotQVrcxNeJXwIl { display:block; }#weOkeAWHzaGvd7TFRhotQVrcxNeJXwIl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJJrgT6NDGCeOi4qHherPWVMaigsoALX { width:47.75rem;height:3.125rem;top:5.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyTABECc5OiRwLsZ5Osp4Xb2esr2hytR { width:47.75rem;height:12.25rem;top:12.8125rem;left:0rem;font-size:0.875rem;display:block; }#GyTABECc5OiRwLsZ5Osp4Xb2esr2hytR li:before{  }
 }@media only screen and (max-width: 763px) { #fHUw0tIMOSvSGKITrfAaMtLoCVG2J8De { width:29.5625rem;height:;top:3.5625rem;left:18.1875rem;font-size:1rem;display:block; }#fHUw0tIMOSvSGKITrfAaMtLoCVG2J8De li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/3cfcWJRZ/pointer_arrow.png); }
 }@media only screen and (max-width: 763px) { #qVmEB82cec6y3f0nzs3r4oRvBcuvt9wH { display:block; }#qVmEB82cec6y3f0nzs3r4oRvBcuvt9wH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7lSZRdl2mpqUGvepElK84rZWmNL0LKG { width:47.75rem;height:3.375rem;top:7.3125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glrlsGAn1lHqavFT5lquEJHOpD19a8mV { width:47.75rem;height:2.4375rem;top:11.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVt2mDmhAMkg9yIfoMGrXsOmoJvwCJrg { width:17.5rem;height:3.4375rem;top:17.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uITKABPpdZDxRmUW4nMdkkve3UWtaDiN { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylkcs81TI0KctTrCQt1MIanygN2u0izb { width:20rem;height:5.19791875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-input-text {padding-top: 0; padding-bottom: 0;}#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-input-select {padding-top: 0; padding-bottom: 0;}#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c  { width:17.25rem;height:auto;top:32.0625rem;left:0rem; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c {display:block;}#QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c { width:17.25rem;height:auto;top:32.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #OAoR9Pwe0628HCX599TZGLkqFUIrT1tW {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #h2VNbXOsx0TgDmTdf3IQHRHdqFFCTlDW {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #giTxLRsoTCNMHe6fHabyDhXt31TFBMSk {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #uHPtCVJcrTsDux8lFuRrdP12K1ZsOTNR {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #IISuE1Za1HeExXF9s3GC71afpedEg2Oy {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #d0NZJovig26KmfBpw3H4v4LTF2zgr6ZV {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #toChNXnSLKs6WEpZCRtHbreN7yKigeap {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #sHZGABZFsFpQVeNNNk2VafvGGfLru0Dv {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #rHoclX8AIZT2QRylitzKHBdolDZvqTr3 {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #KRv9NoSvg2Ir08R8hliXca2zZMtLzkc1 {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #MTC25u6wfAXKlAdsKzpyRhfuEqV5kSBP {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #JvEpuEmnXOpLOmfGIgiSdoDImUpdcr24 {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #L7d0Z2rPoVZKapknIcK4aNp3VU8vzKT4 {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #qEkEIuVAL3k13LdnWdes1kUxNGFUGP2r { z-index:2; }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #Mu1osGLd2xVTkqVirvJxAqqfzL7wMl44 {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #yWHDdEy7LpoQF05kpv2UpshRNmiaCTXx {  }
 }@media only screen and (max-width: 763px) { #QxgzzWspsbbelHf2ugy8aJdlpwNQnA1c #AHIH2BTNzIcTmP3klKdWAkuEVHpflr5N {  }
 }@media only screen and (max-width: 763px) { #xNpSrWI9vy1v7epNCT3wvk2xd0RIwm6Q { width:19.75rem;height:25.1875rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dcy9WcQi5VbZScoOgydzT20H4dg8CgqH { top:21.4375rem;left:2.375rem;width:15.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmxP6kJWO5OEiOUc15U0UaxrXiffmpkD { display:block; }
 }@media only screen and (max-width: 763px) { #FqyR4xsJJhtu1BHlZVf63PtGqRra8V1F { display:block; }#FqyR4xsJJhtu1BHlZVf63PtGqRra8V1F > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIVa0wVQTS27o0wPMFbPAx3vHuG4XueH { width:20rem;height:5.03645625rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXrEPZUFynXh7Jzal7axyvo26exWTTEx { display:block; }#RXrEPZUFynXh7Jzal7axyvo26exWTTEx > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAmdt3bO9FyXeP8rptQbuLbuu8pplRnX { width:17.5625rem;height:1.78125rem;top:8.0625rem;left:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS1bmpda2Sfes9vnnAwAr2X3WnQbJcta { width:17.5625rem;height:1.78125rem;top:23.625rem;left:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTTxiPxJ1U4to6BHnDVb5yuAKkh2yPzd { width:17.5625rem;height:1.78125rem;top:39.1875rem;left:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCUx3Ibr3WIhyEu4z2IDArmFLlJwgCTV { width:17.5625rem;height:4.5rem;top:11.0625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVUw5LBl3S5u3ilP4nnzRuEeGrn9BVX8 { width:17.5625rem;height:4.5rem;top:26.625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc2RsK60DhwOZJsvAUn4UZX7DTemxxQ3 { width:17.5625rem;height:4.5rem;top:42.1875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbVGZxGkWLTpzrcFIQX7Kf2QrLnK2RrV { width:5.5625rem;height:5.5625rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpWwTcatfZPto1CSAwTRcnF8xOcH1ani { width:5.5625rem;height:5.5625rem;top:16.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueaD78afbFHV9apqvgMzst6QyDiAysPA { width:5.5625rem;height:5.5625rem;top:32.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhLMsGoXX0tK3C8yVZ56ZO81kx9J0hEa { display:block; }#IhLMsGoXX0tK3C8yVZ56ZO81kx9J0hEa > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odkv3TaLWmq2P1WI1669WrJrtCy2quwH { width:20rem;height:6.82421875rem;top:2rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVBtyOIMhUXWRxlIzC9f9xd6XL1119hc { width:17.5rem;height:3.4375rem;top:11.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNiEcQb3zJ0v9t6tTus3HhRshRWCCCxN { display:block; }
 }@media only screen and (max-width: 763px) { #cvxvXa5JfphsDfuNAGT8JFUEunlQ4zan { display:block; }#cvxvXa5JfphsDfuNAGT8JFUEunlQ4zan > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PkfvHfvvt1U8Zl9UPpZXQhiUr7vDea7y { width:20rem;height:5.84765625rem;top:2.8867276515812rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfNW2mSyFiLxTOTZKdVVBnIcxWT5hI29 { display:block; }#TfNW2mSyFiLxTOTZKdVVBnIcxWT5hI29 > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekm4vwi7hTVMBpLv9CaKRuZbkraEboML { width:17.5625rem;height:4.78125rem;top:8.5625rem;left:1.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O420ayqofvyQXFtnH6TDxOVJxS2lSSkg { width:17.5625rem;height:3.1875rem;top:24.4375rem;left:1.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuP2OCRSPRFwrHwiXDudxUCMmz7s2nzL { width:4.1875rem;height:4.1875rem;top:2.1875rem;left:7.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1wT7ywcBQp7dZX5nhcI2Oq2lH5Oyw0B { width:5.9375rem;height:5.9375rem;top:1.25rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t68gGMam4DkNOw5DHm8feyK8ZIOctJoN { width:5.9375rem;height:5.9375rem;top:17.5rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT4KHqdCQEoNgt46rgJyCFhGhOmiMZVe { width:5.9375rem;height:5.9375rem;top:30.5625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEqmrqAcU6Efmn2JfQwfzBi4WplHMg0z { width:17.5625rem;height:3.1875rem;top:37.875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4RDQv8ftgD0VL7ApcUdVlnyfbprFxnp { width:4.1875rem;height:4.1875rem;top:18.4375rem;left:7.90625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1gu7sq6SfywlRu9iFKy56Nv0LWPXQis { width:4.1875rem;height:4.1875rem;top:31.5rem;left:7.9375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi62NJKVyiy5uHFPJx5WCtzX6EGAVhcF { display:block; }#zi62NJKVyiy5uHFPJx5WCtzX6EGAVhcF > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmVEhycSeqV6NKI5omnGA8TT40UHDhJ3 { width:17.5625rem;height:3.1875rem;top:8.5rem;left:1.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRwNkpqDsoVoltM9dLrnCM6DTTX5b7H3 { width:17.5625rem;height:4.78125rem;top:20.25rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg1TMAunhC1va80Ak9VkUVrA8vbJX4iI { width:5.9375rem;height:5.9375rem;top:1.25rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv03T6wZRaz6FMBiuCwSBUEWPBv9AatM { width:5.9375rem;height:5.9375rem;top:13.3125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8N3kWwz1IyDMV032sRS4P9HJxM5eTA8 { width:5.9375rem;height:5.9375rem;top:28.1875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsXSFPsHofHzrzVHHX0BT3o7iwDRJ9QP { width:17.5625rem;height:3.1875rem;top:34.9375rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUCMMfQoJxsX5nw4rTfqbRcbt3u0mSlN { width:4.1875rem;height:4.1875rem;top:2.1875rem;left:7.90625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTU6GyO6XLLIgQ4EfOL3XEA1rxarZlL3 { width:4.1875rem;height:4.1875rem;top:14.25rem;left:7.9375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxeuKnfPHQ3JhzEpAOyK1kTlxNM2enl6 { width:4.1875rem;height:4.1875rem;top:29.125rem;left:7.9375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weOkeAWHzaGvd7TFRhotQVrcxNeJXwIl { display:block; }#weOkeAWHzaGvd7TFRhotQVrcxNeJXwIl > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJJrgT6NDGCeOi4qHherPWVMaigsoALX { width:11.9375rem;height:1.94921875rem;top:2.9375rem;left:4.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyTABECc5OiRwLsZ5Osp4Xb2esr2hytR { width:19.1875rem;height:16.25rem;top:7.6875rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.4;display:block; }#GyTABECc5OiRwLsZ5Osp4Xb2esr2hytR li:before{  }
 }@media only screen and (max-width: 763px) { #fHUw0tIMOSvSGKITrfAaMtLoCVG2J8De { width:20rem;height:0;top:16.0625rem;left:0rem;font-size:1rem;display:block; }#fHUw0tIMOSvSGKITrfAaMtLoCVG2J8De li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/3cfcWJRZ/pointer_arrow.png); }
 }@media only screen and (max-width: 763px) { #qVmEB82cec6y3f0nzs3r4oRvBcuvt9wH { display:block; }#qVmEB82cec6y3f0nzs3r4oRvBcuvt9wH > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7lSZRdl2mpqUGvepElK84rZWmNL0LKG { width:20rem;height:5.19791875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #glrlsGAn1lHqavFT5lquEJHOpD19a8mV { width:20rem;height:3.25rem;top:7.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVt2mDmhAMkg9yIfoMGrXsOmoJvwCJrg { width:17.5rem;height:3.4375rem;top:13.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uITKABPpdZDxRmUW4nMdkkve3UWtaDiN { display:block; }
 }