.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/KXQnLGWW/iptruck_liftgates.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; }#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); }#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); }#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 > .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:"open sans";height:52.25rem;width:60rem;overflow:visible;position:relative;display:block; }#nkt1xa8eT88TdTeZ1nDRCS2fmUUTigOb { color:#ffffff;display:block;width:44.375rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:2.7625000476837rem;left:13.6875rem;height:2.81875rem;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; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-form-header {  }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#f2f9ff;width:19.8125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.8125rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.8125rem;overflow:hidden;font-family:"open sans"; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-text {padding-top: 0; padding-bottom: 0;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.8125rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.8125rem;overflow:hidden;font-family:"open sans"; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.8125rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:"open sans";font-size:0.8125rem;overflow:hidden; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-select {padding-top: 0; padding-bottom: 0;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .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.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffcd00;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.375rem;font-weight:bold;color:#19232e;width:19.8125rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py [class*="-text"]:-moz-placeholder { color:#595959;font-family:"open sans";font-size:0.8125rem; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py [class*="-text"]::-moz-placeholder { color:#595959;font-family:"open sans";font-size:0.8125rem; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py [class*="-text"]:-ms-input-placeholder { color:#595959;font-family:"open sans";font-size:0.8125rem; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py [class*="-text"]::-webkit-input-placeholder { color:#595959;font-family:"open sans";font-size:0.8125rem; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .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:400;color:#f2f9ff;vertical-align:top;width:18.5625rem;overflow:hidden;font-style:normal; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .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:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-container:first-of-type{padding-top:0;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-container:last-of-type{padding-bottom:0;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py  { background-color:#d70000;background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.8125rem;height:auto;border-top:0.1875rem dashed #d70000;border-left:0.1875rem dashed #d70000;border-right:0.1875rem dashed #d70000;border-bottom:0.1875rem dashed #d70000;left:36.25rem;top:17.6875rem;z-index:15008;position:absolute; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.8125rem; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py {display:block;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py { background-color:#d70000;background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.8125rem;height:auto;border-top:0.1875rem dashed #d70000;border-left:0.1875rem dashed #d70000;border-right:0.1875rem dashed #d70000;border-bottom:0.1875rem dashed #d70000;left:36.25rem;top:17.6875rem;z-index:15008;position:absolute; }
#RABG6TBCnQWRUwsVbRPoksTchvLMgne4 { position:relative;display:block; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #uV4eI4TUVZNX7ZiVI61WSnBJmiiz5AnU { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #E9SeSHJV9UwXAPtO2BTeyrSXHLT1wd79 { position:relative;display:block; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #JvTU8PlxTu5dzcZ23MOuxkcIpZsOCJ3h { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #WUpFHMuhOR6Wd1isZWyGDxkW34CqvJ93 { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #QedBSGLuxtmTc8K4E7MMBdXT8ccgc57A { position:relative;display:block; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #C7wEuKBNldFWpQbA6AeSGhSmrQ5hXtVo { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #D53A6z4nVpNXSpLN7x3SdXxBs02lTfeZ { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #Hr1kbOtIeDH1WFOMhPq0MTLavfx7PwJZ { position:relative;display:block; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #OAq7ccMuwpTTfwWFrMbTD6uq3AScv89P { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #gvculhB1WovA9eIvTZv10Jfu1G9VTlgu { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #NQTwnzhr9HA42XDyXkXukPI6afUCOys2 { position:relative;display:block; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #UaulB3tuf6szdsEQ98rMRdUGN2WBxUbT { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #JhZERONZwwCgI3hHwm2WQMJi35XbVFRd { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #TweVhbpNsmsozhfNCv78KODOH2F1szAi { position:relative;display:block; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #NNOMPXIkWWMwlg01UnBUdwTcDSnXcVHh { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #yLUXckUxbeFmyM9T9ctBGKRbHawrKnfw { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #qNxAN0qDEHSniIW8EhJRs9KzZyqkuPCq { position:relative; }
#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:16.625rem;left:1.375rem;height:18.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W li:before{  }
#nTADZVJbP3rKTETT9asM6qrzorGiVynn { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.637499809265rem;left:1.375rem;height:5.85rem;display:block; }
#l2ykCoOnhrNK6vOO0snayrXrJudOHMh9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:11rem;top:1.734375rem;left:1.2374992370606rem;overflow:hidden;display:block; }
#FqiONVT2BS8tNiVLmWKkMepI28iVQdav { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:37.375rem;left:1.375rem;height:5.4rem;display:block; }
#o0UTLJviZgNQJETVJiV2N97fkwD42uo2 { background-color:#ffcd00;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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:15.625rem;height:3.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:45.9375rem;left:1.375rem;display:block; }
#cgAVATaUHD94ahLbM4KsT2D538gI4Mhw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DTwbTo4AOu8lGU5xfWpnnVDt4lE5tQoR { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:45.9375rem;left:18.362499237061rem;display:block; }
#V9ZVvETdXrMRfND9ILHz2UTNA555xtEV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e64fqvSopwA77y01O44D6HiHHk2l9buB { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:8.637499809265rem;left:41.306251525879rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#vx8PaL63ewISfoqsSdgbNooCanA1SkG3 { position:relative;display:block; }#vx8PaL63ewISfoqsSdgbNooCanA1SkG3 { background-color: transparent; background-image: none; }#vx8PaL63ewISfoqsSdgbNooCanA1SkG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vx8PaL63ewISfoqsSdgbNooCanA1SkG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vx8PaL63ewISfoqsSdgbNooCanA1SkG3 > .row .container > .video-iframe-container { display: none; }#vx8PaL63ewISfoqsSdgbNooCanA1SkG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vx8PaL63ewISfoqsSdgbNooCanA1SkG3 > .row > .video-iframe-container { display: none; }#vx8PaL63ewISfoqsSdgbNooCanA1SkG3 > .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); }#vx8PaL63ewISfoqsSdgbNooCanA1SkG3 { border-width: 0; border-radius: 0; }#vx8PaL63ewISfoqsSdgbNooCanA1SkG3 > .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; }#vx8PaL63ewISfoqsSdgbNooCanA1SkG3 > .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:15rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oQKRDcuSTcLp7nqPTvcRQ3HJZCxlQTqv { position:absolute;display:block;z-index:15005;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.9375rem;width:55.5625rem;top:5.9375rem;left:2.25rem;overflow:hidden;display:block; }
#uBSwaDTmol6vdkTBVHe5va61UHNJqfic { color:#000000;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:3.125rem;left:12.375rem;height:2.81875rem;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; }
#PcfxRDJyps2KCuePiQ64C9ZWS80Xvcwi { position:relative;display:block; }#PcfxRDJyps2KCuePiQ64C9ZWS80Xvcwi { background-color: transparent; background-image: none; }#PcfxRDJyps2KCuePiQ64C9ZWS80Xvcwi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcfxRDJyps2KCuePiQ64C9ZWS80Xvcwi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcfxRDJyps2KCuePiQ64C9ZWS80Xvcwi > .row .container > .video-iframe-container { display: none; }#PcfxRDJyps2KCuePiQ64C9ZWS80Xvcwi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcfxRDJyps2KCuePiQ64C9ZWS80Xvcwi > .row > .video-iframe-container { display: none; }#PcfxRDJyps2KCuePiQ64C9ZWS80Xvcwi > .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); }#PcfxRDJyps2KCuePiQ64C9ZWS80Xvcwi { border-width: 0; border-radius: 0; }#PcfxRDJyps2KCuePiQ64C9ZWS80Xvcwi > .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; }#PcfxRDJyps2KCuePiQ64C9ZWS80Xvcwi > .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:"open sans";height:31.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oMB3TsHc7XCIAbJMmtpKg7MSaVfABUzX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:19.125rem;top:0.4375rem;left:0.4375rem;overflow:hidden;display:block; }
#dKr9yceOPnJd4nt5gAvR1GILS27EJCTS { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.6875rem;left:1.1875rem;height:2.03125rem;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; }
#Khf41w7CKqpapX4hNSOVyfqcbNbw4RAe { color:#353535;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:18.25rem;left:1.1875rem;height:11.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZFLhPo3iCl7yETzKJFGDEoqfnPBaF0UX { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.6875rem;left:21.0625rem;height:2.03125rem;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; }
#IvGEpszV7WsEUpZAOkSAfFnaKDrrJZC4 { color:#353535;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:18.25rem;left:21.0625rem;height:11.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xOx3mTE4NFZNnkdB3i8gbfpVClSIyWGn { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.6875rem;left:41.0625rem;height:2.03125rem;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; }
#C7sXiXdGXJCcPvqeJK2052PmemHZdOWk { color:#353535;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:18.25rem;left:41.0625rem;height:9.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mffWLWz7SEGBf4cy4AWRILvc7RUJ22Ok { position:absolute;display:block;z-index:14999;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.375rem;width:20rem;top:0rem;left:20rem;display:block; }
#dmSo549wHXQT6l06I77bRDqHglbThSk6 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:19.0625rem;top:0.5rem;left:20.4375rem;overflow:hidden;display:block; }
#OMTrVVraeBESTT61N5F1iFK4WQOffGaT { position:absolute;display:block;z-index:15002;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:14.4375rem;width:19.3125rem;top:0.4375rem;left:40.3125rem;overflow:hidden;display:block; }
#X2USxq72b2lbyHdPR6iimFBQb749fpA6 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:11.6875rem;left:0.4375rem;display:block; }
#yh16PC7EB5OcD4bCexm4lgR1HUBct07R { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:11.6875rem;left:20.4375rem;display:block; }
#Mu4044vcAWyg2eKlTpC0pV90BLJeops7 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:11.6875rem;left:40.3125rem;display:block; }
#E5omwSDe9kbVOXxNoXTA6BLXRFMNFz65 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/qfHyJnmn/iptruck_background_v2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E5omwSDe9kbVOXxNoXTA6BLXRFMNFz65.adaptive-delivery-prevent-bg, #E5omwSDe9kbVOXxNoXTA6BLXRFMNFz65.lazyload, #E5omwSDe9kbVOXxNoXTA6BLXRFMNFz65.lazyloading { background-image: none; }#E5omwSDe9kbVOXxNoXTA6BLXRFMNFz65 > .row .container { background-color: transparent; background-image: none; }#E5omwSDe9kbVOXxNoXTA6BLXRFMNFz65::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5omwSDe9kbVOXxNoXTA6BLXRFMNFz65 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5omwSDe9kbVOXxNoXTA6BLXRFMNFz65 > .row .container > .video-iframe-container { display: none; }#E5omwSDe9kbVOXxNoXTA6BLXRFMNFz65 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5omwSDe9kbVOXxNoXTA6BLXRFMNFz65 > .row > .video-iframe-container { display: none; }#E5omwSDe9kbVOXxNoXTA6BLXRFMNFz65 > .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); }#E5omwSDe9kbVOXxNoXTA6BLXRFMNFz65 > .row .container { border-width: 0; border-radius: 0; }#E5omwSDe9kbVOXxNoXTA6BLXRFMNFz65 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E5omwSDe9kbVOXxNoXTA6BLXRFMNFz65 > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:60rem;position:relative;display:block; }#iwyfDZpEVBKE3KZTX92HnAAB8oQ9vSaJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:4.875rem;left:10rem;display:block; }
#n8CF5bX1fGvZ0fT9VukWz0WLaEZl9dEC { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:1.6851568222046rem;left:0rem;height:2.175rem;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; }
#wzDWliFmt6h7pvXi7W0m00ICGcwwcHpG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#wzDWliFmt6h7pvXi7W0m00ICGcwwcHpG > .row .container { background-color: transparent; background-image: none; }#wzDWliFmt6h7pvXi7W0m00ICGcwwcHpG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzDWliFmt6h7pvXi7W0m00ICGcwwcHpG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzDWliFmt6h7pvXi7W0m00ICGcwwcHpG > .row .container > .video-iframe-container { display: none; }#wzDWliFmt6h7pvXi7W0m00ICGcwwcHpG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzDWliFmt6h7pvXi7W0m00ICGcwwcHpG > .row > .video-iframe-container { display: none; }#wzDWliFmt6h7pvXi7W0m00ICGcwwcHpG > .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); }#wzDWliFmt6h7pvXi7W0m00ICGcwwcHpG > .row .container { border-width: 0; border-radius: 0; }#wzDWliFmt6h7pvXi7W0m00ICGcwwcHpG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wzDWliFmt6h7pvXi7W0m00ICGcwwcHpG > .row .container { font-size:0.875rem;font-family:"open sans";height:19.875rem;width:60rem;position:relative;display:block; }#fyRxgw99FnkOH0q8x0m6KkSnFUucSrmX { color:#d70000;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.5625rem;left:35.625rem;height:3.9rem;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; }
#lcpfTM2tsdxkFynT3zTWq5RXvIlel34B { color:#000000;display:block;width:28.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:1.9750003814698rem;left:1.8125rem;height:15.3rem;display:block; }
#XKvtsCNtBJ2BvTNegNhOU4KRkMFeTAqs { background-color:#ffcd00;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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:15.625rem;height:3.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:10.0625rem;left:35.5625rem;display:block; }
#b89nLzG13UCMy0BhnlQlZKQhkcyL0h8Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rfvS05kdH8UIh1i1mBoolT5mP1WQ1Gax { position:relative;display:block; }#rfvS05kdH8UIh1i1mBoolT5mP1WQ1Gax { background-color: transparent; background-image: none; }#rfvS05kdH8UIh1i1mBoolT5mP1WQ1Gax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfvS05kdH8UIh1i1mBoolT5mP1WQ1Gax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfvS05kdH8UIh1i1mBoolT5mP1WQ1Gax > .row .container > .video-iframe-container { display: none; }#rfvS05kdH8UIh1i1mBoolT5mP1WQ1Gax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfvS05kdH8UIh1i1mBoolT5mP1WQ1Gax > .row > .video-iframe-container { display: none; }#rfvS05kdH8UIh1i1mBoolT5mP1WQ1Gax > .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); }#rfvS05kdH8UIh1i1mBoolT5mP1WQ1Gax { border-width: 0; border-radius: 0; }#rfvS05kdH8UIh1i1mBoolT5mP1WQ1Gax > .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; }#rfvS05kdH8UIh1i1mBoolT5mP1WQ1Gax > .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:31.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xZtpWwRmsggTU1bIsVDE4rwUkJwwq1N7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.1875rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#dkFzc2bBK1CkQkFQaMOZpz3PuI45qQeP { position:absolute;display:block;z-index:15001;background-color:rgba(223,0,0,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:52.125rem;top:9.375rem;left:3.9375rem;display:block; }
#cTMofDeZNhRUVp5icmJ9Bx2OOzd8l9Sk { color:#d70000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:11.5rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LT95peL3XJ0hn3kv2aFoehWzHDSF60xT { position:absolute;display:block;z-index:15002;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:14.8125rem;left:27.5rem;display:block; }
#vLhBbWo9E95skKa2sDdZvMpgWncCfKiE { color:#000000;display:block;width:47.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.5625rem;left:6.4375rem;height:3.9rem;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; }
#dyAQJUidJNPATtkkIDG8FMObrodNpzLg { position:relative;display:block; }#dyAQJUidJNPATtkkIDG8FMObrodNpzLg { background-color: transparent; background-image: none; }#dyAQJUidJNPATtkkIDG8FMObrodNpzLg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyAQJUidJNPATtkkIDG8FMObrodNpzLg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyAQJUidJNPATtkkIDG8FMObrodNpzLg > .row .container > .video-iframe-container { display: none; }#dyAQJUidJNPATtkkIDG8FMObrodNpzLg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyAQJUidJNPATtkkIDG8FMObrodNpzLg > .row > .video-iframe-container { display: none; }#dyAQJUidJNPATtkkIDG8FMObrodNpzLg > .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); }#dyAQJUidJNPATtkkIDG8FMObrodNpzLg { border-width: 0; border-radius: 0; }#dyAQJUidJNPATtkkIDG8FMObrodNpzLg > .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; }#dyAQJUidJNPATtkkIDG8FMObrodNpzLg > .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:"open sans";height:11.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nTeqTS1CABQl7KHMrIoPFpFrZmPro8yH { position:absolute;display:block;z-index:15000;background-color:#d70000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:14.8125rem;top:0rem;left:0rem;display:block; }
#yldA8SPVdh58mNS8dhuMOqenktFRvMfA { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0.0625rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AQtLH8zFrL7bb9TLeK6u7fHzbgfZUiNu { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:15.125rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NTbvbhVxCBw4Sn3ZBERTG5TyKDieX0Qg { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.8125rem;left:30.125rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fD7TzpGFItXIoB0r8LPpqKbb4ObTAwoh { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.8125rem;left:45.25rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VlsrIg24EUJ8XwRrTOgZ3Ot1lSQrkuLe { position:absolute;display:block;z-index:15001;background-color:#860000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:14.8125rem;top:0rem;left:15.0625rem;display:block; }
#tAOyCGZnal5WFdbeAnCp0IQEv3XvL9lv { position:absolute;display:block;z-index:15002;background-color:#860000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:14.8125rem;top:0rem;left:45.1875rem;display:block; }
#x5FUT7Da13gBPmS6TSfrMnSisXGJQlMJ { position:absolute;display:block;z-index:15003;background-color:#d70000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:14.8125rem;top:0rem;left:30.125rem;display:block; }
#HG82FK8v9naGmOCD5zwXyAhmAzDQzHId { position:absolute;display:block;z-index:15010;background-color:#d70000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:14.8125rem;top:6rem;left:45.1875rem;display:block; }
#aMHD8rJnTqTZ8kWQI6yLh4sJlcuTSCkM { position:absolute;display:block;z-index:15011;background-color:#860000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:14.8125rem;top:6rem;left:30.125rem;display:block; }
#dDQpubtT2ZKF8l6gt0MkkRLU8altQA4g { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.8125rem;left:30.1875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ByneuvUnzElOBZQVNFD9x7KAN4lRJs3O { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.8125rem;left:45.25rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WLWu4pxWaBg7bP1qtnDITrOTlkT8pokt { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.8125rem;left:15.125rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fTGiQTxkilPsNRZOp89aEoHdLApddFC6 { position:absolute;display:block;z-index:15009;background-color:#d70000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:14.8125rem;top:6rem;left:15.0625rem;display:block; }
#vHZ2WveyPHIqTo8TQGLq44PfZwA94G0I { position:absolute;display:block;z-index:15008;background-color:#860000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:14.8125rem;top:6rem;left:0rem;display:block; }
#UKSRKFKocHDe6bBzZWUrKR8vV2wS4qfF { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0.0625rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z3lu0MIglJHlwKkT0FOpczy9T3db86dC { 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; }#z3lu0MIglJHlwKkT0FOpczy9T3db86dC > .row .container { background-color: transparent; background-image: none; }#z3lu0MIglJHlwKkT0FOpczy9T3db86dC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3lu0MIglJHlwKkT0FOpczy9T3db86dC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3lu0MIglJHlwKkT0FOpczy9T3db86dC > .row .container > .video-iframe-container { display: none; }#z3lu0MIglJHlwKkT0FOpczy9T3db86dC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3lu0MIglJHlwKkT0FOpczy9T3db86dC > .row > .video-iframe-container { display: none; }#z3lu0MIglJHlwKkT0FOpczy9T3db86dC > .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); }#z3lu0MIglJHlwKkT0FOpczy9T3db86dC > .row .container { border-width: 0; border-radius: 0; }#z3lu0MIglJHlwKkT0FOpczy9T3db86dC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z3lu0MIglJHlwKkT0FOpczy9T3db86dC > .row .container { font-size:0.875rem;font-family:"open sans";height:27.8125rem;width:60rem;position:relative;display:block; }#tBeorUBAdMW8EcKCNf7gdswu2SI4M7FE { color:#d70000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:1.0601654052734rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OxRpTVIJaHce9OqAMGGFCe1aaOzAZv0D { position:absolute;display:block;z-index:15002;background-color:#d70000;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.125rem;width:5rem;top:4.72265625rem;left:27.5rem;display:block; }
#UFg7pIoNam2B3vowrVFHUOUm695AsS5H { color:#000000;display:block;width:46.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5rem;left:6.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#J5NBpO4ACutiqiMb9wKxzEEuomiuIb7O { position:absolute;display:block;z-index:15004;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.9375rem;width:55.5625rem;top:8.75rem;left:2.1875rem;overflow:hidden;display:block; }
#noDfvgXpb8TKVNCNXHTB7oLx4H0nJzRX { color:#000000;display:block;width:50.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:15.5rem;left:4.625rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#VFgziHNGZ2NSRgkzW7K0y0xs1B7tIRTJ { background-color:#ffcd00;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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:15.625rem;height:3.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:22.4375rem;left:22.1875rem;display:block; }
#pgEOWoHOwkvFEvXBesKV9vdfuWhWhptJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hXTiqDKpyXppliTuWA9rmDHorUTUOmw3 { 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; }#hXTiqDKpyXppliTuWA9rmDHorUTUOmw3 > .row .container { background-color: transparent; background-image: none; }#hXTiqDKpyXppliTuWA9rmDHorUTUOmw3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXTiqDKpyXppliTuWA9rmDHorUTUOmw3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXTiqDKpyXppliTuWA9rmDHorUTUOmw3 > .row .container > .video-iframe-container { display: none; }#hXTiqDKpyXppliTuWA9rmDHorUTUOmw3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXTiqDKpyXppliTuWA9rmDHorUTUOmw3 > .row > .video-iframe-container { display: none; }#hXTiqDKpyXppliTuWA9rmDHorUTUOmw3 > .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); }#hXTiqDKpyXppliTuWA9rmDHorUTUOmw3 > .row .container { border-width: 0; border-radius: 0; }#hXTiqDKpyXppliTuWA9rmDHorUTUOmw3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXTiqDKpyXppliTuWA9rmDHorUTUOmw3 > .row .container { font-size:0.875rem;font-family:"open sans";height:50.5rem;width:60rem;position:relative;display:block; }#Wswfzi8t4LyJbAFZVas6vq98CM4aIJI8 { position:absolute;display:block;z-index:15007;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:10.625rem;width:14.125rem;top:4.5rem;left:0rem;overflow:hidden;display:block; }
#Bt4IEU0aAFLn0uuqtz1y1D5W8D59WNg0 { 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:10.5625rem;width:14.25rem;top:4.5rem;left:15.3125rem;overflow:hidden;display:block; }
#l7AdD9N56ZAqqFcvuhAn9UdqOeyXLCXJ { position:absolute;display:block;z-index:15009;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:10.625rem;width:14.125rem;top:15.75rem;left:0rem;overflow:hidden;display:block; }
#u1AO0qTOp1OR98JRWTnHP0TqOap2Kl6z { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:14.3125rem;top:15.75rem;left:15.3125rem;overflow:hidden;display:block; }
#ctLKK9kkHrTJQDSPwn9pJwnnpuVp9Okb { position:absolute;display:block;z-index:15009;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:10.5625rem;width:14.0625rem;top:4.5rem;left:30.5625rem;overflow:hidden;display:block; }
#uiDNgQle9FzzDWgu6wx7UcEu3FFyBqDG { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:14.0625rem;top:4.5rem;left:45.8125rem;overflow:hidden;display:block; }
#NWISm454HLGDwDWiqcIadXT8GntJDJhT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:14.0625rem;top:15.78125rem;left:30.5625rem;overflow:hidden;display:block; }
#B18IihJMKJHvg1sPGBTNgxdXOaXd5aT5 { 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:10.5625rem;width:14.0625rem;top:15.78125rem;left:45.8125rem;overflow:hidden;display:block; }
#kGWAvfQ7a6HizsAHQT5tkUGANt8UG3KX { position:absolute;display:block;z-index:15014;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:10.625rem;width:14.1875rem;top:27.1875rem;left:15.3125rem;overflow:hidden;display:block; }
#VOl4th8yZ4NW8aBRFp6QEMDRnmlEhPNs { position:absolute;display:block;z-index:15014;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:10.5rem;width:14.0625rem;top:27.25rem;left:30.5625rem;overflow:hidden;display:block; }
#LZiVDhynE7TxeQr0ThFgK8ZCvdeayaWc { position:absolute;display:block;z-index:15015;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:10.5rem;width:14.0625rem;top:27.25rem;left:45.875rem;overflow:hidden;display:block; }
#sMmPBxIn1tnETqNyBUKTbF7yCLTGthSI { position:absolute;display:block;z-index:15013;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:10.5625rem;width:14.125rem;top:27.1875rem;left:0rem;overflow:hidden;display:block; }
#XKboPwuN0KF6qw2H3g0lA7sALRMGEl3y { position:absolute;display:block;z-index:15018;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:10.625rem;width:14.1875rem;top:38.75rem;left:15.3125rem;overflow:hidden;display:block; }
#oWTZfqRVI9DCCidL05Sd5BAx3RM4tiww { position:absolute;display:block;z-index:15018;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:10.5rem;width:14.0625rem;top:38.8125rem;left:30.5625rem;overflow:hidden;display:block; }
#L45a0OnpSJX168UzrenKhpGXJICp5exQ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:14.0625rem;top:38.8125rem;left:45.8125rem;overflow:hidden;display:block; }
#nME2yhi1LD77NVxcu61Qq3LihQmREEQZ { position:absolute;display:block;z-index:15017;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:10.5625rem;width:14.125rem;top:38.75rem;left:0rem;overflow:hidden;display:block; }
#gWHocR1CkvBoSvS6ebbxeSxnVUSAAUvt { color:#d70000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:0.5625rem;left:0rem;height:2.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IJ7gNI36twBeGeT0PeJXoxwCKIM43XgB { position:relative;display:block; }#IJ7gNI36twBeGeT0PeJXoxwCKIM43XgB { background-color: transparent; background-image: none; }#IJ7gNI36twBeGeT0PeJXoxwCKIM43XgB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJ7gNI36twBeGeT0PeJXoxwCKIM43XgB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJ7gNI36twBeGeT0PeJXoxwCKIM43XgB > .row .container > .video-iframe-container { display: none; }#IJ7gNI36twBeGeT0PeJXoxwCKIM43XgB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJ7gNI36twBeGeT0PeJXoxwCKIM43XgB > .row > .video-iframe-container { display: none; }#IJ7gNI36twBeGeT0PeJXoxwCKIM43XgB > .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); }#IJ7gNI36twBeGeT0PeJXoxwCKIM43XgB { border-width: 0; border-radius: 0; }#IJ7gNI36twBeGeT0PeJXoxwCKIM43XgB > .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; }#IJ7gNI36twBeGeT0PeJXoxwCKIM43XgB > .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.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SdUrBrm3q1JtFXUOsEqX1JODTgOLCcAG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28rem;width:41.25rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#gE4vw8imGmz5oEXTTffHPKxD9VKDZSLi { color:#d70000;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:8.3125009536744rem;left:43.4375rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HoLQO87nkJ17Pw5qgzSXvJMhMPMIcGed { color:#000000;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:10.5rem;left:43.4375rem;height:3.6rem;display:block; }
#f4pScV4Tm7RMurt0uXofw03CQAUCMuCp { background-color:#ffcd00;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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:15.625rem;height:3.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:19.0625rem;left:43.4375rem;display:block; }
#i8BM8l0B4NSkDBoOJknN9wNlRqS0UJ4C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FnlJOvWGQOClIBRkSW4VXxHqLHukREw9 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.575rem;height:3.1375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:15.125rem;left:43.4375rem;display:block; }
#uSB7bSVd2bCXQsOXquydqJ4I8TMBP07k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zpwmNgPWR6xGNkz3V4nXnr8h1T5pl0Zw { position:relative;display:block; }#zpwmNgPWR6xGNkz3V4nXnr8h1T5pl0Zw { background-color: transparent; background-image: none; }#zpwmNgPWR6xGNkz3V4nXnr8h1T5pl0Zw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpwmNgPWR6xGNkz3V4nXnr8h1T5pl0Zw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpwmNgPWR6xGNkz3V4nXnr8h1T5pl0Zw > .row .container > .video-iframe-container { display: none; }#zpwmNgPWR6xGNkz3V4nXnr8h1T5pl0Zw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpwmNgPWR6xGNkz3V4nXnr8h1T5pl0Zw > .row > .video-iframe-container { display: none; }#zpwmNgPWR6xGNkz3V4nXnr8h1T5pl0Zw > .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); }#zpwmNgPWR6xGNkz3V4nXnr8h1T5pl0Zw { border-width: 0; border-radius: 0; }#zpwmNgPWR6xGNkz3V4nXnr8h1T5pl0Zw > .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; }#zpwmNgPWR6xGNkz3V4nXnr8h1T5pl0Zw > .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:16.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aGl1XkkIaDTtiwdm6OKqlTf17cThJoH2 { color:#d70000;display:block;width:26.375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.5625rem;left:31.75rem;height:2.325rem;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; }
#GRgUN7DyJGtkpWHohkHbhWMl4c2hFFyI { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.8;letter-spacing:0;top:4.5rem;left:31.75rem;height:10.125rem;text-align:left;text-align-last:left;display:block; }
#x9FKT9BMZi199rbiP2HJ7WKeNke2I2MO { color:#d70000;display:block;width:26.375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1.5rem;left:1.8125rem;height:2.325rem;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; }
#fJL9FKwe4LqgbZqlU844lpOWAHGZrhS7 { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.9;letter-spacing:0;top:4.6875rem;left:1.8125rem;height:9.5rem;display:block; }
#t7LumToHtpege6QJZCAzzZsOrZrPmTHN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#t7LumToHtpege6QJZCAzzZsOrZrPmTHN > .row .container { background-color: transparent; background-image: none; }#t7LumToHtpege6QJZCAzzZsOrZrPmTHN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7LumToHtpege6QJZCAzzZsOrZrPmTHN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7LumToHtpege6QJZCAzzZsOrZrPmTHN > .row .container > .video-iframe-container { display: none; }#t7LumToHtpege6QJZCAzzZsOrZrPmTHN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7LumToHtpege6QJZCAzzZsOrZrPmTHN > .row > .video-iframe-container { display: none; }#t7LumToHtpege6QJZCAzzZsOrZrPmTHN > .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); }#t7LumToHtpege6QJZCAzzZsOrZrPmTHN > .row .container { border-width: 0; border-radius: 0; }#t7LumToHtpege6QJZCAzzZsOrZrPmTHN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t7LumToHtpege6QJZCAzzZsOrZrPmTHN > .row .container { font-size:0.875rem;font-family:"open sans";height:20.5rem;width:60rem;position:relative;display:block; }#z6PVrITKT552rQ05X4fxVHabS4g2OVpZ { position:absolute;display:block;z-index:15004;background-color:#000000;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.125rem;width:5rem;top:4.75rem;left:27.5rem;display:block; }
#zsGWgdQCtHEq9VQGX7fS35uKy8SQvBGL { color:#d70000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:2.84375rem;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; }
#IT4GTvkyVebEFnmzobt4xiDbOfTJFOdp { color:#000000;display:block;width:48rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:6.3125rem;left:6.1875rem;height:11.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 { position:relative;display:block; }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 { background-color: transparent; background-image: none; }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 > .row .container > .video-iframe-container { display: none; }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 > .row > .video-iframe-container { display: none; }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 > .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); }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 { border-width: 0; border-radius: 0; }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 > .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; }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 > .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:"open sans";height:7.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s4VfM8SxQrtPMhGsuxNxGTDkzqiq4ZxD { color:#000000;display:block;width:48rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:4.2117156982422rem;left:6rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fUG8mQvyfer7udXKUg6Wa3Cmqiravrpc { color:#000000;display:block;width:48rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.9499969482422rem;left:5.8125rem;height:0.975rem;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; }
#rD3ITdkGpJxK3AFHZU69FPe3RcQFkekp { color:#000000;display:block;width:45.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.125rem;left:7.25rem;height:1.3rem;text-align:center;text-align-last:center;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.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkt1xa8eT88TdTeZ1nDRCS2fmUUTigOb { width:44.375rem;height:2.8125rem;top:2.75rem;left:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-regular-label { width:19.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-text { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-text {padding-top: 0; padding-bottom: 0;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-textarea { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-select { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-select {padding-top: 0; padding-bottom: 0;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-button { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-checkbox-label { width:18.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py  { width:19.8125rem;height:auto;top:12.0625rem;left:25.0625rem; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .radio-container { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py {display:block;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py { width:19.8125rem;height:auto;top:12.0625rem;left:25.0625rem; }
 }@media only screen and (max-width: 763px) { #RABG6TBCnQWRUwsVbRPoksTchvLMgne4 { display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #uV4eI4TUVZNX7ZiVI61WSnBJmiiz5AnU {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #E9SeSHJV9UwXAPtO2BTeyrSXHLT1wd79 { display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #JvTU8PlxTu5dzcZ23MOuxkcIpZsOCJ3h {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #WUpFHMuhOR6Wd1isZWyGDxkW34CqvJ93 {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #QedBSGLuxtmTc8K4E7MMBdXT8ccgc57A { display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #C7wEuKBNldFWpQbA6AeSGhSmrQ5hXtVo {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #D53A6z4nVpNXSpLN7x3SdXxBs02lTfeZ {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #Hr1kbOtIeDH1WFOMhPq0MTLavfx7PwJZ { display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #OAq7ccMuwpTTfwWFrMbTD6uq3AScv89P {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #gvculhB1WovA9eIvTZv10Jfu1G9VTlgu {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #NQTwnzhr9HA42XDyXkXukPI6afUCOys2 { display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #UaulB3tuf6szdsEQ98rMRdUGN2WBxUbT {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #JhZERONZwwCgI3hHwm2WQMJi35XbVFRd {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #TweVhbpNsmsozhfNCv78KODOH2F1szAi { display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #NNOMPXIkWWMwlg01UnBUdwTcDSnXcVHh {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #yLUXckUxbeFmyM9T9ctBGKRbHawrKnfw {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #qNxAN0qDEHSniIW8EhJRs9KzZyqkuPCq {  }
 }@media only screen and (max-width: 763px) { #UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W { width:22.8125rem;height:18.75rem;top:16.625rem;left:0rem;font-size:1.0625rem;display:block; }#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W li:before{  }
 }@media only screen and (max-width: 763px) { #nTADZVJbP3rKTETT9asM6qrzorGiVynn { width:32.5625rem;height:5.8125rem;top:8.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2ykCoOnhrNK6vOO0snayrXrJudOHMh9 { width:11rem;height:4.875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqiONVT2BS8tNiVLmWKkMepI28iVQdav { width:32.5625rem;height:5.375rem;top:37.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0UTLJviZgNQJETVJiV2N97fkwD42uo2 { width:15.625rem;height:3.1875rem;top:45.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgAVATaUHD94ahLbM4KsT2D538gI4Mhw { display:block; }
 }@media only screen and (max-width: 763px) { #DTwbTo4AOu8lGU5xfWpnnVDt4lE5tQoR { width:15.625rem;height:3.1875rem;top:45.9375rem;left:12.237499237061rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9ZVvETdXrMRfND9ILHz2UTNA555xtEV { display:block; }
 }@media only screen and (max-width: 763px) { #e64fqvSopwA77y01O44D6HiHHk2l9buB { width:12.5rem;height:6.5rem;top:8.625rem;left:35.181251525879rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx8PaL63ewISfoqsSdgbNooCanA1SkG3 { display:block; }#vx8PaL63ewISfoqsSdgbNooCanA1SkG3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQKRDcuSTcLp7nqPTvcRQ3HJZCxlQTqv { width:47.75rem;height:5.1026434195726rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBSwaDTmol6vdkTBVHe5va61UHNJqfic { width:35.25rem;height:2.8125rem;top:3.125rem;left:6.25rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcfxRDJyps2KCuePiQ64C9ZWS80Xvcwi { display:block; }#PcfxRDJyps2KCuePiQ64C9ZWS80Xvcwi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMB3TsHc7XCIAbJMmtpKg7MSaVfABUzX { width:19.125rem;height:14.3125rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKr9yceOPnJd4nt5gAvR1GILS27EJCTS { width:14.0625rem;height:2rem;top:15.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khf41w7CKqpapX4hNSOVyfqcbNbw4RAe { width:17.8125rem;height:11.1875rem;top:18.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFLhPo3iCl7yETzKJFGDEoqfnPBaF0UX { width:14.0625rem;height:2rem;top:15.6875rem;left:15.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvGEpszV7WsEUpZAOkSAfFnaKDrrJZC4 { width:17.8125rem;height:11.1875rem;top:18.25rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOx3mTE4NFZNnkdB3i8gbfpVClSIyWGn { width:17.3125rem;height:2rem;top:15.6875rem;left:30.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7sXiXdGXJCcPvqeJK2052PmemHZdOWk { width:17.8125rem;height:9.5625rem;top:18.25rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mffWLWz7SEGBf4cy4AWRILvc7RUJ22Ok { width:20rem;height:31.375rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmSo549wHXQT6l06I77bRDqHglbThSk6 { width:19.0625rem;height:14.25rem;top:0.5rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMTrVVraeBESTT61N5F1iFK4WQOffGaT { width:19.3125rem;height:14.4375rem;top:0.4375rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2USxq72b2lbyHdPR6iimFBQb749fpA6 { width:3.125rem;height:3.125rem;top:11.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh16PC7EB5OcD4bCexm4lgR1HUBct07R { width:3.125rem;height:3.125rem;top:11.6875rem;left:15.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu4044vcAWyg2eKlTpC0pV90BLJeops7 { width:3.125rem;height:3.125rem;top:11.6875rem;left:31.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5omwSDe9kbVOXxNoXTA6BLXRFMNFz65 { display:block; }#E5omwSDe9kbVOXxNoXTA6BLXRFMNFz65 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwyfDZpEVBKE3KZTX92HnAAB8oQ9vSaJ { width:40rem;height:22.5rem;top:4.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8CF5bX1fGvZ0fT9VukWz0WLaEZl9dEC { width:47.75rem;height:2.125rem;top:1.625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzDWliFmt6h7pvXi7W0m00ICGcwwcHpG { display:block; }#wzDWliFmt6h7pvXi7W0m00ICGcwwcHpG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyRxgw99FnkOH0q8x0m6KkSnFUucSrmX { width:21.25rem;height:3.875rem;top:4.5625rem;left:26.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcpfTM2tsdxkFynT3zTWq5RXvIlel34B { width:28.875rem;height:15.25rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKvtsCNtBJ2BvTNegNhOU4KRkMFeTAqs { width:15.625rem;height:3.1875rem;top:10.0625rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b89nLzG13UCMy0BhnlQlZKQhkcyL0h8Q { display:block; }
 }@media only screen and (max-width: 763px) { #rfvS05kdH8UIh1i1mBoolT5mP1WQ1Gax { display:block; }#rfvS05kdH8UIh1i1mBoolT5mP1WQ1Gax > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZtpWwRmsggTU1bIsVDE4rwUkJwwq1N7 { width:47.75rem;height:24.820052083333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkFzc2bBK1CkQkFQaMOZpz3PuI45qQeP { width:47.75rem;height:12.5rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTMofDeZNhRUVp5icmJ9Bx2OOzd8l9Sk { width:47.75rem;height:;top:11.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT95peL3XJ0hn3kv2aFoehWzHDSF60xT { width:5rem;height:0.125rem;top:14.8125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLhBbWo9E95skKa2sDdZvMpgWncCfKiE { width:47.125rem;height:3.875rem;top:15.5625rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyAQJUidJNPATtkkIDG8FMObrodNpzLg { display:block; }#dyAQJUidJNPATtkkIDG8FMObrodNpzLg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTeqTS1CABQl7KHMrIoPFpFrZmPro8yH { width:14.8125rem;height:5.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yldA8SPVdh58mNS8dhuMOqenktFRvMfA { width:14.75rem;height:3.6875rem;top:0.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQtLH8zFrL7bb9TLeK6u7fHzbgfZUiNu { width:14.75rem;height:3.625rem;top:0.8125rem;left:9rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTbvbhVxCBw4Sn3ZBERTG5TyKDieX0Qg { width:14.75rem;height:3.625rem;top:0.8125rem;left:24rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD7TzpGFItXIoB0r8LPpqKbb4ObTAwoh { width:14.75rem;height:3.625rem;top:0.8125rem;left:33rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlsrIg24EUJ8XwRrTOgZ3Ot1lSQrkuLe { width:14.8125rem;height:5.75rem;top:0rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAOyCGZnal5WFdbeAnCp0IQEv3XvL9lv { width:14.8125rem;height:5.75rem;top:0rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5FUT7Da13gBPmS6TSfrMnSisXGJQlMJ { width:14.8125rem;height:5.75rem;top:0rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG82FK8v9naGmOCD5zwXyAhmAzDQzHId { width:14.8125rem;height:5.75rem;top:6rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMHD8rJnTqTZ8kWQI6yLh4sJlcuTSCkM { width:14.8125rem;height:5.75rem;top:6rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDQpubtT2ZKF8l6gt0MkkRLU8altQA4g { width:14.75rem;height:3.625rem;top:6.8125rem;left:24.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByneuvUnzElOBZQVNFD9x7KAN4lRJs3O { width:14.75rem;height:3.625rem;top:6.8125rem;left:33rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLWu4pxWaBg7bP1qtnDITrOTlkT8pokt { width:14.75rem;height:3.625rem;top:6.8125rem;left:9rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTGiQTxkilPsNRZOp89aEoHdLApddFC6 { width:14.8125rem;height:5.75rem;top:6rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHZ2WveyPHIqTo8TQGLq44PfZwA94G0I { width:14.8125rem;height:5.75rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKSRKFKocHDe6bBzZWUrKR8vV2wS4qfF { width:14.75rem;height:3.625rem;top:6.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3lu0MIglJHlwKkT0FOpczy9T3db86dC { display:block; }#z3lu0MIglJHlwKkT0FOpczy9T3db86dC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBeorUBAdMW8EcKCNf7gdswu2SI4M7FE { width:47.75rem;height:;top:1rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxRpTVIJaHce9OqAMGGFCe1aaOzAZv0D { width:5rem;height:0.125rem;top:4.6875rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFg7pIoNam2B3vowrVFHUOUm695AsS5H { width:46.375rem;height:3.1875rem;top:5.5rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5NBpO4ACutiqiMb9wKxzEEuomiuIb7O { width:47.75rem;height:5.1026434195726rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #noDfvgXpb8TKVNCNXHTB7oLx4H0nJzRX { width:47.75rem;height:4.9375rem;top:15.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFgziHNGZ2NSRgkzW7K0y0xs1B7tIRTJ { width:15.625rem;height:3.1875rem;top:22.4375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgEOWoHOwkvFEvXBesKV9vdfuWhWhptJ { display:block; }
 }@media only screen and (max-width: 763px) { #hXTiqDKpyXppliTuWA9rmDHorUTUOmw3 { display:block; }#hXTiqDKpyXppliTuWA9rmDHorUTUOmw3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wswfzi8t4LyJbAFZVas6vq98CM4aIJI8 { width:14.125rem;height:10.625rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt4IEU0aAFLn0uuqtz1y1D5W8D59WNg0 { width:14.25rem;height:10.5625rem;top:4.5rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7AdD9N56ZAqqFcvuhAn9UdqOeyXLCXJ { width:14.125rem;height:10.625rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1AO0qTOp1OR98JRWTnHP0TqOap2Kl6z { width:14.3125rem;height:10.625rem;top:15.75rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctLKK9kkHrTJQDSPwn9pJwnnpuVp9Okb { width:14.0625rem;height:10.5625rem;top:4.5rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiDNgQle9FzzDWgu6wx7UcEu3FFyBqDG { width:14.0625rem;height:10.5625rem;top:4.5rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWISm454HLGDwDWiqcIadXT8GntJDJhT { width:14.0625rem;height:10.5625rem;top:15.75rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B18IihJMKJHvg1sPGBTNgxdXOaXd5aT5 { width:14.0625rem;height:10.5625rem;top:15.75rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGWAvfQ7a6HizsAHQT5tkUGANt8UG3KX { width:14.1875rem;height:10.625rem;top:27.1875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOl4th8yZ4NW8aBRFp6QEMDRnmlEhPNs { width:14.0625rem;height:10.5rem;top:27.25rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZiVDhynE7TxeQr0ThFgK8ZCvdeayaWc { width:14.0625rem;height:10.5rem;top:27.25rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMmPBxIn1tnETqNyBUKTbF7yCLTGthSI { width:14.125rem;height:10.5625rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKboPwuN0KF6qw2H3g0lA7sALRMGEl3y { width:14.1875rem;height:10.625rem;top:38.75rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWTZfqRVI9DCCidL05Sd5BAx3RM4tiww { width:14.0625rem;height:10.5rem;top:38.8125rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L45a0OnpSJX168UzrenKhpGXJICp5exQ { width:14.0625rem;height:10.5rem;top:38.8125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nME2yhi1LD77NVxcu61Qq3LihQmREEQZ { width:14.125rem;height:10.5625rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWHocR1CkvBoSvS6ebbxeSxnVUSAAUvt { width:47.75rem;height:2.5rem;top:0.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ7gNI36twBeGeT0PeJXoxwCKIM43XgB { display:block; }#IJ7gNI36twBeGeT0PeJXoxwCKIM43XgB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdUrBrm3q1JtFXUOsEqX1JODTgOLCcAG { width:41.25rem;height:28rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE4vw8imGmz5oEXTTffHPKxD9VKDZSLi { width:13.1875rem;height:1.5625rem;top:8.3125rem;left:34.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoLQO87nkJ17Pw5qgzSXvJMhMPMIcGed { width:15.875rem;height:3.5625rem;top:10.5rem;left:31.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4pScV4Tm7RMurt0uXofw03CQAUCMuCp { width:15.625rem;height:3.1875rem;top:19.0625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8BM8l0B4NSkDBoOJknN9wNlRqS0UJ4C { display:block; }
 }@media only screen and (max-width: 763px) { #FnlJOvWGQOClIBRkSW4VXxHqLHukREw9 { width:15.5625rem;height:3.125rem;top:15.125rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSB7bSVd2bCXQsOXquydqJ4I8TMBP07k { display:block; }
 }@media only screen and (max-width: 763px) { #zpwmNgPWR6xGNkz3V4nXnr8h1T5pl0Zw { display:block; }#zpwmNgPWR6xGNkz3V4nXnr8h1T5pl0Zw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGl1XkkIaDTtiwdm6OKqlTf17cThJoH2 { width:26.375rem;height:2.3125rem;top:1.5625rem;left:21.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRgUN7DyJGtkpWHohkHbhWMl4c2hFFyI { width:28.0625rem;height:10rem;top:4.5rem;left:19.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9FKT9BMZi199rbiP2HJ7WKeNke2I2MO { width:26.375rem;height:2.3125rem;top:1.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJL9FKwe4LqgbZqlU844lpOWAHGZrhS7 { width:25.8125rem;height:9.5rem;top:4.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7LumToHtpege6QJZCAzzZsOrZrPmTHN { display:block; }#t7LumToHtpege6QJZCAzzZsOrZrPmTHN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6PVrITKT552rQ05X4fxVHabS4g2OVpZ { width:5rem;height:0.125rem;top:4.75rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsGWgdQCtHEq9VQGX7fS35uKy8SQvBGL { width:47.75rem;height:2.8125rem;top:1.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT4GTvkyVebEFnmzobt4xiDbOfTJFOdp { width:47.75rem;height:11.8125rem;top:6.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 { display:block; }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4VfM8SxQrtPMhGsuxNxGTDkzqiq4ZxD { width:47.75rem;height:;top:4.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUG8mQvyfer7udXKUg6Wa3Cmqiravrpc { width:47.75rem;height:;top:2.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD3ITdkGpJxK3AFHZU69FPe3RcQFkekp { width:45.4375rem;height:1.25rem;top:1.125rem;left:1.125rem;font-size:0.8125rem;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:88.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkt1xa8eT88TdTeZ1nDRCS2fmUUTigOb { width:20rem;height:4.225rem;top:5.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-regular-label { width:17.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-text { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-text {padding-top: 0; padding-bottom: 0;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-textarea { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-select { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-select {padding-top: 0; padding-bottom: 0;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-button { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-checkbox-label { width:15.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py  { width:17.125rem;height:auto;top:52rem;left:0rem; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .radio-container { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py {display:block;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py { width:17.125rem;height:auto;top:52rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RABG6TBCnQWRUwsVbRPoksTchvLMgne4 { display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #uV4eI4TUVZNX7ZiVI61WSnBJmiiz5AnU {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #E9SeSHJV9UwXAPtO2BTeyrSXHLT1wd79 { display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #JvTU8PlxTu5dzcZ23MOuxkcIpZsOCJ3h {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #WUpFHMuhOR6Wd1isZWyGDxkW34CqvJ93 {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #QedBSGLuxtmTc8K4E7MMBdXT8ccgc57A { display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #C7wEuKBNldFWpQbA6AeSGhSmrQ5hXtVo {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #D53A6z4nVpNXSpLN7x3SdXxBs02lTfeZ {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #Hr1kbOtIeDH1WFOMhPq0MTLavfx7PwJZ { display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #OAq7ccMuwpTTfwWFrMbTD6uq3AScv89P {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #gvculhB1WovA9eIvTZv10Jfu1G9VTlgu {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #NQTwnzhr9HA42XDyXkXukPI6afUCOys2 { display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #UaulB3tuf6szdsEQ98rMRdUGN2WBxUbT {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #JhZERONZwwCgI3hHwm2WQMJi35XbVFRd {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #TweVhbpNsmsozhfNCv78KODOH2F1szAi { display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #NNOMPXIkWWMwlg01UnBUdwTcDSnXcVHh {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #yLUXckUxbeFmyM9T9ctBGKRbHawrKnfw {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #qNxAN0qDEHSniIW8EhJRs9KzZyqkuPCq {  }
 }@media only screen and (max-width: 763px) { #UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W { width:19.9375rem;height:16.5rem;top:27.15625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1;display:block; }#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W li:before{  }
 }@media only screen and (max-width: 763px) { #nTADZVJbP3rKTETT9asM6qrzorGiVynn { width:20rem;height:5.0625rem;top:45.181251525879rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #l2ykCoOnhrNK6vOO0snayrXrJudOHMh9 { width:11.1875rem;height:4.875rem;top:0.4375rem;left:4.4062498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqiONVT2BS8tNiVLmWKkMepI28iVQdav { width:20rem;height:6.8rem;top:79.8125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o0UTLJviZgNQJETVJiV2N97fkwD42uo2 { width:15.625rem;height:3.1875rem;top:17.9375rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgAVATaUHD94ahLbM4KsT2D538gI4Mhw { display:block; }
 }@media only screen and (max-width: 763px) { #DTwbTo4AOu8lGU5xfWpnnVDt4lE5tQoR { width:15.625rem;height:3.1875rem;top:22.23671913147rem;left:2.1875000596046rem;font-size:1.125rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V9ZVvETdXrMRfND9ILHz2UTNA555xtEV { display:block; }
 }@media only screen and (max-width: 763px) { #e64fqvSopwA77y01O44D6HiHHk2l9buB { width:12.5rem;height:6.5rem;top:10.5625rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx8PaL63ewISfoqsSdgbNooCanA1SkG3 { display:block; }#vx8PaL63ewISfoqsSdgbNooCanA1SkG3 > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQKRDcuSTcLp7nqPTvcRQ3HJZCxlQTqv { width:20rem;height:2.13671875rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBSwaDTmol6vdkTBVHe5va61UHNJqfic { width:20rem;height:1.95rem;top:1.6625003814698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PcfxRDJyps2KCuePiQ64C9ZWS80Xvcwi { display:block; }#PcfxRDJyps2KCuePiQ64C9ZWS80Xvcwi > .row .container { width:20rem;height:81.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMB3TsHc7XCIAbJMmtpKg7MSaVfABUzX { width:19.125rem;height:14.3125rem;top:0rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKr9yceOPnJd4nt5gAvR1GILS27EJCTS { width:14.0625rem;height:1.7875rem;top:14.913281440735rem;left:3.4999998807907rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khf41w7CKqpapX4hNSOVyfqcbNbw4RAe { width:19.125rem;height:8.4rem;top:17.07578086853rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFLhPo3iCl7yETzKJFGDEoqfnPBaF0UX { width:14.0625rem;height:1.7875rem;top:42.599609375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvGEpszV7WsEUpZAOkSAfFnaKDrrJZC4 { width:17.8125rem;height:7rem;top:44.7373046875rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOx3mTE4NFZNnkdB3i8gbfpVClSIyWGn { width:14.0625rem;height:1.7875rem;top:69.625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7sXiXdGXJCcPvqeJK2052PmemHZdOWk { width:17.8125rem;height:8.4rem;top:71.8125rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mffWLWz7SEGBf4cy4AWRILvc7RUJ22Ok { width:20rem;height:26.25rem;top:27.224609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmSo549wHXQT6l06I77bRDqHglbThSk6 { width:19.0625rem;height:14.25rem;top:27.75rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMTrVVraeBESTT61N5F1iFK4WQOffGaT { width:19.3125rem;height:14.4375rem;top:54.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2USxq72b2lbyHdPR6iimFBQb749fpA6 { width:3.125rem;height:3.125rem;top:65.7499961853rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh16PC7EB5OcD4bCexm4lgR1HUBct07R { width:3.125rem;height:3.125rem;top:11.249217987061rem;left:0.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu4044vcAWyg2eKlTpC0pV90BLJeops7 { width:3.125rem;height:3.125rem;top:38.786719322204rem;left:0.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5omwSDe9kbVOXxNoXTA6BLXRFMNFz65 { display:block; }#E5omwSDe9kbVOXxNoXTA6BLXRFMNFz65 > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwyfDZpEVBKE3KZTX92HnAAB8oQ9vSaJ { height:11.25rem;width:20rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8CF5bX1fGvZ0fT9VukWz0WLaEZl9dEC { width:20rem;height:4.025rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wzDWliFmt6h7pvXi7W0m00ICGcwwcHpG { display:block; }#wzDWliFmt6h7pvXi7W0m00ICGcwwcHpG > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyRxgw99FnkOH0q8x0m6KkSnFUucSrmX { width:20rem;height:4.55rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lcpfTM2tsdxkFynT3zTWq5RXvIlel34B { width:20rem;height:20.8rem;top:6.1625003814697rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKvtsCNtBJ2BvTNegNhOU4KRkMFeTAqs { width:15.625rem;height:3.1875rem;top:28.025001525879rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #b89nLzG13UCMy0BhnlQlZKQhkcyL0h8Q { display:block; }
 }@media only screen and (max-width: 763px) { #rfvS05kdH8UIh1i1mBoolT5mP1WQ1Gax { display:block; }#rfvS05kdH8UIh1i1mBoolT5mP1WQ1Gax > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZtpWwRmsggTU1bIsVDE4rwUkJwwq1N7 { width:20rem;height:10.395833333333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkFzc2bBK1CkQkFQaMOZpz3PuI45qQeP { width:20rem;height:7.375rem;top:1.5750007629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTMofDeZNhRUVp5icmJ9Bx2OOzd8l9Sk { width:20rem;height:1.65rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT95peL3XJ0hn3kv2aFoehWzHDSF60xT { width:3.75rem;height:0.125rem;top:4.1875rem;left:8.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLhBbWo9E95skKa2sDdZvMpgWncCfKiE { width:20rem;height:3.4125rem;top:4.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dyAQJUidJNPATtkkIDG8FMObrodNpzLg { display:block; }#dyAQJUidJNPATtkkIDG8FMObrodNpzLg > .row .container { width:20rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTeqTS1CABQl7KHMrIoPFpFrZmPro8yH { width:20rem;height:5.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yldA8SPVdh58mNS8dhuMOqenktFRvMfA { width:14.75rem;height:3.7375rem;top:0.8125rem;left:2.6875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AQtLH8zFrL7bb9TLeK6u7fHzbgfZUiNu { width:14.75rem;height:3.7375rem;top:6.5625rem;left:2.6875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTbvbhVxCBw4Sn3ZBERTG5TyKDieX0Qg { width:14.75rem;height:3.7375rem;top:12.25rem;left:2.6250000596046rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fD7TzpGFItXIoB0r8LPpqKbb4ObTAwoh { width:14.75rem;height:3.7375rem;top:18.212493896484rem;left:2.6250000596046rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VlsrIg24EUJ8XwRrTOgZ3Ot1lSQrkuLe { width:20rem;height:5.75rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAOyCGZnal5WFdbeAnCp0IQEv3XvL9lv { width:20rem;height:5.75rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5FUT7Da13gBPmS6TSfrMnSisXGJQlMJ { width:20rem;height:5.75rem;top:11.474990844726rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG82FK8v9naGmOCD5zwXyAhmAzDQzHId { width:20rem;height:5.75rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMHD8rJnTqTZ8kWQI6yLh4sJlcuTSCkM { width:20rem;height:5.75rem;top:40.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDQpubtT2ZKF8l6gt0MkkRLU8altQA4g { width:14.75rem;height:3.7375rem;top:41rem;left:2.6875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ByneuvUnzElOBZQVNFD9x7KAN4lRJs3O { width:14.75rem;height:3.7375rem;top:23.75rem;left:2.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WLWu4pxWaBg7bP1qtnDITrOTlkT8pokt { width:14.75rem;height:3.7375rem;top:35.25rem;left:2.6875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTGiQTxkilPsNRZOp89aEoHdLApddFC6 { width:20rem;height:5.75rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHZ2WveyPHIqTo8TQGLq44PfZwA94G0I { width:20rem;height:5.75rem;top:28.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKSRKFKocHDe6bBzZWUrKR8vV2wS4qfF { width:14.75rem;height:3.7375rem;top:29.5rem;left:2.6875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z3lu0MIglJHlwKkT0FOpczy9T3db86dC { display:block; }#z3lu0MIglJHlwKkT0FOpczy9T3db86dC > .row .container { width:20rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBeorUBAdMW8EcKCNf7gdswu2SI4M7FE { width:20rem;height:1.8rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxRpTVIJaHce9OqAMGGFCe1aaOzAZv0D { width:3.75rem;height:0.125rem;top:3.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFg7pIoNam2B3vowrVFHUOUm695AsS5H { width:20rem;height:5.2rem;top:4.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J5NBpO4ACutiqiMb9wKxzEEuomiuIb7O { width:20rem;height:2.1666666666667rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #noDfvgXpb8TKVNCNXHTB7oLx4H0nJzRX { width:20rem;height:9.84375rem;top:14.54140625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VFgziHNGZ2NSRgkzW7K0y0xs1B7tIRTJ { width:15.625rem;height:3.1875rem;top:25.635162353516rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgEOWoHOwkvFEvXBesKV9vdfuWhWhptJ { display:block; }
 }@media only screen and (max-width: 763px) { #hXTiqDKpyXppliTuWA9rmDHorUTUOmw3 { display:block; }#hXTiqDKpyXppliTuWA9rmDHorUTUOmw3 > .row .container { width:20rem;height:263.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wswfzi8t4LyJbAFZVas6vq98CM4aIJI8 { width:20rem;height:15rem;top:4.3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt4IEU0aAFLn0uuqtz1y1D5W8D59WNg0 { width:20rem;height:14.9359375rem;top:20.55rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7AdD9N56ZAqqFcvuhAn9UdqOeyXLCXJ { width:20rem;height:15rem;top:69.1109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1AO0qTOp1OR98JRWTnHP0TqOap2Kl6z { width:20rem;height:15rem;top:85.3609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctLKK9kkHrTJQDSPwn9pJwnnpuVp9Okb { width:20rem;height:14.9375rem;top:36.7359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiDNgQle9FzzDWgu6wx7UcEu3FFyBqDG { width:20rem;height:14.9375rem;top:52.9234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWISm454HLGDwDWiqcIadXT8GntJDJhT { width:20rem;height:14.9375rem;top:101.6109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B18IihJMKJHvg1sPGBTNgxdXOaXd5aT5 { width:20rem;height:14.9375rem;top:117.7984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGWAvfQ7a6HizsAHQT5tkUGANt8UG3KX { width:20rem;height:14.9375rem;top:150.1109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOl4th8yZ4NW8aBRFp6QEMDRnmlEhPNs { width:20rem;height:14.8125rem;top:166.2984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZiVDhynE7TxeQr0ThFgK8ZCvdeayaWc { width:20rem;height:14.875rem;top:182.3609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMmPBxIn1tnETqNyBUKTbF7yCLTGthSI { width:20rem;height:14.875rem;top:133.9859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKboPwuN0KF6qw2H3g0lA7sALRMGEl3y { width:20rem;height:14.875rem;top:214.7359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWTZfqRVI9DCCidL05Sd5BAx3RM4tiww { width:20rem;height:14.875rem;top:230.8609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L45a0OnpSJX168UzrenKhpGXJICp5exQ { width:20rem;height:14.875rem;top:246.9859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nME2yhi1LD77NVxcu61Qq3LihQmREEQZ { width:20rem;height:15rem;top:198.4859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWHocR1CkvBoSvS6ebbxeSxnVUSAAUvt { width:20rem;height:1.8rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ7gNI36twBeGeT0PeJXoxwCKIM43XgB { display:block; }#IJ7gNI36twBeGeT0PeJXoxwCKIM43XgB > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdUrBrm3q1JtFXUOsEqX1JODTgOLCcAG { width:20rem;height:13.575757575758rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE4vw8imGmz5oEXTTffHPKxD9VKDZSLi { width:13.1875rem;height:1.575rem;top:14.637500762939rem;left:3.4062498807907rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoLQO87nkJ17Pw5qgzSXvJMhMPMIcGed { width:15.875rem;height:3.6rem;top:16.5rem;left:2.0625000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f4pScV4Tm7RMurt0uXofw03CQAUCMuCp { width:15.625rem;height:3.1875rem;top:24.474218845367rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8BM8l0B4NSkDBoOJknN9wNlRqS0UJ4C { display:block; }
 }@media only screen and (max-width: 763px) { #FnlJOvWGQOClIBRkSW4VXxHqLHukREw9 { width:15.5625rem;height:3.125rem;top:20.661718845367rem;left:2.2187500596046rem;font-size:1.125rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #uSB7bSVd2bCXQsOXquydqJ4I8TMBP07k { display:block; }
 }@media only screen and (max-width: 763px) { #zpwmNgPWR6xGNkz3V4nXnr8h1T5pl0Zw { display:block; }#zpwmNgPWR6xGNkz3V4nXnr8h1T5pl0Zw > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGl1XkkIaDTtiwdm6OKqlTf17cThJoH2 { width:20rem;height:1.875rem;top:17.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRgUN7DyJGtkpWHohkHbhWMl4c2hFFyI { width:20rem;height:9rem;top:20.47421836853rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x9FKT9BMZi199rbiP2HJ7WKeNke2I2MO { width:20rem;height:2.175rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJL9FKwe4LqgbZqlU844lpOWAHGZrhS7 { width:20rem;height:11.4rem;top:3.987548828125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t7LumToHtpege6QJZCAzzZsOrZrPmTHN { display:block; }#t7LumToHtpege6QJZCAzzZsOrZrPmTHN > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6PVrITKT552rQ05X4fxVHabS4g2OVpZ { width:3.75rem;height:0.125rem;top:3.5625rem;left:8.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsGWgdQCtHEq9VQGX7fS35uKy8SQvBGL { width:13.875rem;height:2.19375rem;top:0.625rem;left:3.0625001192093rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT4GTvkyVebEFnmzobt4xiDbOfTJFOdp { width:20rem;height:18.28125rem;top:4.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 { display:block; }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4VfM8SxQrtPMhGsuxNxGTDkzqiq4ZxD { width:20rem;height:2.275rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUG8mQvyfer7udXKUg6Wa3Cmqiravrpc { width:20rem;height:0.975rem;top:4.7rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD3ITdkGpJxK3AFHZU69FPe3RcQFkekp { width:18.875rem;height:1.05625rem;top:6.8359375rem;left:0.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }