.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#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); }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b78b8e0d-8d76-4563-8367-bb73fa55e492/boxtruckbodyshopcommercialtrucksv2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d.adaptive-delivery-prevent-bg, #TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d.lazyload, #TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d.lazyloading { background-image: none; }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d > .row .container { background-color: transparent; background-image: none; }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d > .row .container > .video-iframe-container { display: none; }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d > .row > .video-iframe-container { display: none; }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d > .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); }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d > .row .container { border-width: 0; border-radius: 0; }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#CClJ1ZhonTrnsocQ5uGUEXauxbWFqTtt { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:4.0625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:28.625rem;left:0rem;height:4.0625rem;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; }
#SQ1u8d27UDRSvm22DEedO2rtIkvF2AdD { 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.1875rem;width:18.9375rem;top:0.5625rem;left:7.9375rem;overflow:hidden;display:none; }
#ed1iVP5iQefu94QbZ4GIVQihq7EpIUTk { color:#ffffff;display:block;width:47rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:43.25rem;left:14.000001907349rem;height:4.4625rem;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; }
#RFEtCfVpAnfSBi3MDEyDEifeBkmlT4nZ { 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.125rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:14.0625rem;height:3.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:37.862501144409rem;left:7.39999961853rem;display:block; }
#pN4uOSITi9a4RuegeBiQMNe98D4PZkXx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FQ2P2yN1oJOuxiwq3sL0mm2Vh91iyVPm { 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:7rem;width:14.5rem;top:19.80624961853rem;left:31.12343788147rem;overflow:hidden;display:block; }
#V8H5Stm5CDvPevVL6QZ4b3FkTfKunxBT { color:#ffffff;display:block;width:58.8125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:33.375rem;left:8.0937519073488rem;height:2.6rem;text-align:center;text-align-last:center;font-style:italic;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; }
#ihlP9gnlyTpd3LnDPSa7hU5v0uyK2M4D { background-color:rgba(0,0,0,0);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:13.9625rem;height:3.0375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.9375rem;left:39.093751907349rem;display:block; }
#afQSr17ixJw9HWi8kKBzQWlz9UTzcI7X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LmU6sWUVTVkJ9ie25bmI0xW7KPeAQwDQ { 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:13.9625rem;height:2.9875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:37.96249961853rem;left:54.868753433228rem;display:block; }
#hznXc2eZQABFKg7mWcQuhIWD7kFVuW0U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v0NGEe52GMRqJNG96Q9sgViV9xXrr9JV { background-color:rgba(0,0,0,0);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:13.9125rem;height:2.9875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:37.987501144409rem;left:23.28750038147rem;display:block; }
#xl1beQE3XQqTk9qpHUrtQOfM69nvzyAk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e7GG3TV0GH6gGwaETGET7I3v9AGfivs6 { position:relative;display:block; }#e7GG3TV0GH6gGwaETGET7I3v9AGfivs6 { background-color: transparent; background-image: none; }#e7GG3TV0GH6gGwaETGET7I3v9AGfivs6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7GG3TV0GH6gGwaETGET7I3v9AGfivs6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7GG3TV0GH6gGwaETGET7I3v9AGfivs6 > .row .container > .video-iframe-container { display: none; }#e7GG3TV0GH6gGwaETGET7I3v9AGfivs6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7GG3TV0GH6gGwaETGET7I3v9AGfivs6 > .row > .video-iframe-container { display: none; }#e7GG3TV0GH6gGwaETGET7I3v9AGfivs6 > .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); }#e7GG3TV0GH6gGwaETGET7I3v9AGfivs6 { border-width: 0; border-radius: 0; }#e7GG3TV0GH6gGwaETGET7I3v9AGfivs6 > .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; }#e7GG3TV0GH6gGwaETGET7I3v9AGfivs6 > .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:34.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bPQdCgLLZTSCtQBf7g6W8HIUmJDXOicT { color:#000000;display:block;width:45.4375rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:3.49375rem;font-style:normal;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; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-form-header {  }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#f2f9ff;width:22.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .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:22.75rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.8125rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-input-text {padding-top: 0; padding-bottom: 0;}#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .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:22.75rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.8125rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .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:22.75rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:"open sans";font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-input-select {padding-top: 0; padding-bottom: 0;}#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#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.1875rem;font-weight:bold;color:#000000;width:22.75rem;height:3rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .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:21.6875rem;overflow:hidden;font-style:normal;float:none; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .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; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .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;float:none; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-container:first-of-type{padding-top:0;}#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-container:last-of-type{padding-bottom:0;}#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX  { background-color:#928f8f;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:22.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:48.750001907349rem;top:2.4156265258789rem;z-index:15011;position:absolute; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.75rem;display:block;vertical-align:top; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .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; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX {display:block;}#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX { background-color:#928f8f;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:22.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:48.750001907349rem;top:2.4156265258789rem;z-index:15011;position:absolute; }
#GTbIUL5ck45qrMfCAsABRWIhd5sZKuHf #ta3X1vGRuthxtHZy2cIeb03BhTBf3kiF { position:relative; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #eyUCTdiI5SZcah5TX4kyFvTzEXmzaySL { position:relative; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #SpVkt5Z0cryfk7h4Ffrq7O8XgOnWUeuN { position:relative;display:block; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #DoH4VL9wxJP2TI02yJkDwFSyuDzGE50p { position:relative; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #qTnQyByLFh10dze7t0p4VHxab3X3OKVR { position:relative; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #yXI7WQe1eV1rfbbCRxQFMt5RWgASyJBv { position:relative;display:block; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #Xc3twr1VT4TkTL12EhBI0pg8fOW5KwSW { position:relative; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #sgR2Aobb7cgaJ29Dp5WJsciAFSJyI7PE { position:relative; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #ondG2cGRwBPhz1O9qG752eoivlSkueD7 { position:relative;display:block; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #ihv5VayGmRBdhiexXRweNmwwstxOD1As { position:relative; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #XmPNEtbKItQTcLelMtJflWpBB671kMUp { position:relative; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #ehgRhLwvKHph4syq7qfqVRdqkFiobSkC { position:relative;display:none; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #MTuFB8S7v3XkVVC9XLzPGglL4DK9TZSW { position:relative; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #mLyEszb0labh9H8kGqP6TmXmyypA8hlB { position:relative; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #axFBMPHCQz4Q8nnENVGZWxEzrCWrSilP { position:relative;display:block; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #fbspFCWhREFUlkycs9tyUL48DIrEUL8r { position:relative; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #Og7Pb1G7W00VQ1ifvMhZh8RZrToPMmrb { position:relative; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #dh4I9WthDoLifZmviKAv19r8oabsu7Er { position:relative;z-index:2; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #I5OE4bVx4B7TdINbhV2TJVP2Arw2Exhx { position:relative; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #b4M3BzqwAk9ExMO1fz6HoWuzq8UxgfLv { position:relative; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #tK4Ge1KigT049MJMmqFDzvJOTCuUotWT { position:relative; }
#e8rK98UGtLXIdMZckiLlTFBXKsVco8ed { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:6.8125rem;left:17.0625rem;height:12.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#e8rK98UGtLXIdMZckiLlTFBXKsVco8ed li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#e8rK98UGtLXIdMZckiLlTFBXKsVco8ed li:before{  }
#s8AmQ172OHxKd8Ww2dTnTXTfRTdHWzJ4 { color:#000000;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:6.9375rem;left:1.9375rem;height:12.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#s8AmQ172OHxKd8Ww2dTnTXTfRTdHWzJ4 li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#s8AmQ172OHxKd8Ww2dTnTXTfRTdHWzJ4 li:before{  }
#fPP7HgTlJp9GgsTpyZldfrJZmtDUGi4W { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:20.9375rem;left:15.812501907349rem;height:7.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RcXXdtWiWGQdHD2rGn2kRKtnOcr6Gyua { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:6.8125rem;left:31.0625rem;height:12.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#RcXXdtWiWGQdHD2rGn2kRKtnOcr6Gyua li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#RcXXdtWiWGQdHD2rGn2kRKtnOcr6Gyua li:before{  }
#AiiVXoGt7Ht7AoNapE0HpLuZ90tCMbPW { color:#000000;display:block;width:44.625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:30.540626525879rem;left:2.03125rem;height:1.58125rem;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; }
#nqmBTQ2vIo1Zi4NfQN5IQXTNIQTg1TJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#313131;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; }#nqmBTQ2vIo1Zi4NfQN5IQXTNIQTg1TJT > .row .container { background-color: transparent; background-image: none; }#nqmBTQ2vIo1Zi4NfQN5IQXTNIQTg1TJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqmBTQ2vIo1Zi4NfQN5IQXTNIQTg1TJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqmBTQ2vIo1Zi4NfQN5IQXTNIQTg1TJT > .row .container > .video-iframe-container { display: none; }#nqmBTQ2vIo1Zi4NfQN5IQXTNIQTg1TJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqmBTQ2vIo1Zi4NfQN5IQXTNIQTg1TJT > .row > .video-iframe-container { display: none; }#nqmBTQ2vIo1Zi4NfQN5IQXTNIQTg1TJT > .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); }#nqmBTQ2vIo1Zi4NfQN5IQXTNIQTg1TJT > .row .container { border-width: 0; border-radius: 0; }#nqmBTQ2vIo1Zi4NfQN5IQXTNIQTg1TJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nqmBTQ2vIo1Zi4NfQN5IQXTNIQTg1TJT > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#gDu79DwTgWuVB1BH24IKQmTmRFlpxmR9 { color:#000000;display:block;width:36.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.1187500953674rem;left:19.093751907349rem;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; }
#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:59.6875rem;width:75rem;position:relative;display:block; }#VwmDhH4XRmOThVA2cKlOi0k9kgPnNbF6 { color:#d70000;display:block;width:41.625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:15.312499761581rem;left:1.625rem;height:1.95rem;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; }
#fPVk62VBVMbGQxmH86InJ59vm8HeMGHD { color:#000000;display:block;width:44.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:18.5625rem;left:1.625rem;height:5.1rem;text-align:left;text-align-last:left;display:block; }
#ZTUQbJfZJZ0Obv0tqsBi5BnC9ecal5sP { 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:10.4375rem;width:14.0625rem;top:3.6875rem;left:1.625rem;overflow:hidden;display:block; }
#eUJZJnGbIiGTuKVNBs3q2LKuCs5KT6rn { 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:10.5rem;width:14.0625rem;top:3.65625rem;left:31.749219894409rem;overflow:hidden;display:block; }
#u4NWA8ZkdETyunDxXbGSvR9Fg4poQfav { color:#d70000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.125rem;left:53.5625rem;height:1.5rem;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; }
#vmKENO2G6iZ90F4tdq2wRNUaS2nlIeL6 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:5.4250030517578rem;left:51.624221801757rem;height:26.875rem;font-style:normal;display:block; }#vmKENO2G6iZ90F4tdq2wRNUaS2nlIeL6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vmKENO2G6iZ90F4tdq2wRNUaS2nlIeL6 li:before{  }
#tz3MOTMi3C93fDoVe88DZegeSdb3FpNH { color:#000000;display:block;width:44.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:43.25rem;left:1.625rem;height:6.8rem;text-align:left;text-align-last:left;display:block; }
#VnmuG15ySN7EDqgdFQwfswHqndItWWHo { color:#d70000;display:block;width:41.625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:40.187501907349rem;left:1.625rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oC5MxZy7eOHsWGv4XdxzCFxfCithi6LF { 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:10.4375rem;width:13.9375rem;top:28.375rem;left:1.625rem;overflow:hidden;display:block; }
#CkndJuIVlmz1xo6LEgowO6kC3FqLDhur { position:absolute;display:block;z-index:15006;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:28.375rem;left:16.750001907349rem;overflow:hidden;display:block; }
#pgM3UrmIBRBuFDG5GXsxtWsFiH1slV34 { 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.5rem;width:14.0625rem;top:28.375rem;left:31.812501907349rem;overflow:hidden;display:block; }
#GuIamNBQRJon65rHzu1Z9i8nUDc9KbVl { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:36.4375rem;left:51.624221801757rem;height:14.475rem;font-style:normal;display:block; }#GuIamNBQRJon65rHzu1Z9i8nUDc9KbVl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GuIamNBQRJon65rHzu1Z9i8nUDc9KbVl li:before{  }
#lb51C4h2pLWOdtQB9bKdzUx61hFNMLUm { color:#d70000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:34.125rem;left:53.75rem;height:1.5rem;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; }
#tN1SNDnOLWsID6eh6OCK6ZGtwtwGzPti { box-sizing:content-box;color:#d70000;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:2.625rem;left:50.962501525879rem;display:block; }
#t3rc806MkIVVbNsDPFZpXmSTTKJ5sH1D { box-sizing:content-box;color:#d70000;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:33.625rem;left:51.124221801757rem;display:block; }
#NTktmE0ezvsPqzM8TbFfd18yupSlDP7M { 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:53.6875rem;width:25.5rem;top:0rem;left:49.5rem;display:block; }
#ZztqcuTzf5M7ZNv1tK9qXKqUpaZcIXdg { 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:10.5rem;width:14.0625rem;top:3.65625rem;left:16.656251907349rem;overflow:hidden;display:block; }
#OtG3dJJJqeBA29TQghaBmvzNg4rwvLgW { 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.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:15016;text-align:center;text-align-last:center;top:52.375rem;left:1.625rem;display:block; }
#JFI1LW2wBi0mnqcaMl5nTLtuxXCpy5iy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iOMguUNqs8hJBP6SURvvBF2WDx8L4Ekl { background-color:rgba(0,0,0,0);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:14.0125rem;height:3.0875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:52.400001525879rem;left:19.03750038147rem;display:block; }
#aTVdXvzA510dzTguQh0MyJJWXeSfQT1K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cOKRV1rVcRchhTwADAkIyfBbG2IW4yvv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#cOKRV1rVcRchhTwADAkIyfBbG2IW4yvv > .row .container { background-color: transparent; background-image: none; }#cOKRV1rVcRchhTwADAkIyfBbG2IW4yvv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOKRV1rVcRchhTwADAkIyfBbG2IW4yvv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOKRV1rVcRchhTwADAkIyfBbG2IW4yvv > .row .container > .video-iframe-container { display: none; }#cOKRV1rVcRchhTwADAkIyfBbG2IW4yvv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOKRV1rVcRchhTwADAkIyfBbG2IW4yvv > .row > .video-iframe-container { display: none; }#cOKRV1rVcRchhTwADAkIyfBbG2IW4yvv > .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); }#cOKRV1rVcRchhTwADAkIyfBbG2IW4yvv > .row .container { border-width: 0; border-radius: 0; }#cOKRV1rVcRchhTwADAkIyfBbG2IW4yvv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cOKRV1rVcRchhTwADAkIyfBbG2IW4yvv > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#uGFzXNbzefTs3mNUGn1iVOtFpWzIziMl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:5.1875rem;left:3.9375rem;height:12.9rem;font-style:normal;display:block; }#uGFzXNbzefTs3mNUGn1iVOtFpWzIziMl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uGFzXNbzefTs3mNUGn1iVOtFpWzIziMl li:before{  }
#INcxSKoXSI9hDxzM7faMP7DQZHcKuJ7L { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:5.1875rem;left:16.812501907349rem;height:;font-style:normal;display:block; }#INcxSKoXSI9hDxzM7faMP7DQZHcKuJ7L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#INcxSKoXSI9hDxzM7faMP7DQZHcKuJ7L li:before{  }
#iOm6C0KKtkHggD909AIImSKmZy2v1fHE { color:#d70000;display:block;width:29.8125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1.75rem;left:3.9375rem;height:1.95rem;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; }
#U2BB09smmOGaP9ixaTWdrT9C8gxWMfF5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:5.1875rem;left:42.186719894409rem;height:11.0125rem;font-style:normal;display:block; }#U2BB09smmOGaP9ixaTWdrT9C8gxWMfF5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U2BB09smmOGaP9ixaTWdrT9C8gxWMfF5 li:before{  }
#cd9exVGyPn6la5ziAn6N3TDZg5d3FL8f { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:5.1875rem;left:54.686719894409rem;height:11.0125rem;font-style:normal;display:block; }#cd9exVGyPn6la5ziAn6N3TDZg5d3FL8f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cd9exVGyPn6la5ziAn6N3TDZg5d3FL8f li:before{  }
#tbJJS7rkCLTRHFz4sLkA8HQRtnskQVEA { color:#d70000;display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.125rem;left:42.062501907349rem;height:1.95rem;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; }
#hIss1xJcoWS41ngmRxKEvxqJhwD8TSFU { position:relative;display:block; }#hIss1xJcoWS41ngmRxKEvxqJhwD8TSFU { background-color: transparent; background-image: none; }#hIss1xJcoWS41ngmRxKEvxqJhwD8TSFU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIss1xJcoWS41ngmRxKEvxqJhwD8TSFU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIss1xJcoWS41ngmRxKEvxqJhwD8TSFU > .row .container > .video-iframe-container { display: none; }#hIss1xJcoWS41ngmRxKEvxqJhwD8TSFU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIss1xJcoWS41ngmRxKEvxqJhwD8TSFU > .row > .video-iframe-container { display: none; }#hIss1xJcoWS41ngmRxKEvxqJhwD8TSFU > .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); }#hIss1xJcoWS41ngmRxKEvxqJhwD8TSFU { border-width: 0; border-radius: 0; }#hIss1xJcoWS41ngmRxKEvxqJhwD8TSFU > .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; }#hIss1xJcoWS41ngmRxKEvxqJhwD8TSFU > .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.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TZKtJhNJMmMr2yAia2cmch9lgn44Tuik { color:#d70000;display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:14.006249427796rem;left:1.8617191314698rem;height:1.8rem;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; }
#QaFa3Tsw69nW5LNKT2IHE1VwCcL5tHWI { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:17.312500238419rem;left:1.8624992370606rem;height:7.225rem;text-align:left;text-align-last:left;display:block; }
#rVk8vT7hJAb3GF0TTeGzeSHDWz0wDZeU { 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:11.4375rem;width:17.1875rem;top:1.125rem;left:38.3125rem;overflow:hidden;display:block; }
#bAUUavF6BAi9PflKcKyvfG3NGOdSGsP8 { position:absolute;display:block;z-index:15003;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:11.375rem;width:17.1875rem;top:1.1875rem;left:56.25rem;overflow:hidden;display:block; }
#pcHB60Qha3yF5qGsTKQftWHJRCoccP5W { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:17.3125rem;left:40.0625rem;height:5.41875rem;text-align:left;text-align-last:left;display:block; }
#u8Mzat06qwwkeL23alvHkziLNwiheigN { color:#d70000;display:block;width:28.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:14.006249427796rem;left:40.062501907349rem;height:1.8rem;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; }
#LBu80sIJ8h6CKNUVT2SJbKnMyqq6De6u { 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:11.375rem;width:17.0625rem;top:1.1875rem;left:19.6875rem;overflow:hidden;display:block; }
#i4K1ElZi5iCRUmLnF1UJWBAGCiRiTbJo { 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:11.4375rem;width:17.1875rem;top:1.125rem;left:1.75rem;overflow:hidden;display:block; }
#e5nhhQhPQ8tTCJdausJrBJa8y1kWogTa { 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.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:15013;text-align:center;text-align-last:center;top:25.6875rem;left:21.22421836853rem;display:block; }
#xpS4J7iGK20s1SgmtgUVW5gMliraIN2g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QHaoNxHwkahoA9PCKcJLgTL44xvNnBSo { background-color:rgba(0,0,0,0);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:13.9625rem;height:3.0375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:25.737499237061rem;left:38.312501907349rem;display:block; }
#rcIM2xtE3NAdT9UbQavyOzNbeeii39ex { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zWbGTZiTQJQDrlvMRxGWxNlxK1C1gTyy { position:relative;display:block; }#zWbGTZiTQJQDrlvMRxGWxNlxK1C1gTyy { background-color: transparent; background-image: none; }#zWbGTZiTQJQDrlvMRxGWxNlxK1C1gTyy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWbGTZiTQJQDrlvMRxGWxNlxK1C1gTyy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWbGTZiTQJQDrlvMRxGWxNlxK1C1gTyy > .row .container > .video-iframe-container { display: none; }#zWbGTZiTQJQDrlvMRxGWxNlxK1C1gTyy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWbGTZiTQJQDrlvMRxGWxNlxK1C1gTyy > .row > .video-iframe-container { display: none; }#zWbGTZiTQJQDrlvMRxGWxNlxK1C1gTyy > .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); }#zWbGTZiTQJQDrlvMRxGWxNlxK1C1gTyy { border-width: 0; border-radius: 0; }#zWbGTZiTQJQDrlvMRxGWxNlxK1C1gTyy > .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; }#zWbGTZiTQJQDrlvMRxGWxNlxK1C1gTyy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H8eQwdECsMz9BsfJf7cRnrGCz4TVmfa7 { 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:32.6875rem;width:48.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#C867yLTH9TnqXEqfphZFdPBrXCkpXXiT { color:#d70000;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:9rem;left:52.625rem;height:2.175rem;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; }
#WC6uEIoxoXThDTV9FFMSleB0THO1bFyX { color:#000000;display:block;width:16.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:11.5625rem;left:52.625rem;height:3.325rem;text-align:left;text-align-last:left;display:block; }
#DPy3GLIUIw1E1wrOnr5OAmwQQOpSpQdf { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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.625rem;height:3.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:16.25rem;left:52.625rem;display:block; }
#VHZh1Hg0MqMbKirsdUemef60HOoopbZN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fFBNZACtdZadSo8lyKV99MbxPKfhZoop { 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.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:15018;text-align:center;text-align-last:center;top:20.5625rem;left:52.625rem;display:block; }
#kuILwau6r122RUiewK1nghGKH0HZT0Vh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PDKgvdaMlZ5mvmqo2oKg5kUMdmE4gwTv { position:relative;display:block; }#PDKgvdaMlZ5mvmqo2oKg5kUMdmE4gwTv { background-color: transparent; background-image: none; }#PDKgvdaMlZ5mvmqo2oKg5kUMdmE4gwTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDKgvdaMlZ5mvmqo2oKg5kUMdmE4gwTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDKgvdaMlZ5mvmqo2oKg5kUMdmE4gwTv > .row .container > .video-iframe-container { display: none; }#PDKgvdaMlZ5mvmqo2oKg5kUMdmE4gwTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDKgvdaMlZ5mvmqo2oKg5kUMdmE4gwTv > .row > .video-iframe-container { display: none; }#PDKgvdaMlZ5mvmqo2oKg5kUMdmE4gwTv > .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); }#PDKgvdaMlZ5mvmqo2oKg5kUMdmE4gwTv { border-width: 0; border-radius: 0; }#PDKgvdaMlZ5mvmqo2oKg5kUMdmE4gwTv > .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; }#PDKgvdaMlZ5mvmqo2oKg5kUMdmE4gwTv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EETZWAWTok55gkL67DboP65k8S3RTGqz { 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:9.3125rem;width:12.5rem;top:3.28125rem;left:3.125rem;overflow:hidden;display:block; }
#fMfborQyDSE9wuySmlKv4O30BgZ2pT2c { 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:8.875rem;width:12.5rem;top:3.25rem;left:21.875001907349rem;overflow:hidden;display:block; }
#INXMMkqiccapvPDkBnHN8tV00kXV4UJR { 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:9.3125rem;width:12.5rem;top:3.28125rem;left:40.624219894409rem;overflow:hidden;display:block; }
#T9duTItPTTpr3XW8gqbUMerMCZJvWUWu { color:#000000;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.775001525879rem;left:5.6875rem;height:1.3rem;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; }
#PBtcxmnq6N6FIUfnGH52I6slkmTEPCHG { 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:8.8125rem;width:12.5rem;top:3.53125rem;left:59.374998092651rem;overflow:hidden;display:block; }
#hHfImrmCvs2nsMT4DIV9M9dO1z0d85r2 { position:absolute;display:block;z-index:14999;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.0625rem solid rgba(157,157,157,0.35);border-left:0.0625rem solid rgba(157,157,157,0.35);border-right:0.0625rem solid rgba(157,157,157,0.35);border-bottom:0.0625rem solid rgba(157,157,157,0.35);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:17.5rem;top:1.28125rem;left:0.5625rem;display:block; }
#xTdExFAQhR96CozzUV169MSu07TrRMGd { position:absolute;display:block;z-index:15000;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(157,157,157,0.35);border-left:0.0625rem solid rgba(157,157,157,0.35);border-right:0.0625rem solid rgba(157,157,157,0.35);border-bottom:0.0625rem solid rgba(157,157,157,0.35);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:17.5rem;top:1.28125rem;left:19.312501907349rem;display:block; }
#kVEFdcFePxqOu3FPmxe799B2BtKzR0UT { position:absolute;display:block;z-index:15001;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.0625rem solid rgba(157,157,157,0.35);border-left:0.0625rem solid rgba(157,157,157,0.35);border-right:0.0625rem solid rgba(157,157,157,0.35);border-bottom:0.0625rem solid rgba(157,157,157,0.35);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:17.5rem;top:1.28125rem;left:38.061719894409rem;display:block; }
#hOr3IUvF3PABmWQmAZRSi2cTBFrBrv6m { position:absolute;display:block;z-index:14998;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(157,157,157,0.35);border-left:0.0625rem solid rgba(157,157,157,0.35);border-right:0.0625rem solid rgba(157,157,157,0.35);border-bottom:0.0625rem solid rgba(157,157,157,0.35);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:17.5rem;top:1.28125rem;left:56.812498092651rem;display:block; }
#Bi14wlwm7nbsIOvAe0q8TbNQls79xqgo { box-sizing:content-box;color:#000000;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:13.081251144409rem;left:3.125rem;display:block; }
#RTD18T5M1XoSCF7NqyMPMPQsBwlT02Er { box-sizing:content-box;color:#000000;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:13.106246948243rem;left:21.875001907349rem;display:block; }
#eweOm4WIB7bU4wKwJO3hK7MMuhvo0Wne { color:#000000;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.799995422363rem;left:24.312501907349rem;height:1.3rem;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; }
#AIDOfhDsoNrS0NBKPUG2FocCy6y8rtKu { color:#000000;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.775001525879rem;left:43.374219894409rem;height:1.3rem;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; }
#iGPNyGh7ApIWiqITseHnFA4ycG6OevBm { box-sizing:content-box;color:#000000;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:13.081245422363rem;left:40.624219894409rem;display:block; }
#E1xSZ03OLFarEZ3nuN7x8U5sADhVACPG { box-sizing:content-box;color:#000000;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:13.081245422363rem;left:59.374998092651rem;display:block; }
#lRvwT9o5Lpsedwn0xosUzPqvkHK6XbhH { color:#000000;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.775001525879rem;left:62.062498092651rem;height:1.3rem;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; }
#TbN2zMgp9PcXyVtm3XiRvLuryMinrVQa { position:relative;display:block; }#TbN2zMgp9PcXyVtm3XiRvLuryMinrVQa { background-color: transparent; background-image: none; }#TbN2zMgp9PcXyVtm3XiRvLuryMinrVQa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbN2zMgp9PcXyVtm3XiRvLuryMinrVQa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbN2zMgp9PcXyVtm3XiRvLuryMinrVQa > .row .container > .video-iframe-container { display: none; }#TbN2zMgp9PcXyVtm3XiRvLuryMinrVQa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbN2zMgp9PcXyVtm3XiRvLuryMinrVQa > .row > .video-iframe-container { display: none; }#TbN2zMgp9PcXyVtm3XiRvLuryMinrVQa > .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); }#TbN2zMgp9PcXyVtm3XiRvLuryMinrVQa { border-width: 0; border-radius: 0; }#TbN2zMgp9PcXyVtm3XiRvLuryMinrVQa > .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; }#TbN2zMgp9PcXyVtm3XiRvLuryMinrVQa > .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:19.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dRiT9qMiX1HlIrsPooghQAsB1ITEHTVF { 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:8.875rem;width:11.8125rem;top:3.21875rem;left:40.624219894409rem;overflow:hidden;display:block; }
#rkTXfWqsNOzlVigcrQJHWWafMQcw5kM8 { 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:8.8125rem;width:11.75rem;top:3.46875rem;left:59.374998092651rem;overflow:hidden;display:block; }
#FumBTV0WBC2XZBvQuW4MDWIirQeJk8aX { position:absolute;display:block;z-index:14999;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(157,157,157,0.35);border-left:0.0625rem solid rgba(157,157,157,0.35);border-right:0.0625rem solid rgba(157,157,157,0.35);border-bottom:0.0625rem solid rgba(157,157,157,0.35);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:17.5rem;top:1.21875rem;left:0.5625rem;display:block; }
#KEHrkcJpZKtKt5vP85V83fIsKrkT2E5R { position:absolute;display:block;z-index:15000;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.0625rem solid rgba(157,157,157,0.35);border-left:0.0625rem solid rgba(157,157,157,0.35);border-right:0.0625rem solid rgba(157,157,157,0.35);border-bottom:0.0625rem solid rgba(157,157,157,0.35);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:17.5rem;top:1.21875rem;left:19.312501907349rem;display:block; }
#JMOOKvANyO6VI0WtWVEuTbGHQAn3yWfm { position:absolute;display:block;z-index:14998;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(157,157,157,0.35);border-left:0.0625rem solid rgba(157,157,157,0.35);border-right:0.0625rem solid rgba(157,157,157,0.35);border-bottom:0.0625rem solid rgba(157,157,157,0.35);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:17.5rem;top:1.21875rem;left:38.061719894409rem;display:block; }
#e840fECMOIEPAz0gvuNaXaghyUhbAesT { position:absolute;display:block;z-index:14997;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.0625rem solid rgba(157,157,157,0.35);border-left:0.0625rem solid rgba(157,157,157,0.35);border-right:0.0625rem solid rgba(157,157,157,0.35);border-bottom:0.0625rem solid rgba(157,157,157,0.35);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:17.5rem;top:1.21875rem;left:56.812498092651rem;display:block; }
#McKOG3uvg7T3C8DVSBfcpxm4AnwMSibI { 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:9.3125rem;width:12.5rem;top:3.1875rem;left:3.125rem;overflow:hidden;display:block; }
#KTllTqzzRzwtudUWIWNCqVwQzhveDGVH { 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:9.25rem;width:12.3125rem;top:3.25rem;left:21.875001907349rem;overflow:hidden;display:block; }
#OzA2SRm7TMdwiNu8L3vgkhEUpQzoFHTs { box-sizing:content-box;color:#000000;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:12.65625rem;left:3.125rem;display:block; }
#NONCXB83gr65pi3fogiianSwmEPRRGUr { box-sizing:content-box;color:#000000;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:12.53125rem;left:21.875001907349rem;display:block; }
#VxmOq5y8I4VphzxanWvuIxcskQUToTAX { box-sizing:content-box;color:#000000;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:12.53125rem;left:40.624219894409rem;display:block; }
#Nvfkd3U5UpNFrkUgt5BXsbNps4EIP36l { box-sizing:content-box;color:#000000;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:12.28125rem;left:59.374998092651rem;display:block; }
#mGNdyMzvDkvnAUzHcLddATrHwc5Pb9EW { color:#000000;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.337501525879rem;left:5.8125rem;height:1.3rem;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; }
#FTTHEqvy0kqG3ztJkq1vOH8Mo6nKDKgE { color:#000000;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.224998474121rem;left:24.562501907349rem;height:1.3rem;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; }
#F79TtiHZ45uJH8RNHFomo5nIwud20p8u { color:#000000;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.224998474121rem;left:43.311719894409rem;height:1.3rem;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; }
#OhOPy9KIZza3zorOfBwg7gG6pburDp17 { color:#000000;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.162498474121rem;left:62.062498092651rem;height:1.3rem;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; }
#Ptnof97fFCHUBbbTmvn0MzEwvdrBUpcq { position:relative;display:block; }#Ptnof97fFCHUBbbTmvn0MzEwvdrBUpcq { background-color: transparent; background-image: none; }#Ptnof97fFCHUBbbTmvn0MzEwvdrBUpcq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ptnof97fFCHUBbbTmvn0MzEwvdrBUpcq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ptnof97fFCHUBbbTmvn0MzEwvdrBUpcq > .row .container > .video-iframe-container { display: none; }#Ptnof97fFCHUBbbTmvn0MzEwvdrBUpcq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ptnof97fFCHUBbbTmvn0MzEwvdrBUpcq > .row > .video-iframe-container { display: none; }#Ptnof97fFCHUBbbTmvn0MzEwvdrBUpcq > .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); }#Ptnof97fFCHUBbbTmvn0MzEwvdrBUpcq { border-width: 0; border-radius: 0; }#Ptnof97fFCHUBbbTmvn0MzEwvdrBUpcq > .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; }#Ptnof97fFCHUBbbTmvn0MzEwvdrBUpcq > .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:19.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ll582CzDaLfz29iZIlVnAnr3Xa5b8nBv { 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:8.875rem;width:11.8125rem;top:3.21875rem;left:40.624219894409rem;overflow:hidden;display:block; }
#hkduEOZZNaKoZix01hf6zI0c6ETqJllx { 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:8.75rem;width:11.75rem;top:3.46875rem;left:59.374998092651rem;overflow:hidden;display:block; }
#uvVB0dldZZIcOUD8v0SvI4ESTWB6tsHB { position:absolute;display:block;z-index:14999;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(157,157,157,0.35);border-left:0.0625rem solid rgba(157,157,157,0.35);border-right:0.0625rem solid rgba(157,157,157,0.35);border-bottom:0.0625rem solid rgba(157,157,157,0.35);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:17.5rem;top:1.3750038146973rem;left:19.312501907349rem;display:block; }
#TcLVwTzWCSZ5W3pANPtrPi0cBAFlOXPo { position:absolute;display:block;z-index:15000;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.0625rem solid rgba(157,157,157,0.35);border-left:0.0625rem solid rgba(157,157,157,0.35);border-right:0.0625rem solid rgba(157,157,157,0.35);border-bottom:0.0625rem solid rgba(157,157,157,0.35);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:17.5rem;top:1.3437538146973rem;left:0.5625rem;display:block; }
#vcnIxinp5RJa5iCJo49ygq7UaSWX6ipK { position:absolute;display:block;z-index:14998;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(157,157,157,0.35);border-left:0.0625rem solid rgba(157,157,157,0.35);border-right:0.0625rem solid rgba(157,157,157,0.35);border-bottom:0.0625rem solid rgba(157,157,157,0.35);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:17.5rem;top:1.3125038146973rem;left:56.812498092651rem;display:block; }
#Sm0U6SyCisTF5lAxTkCl8J0rweP8wFoe { position:absolute;display:block;z-index:14997;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.0625rem solid rgba(157,157,157,0.35);border-left:0.0625rem solid rgba(157,157,157,0.35);border-right:0.0625rem solid rgba(157,157,157,0.35);border-bottom:0.0625rem solid rgba(157,157,157,0.35);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:17.5rem;top:1.3437538146973rem;left:38.061719894409rem;display:block; }
#fgm7lVcymrsqagSDHqk769VPrJnq0zI0 { 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:9.3125rem;width:12.375rem;top:3.1875rem;left:3.125rem;overflow:hidden;display:block; }
#wpXu9s1VzfSlBQxUdZWkXEW2NFeiraZe { 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:9.25rem;width:12.5rem;top:3.25rem;left:21.875001907349rem;overflow:hidden;display:block; }
#undZsfZt1TQGlIISdEE3fIsC0A6I0FST { box-sizing:content-box;color:#000000;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:12.53125rem;left:3.125rem;display:block; }
#lDiMTntfNesRqwqyUrRC6Py4Fi8lFBkb { box-sizing:content-box;color:#000000;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:12.53125rem;left:21.875001907349rem;display:block; }
#nsQf2RCxpv3E8iZHeKHsKTL75BQs5nQm { box-sizing:content-box;color:#000000;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:12.53125rem;left:40.624219894409rem;display:block; }
#Nl5ZHy9bSAWCZCz1TCObUZ778fZD6PHn { box-sizing:content-box;color:#000000;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:12.28125rem;left:59.374998092651rem;display:block; }
#JmWP1xuiW4rtACuTo1kiqXyErpkqpHeh { color:#000000;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.212501525879rem;left:5.8125rem;height:1.3rem;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; }
#TpnwbRkOw2louXiqb5FX1RV8AUTCb4LH { color:#000000;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.224998474121rem;left:24.562501907349rem;height:1.3rem;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; }
#CL95v0lkNfeWvPTiHWHlFNTevZ02mqRN { color:#000000;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.224998474121rem;left:43.311719894409rem;height:1.3rem;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; }
#AUPUyBJuLqBTJzT41KU4HvNp6cDFEpOr { color:#000000;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.162498474121rem;left:62.062498092651rem;height:1.3rem;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; }
#q0ge2LIgmsN5wXTTVloC6gxW2Ms0OC2i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#q0ge2LIgmsN5wXTTVloC6gxW2Ms0OC2i.adaptive-delivery-prevent-bg, #q0ge2LIgmsN5wXTTVloC6gxW2Ms0OC2i.lazyload, #q0ge2LIgmsN5wXTTVloC6gxW2Ms0OC2i.lazyloading { background-image: none; }#q0ge2LIgmsN5wXTTVloC6gxW2Ms0OC2i > .row .container { background-color: transparent; background-image: none; }#q0ge2LIgmsN5wXTTVloC6gxW2Ms0OC2i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0ge2LIgmsN5wXTTVloC6gxW2Ms0OC2i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0ge2LIgmsN5wXTTVloC6gxW2Ms0OC2i > .row .container > .video-iframe-container { display: none; }#q0ge2LIgmsN5wXTTVloC6gxW2Ms0OC2i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0ge2LIgmsN5wXTTVloC6gxW2Ms0OC2i > .row > .video-iframe-container { display: none; }#q0ge2LIgmsN5wXTTVloC6gxW2Ms0OC2i > .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); }#q0ge2LIgmsN5wXTTVloC6gxW2Ms0OC2i > .row .container { border-width: 0; border-radius: 0; }#q0ge2LIgmsN5wXTTVloC6gxW2Ms0OC2i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q0ge2LIgmsN5wXTTVloC6gxW2Ms0OC2i > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#NvVNatSvTp1BxN5X1FglmMyBX669ZQIy { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:1.96875rem;left:17.500001907349rem;display:block; }
#IOsnXAndQVge4TfLweS5i1KbvbPVLk2V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/MSxQhLkz/iptruck_background.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; }#IOsnXAndQVge4TfLweS5i1KbvbPVLk2V.adaptive-delivery-prevent-bg, #IOsnXAndQVge4TfLweS5i1KbvbPVLk2V.lazyload, #IOsnXAndQVge4TfLweS5i1KbvbPVLk2V.lazyloading { background-image: none; }#IOsnXAndQVge4TfLweS5i1KbvbPVLk2V > .row .container { background-color: transparent; background-image: none; }#IOsnXAndQVge4TfLweS5i1KbvbPVLk2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOsnXAndQVge4TfLweS5i1KbvbPVLk2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOsnXAndQVge4TfLweS5i1KbvbPVLk2V > .row .container > .video-iframe-container { display: none; }#IOsnXAndQVge4TfLweS5i1KbvbPVLk2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOsnXAndQVge4TfLweS5i1KbvbPVLk2V > .row > .video-iframe-container { display: none; }#IOsnXAndQVge4TfLweS5i1KbvbPVLk2V > .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); }#IOsnXAndQVge4TfLweS5i1KbvbPVLk2V > .row .container { border-width: 0; border-radius: 0; }#IOsnXAndQVge4TfLweS5i1KbvbPVLk2V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOsnXAndQVge4TfLweS5i1KbvbPVLk2V > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#lLUxKFh52gnuUChuyRCPfKO3Jpb4Spdm { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.6875rem;left:0rem;height:2.625rem;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; }
#piMUAp7zCKN9IUAy3ItEZFTzCKwCL2Go { color:#ffffff;display:block;width:52.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:6.0242156982422rem;left:11.875001907349rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#CCW3XcLxNC2ixiLTTTayNpKybL3g35vu { 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:16.5rem;width:22rem;top:10.6875rem;left:3.5rem;overflow:hidden;display:block; }
#CkX2LL5TUucvilSgwOJ4PGdldir7vyvP { position:absolute;display:block;z-index:15006;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:16.5rem;width:22rem;top:10.6875rem;left:49.61874961853rem;overflow:hidden;display:block; }
#nn87vLkrv7VBShuepLrhbshdmTrzezME { 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:16.5rem;width:22.1875rem;top:10.6875rem;left:26.406251907349rem;overflow:hidden;display:block; }
#fHuCRJmuRHazSwHBXBP5LQ6Umx0vXdG8 { 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.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:15014;text-align:center;text-align-last:center;top:29.3125rem;left:30.218751907349rem;display:block; }
#WM42JnDVST9dGoGLOCLP7nydmDyRtHy9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rXInNsLtL6nxOBma7iK0zlbcNyWWAvw6 { 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; }#rXInNsLtL6nxOBma7iK0zlbcNyWWAvw6 > .row .container { background-color: transparent; background-image: none; }#rXInNsLtL6nxOBma7iK0zlbcNyWWAvw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXInNsLtL6nxOBma7iK0zlbcNyWWAvw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXInNsLtL6nxOBma7iK0zlbcNyWWAvw6 > .row .container > .video-iframe-container { display: none; }#rXInNsLtL6nxOBma7iK0zlbcNyWWAvw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXInNsLtL6nxOBma7iK0zlbcNyWWAvw6 > .row > .video-iframe-container { display: none; }#rXInNsLtL6nxOBma7iK0zlbcNyWWAvw6 > .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); }#rXInNsLtL6nxOBma7iK0zlbcNyWWAvw6 > .row .container { border-width: 0; border-radius: 0; }#rXInNsLtL6nxOBma7iK0zlbcNyWWAvw6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rXInNsLtL6nxOBma7iK0zlbcNyWWAvw6 > .row .container { font-size:0.875rem;font-family:"open sans";height:32.875rem;width:75rem;position:relative;display:block; }#cTMofDeZNhRUVp5icmJ9Bx2OOzd8l9Sk { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:14.037498474121rem;left:0rem;height:3.6rem;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; }
#vLhBbWo9E95skKa2sDdZvMpgWncCfKiE { color:#ffffff;display:block;width:47.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.637496948243rem;left:13.937501907349rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#JLFSXrvOewdErxLFqG3f91IxT83o1HX9 { 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:28.5625rem;width:74.9375rem;top:2.25rem;left:-0.0073562443654681rem;overflow:hidden;display:block; }
#tXPD0bhFGZfEvRKeBqbINzQr9hR72tOk { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:53.6875rem;top:13.03125rem;left:10.656251907349rem;display:block; }
#awVHnMFDexw48mR0X6T1xPugnVBT5P6w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4c4c4c;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; }#awVHnMFDexw48mR0X6T1xPugnVBT5P6w > .row .container { background-color: transparent; background-image: none; }#awVHnMFDexw48mR0X6T1xPugnVBT5P6w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awVHnMFDexw48mR0X6T1xPugnVBT5P6w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awVHnMFDexw48mR0X6T1xPugnVBT5P6w > .row .container > .video-iframe-container { display: none; }#awVHnMFDexw48mR0X6T1xPugnVBT5P6w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awVHnMFDexw48mR0X6T1xPugnVBT5P6w > .row > .video-iframe-container { display: none; }#awVHnMFDexw48mR0X6T1xPugnVBT5P6w > .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); }#awVHnMFDexw48mR0X6T1xPugnVBT5P6w > .row .container { border-width: 0; border-radius: 0; }#awVHnMFDexw48mR0X6T1xPugnVBT5P6w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#awVHnMFDexw48mR0X6T1xPugnVBT5P6w > .row .container { font-size:0.875rem;font-family:arial;height:59.1875rem;width:75rem;position:relative;display:block; }#x8Ug9FQPobGzRkhbz5cSZehCNbWTivDi { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:19.987503051757rem;left:3.375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#UHzTyGGkSASM849pTffBVaNVGCq4GEQG { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.987503051757rem;left:21.000001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#NpqVFm42mie7ZzJAoQECO1S8pz90WrZd { 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:12.75rem;width:34.125rem;top:6.5rem;left:1.4375rem;overflow:hidden;display:block; }
#tMNURETASpGTqQPyHQiqIeKyxrpchqBT { position:absolute;display:block;z-index:15003;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.75rem;width:34.125rem;top:23.75rem;left:1.4375rem;overflow:hidden;display:block; }
#n6g3IZgaw7tcJA9LIloASXTBXfB93p1E { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.375rem;left:26.968751907349rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pVRWKvHO3vJKpbf9zp1i7TTDsB5BKEi4 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.0625rem;left:57.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#QmEmmX8oBrk1PWxsQxov8OM0tMN4Rmr5 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.0625rem;left:40.0625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#Xn6NTQm6aJC1tiTmUCbiGCn8JO97JpE9 { position:absolute;display:block;z-index:15006;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.75rem;width:34.125rem;top:6.5rem;left:39.375rem;overflow:hidden;display:block; }
#pMGy4iyztdJLdbFoQu7DXrURquxRCNlS { 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:12.75rem;width:34.125rem;top:23.8125rem;left:39.375rem;overflow:hidden;display:block; }
#l6lSX3DVL8Wq9kZhNCARxBfzXu1Ch6ZD { 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:12.75rem;width:34.125rem;top:41.0625rem;left:39.375rem;overflow:hidden;display:block; }
#XLM1ArS5FcH8bJTsvuLN75MIFnwFShB0 { 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:12.75rem;width:34.125rem;top:41rem;left:1.5rem;overflow:hidden;display:block; }
#NEegDr0adnD6zdhcOy7fCT8xPdR7F3gW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:37.5rem;left:57.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#hb3DGV3d5ITxyDu5Sw3BXlnAQfc8B0Tf { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:37.5rem;left:40.0625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#uOI7GaxBbrTpPrDrb0ael3x9Fgh46WJA { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:37.4375rem;left:21rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#R7He1XMhFL1cigwAsI2gHLNAUaUFunOm { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:37.4375rem;left:3.375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#qST5TR09qmKTFbt91uQZq8GJfXzU58vC { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:55rem;left:58.375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#FqGo0yVoyxP2HUJbHpHsAemde0g3CsTE { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:55rem;left:40.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#ek79NrDLs3PzrtEtZbc21X9CscHw5m9q { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:54.9375rem;left:21.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#iGIwo6UFry5ZpNCLChmDNX6ompEuuNGN { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:54.9375rem;left:4.125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#CkKNK6sRbNMiA49Q77gfGEmlBkmI2SoO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151515;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; }#CkKNK6sRbNMiA49Q77gfGEmlBkmI2SoO > .row .container { background-color: transparent; background-image: none; }#CkKNK6sRbNMiA49Q77gfGEmlBkmI2SoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkKNK6sRbNMiA49Q77gfGEmlBkmI2SoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkKNK6sRbNMiA49Q77gfGEmlBkmI2SoO > .row .container > .video-iframe-container { display: none; }#CkKNK6sRbNMiA49Q77gfGEmlBkmI2SoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkKNK6sRbNMiA49Q77gfGEmlBkmI2SoO > .row > .video-iframe-container { display: none; }#CkKNK6sRbNMiA49Q77gfGEmlBkmI2SoO > .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); }#CkKNK6sRbNMiA49Q77gfGEmlBkmI2SoO > .row .container { border-width: 0; border-radius: 0; }#CkKNK6sRbNMiA49Q77gfGEmlBkmI2SoO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CkKNK6sRbNMiA49Q77gfGEmlBkmI2SoO > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#EW8mCmiSaTsAnO5pcIDMziN8DINhhVEK { color:#000000;display:block;width:50.1875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.125rem;left:11.587493896484rem;height:2.25rem;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; }
#dTdk9WSq9h2klL5unew6alEFIkmVyhI1 { position:relative;display:block; }#dTdk9WSq9h2klL5unew6alEFIkmVyhI1 { background-color: transparent; background-image: none; }#dTdk9WSq9h2klL5unew6alEFIkmVyhI1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTdk9WSq9h2klL5unew6alEFIkmVyhI1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTdk9WSq9h2klL5unew6alEFIkmVyhI1 > .row .container > .video-iframe-container { display: none; }#dTdk9WSq9h2klL5unew6alEFIkmVyhI1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTdk9WSq9h2klL5unew6alEFIkmVyhI1 > .row > .video-iframe-container { display: none; }#dTdk9WSq9h2klL5unew6alEFIkmVyhI1 > .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); }#dTdk9WSq9h2klL5unew6alEFIkmVyhI1 { border-width: 0; border-radius: 0; }#dTdk9WSq9h2klL5unew6alEFIkmVyhI1 > .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; }#dTdk9WSq9h2klL5unew6alEFIkmVyhI1 > .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:35.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dDE3qfQgfBA8BkoeOW7UF7DlreLRRHrR { 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:9.1875rem;width:13.9375rem;top:3.125rem;left:1.46875rem;overflow:hidden;display:block; }
#JqcZ3EiM24xPxXA1ccBm7V5UFSbsEQBq { 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:9.1875rem;width:13.8125rem;top:3.125rem;left:16.031251907349rem;overflow:hidden;display:block; }
#TnOhCJGzfduF8zUPqiTq8qc6LlIn8xzn { 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:9.1875rem;width:13.8125rem;top:3.125rem;left:30.531251907349rem;overflow:hidden;display:block; }
#CD2iFqmFDPhDXwoamQtSwl1xn8wILw54 { position:absolute;display:block;z-index:15003;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:9.1875rem;width:13.8125rem;top:3.125rem;left:45.217969894409rem;overflow:hidden;display:block; }
#HR5EPPk7Xy6FNkP6aWbGHMzg1TgCcRyo { 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:9.1875rem;width:13.8125rem;top:3.125rem;left:59.780469894409rem;overflow:hidden;display:block; }
#MiebERK1lgAglWxqEIRFgdQE0cXywT5v { 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:9.1875rem;width:13.8125rem;top:13.0625rem;left:30.5rem;overflow:hidden;display:block; }
#TTFDKqaN5Zf3bzymhveld8kzIDmna4Nf { 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:9.1875rem;width:13.8125rem;top:13.0625rem;left:45.187498092651rem;overflow:hidden;display:block; }
#f9vQpMdN7hJOQ7dOMGydGEsAobADvdEP { 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:9.1875rem;width:13.8125rem;top:13.0625rem;left:59.749998092651rem;overflow:hidden;display:block; }
#LqRAIPgQTWLGCgssB6OTQ9Sv8k715hSZ { position:absolute;display:block;z-index:15006;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:9.1875rem;width:13.8125rem;top:13.0625rem;left:16.000001907349rem;overflow:hidden;display:block; }
#Lm1Av8BotdRC6bvGr76Smhfh60OxO2qA { 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:9.1875rem;width:13.8125rem;top:13.0625rem;left:1.4375rem;overflow:hidden;display:block; }
#thRKNXOaT6HI5RQRfeT1KZu8PUb5C61h { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:13.8125rem;top:23.0625rem;left:30.5rem;overflow:hidden;display:block; }
#CSa47boz8rSDtMEpSm5XqXnnr2V5nzD9 { 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:9.1875rem;width:13.8125rem;top:23.0625rem;left:45.187498092651rem;overflow:hidden;display:block; }
#uBu1qpmOmPE2G8HTauhP5312rLT8VDHA { 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:9.1875rem;width:13.8125rem;top:23.0625rem;left:59.749998092651rem;overflow:hidden;display:block; }
#d6MmvQ9vyE8xekZ0fvuf2KZQWQg8wJQD { 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:9.1875rem;width:13.8125rem;top:23.0625rem;left:16.000001907349rem;overflow:hidden;display:block; }
#J94OBQ8pso70rVJ9kSgxPm2LZkH8MVho { 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:9.1875rem;width:13.8125rem;top:23.0625rem;left:1.4375rem;overflow:hidden;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.9375rem;width:75rem;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:6.4375rem;left:35.000001907349rem;display:block; }
#zsGWgdQCtHEq9VQGX7fS35uKy8SQvBGL { color:#d70000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IT4GTvkyVebEFnmzobt4xiDbOfTJFOdp { color:#000000;display:block;width:39.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:8.3734359741213rem;left:17.750001907349rem;height:9.45rem;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:6.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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:3.1484375rem;left:13.500001907349rem;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:1.88671875rem;left:13.312501907349rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d { display:block; }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CClJ1ZhonTrnsocQ5uGUEXauxbWFqTtt { width:47.75rem;height:4.0625rem;top:28.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ1u8d27UDRSvm22DEedO2rtIkvF2AdD { width:18.9375rem;height:14.1875rem;top:0.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ed1iVP5iQefu94QbZ4GIVQihq7EpIUTk { width:47rem;height:4.4375rem;top:43.25rem;left:0.37500190734863rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFEtCfVpAnfSBi3MDEyDEifeBkmlT4nZ { width:14.0625rem;height:3.1875rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN4uOSITi9a4RuegeBiQMNe98D4PZkXx { display:block; }
 }@media only screen and (max-width: 763px) { #FQ2P2yN1oJOuxiwq3sL0mm2Vh91iyVPm { width:14.5rem;height:7rem;top:19.75rem;left:17.49843788147rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8H5Stm5CDvPevVL6QZ4b3FkTfKunxBT { width:47.75rem;height:2.5625rem;top:33.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihlP9gnlyTpd3LnDPSa7hU5v0uyK2M4D { width:13.9375rem;height:3rem;top:37.9375rem;left:25.468751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #afQSr17ixJw9HWi8kKBzQWlz9UTzcI7X { display:block; }
 }@media only screen and (max-width: 763px) { #LmU6sWUVTVkJ9ie25bmI0xW7KPeAQwDQ { width:13.9375rem;height:2.9375rem;top:37.9375rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hznXc2eZQABFKg7mWcQuhIWD7kFVuW0U { display:block; }
 }@media only screen and (max-width: 763px) { #v0NGEe52GMRqJNG96Q9sgViV9xXrr9JV { width:13.875rem;height:2.9375rem;top:37.9375rem;left:9.66250038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl1beQE3XQqTk9qpHUrtQOfM69nvzyAk { display:block; }
 }@media only screen and (max-width: 763px) { #e7GG3TV0GH6gGwaETGET7I3v9AGfivs6 { display:block; }#e7GG3TV0GH6gGwaETGET7I3v9AGfivs6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPQdCgLLZTSCtQBf7g6W8HIUmJDXOicT { width:45.4375rem;height:3.4375rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-regular-label { width:19.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-input-text { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-input-text {padding-top: 0; padding-bottom: 0;}#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-textarea { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-input-select { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-input-select {padding-top: 0; padding-bottom: 0;}#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-input-button { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-checkbox-label { width:18.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX  { width:19.8125rem;height:auto;top:12.0625rem;left:25.0625rem; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .radio-container { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX {display:block;}#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX { width:19.8125rem;height:auto;top:12.0625rem;left:25.0625rem; }
 }@media only screen and (max-width: 763px) { #GTbIUL5ck45qrMfCAsABRWIhd5sZKuHf #ta3X1vGRuthxtHZy2cIeb03BhTBf3kiF {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #eyUCTdiI5SZcah5TX4kyFvTzEXmzaySL {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #SpVkt5Z0cryfk7h4Ffrq7O8XgOnWUeuN { display:block; }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #DoH4VL9wxJP2TI02yJkDwFSyuDzGE50p {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #qTnQyByLFh10dze7t0p4VHxab3X3OKVR {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #yXI7WQe1eV1rfbbCRxQFMt5RWgASyJBv { display:block; }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #Xc3twr1VT4TkTL12EhBI0pg8fOW5KwSW {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #sgR2Aobb7cgaJ29Dp5WJsciAFSJyI7PE {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #ondG2cGRwBPhz1O9qG752eoivlSkueD7 { display:block; }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #ihv5VayGmRBdhiexXRweNmwwstxOD1As {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #XmPNEtbKItQTcLelMtJflWpBB671kMUp {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #ehgRhLwvKHph4syq7qfqVRdqkFiobSkC {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #MTuFB8S7v3XkVVC9XLzPGglL4DK9TZSW {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #mLyEszb0labh9H8kGqP6TmXmyypA8hlB {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #axFBMPHCQz4Q8nnENVGZWxEzrCWrSilP { display:block; }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #fbspFCWhREFUlkycs9tyUL48DIrEUL8r {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #Og7Pb1G7W00VQ1ifvMhZh8RZrToPMmrb {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #dh4I9WthDoLifZmviKAv19r8oabsu7Er { z-index:2; }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #I5OE4bVx4B7TdINbhV2TJVP2Arw2Exhx {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #b4M3BzqwAk9ExMO1fz6HoWuzq8UxgfLv {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #tK4Ge1KigT049MJMmqFDzvJOTCuUotWT {  }
 }@media only screen and (max-width: 763px) { #e8rK98UGtLXIdMZckiLlTFBXKsVco8ed { width:13.125rem;height:12.375rem;top:6.8125rem;left:3.4375rem;font-size:1.0625rem;display:block; }#e8rK98UGtLXIdMZckiLlTFBXKsVco8ed li:before{  }
 }@media only screen and (max-width: 763px) { #s8AmQ172OHxKd8Ww2dTnTXTfRTdHWzJ4 { width:16rem;height:12.375rem;top:6.9375rem;left:0rem;font-size:1.0625rem;display:block; }#s8AmQ172OHxKd8Ww2dTnTXTfRTdHWzJ4 li:before{  }
 }@media only screen and (max-width: 763px) { #fPP7HgTlJp9GgsTpyZldfrJZmtDUGi4W { width:15.625rem;height:7.9375rem;top:20.9375rem;left:2.1875019073486rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcXXdtWiWGQdHD2rGn2kRKtnOcr6Gyua { width:14.4375rem;height:12.375rem;top:6.8125rem;left:17.4375rem;font-size:1.0625rem;display:block; }#RcXXdtWiWGQdHD2rGn2kRKtnOcr6Gyua li:before{  }
 }@media only screen and (max-width: 763px) { #AiiVXoGt7Ht7AoNapE0HpLuZ90tCMbPW { width:44.625rem;height:1.5625rem;top:30.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqmBTQ2vIo1Zi4NfQN5IQXTNIQTg1TJT { display:block; }#nqmBTQ2vIo1Zi4NfQN5IQXTNIQTg1TJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDu79DwTgWuVB1BH24IKQmTmRFlpxmR9 { width:36.8125rem;height:;top:1.0625rem;left:5.4687519073486rem;font-size:2.25rem;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) { #VwmDhH4XRmOThVA2cKlOi0k9kgPnNbF6 { width:41.625rem;height:1.9375rem;top:15.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPVk62VBVMbGQxmH86InJ59vm8HeMGHD { width:44.125rem;height:5.0625rem;top:18.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTUQbJfZJZ0Obv0tqsBi5BnC9ecal5sP { width:14.0625rem;height:10.4375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUJZJnGbIiGTuKVNBs3q2LKuCs5KT6rn { width:14.0625rem;height:10.5rem;top:3.625rem;left:18.124219894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4NWA8ZkdETyunDxXbGSvR9Fg4poQfav { width:18.875rem;height:1.5rem;top:3.125rem;left:28.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmKENO2G6iZ90F4tdq2wRNUaS2nlIeL6 { width:20.625rem;height:26.875rem;top:5.375rem;left:27.125rem;font-size:1rem;display:block; }#vmKENO2G6iZ90F4tdq2wRNUaS2nlIeL6 li:before{  }
 }@media only screen and (max-width: 763px) { #tz3MOTMi3C93fDoVe88DZegeSdb3FpNH { width:44.125rem;height:6.75rem;top:43.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnmuG15ySN7EDqgdFQwfswHqndItWWHo { width:41.625rem;height:;top:40.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC5MxZy7eOHsWGv4XdxzCFxfCithi6LF { width:13.9375rem;height:10.4375rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkndJuIVlmz1xo6LEgowO6kC3FqLDhur { width:14.0625rem;height:10.5rem;top:28.375rem;left:3.1250019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgM3UrmIBRBuFDG5GXsxtWsFiH1slV34 { width:14.0625rem;height:10.5rem;top:28.375rem;left:18.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuIamNBQRJon65rHzu1Z9i8nUDc9KbVl { width:20.625rem;height:14.4375rem;top:36.4375rem;left:27.125rem;font-size:1rem;display:block; }#GuIamNBQRJon65rHzu1Z9i8nUDc9KbVl li:before{  }
 }@media only screen and (max-width: 763px) { #lb51C4h2pLWOdtQB9bKdzUx61hFNMLUm { width:17.375rem;height:1.5rem;top:34.125rem;left:30.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN1SNDnOLWsID6eh6OCK6ZGtwtwGzPti { width:2.5rem;height:2.5rem;top:2.625rem;left:37.337501525879rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3rc806MkIVVbNsDPFZpXmSTTKJ5sH1D { width:2.5rem;height:2.5rem;top:33.625rem;left:37.499221801757rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTktmE0ezvsPqzM8TbFfd18yupSlDP7M { width:25.5rem;height:53.6875rem;top:0rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZztqcuTzf5M7ZNv1tK9qXKqUpaZcIXdg { width:14.0625rem;height:10.5rem;top:3.625rem;left:3.0312519073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtG3dJJJqeBA29TQghaBmvzNg4rwvLgW { width:15.625rem;height:3.1875rem;top:52.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFI1LW2wBi0mnqcaMl5nTLtuxXCpy5iy { display:block; }
 }@media only screen and (max-width: 763px) { #iOMguUNqs8hJBP6SURvvBF2WDx8L4Ekl { width:14rem;height:3.0625rem;top:52.375rem;left:5.4125003814697rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTVdXvzA510dzTguQh0MyJJWXeSfQT1K { display:block; }
 }@media only screen and (max-width: 763px) { #cOKRV1rVcRchhTwADAkIyfBbG2IW4yvv { display:block; }#cOKRV1rVcRchhTwADAkIyfBbG2IW4yvv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGFzXNbzefTs3mNUGn1iVOtFpWzIziMl { width:12.5rem;height:12.875rem;top:5.1875rem;left:0rem;font-size:1rem;display:block; }#uGFzXNbzefTs3mNUGn1iVOtFpWzIziMl li:before{  }
 }@media only screen and (max-width: 763px) { #INcxSKoXSI9hDxzM7faMP7DQZHcKuJ7L { width:15.5625rem;height:;top:5.1875rem;left:8.3125rem;font-size:1rem;display:block; }#INcxSKoXSI9hDxzM7faMP7DQZHcKuJ7L li:before{  }
 }@media only screen and (max-width: 763px) { #iOm6C0KKtkHggD909AIImSKmZy2v1fHE { width:29.8125rem;height:;top:1.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2BB09smmOGaP9ixaTWdrT9C8gxWMfF5 { width:12.5rem;height:11rem;top:5.1875rem;left:23.875rem;font-size:1.0625rem;display:block; }#U2BB09smmOGaP9ixaTWdrT9C8gxWMfF5 li:before{  }
 }@media only screen and (max-width: 763px) { #cd9exVGyPn6la5ziAn6N3TDZg5d3FL8f { width:12.5rem;height:11rem;top:5.1875rem;left:34.249219894409rem;font-size:1.0625rem;display:block; }#cd9exVGyPn6la5ziAn6N3TDZg5d3FL8f li:before{  }
 }@media only screen and (max-width: 763px) { #tbJJS7rkCLTRHFz4sLkA8HQRtnskQVEA { width:27.875rem;height:1.9375rem;top:2.125rem;left:19.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIss1xJcoWS41ngmRxKEvxqJhwD8TSFU { display:block; }#hIss1xJcoWS41ngmRxKEvxqJhwD8TSFU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZKtJhNJMmMr2yAia2cmch9lgn44Tuik { width:29.875rem;height:;top:14rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaFa3Tsw69nW5LNKT2IHE1VwCcL5tHWI { width:34.9375rem;height:7.1875rem;top:17.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVk8vT7hJAb3GF0TTeGzeSHDWz0wDZeU { width:17.1875rem;height:11.4375rem;top:1.125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAUUavF6BAi9PflKcKyvfG3NGOdSGsP8 { width:17.1875rem;height:11.375rem;top:1.1875rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcHB60Qha3yF5qGsTKQftWHJRCoccP5W { width:33.4375rem;height:5.375rem;top:17.3125rem;left:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Mzat06qwwkeL23alvHkziLNwiheigN { width:28.1875rem;height:1.75rem;top:14rem;left:19.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBu80sIJ8h6CKNUVT2SJbKnMyqq6De6u { width:17.0625rem;height:11.375rem;top:1.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4K1ElZi5iCRUmLnF1UJWBAGCiRiTbJo { width:17.1875rem;height:11.4375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5nhhQhPQ8tTCJdausJrBJa8y1kWogTa { width:15.625rem;height:3.1875rem;top:25.6875rem;left:7.59921836853rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpS4J7iGK20s1SgmtgUVW5gMliraIN2g { display:block; }
 }@media only screen and (max-width: 763px) { #QHaoNxHwkahoA9PCKcJLgTL44xvNnBSo { width:13.9375rem;height:3rem;top:25.6875rem;left:24.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcIM2xtE3NAdT9UbQavyOzNbeeii39ex { display:block; }
 }@media only screen and (max-width: 763px) { #zWbGTZiTQJQDrlvMRxGWxNlxK1C1gTyy { display:block; }#zWbGTZiTQJQDrlvMRxGWxNlxK1C1gTyy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8eQwdECsMz9BsfJf7cRnrGCz4TVmfa7 { width:47.75rem;height:32.390726329443rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C867yLTH9TnqXEqfphZFdPBrXCkpXXiT { width:18.5rem;height:2.125rem;top:9rem;left:29.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC6uEIoxoXThDTV9FFMSleB0THO1bFyX { width:16.375rem;height:3.3125rem;top:11.5625rem;left:31.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPy3GLIUIw1E1wrOnr5OAmwQQOpSpQdf { width:15.625rem;height:3.1875rem;top:16.25rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHZh1Hg0MqMbKirsdUemef60HOoopbZN { display:block; }
 }@media only screen and (max-width: 763px) { #fFBNZACtdZadSo8lyKV99MbxPKfhZoop { width:15.625rem;height:3.1875rem;top:20.5625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuILwau6r122RUiewK1nghGKH0HZT0Vh { display:block; }
 }@media only screen and (max-width: 763px) { #PDKgvdaMlZ5mvmqo2oKg5kUMdmE4gwTv { display:block; }#PDKgvdaMlZ5mvmqo2oKg5kUMdmE4gwTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EETZWAWTok55gkL67DboP65k8S3RTGqz { width:12.5rem;height:9.3125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMfborQyDSE9wuySmlKv4O30BgZ2pT2c { width:12.5rem;height:8.875rem;top:3.25rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INXMMkqiccapvPDkBnHN8tV00kXV4UJR { width:12.5rem;height:9.3125rem;top:3.25rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9duTItPTTpr3XW8gqbUMerMCZJvWUWu { width:10.125rem;height:1.25rem;top:13.75rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBtcxmnq6N6FIUfnGH52I6slkmTEPCHG { width:12.5rem;height:8.8125rem;top:3.5rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHfImrmCvs2nsMT4DIV9M9dO1z0d85r2 { width:17.5rem;height:15.75rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTdExFAQhR96CozzUV169MSu07TrRMGd { width:17.5rem;height:15.75rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVEFdcFePxqOu3FPmxe799B2BtKzR0UT { width:17.5rem;height:15.75rem;top:1.25rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOr3IUvF3PABmWQmAZRSi2cTBFrBrv6m { width:17.5rem;height:15.75rem;top:1.25rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi14wlwm7nbsIOvAe0q8TbNQls79xqgo { width:2.6875rem;height:2.6875rem;top:13.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTD18T5M1XoSCF7NqyMPMPQsBwlT02Er { width:2.6875rem;height:2.6875rem;top:13.0625rem;left:11.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eweOm4WIB7bU4wKwJO3hK7MMuhvo0Wne { width:10.125rem;height:1.25rem;top:13.75rem;left:13.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIDOfhDsoNrS0NBKPUG2FocCy6y8rtKu { width:10.125rem;height:1.25rem;top:13.75rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGPNyGh7ApIWiqITseHnFA4ycG6OevBm { width:2.6875rem;height:2.6875rem;top:13.0625rem;left:23.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1xSZ03OLFarEZ3nuN7x8U5sADhVACPG { width:2.6875rem;height:2.6875rem;top:13.0625rem;left:35.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRvwT9o5Lpsedwn0xosUzPqvkHK6XbhH { width:10.125rem;height:1.25rem;top:13.75rem;left:37.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbN2zMgp9PcXyVtm3XiRvLuryMinrVQa { display:block; }#TbN2zMgp9PcXyVtm3XiRvLuryMinrVQa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRiT9qMiX1HlIrsPooghQAsB1ITEHTVF { width:11.8125rem;height:8.875rem;top:3.1875rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkTXfWqsNOzlVigcrQJHWWafMQcw5kM8 { width:11.75rem;height:8.8125rem;top:3.4375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FumBTV0WBC2XZBvQuW4MDWIirQeJk8aX { width:17.5rem;height:16.3125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEHrkcJpZKtKt5vP85V83fIsKrkT2E5R { width:17.5rem;height:16.375rem;top:1.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMOOKvANyO6VI0WtWVEuTbGHQAn3yWfm { width:17.5rem;height:16.4375rem;top:1.1875rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e840fECMOIEPAz0gvuNaXaghyUhbAesT { width:17.5rem;height:16.375rem;top:1.1875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #McKOG3uvg7T3C8DVSBfcpxm4AnwMSibI { width:12.5rem;height:9.3125rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTllTqzzRzwtudUWIWNCqVwQzhveDGVH { width:12.3125rem;height:9.25rem;top:3.25rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzA2SRm7TMdwiNu8L3vgkhEUpQzoFHTs { width:2.6875rem;height:2.6875rem;top:12.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NONCXB83gr65pi3fogiianSwmEPRRGUr { width:2.6875rem;height:2.6875rem;top:12.5rem;left:11.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxmOq5y8I4VphzxanWvuIxcskQUToTAX { width:2.6875rem;height:2.6875rem;top:12.5rem;left:23.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvfkd3U5UpNFrkUgt5BXsbNps4EIP36l { width:2.6875rem;height:2.6875rem;top:12.25rem;left:35.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGNdyMzvDkvnAUzHcLddATrHwc5Pb9EW { width:10.125rem;height:1.25rem;top:13.3125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTHEqvy0kqG3ztJkq1vOH8Mo6nKDKgE { width:10.125rem;height:1.25rem;top:13.1875rem;left:13.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F79TtiHZ45uJH8RNHFomo5nIwud20p8u { width:10.125rem;height:1.25rem;top:13.1875rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhOPy9KIZza3zorOfBwg7gG6pburDp17 { width:10.125rem;height:1.25rem;top:13.125rem;left:37.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptnof97fFCHUBbbTmvn0MzEwvdrBUpcq { display:block; }#Ptnof97fFCHUBbbTmvn0MzEwvdrBUpcq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ll582CzDaLfz29iZIlVnAnr3Xa5b8nBv { width:11.8125rem;height:8.875rem;top:3.1875rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkduEOZZNaKoZix01hf6zI0c6ETqJllx { width:11.75rem;height:8.75rem;top:3.4375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvVB0dldZZIcOUD8v0SvI4ESTWB6tsHB { width:17.5rem;height:16.3125rem;top:1.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcLVwTzWCSZ5W3pANPtrPi0cBAFlOXPo { width:17.5rem;height:16.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcnIxinp5RJa5iCJo49ygq7UaSWX6ipK { width:17.5rem;height:16.4375rem;top:1.3125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm0U6SyCisTF5lAxTkCl8J0rweP8wFoe { width:17.5rem;height:16.375rem;top:1.3125rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgm7lVcymrsqagSDHqk769VPrJnq0zI0 { width:12.375rem;height:9.3125rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpXu9s1VzfSlBQxUdZWkXEW2NFeiraZe { width:12.5rem;height:9.25rem;top:3.25rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #undZsfZt1TQGlIISdEE3fIsC0A6I0FST { width:2.6875rem;height:2.6875rem;top:12.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDiMTntfNesRqwqyUrRC6Py4Fi8lFBkb { width:2.6875rem;height:2.6875rem;top:12.5rem;left:11.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsQf2RCxpv3E8iZHeKHsKTL75BQs5nQm { width:2.6875rem;height:2.6875rem;top:12.5rem;left:23.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl5ZHy9bSAWCZCz1TCObUZ778fZD6PHn { width:2.6875rem;height:2.6875rem;top:12.25rem;left:35.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmWP1xuiW4rtACuTo1kiqXyErpkqpHeh { width:10.125rem;height:1.25rem;top:13.1875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpnwbRkOw2louXiqb5FX1RV8AUTCb4LH { width:10.125rem;height:1.25rem;top:13.1875rem;left:13.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL95v0lkNfeWvPTiHWHlFNTevZ02mqRN { width:10.125rem;height:1.25rem;top:13.1875rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUPUyBJuLqBTJzT41KU4HvNp6cDFEpOr { width:10.125rem;height:1.25rem;top:13.125rem;left:37.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0ge2LIgmsN5wXTTVloC6gxW2Ms0OC2i { display:block; }#q0ge2LIgmsN5wXTTVloC6gxW2Ms0OC2i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvVNatSvTp1BxN5X1FglmMyBX669ZQIy { width:40rem;height:22.5rem;top:1.9375rem;left:3.8750019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOsnXAndQVge4TfLweS5i1KbvbPVLk2V { display:block; }#IOsnXAndQVge4TfLweS5i1KbvbPVLk2V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLUxKFh52gnuUChuyRCPfKO3Jpb4Spdm { width:47.75rem;height:2.5625rem;top:2.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piMUAp7zCKN9IUAy3ItEZFTzCKwCL2Go { width:47.75rem;height:3.375rem;top:6rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCW3XcLxNC2ixiLTTTayNpKybL3g35vu { width:22rem;height:16.5rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkX2LL5TUucvilSgwOJ4PGdldir7vyvP { width:22rem;height:16.5rem;top:10.6875rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn87vLkrv7VBShuepLrhbshdmTrzezME { width:22.1875rem;height:16.5rem;top:10.6875rem;left:12.781251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHuCRJmuRHazSwHBXBP5LQ6Umx0vXdG8 { width:15.625rem;height:3.1875rem;top:29.3125rem;left:16.593751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM42JnDVST9dGoGLOCLP7nydmDyRtHy9 { display:block; }
 }@media only screen and (max-width: 763px) { #rXInNsLtL6nxOBma7iK0zlbcNyWWAvw6 { display:block; }#rXInNsLtL6nxOBma7iK0zlbcNyWWAvw6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTMofDeZNhRUVp5icmJ9Bx2OOzd8l9Sk { width:47.75rem;height:3.5625rem;top:14rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLhBbWo9E95skKa2sDdZvMpgWncCfKiE { width:47.125rem;height:1.4375rem;top:17.625rem;left:0.31250190734863rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLFSXrvOewdErxLFqG3f91IxT83o1HX9 { width:47.75rem;height:18.199958298582rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXPD0bhFGZfEvRKeBqbINzQr9hR72tOk { width:47.75rem;height:7.4375rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awVHnMFDexw48mR0X6T1xPugnVBT5P6w { display:block; }#awVHnMFDexw48mR0X6T1xPugnVBT5P6w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8Ug9FQPobGzRkhbz5cSZehCNbWTivDi { width:12.5rem;height:1.1875rem;top:19.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHzTyGGkSASM849pTffBVaNVGCq4GEQG { width:12.5rem;height:1.1875rem;top:19.9375rem;left:7.3750019073488rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpqVFm42mie7ZzJAoQECO1S8pz90WrZd { width:34.125rem;height:12.75rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMNURETASpGTqQPyHQiqIeKyxrpchqBT { width:34.125rem;height:12.75rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6g3IZgaw7tcJA9LIloASXTBXfB93p1E { width:21.0625rem;height:1.9375rem;top:2.375rem;left:13.343751907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVRWKvHO3vJKpbf9zp1i7TTDsB5BKEi4 { width:12.5rem;height:1.1875rem;top:20.0625rem;left:35.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmEmmX8oBrk1PWxsQxov8OM0tMN4Rmr5 { width:12.5rem;height:1.1875rem;top:20.0625rem;left:26.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn6NTQm6aJC1tiTmUCbiGCn8JO97JpE9 { width:34.125rem;height:12.75rem;top:6.5rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMGy4iyztdJLdbFoQu7DXrURquxRCNlS { width:34.125rem;height:12.75rem;top:23.8125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6lSX3DVL8Wq9kZhNCARxBfzXu1Ch6ZD { width:34.125rem;height:12.75rem;top:41.0625rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLM1ArS5FcH8bJTsvuLN75MIFnwFShB0 { width:34.125rem;height:12.75rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEegDr0adnD6zdhcOy7fCT8xPdR7F3gW { width:12.5rem;height:1.1875rem;top:37.5rem;left:35.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb3DGV3d5ITxyDu5Sw3BXlnAQfc8B0Tf { width:12.5rem;height:1.1875rem;top:37.5rem;left:26.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOI7GaxBbrTpPrDrb0ael3x9Fgh46WJA { width:12.5rem;height:1.1875rem;top:37.4375rem;left:7.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7He1XMhFL1cigwAsI2gHLNAUaUFunOm { width:12.5rem;height:1.1875rem;top:37.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qST5TR09qmKTFbt91uQZq8GJfXzU58vC { width:12.5rem;height:1.1875rem;top:55rem;left:35.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqGo0yVoyxP2HUJbHpHsAemde0g3CsTE { width:12.5rem;height:1.1875rem;top:55rem;left:27.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek79NrDLs3PzrtEtZbc21X9CscHw5m9q { width:12.5rem;height:1.1875rem;top:54.9375rem;left:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGIwo6UFry5ZpNCLChmDNX6ompEuuNGN { width:12.5rem;height:1.1875rem;top:54.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkKNK6sRbNMiA49Q77gfGEmlBkmI2SoO { display:block; }#CkKNK6sRbNMiA49Q77gfGEmlBkmI2SoO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EW8mCmiSaTsAnO5pcIDMziN8DINhhVEK { width:47.75rem;height:;top:1.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTdk9WSq9h2klL5unew6alEFIkmVyhI1 { display:block; }#dTdk9WSq9h2klL5unew6alEFIkmVyhI1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDE3qfQgfBA8BkoeOW7UF7DlreLRRHrR { width:13.9375rem;height:9.1875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqcZ3EiM24xPxXA1ccBm7V5UFSbsEQBq { width:13.8125rem;height:9.1875rem;top:3.125rem;left:2.4062519073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnOhCJGzfduF8zUPqiTq8qc6LlIn8xzn { width:13.8125rem;height:9.1875rem;top:3.125rem;left:16.906251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD2iFqmFDPhDXwoamQtSwl1xn8wILw54 { width:13.8125rem;height:9.1875rem;top:3.125rem;left:31.592969894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR5EPPk7Xy6FNkP6aWbGHMzg1TgCcRyo { width:13.8125rem;height:9.1875rem;top:3.125rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiebERK1lgAglWxqEIRFgdQE0cXywT5v { width:13.8125rem;height:9.1875rem;top:13.0625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTFDKqaN5Zf3bzymhveld8kzIDmna4Nf { width:13.8125rem;height:9.1875rem;top:13.0625rem;left:31.562498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9vQpMdN7hJOQ7dOMGydGEsAobADvdEP { width:13.8125rem;height:9.1875rem;top:13.0625rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqRAIPgQTWLGCgssB6OTQ9Sv8k715hSZ { width:13.8125rem;height:9.1875rem;top:13.0625rem;left:2.3750019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm1Av8BotdRC6bvGr76Smhfh60OxO2qA { width:13.8125rem;height:9.1875rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #thRKNXOaT6HI5RQRfeT1KZu8PUb5C61h { width:13.8125rem;height:9.1875rem;top:23.0625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSa47boz8rSDtMEpSm5XqXnnr2V5nzD9 { width:13.8125rem;height:9.1875rem;top:23.0625rem;left:31.562498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBu1qpmOmPE2G8HTauhP5312rLT8VDHA { width:13.8125rem;height:9.1875rem;top:23.0625rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6MmvQ9vyE8xekZ0fvuf2KZQWQg8wJQD { width:13.8125rem;height:9.1875rem;top:23.0625rem;left:2.3750019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #J94OBQ8pso70rVJ9kSgxPm2LZkH8MVho { width:13.8125rem;height:9.1875rem;top:23.0625rem;left:0rem;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:6.4375rem;left:21.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsGWgdQCtHEq9VQGX7fS35uKy8SQvBGL { width:47.75rem;height:3.875rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT4GTvkyVebEFnmzobt4xiDbOfTJFOdp { width:39.5rem;height:9.4375rem;top:8.3125rem;left:4.1250019073486rem;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:3.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUG8mQvyfer7udXKUg6Wa3Cmqiravrpc { width:47.75rem;height:;top:1.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/b78b8e0d-8d76-4563-8367-bb73fa55e492/boxtruckbodyshopcommercialtrucksv2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d.adaptive-delivery-prevent-bg, #TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d.lazyload, #TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d.lazyloading { background-image: none; }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d > .row .container { background-color: transparent; background-image: none; }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d > .row .container > .video-iframe-container { display: none; }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d > .row > .video-iframe-container { display: none; }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d > .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); }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d > .row .container { border-width: 0; border-radius: 0; }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIRSP5JD4cn6f2CoZhfOB7A0rx4myU4d > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CClJ1ZhonTrnsocQ5uGUEXauxbWFqTtt { width:20rem;height:2.025rem;top:13.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SQ1u8d27UDRSvm22DEedO2rtIkvF2AdD { width:19.8125rem;height:14.875rem;top:9.753125190735rem;left:0rem;z-index:15002;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ed1iVP5iQefu94QbZ4GIVQihq7EpIUTk { width:20rem;height:4.5rem;top:36.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RFEtCfVpAnfSBi3MDEyDEifeBkmlT4nZ { width:15.625rem;height:3.125rem;top:19.6875rem;left:2.1875000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN4uOSITi9a4RuegeBiQMNe98D4PZkXx { display:block; }
 }@media only screen and (max-width: 763px) { #FQ2P2yN1oJOuxiwq3sL0mm2Vh91iyVPm { width:9.875rem;height:4.625rem;top:8rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8H5Stm5CDvPevVL6QZ4b3FkTfKunxBT { width:20rem;height:3.0875rem;top:15.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihlP9gnlyTpd3LnDPSa7hU5v0uyK2M4D { width:15.55rem;height:2.925rem;top:28.25rem;left:2.2249999642372rem;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) { #afQSr17ixJw9HWi8kKBzQWlz9UTzcI7X { display:block; }
 }@media only screen and (max-width: 763px) { #LmU6sWUVTVkJ9ie25bmI0xW7KPeAQwDQ { width:15.55rem;height:2.925rem;top:32.425001144409rem;left:2.2249999642372rem;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) { #hznXc2eZQABFKg7mWcQuhIWD7kFVuW0U { display:block; }
 }@media only screen and (max-width: 763px) { #v0NGEe52GMRqJNG96Q9sgViV9xXrr9JV { width:15.5625rem;height:2.9375rem;top:24.0625rem;left:2.2187500596046rem;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) { #xl1beQE3XQqTk9qpHUrtQOfM69nvzyAk { display:block; }
 }@media only screen and (max-width: 763px) { #e7GG3TV0GH6gGwaETGET7I3v9AGfivs6 { display:block; }#e7GG3TV0GH6gGwaETGET7I3v9AGfivs6 > .row .container { width:20rem;height:80.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPQdCgLLZTSCtQBf7g6W8HIUmJDXOicT { width:20rem;height:1.625rem;top:0.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-input-text {padding-top: 0; padding-bottom: 0;}#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-input-select {padding-top: 0; padding-bottom: 0;}#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX  { width:17.5rem;height:auto;top:11.4375rem;left:0rem;z-index:15004;background-color:#d60000;background-image:none; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX {display:block;}#qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX { width:17.5rem;height:auto;top:11.4375rem;left:0rem;z-index:15004;background-color:#d60000;background-image:none; }
 }@media only screen and (max-width: 763px) { #GTbIUL5ck45qrMfCAsABRWIhd5sZKuHf #ta3X1vGRuthxtHZy2cIeb03BhTBf3kiF {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #eyUCTdiI5SZcah5TX4kyFvTzEXmzaySL {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #SpVkt5Z0cryfk7h4Ffrq7O8XgOnWUeuN { display:block; }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #DoH4VL9wxJP2TI02yJkDwFSyuDzGE50p {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #qTnQyByLFh10dze7t0p4VHxab3X3OKVR {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #yXI7WQe1eV1rfbbCRxQFMt5RWgASyJBv { display:block; }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #Xc3twr1VT4TkTL12EhBI0pg8fOW5KwSW {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #sgR2Aobb7cgaJ29Dp5WJsciAFSJyI7PE {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #ondG2cGRwBPhz1O9qG752eoivlSkueD7 { display:block; }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #ihv5VayGmRBdhiexXRweNmwwstxOD1As {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #XmPNEtbKItQTcLelMtJflWpBB671kMUp {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #ehgRhLwvKHph4syq7qfqVRdqkFiobSkC { display:none; }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #MTuFB8S7v3XkVVC9XLzPGglL4DK9TZSW {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #mLyEszb0labh9H8kGqP6TmXmyypA8hlB {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #axFBMPHCQz4Q8nnENVGZWxEzrCWrSilP { display:block; }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #fbspFCWhREFUlkycs9tyUL48DIrEUL8r {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #Og7Pb1G7W00VQ1ifvMhZh8RZrToPMmrb {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #dh4I9WthDoLifZmviKAv19r8oabsu7Er { z-index:2; }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #I5OE4bVx4B7TdINbhV2TJVP2Arw2Exhx {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #b4M3BzqwAk9ExMO1fz6HoWuzq8UxgfLv {  }
 }@media only screen and (max-width: 763px) { #qgO0LVRp6I5ZJqt1LBsFpSnX4oECAzzX #tK4Ge1KigT049MJMmqFDzvJOTCuUotWT {  }
 }@media only screen and (max-width: 763px) { #e8rK98UGtLXIdMZckiLlTFBXKsVco8ed { width:13.25rem;height:10.425rem;top:57.125rem;left:2.8125000596046rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:.9;display:block; }#e8rK98UGtLXIdMZckiLlTFBXKsVco8ed li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#e8rK98UGtLXIdMZckiLlTFBXKsVco8ed li:before{  }
 }@media only screen and (max-width: 763px) { #s8AmQ172OHxKd8Ww2dTnTXTfRTdHWzJ4 { width:14.375rem;height:10.425rem;top:45.9375rem;left:2.8125000596046rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:.9;display:block; }#s8AmQ172OHxKd8Ww2dTnTXTfRTdHWzJ4 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#s8AmQ172OHxKd8Ww2dTnTXTfRTdHWzJ4 li:before{  }
 }@media only screen and (max-width: 763px) { #fPP7HgTlJp9GgsTpyZldfrJZmtDUGi4W { width:15.625rem;height:7rem;top:3.1250076293945rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RcXXdtWiWGQdHD2rGn2kRKtnOcr6Gyua { width:14.4375rem;height:10.425rem;top:68.4375rem;left:2.8125000596046rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:.9;display:block; }#RcXXdtWiWGQdHD2rGn2kRKtnOcr6Gyua li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#RcXXdtWiWGQdHD2rGn2kRKtnOcr6Gyua li:before{  }
 }@media only screen and (max-width: 763px) { #AiiVXoGt7Ht7AoNapE0HpLuZ90tCMbPW { width:20rem;height:3.45rem;top:41.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nqmBTQ2vIo1Zi4NfQN5IQXTNIQTg1TJT { display:block; }#nqmBTQ2vIo1Zi4NfQN5IQXTNIQTg1TJT > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDu79DwTgWuVB1BH24IKQmTmRFlpxmR9 { width:20rem;height:1.425rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXTiqDKpyXppliTuWA9rmDHorUTUOmw3 { display:block; }#hXTiqDKpyXppliTuWA9rmDHorUTUOmw3 > .row .container { width:20rem;height:109.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwmDhH4XRmOThVA2cKlOi0k9kgPnNbF6 { width:18.6875rem;height:2.85rem;top:70.4375rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPVk62VBVMbGQxmH86InJ59vm8HeMGHD { width:20rem;height:9.6rem;top:73.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZTUQbJfZJZ0Obv0tqsBi5BnC9ecal5sP { width:9rem;height:6.6875rem;top:63.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUJZJnGbIiGTuKVNBs3q2LKuCs5KT6rn { width:9.1875rem;height:6.875rem;top:0.9375rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4NWA8ZkdETyunDxXbGSvR9Fg4poQfav { width:16rem;height:1.275rem;top:1rem;left:2.7187500596046rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmKENO2G6iZ90F4tdq2wRNUaS2nlIeL6 { width:18.375rem;height:28.375rem;top:3.5rem;left:0.81171876192094rem;font-size:1rem;display:block; }#vmKENO2G6iZ90F4tdq2wRNUaS2nlIeL6 li:before{  }
 }@media only screen and (max-width: 763px) { #tz3MOTMi3C93fDoVe88DZegeSdb3FpNH { width:20rem;height:12.8rem;top:95.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VnmuG15ySN7EDqgdFQwfswHqndItWWHo { width:19rem;height:2.85rem;top:91.9375rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC5MxZy7eOHsWGv4XdxzCFxfCithi6LF { width:9rem;height:6.75rem;top:84.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkndJuIVlmz1xo6LEgowO6kC3FqLDhur { width:9.25rem;height:6.875rem;top:84.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgM3UrmIBRBuFDG5GXsxtWsFiH1slV34 { width:14.0625rem;height:10.5rem;top:78.6875rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GuIamNBQRJon65rHzu1Z9i8nUDc9KbVl { width:17.1875rem;height:14.475rem;top:46rem;left:1.4062500596046rem;font-size:1rem;display:block; }#GuIamNBQRJon65rHzu1Z9i8nUDc9KbVl li:before{  }
 }@media only screen and (max-width: 763px) { #lb51C4h2pLWOdtQB9bKdzUx61hFNMLUm { width:15.625rem;height:1.35rem;top:43rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN1SNDnOLWsID6eh6OCK6ZGtwtwGzPti { width:2.5rem;height:2.5rem;top:0.38671875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3rc806MkIVVbNsDPFZpXmSTTKJ5sH1D { width:2.5rem;height:2.5rem;top:42.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTktmE0ezvsPqzM8TbFfd18yupSlDP7M { width:20rem;height:61.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZztqcuTzf5M7ZNv1tK9qXKqUpaZcIXdg { width:9.1875rem;height:6.8125rem;top:63.0625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtG3dJJJqeBA29TQghaBmvzNg4rwvLgW { width:15.625rem;height:3.1875rem;top:33.5625rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFI1LW2wBi0mnqcaMl5nTLtuxXCpy5iy { display:block; }
 }@media only screen and (max-width: 763px) { #iOMguUNqs8hJBP6SURvvBF2WDx8L4Ekl { width:15.5125rem;height:3.0125rem;top:37.8125rem;left:2.2437499165535rem;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) { #aTVdXvzA510dzTguQh0MyJJWXeSfQT1K { display:block; }
 }@media only screen and (max-width: 763px) { #cOKRV1rVcRchhTwADAkIyfBbG2IW4yvv { display:block; }#cOKRV1rVcRchhTwADAkIyfBbG2IW4yvv > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGFzXNbzefTs3mNUGn1iVOtFpWzIziMl { width:8.1875rem;height:10.975rem;top:5.19921875rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }#uGFzXNbzefTs3mNUGn1iVOtFpWzIziMl li:before{  }
 }@media only screen and (max-width: 763px) { #INcxSKoXSI9hDxzM7faMP7DQZHcKuJ7L { width:11.625rem;height:10.975rem;top:5.19921875rem;left:8.375rem;font-size:1rem;line-height:1.3;display:block; }#INcxSKoXSI9hDxzM7faMP7DQZHcKuJ7L li:before{  }
 }@media only screen and (max-width: 763px) { #iOm6C0KKtkHggD909AIImSKmZy2v1fHE { width:20rem;height:3.3rem;top:1.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2BB09smmOGaP9ixaTWdrT9C8gxWMfF5 { width:9rem;height:9.85rem;top:20.4375rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }#U2BB09smmOGaP9ixaTWdrT9C8gxWMfF5 li:before{  }
 }@media only screen and (max-width: 763px) { #cd9exVGyPn6la5ziAn6N3TDZg5d3FL8f { width:9.0625rem;height:9.85rem;top:20.4375rem;left:10.9375rem;font-size:1.0625rem;line-height:1.3;display:block; }#cd9exVGyPn6la5ziAn6N3TDZg5d3FL8f li:before{  }
 }@media only screen and (max-width: 763px) { #tbJJS7rkCLTRHFz4sLkA8HQRtnskQVEA { width:20rem;height:1.65rem;top:17.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIss1xJcoWS41ngmRxKEvxqJhwD8TSFU { display:block; }#hIss1xJcoWS41ngmRxKEvxqJhwD8TSFU > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZKtJhNJMmMr2yAia2cmch9lgn44Tuik { width:20rem;height:3.9rem;top:7.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaFa3Tsw69nW5LNKT2IHE1VwCcL5tHWI { width:20rem;height:12.64375rem;top:13.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVk8vT7hJAb3GF0TTeGzeSHDWz0wDZeU { width:9.5625rem;height:6.25rem;top:28.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAUUavF6BAi9PflKcKyvfG3NGOdSGsP8 { width:9.5rem;height:6.1875rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcHB60Qha3yF5qGsTKQftWHJRCoccP5W { width:20rem;height:6.8rem;top:41.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Mzat06qwwkeL23alvHkziLNwiheigN { width:20rem;height:3.9rem;top:36.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBu80sIJ8h6CKNUVT2SJbKnMyqq6De6u { width:9.625rem;height:6.3125rem;top:0rem;left:10.305559164761rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4K1ElZi5iCRUmLnF1UJWBAGCiRiTbJo { width:9.5625rem;height:6.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5nhhQhPQ8tTCJdausJrBJa8y1kWogTa { width:15.625rem;height:3.1875rem;top:50.062503814698rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpS4J7iGK20s1SgmtgUVW5gMliraIN2g { display:block; }
 }@media only screen and (max-width: 763px) { #QHaoNxHwkahoA9PCKcJLgTL44xvNnBSo { width:15.375rem;height:3rem;top:54.5rem;left:2.2500000596046rem;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) { #rcIM2xtE3NAdT9UbQavyOzNbeeii39ex { display:block; }
 }@media only screen and (max-width: 763px) { #zWbGTZiTQJQDrlvMRxGWxNlxK1C1gTyy { display:block; }#zWbGTZiTQJQDrlvMRxGWxNlxK1C1gTyy > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8eQwdECsMz9BsfJf7cRnrGCz4TVmfa7 { width:19.875rem;height:13.5rem;top:1.2500123977661rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C867yLTH9TnqXEqfphZFdPBrXCkpXXiT { width:13.375rem;height:1.65rem;top:15.876564025879rem;left:3.3125000596046rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC6uEIoxoXThDTV9FFMSleB0THO1bFyX { width:16.375rem;height:3.325rem;top:17.764068603516rem;left:1.8125000596046rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DPy3GLIUIw1E1wrOnr5OAmwQQOpSpQdf { width:15.575rem;height:3.1375rem;top:22.376564025879rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHZh1Hg0MqMbKirsdUemef60HOoopbZN { display:block; }
 }@media only screen and (max-width: 763px) { #fFBNZACtdZadSo8lyKV99MbxPKfhZoop { width:15.625rem;height:3.1875rem;top:26.563282012939rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuILwau6r122RUiewK1nghGKH0HZT0Vh { display:block; }
 }@media only screen and (max-width: 763px) { #PDKgvdaMlZ5mvmqo2oKg5kUMdmE4gwTv { display:block; }#PDKgvdaMlZ5mvmqo2oKg5kUMdmE4gwTv > .row .container { width:20rem;height:72.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EETZWAWTok55gkL67DboP65k8S3RTGqz { width:19.125rem;height:14.3125rem;top:0.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMfborQyDSE9wuySmlKv4O30BgZ2pT2c { width:19.125rem;height:13.625rem;top:19.350782394409rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INXMMkqiccapvPDkBnHN8tV00kXV4UJR { width:19.125rem;height:14.3125rem;top:37.069532394409rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9duTItPTTpr3XW8gqbUMerMCZJvWUWu { width:14.0625rem;height:1.7875rem;top:15.725784301757rem;left:3.4999998807907rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBtcxmnq6N6FIUfnGH52I6slkmTEPCHG { width:19.125rem;height:13.625rem;top:55.538282394409rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHfImrmCvs2nsMT4DIV9M9dO1z0d85r2 { width:17.5rem;height:15.75rem;top:78.4375rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTdExFAQhR96CozzUV169MSu07TrRMGd { width:17.5rem;height:15.75rem;top:95.5625rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVEFdcFePxqOu3FPmxe799B2BtKzR0UT { width:17.5rem;height:15.75rem;top:112.83124542236rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hOr3IUvF3PABmWQmAZRSi2cTBFrBrv6m { width:17.5rem;height:15.75rem;top:130.07499694824rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bi14wlwm7nbsIOvAe0q8TbNQls79xqgo { width:2.6875rem;height:2.6875rem;top:15.3125rem;left:2.4992187619209rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTD18T5M1XoSCF7NqyMPMPQsBwlT02Er { width:2.6875rem;height:2.6875rem;top:33.100784301757rem;left:2.4992187619209rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eweOm4WIB7bU4wKwJO3hK7MMuhvo0Wne { width:14.625rem;height:1.7875rem;top:33.444530487061rem;left:5.3749998807907rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIDOfhDsoNrS0NBKPUG2FocCy6y8rtKu { width:14.625rem;height:1.7875rem;top:51.913282394409rem;left:5.3749998807907rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGPNyGh7ApIWiqITseHnFA4ycG6OevBm { width:2.6875rem;height:2.6875rem;top:51.507034301757rem;left:2.4992187619209rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1xSZ03OLFarEZ3nuN7x8U5sADhVACPG { width:2.6875rem;height:2.6875rem;top:69.163281261919rem;left:2.4992188215256rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRvwT9o5Lpsedwn0xosUzPqvkHK6XbhH { width:10.125rem;height:1.7875rem;top:69.632031440738rem;left:5.4687498807907rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbN2zMgp9PcXyVtm3XiRvLuryMinrVQa { display:block; }#TbN2zMgp9PcXyVtm3XiRvLuryMinrVQa > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRiT9qMiX1HlIrsPooghQAsB1ITEHTVF { width:18.1875rem;height:13.625rem;top:35.6875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkTXfWqsNOzlVigcrQJHWWafMQcw5kM8 { width:18.1875rem;height:13.625rem;top:53.40625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FumBTV0WBC2XZBvQuW4MDWIirQeJk8aX { width:17.5rem;height:16.3125rem;top:77.687499046325rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KEHrkcJpZKtKt5vP85V83fIsKrkT2E5R { width:17.5rem;height:16.375rem;top:95.374999046325rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JMOOKvANyO6VI0WtWVEuTbGHQAn3yWfm { width:17.5rem;height:16.4375rem;top:113.12499904633rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e840fECMOIEPAz0gvuNaXaghyUhbAesT { width:17.5rem;height:16.375rem;top:130.93749904633rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #McKOG3uvg7T3C8DVSBfcpxm4AnwMSibI { width:19.375rem;height:13.75rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTllTqzzRzwtudUWIWNCqVwQzhveDGVH { width:18.3125rem;height:13.75rem;top:17.84375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzA2SRm7TMdwiNu8L3vgkhEUpQzoFHTs { width:2.6875rem;height:2.6875rem;top:13.8125rem;left:2.3742187619209rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NONCXB83gr65pi3fogiianSwmEPRRGUr { width:2.6875rem;height:2.6875rem;top:31.65625rem;left:2.3742187619209rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxmOq5y8I4VphzxanWvuIxcskQUToTAX { width:2.6875rem;height:2.6875rem;top:49.4375rem;left:2.3742187619209rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvfkd3U5UpNFrkUgt5BXsbNps4EIP36l { width:2.6875rem;height:2.6875rem;top:67.15625rem;left:2.3742187619209rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGNdyMzvDkvnAUzHcLddATrHwc5Pb9EW { width:13.5625rem;height:1.7875rem;top:14.21875rem;left:5.0937498807907rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTHEqvy0kqG3ztJkq1vOH8Mo6nKDKgE { width:13.875rem;height:1.7875rem;top:32.0625rem;left:5.0617188215256rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F79TtiHZ45uJH8RNHFomo5nIwud20p8u { width:13.125rem;height:1.7875rem;top:49.78125rem;left:5.0617188215256rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhOPy9KIZza3zorOfBwg7gG6pburDp17 { width:12.125rem;height:1.7875rem;top:67.5rem;left:5.0617188215256rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptnof97fFCHUBbbTmvn0MzEwvdrBUpcq { display:block; }#Ptnof97fFCHUBbbTmvn0MzEwvdrBUpcq > .row .container { width:20rem;height:70.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ll582CzDaLfz29iZIlVnAnr3Xa5b8nBv { width:18.1875rem;height:13.625rem;top:35.625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkduEOZZNaKoZix01hf6zI0c6ETqJllx { width:18.1875rem;height:13.625rem;top:53.25rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvVB0dldZZIcOUD8v0SvI4ESTWB6tsHB { width:17.5rem;height:16.3125rem;top:95.437492370606rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcLVwTzWCSZ5W3pANPtrPi0cBAFlOXPo { width:17.5rem;height:16.375rem;top:77.687492370606rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcnIxinp5RJa5iCJo49ygq7UaSWX6ipK { width:17.5rem;height:16.4375rem;top:130.87499237061rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sm0U6SyCisTF5lAxTkCl8J0rweP8wFoe { width:17.5rem;height:16.375rem;top:113.12499237061rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fgm7lVcymrsqagSDHqk769VPrJnq0zI0 { width:18.3125rem;height:13.75rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpXu9s1VzfSlBQxUdZWkXEW2NFeiraZe { width:19.4375rem;height:13.75rem;top:17.8125rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #undZsfZt1TQGlIISdEE3fIsC0A6I0FST { width:2.6875rem;height:2.6875rem;top:13.8125rem;left:2.3125000596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDiMTntfNesRqwqyUrRC6Py4Fi8lFBkb { width:2.6875rem;height:2.6875rem;top:31.6875rem;left:2.3125000596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsQf2RCxpv3E8iZHeKHsKTL75BQs5nQm { width:2.6875rem;height:2.6875rem;top:49.3125rem;left:2.1250000596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl5ZHy9bSAWCZCz1TCObUZ778fZD6PHn { width:2.6875rem;height:2.6875rem;top:66.9375rem;left:2.3125000596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmWP1xuiW4rtACuTo1kiqXyErpkqpHeh { width:13.0625rem;height:1.7875rem;top:14.1875rem;left:4.9375rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpnwbRkOw2louXiqb5FX1RV8AUTCb4LH { width:12.8125rem;height:1.7875rem;top:32rem;left:4.875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL95v0lkNfeWvPTiHWHlFNTevZ02mqRN { width:13.125rem;height:1.7875rem;top:49.625rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUPUyBJuLqBTJzT41KU4HvNp6cDFEpOr { width:11.75rem;height:1.7875rem;top:67.34375rem;left:4.9999998807907rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0ge2LIgmsN5wXTTVloC6gxW2Ms0OC2i { display:block; }#q0ge2LIgmsN5wXTTVloC6gxW2Ms0OC2i > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvVNatSvTp1BxN5X1FglmMyBX669ZQIy { height:11.25rem;width:20rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOsnXAndQVge4TfLweS5i1KbvbPVLk2V { display:block; }#IOsnXAndQVge4TfLweS5i1KbvbPVLk2V > .row .container { width:20rem;height:64.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLUxKFh52gnuUChuyRCPfKO3Jpb4Spdm { width:19.125rem;height:1.575rem;top:1.4484376907349rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piMUAp7zCKN9IUAy3ItEZFTzCKwCL2Go { width:20rem;height:7.5rem;top:3.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CCW3XcLxNC2ixiLTTTayNpKybL3g35vu { width:20rem;height:15rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkX2LL5TUucvilSgwOJ4PGdldir7vyvP { width:20rem;height:15rem;top:43.746879577637rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn87vLkrv7VBShuepLrhbshdmTrzezME { width:20rem;height:14.872625rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHuCRJmuRHazSwHBXBP5LQ6Umx0vXdG8 { width:15.625rem;height:3.1875rem;top:59.996887207031rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM42JnDVST9dGoGLOCLP7nydmDyRtHy9 { display:block; }
 }@media only screen and (max-width: 763px) { #rXInNsLtL6nxOBma7iK0zlbcNyWWAvw6 { display:block; }#rXInNsLtL6nxOBma7iK0zlbcNyWWAvw6 > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTMofDeZNhRUVp5icmJ9Bx2OOzd8l9Sk { width:20rem;height:1.425rem;top:9.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLhBbWo9E95skKa2sDdZvMpgWncCfKiE { width:18.375rem;height:3.9rem;top:11.609375rem;left:0.74999994039537rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JLFSXrvOewdErxLFqG3f91IxT83o1HX9 { width:20rem;height:7.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXPD0bhFGZfEvRKeBqbINzQr9hR72tOk { width:20rem;height:7.875rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awVHnMFDexw48mR0X6T1xPugnVBT5P6w { display:block; }#awVHnMFDexw48mR0X6T1xPugnVBT5P6w > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8Ug9FQPobGzRkhbz5cSZehCNbWTivDi { width:4.75rem;height:1.21875rem;top:12.3125rem;left:3.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UHzTyGGkSASM849pTffBVaNVGCq4GEQG { width:4rem;height:1.21875rem;top:12.3125rem;left:13.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NpqVFm42mie7ZzJAoQECO1S8pz90WrZd { width:20rem;height:7.5rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMNURETASpGTqQPyHQiqIeKyxrpchqBT { width:20rem;height:7.471875rem;top:25.512500762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6g3IZgaw7tcJA9LIloASXTBXfB93p1E { width:15rem;height:3rem;top:0.85546875rem;left:2.5000000596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVRWKvHO3vJKpbf9zp1i7TTDsB5BKEi4 { width:5.125rem;height:1.21875rem;top:23.3125rem;left:12.812500357628rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QmEmmX8oBrk1PWxsQxov8OM0tMN4Rmr5 { width:12.5rem;height:1.21875rem;top:23.3125rem;left:3.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xn6NTQm6aJC1tiTmUCbiGCn8JO97JpE9 { width:20rem;height:7.4725274725275rem;top:15.1953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMGy4iyztdJLdbFoQu7DXrURquxRCNlS { width:20rem;height:7.471875rem;top:36.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6lSX3DVL8Wq9kZhNCARxBfzXu1Ch6ZD { width:20rem;height:7.471875rem;top:56.84531211853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLM1ArS5FcH8bJTsvuLN75MIFnwFShB0 { width:20rem;height:7.471875rem;top:46.48593711853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEegDr0adnD6zdhcOy7fCT8xPdR7F3gW { width:3.625rem;height:1.21875rem;top:44.285938262939rem;left:13.375000357628rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hb3DGV3d5ITxyDu5Sw3BXlnAQfc8B0Tf { width:4.125rem;height:1.21875rem;top:44.285938262939rem;left:3.1250001192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uOI7GaxBbrTpPrDrb0ael3x9Fgh46WJA { width:3.625rem;height:1.21875rem;top:33.885936737061rem;left:13.562500357628rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R7He1XMhFL1cigwAsI2gHLNAUaUFunOm { width:4.4375rem;height:1.21875rem;top:33.885936737061rem;left:3.1250001192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qST5TR09qmKTFbt91uQZq8GJfXzU58vC { width:3.375rem;height:1.21875rem;top:64.942188262938rem;left:13.375000357628rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FqGo0yVoyxP2HUJbHpHsAemde0g3CsTE { width:3.9375rem;height:1.21875rem;top:64.942188262938rem;left:3.1250001192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ek79NrDLs3PzrtEtZbc21X9CscHw5m9q { width:3.4375rem;height:1.21875rem;top:54.582813262939rem;left:13.375000357628rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iGIwo6UFry5ZpNCLChmDNX6ompEuuNGN { width:4.3125rem;height:1.21875rem;top:54.582813262939rem;left:3.0312501192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CkKNK6sRbNMiA49Q77gfGEmlBkmI2SoO { display:block; }#CkKNK6sRbNMiA49Q77gfGEmlBkmI2SoO > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EW8mCmiSaTsAnO5pcIDMziN8DINhhVEK { width:20rem;height:1.425rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTdk9WSq9h2klL5unew6alEFIkmVyhI1 { display:block; }#dTdk9WSq9h2klL5unew6alEFIkmVyhI1 > .row .container { width:20rem;height:157.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDE3qfQgfBA8BkoeOW7UF7DlreLRRHrR { width:13.9375rem;height:9.1875rem;top:1.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqcZ3EiM24xPxXA1ccBm7V5UFSbsEQBq { width:13.8125rem;height:9.1875rem;top:11.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnOhCJGzfduF8zUPqiTq8qc6LlIn8xzn { width:13.8125rem;height:9.1875rem;top:22.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD2iFqmFDPhDXwoamQtSwl1xn8wILw54 { width:13.8125rem;height:9.1875rem;top:32.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR5EPPk7Xy6FNkP6aWbGHMzg1TgCcRyo { width:13.8125rem;height:9.1875rem;top:43rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiebERK1lgAglWxqEIRFgdQE0cXywT5v { width:13.8125rem;height:9.1875rem;top:74.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTFDKqaN5Zf3bzymhveld8kzIDmna4Nf { width:13.8125rem;height:9.1875rem;top:84.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9vQpMdN7hJOQ7dOMGydGEsAobADvdEP { width:13.8125rem;height:9.1875rem;top:95.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqRAIPgQTWLGCgssB6OTQ9Sv8k715hSZ { width:13.8125rem;height:9.1875rem;top:63.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm1Av8BotdRC6bvGr76Smhfh60OxO2qA { width:13.8125rem;height:9.1875rem;top:53.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thRKNXOaT6HI5RQRfeT1KZu8PUb5C61h { width:13.8125rem;height:9.1875rem;top:126.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSa47boz8rSDtMEpSm5XqXnnr2V5nzD9 { width:13.8125rem;height:9.1875rem;top:136.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBu1qpmOmPE2G8HTauhP5312rLT8VDHA { width:13.8125rem;height:9.1875rem;top:147.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6MmvQ9vyE8xekZ0fvuf2KZQWQg8wJQD { width:13.8125rem;height:9.1875rem;top:116.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J94OBQ8pso70rVJ9kSgxPm2LZkH8MVho { width:13.8125rem;height:9.1875rem;top:105.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7LumToHtpege6QJZCAzzZsOrZrPmTHN { display:block; }#t7LumToHtpege6QJZCAzzZsOrZrPmTHN > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6PVrITKT552rQ05X4fxVHabS4g2OVpZ { width:3.75rem;height:0.125rem;top:4.875rem;left:8.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsGWgdQCtHEq9VQGX7fS35uKy8SQvBGL { width:13.875rem;height:2.19375rem;top:1.9375rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT4GTvkyVebEFnmzobt4xiDbOfTJFOdp { width:20rem;height:11.8125rem;top:6.25rem;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:8.1875rem;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; }
 }