.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); }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b518ebe6-0673-485d-94e4-5e005e884ef9/DOTInspectionsheaderv2.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; }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C.adaptive-delivery-prevent-bg, #WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C.lazyload, #WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C.lazyloading { background-image: none; }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C > .row .container { background-color: transparent; background-image: none; }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.53); }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C > .row .container > .video-iframe-container { display: none; }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.53); }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C > .row > .video-iframe-container { display: none; }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C > .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); }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C > .row .container { border-width: 0; border-radius: 0; }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C::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; }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#DkSuLa0UA68qTgRTbD83rU2Vl5ZN3LnU { 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:22.25rem;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; }
#CirwSEdONSfS7lQRMNHBSmI7V7HPs9hn { 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; }
#Ud4VOLEhUX6x9BC7wpfMqRyKyvd8TxU8 { color:#ffffff;display:block;width:55.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:34.9375rem;left:9.875rem;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; }
#uE3AfoI0Oa11DeRZ3asGmEuPZgVKT6RQ { background-color:#ffcd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:15.625rem;height:3.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:30.5625rem;left:11.375rem;display:block; }
#IdoOdoTSdMdLKuv1oTaUyTPxXcifTeHU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q2FtFnSTpOemGBeOTs8yGlZNsR4HsTiz { 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:5.9375rem;width:12.1875rem;top:15.5625rem;left:31.4375rem;overflow:hidden;display:block; }
#ektLxfkxR3FXtznbNdutPTFNvl6WXOwu { color:#ffffff;display:block;width:54.3125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:26.9375rem;left:10.375rem;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; }
#O9GIgtRZhohRFp6wPnoPhWlNp9avGrPL { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.0875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:30.5625rem;left:29.6875rem;display:block; }
#kST2o8RMHa5lG5xdhkBWwHiJyTHi08uW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gxThxn6iycr3hFCpNgx2351rIdq5dSv8 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.0375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:30.5625rem;left:47.8125rem;display:block; }
#toWPArRpndgHoaMx4CW8Shn8dxBZBhcl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J0xu64WIXSZboEIvcrXybm1KXAfL06kB { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:41rem;left:26.75rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#3f3f41;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#QEsIbK6aN3rA8wz4FRxfFZ9um8m22Tp2 { 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; }
#WSgsXe9Tw7pwnWqTaWVQoAZQp9zsaW8R { color:#ffffff;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:8.0625rem;left:2.0625rem;height:10.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#WSgsXe9Tw7pwnWqTaWVQoAZQp9zsaW8R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WSgsXe9Tw7pwnWqTaWVQoAZQp9zsaW8R li:before{  }
#p5iHzJdqWZTOJZTbznTo0IeSCII3F7xh { background-color:#ffcd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:34.0625rem;left:2.0625rem;display:block; }
#ZzWpvZTsamMrbHpFXcdmcCfLZW5MPzw4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VboMAAzicoW2gKU3UEJdWyJVMb9CG67b { color:#ffffff;display:block;width:44.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:28.5rem;left:2.0625rem;height:3.4125rem;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; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-form-header {  }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#f2f9ff;width:19.8125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.8125rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.8125rem;overflow:hidden;font-family:"open sans"; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.8125rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.8125rem;overflow:hidden;font-family:"open sans"; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.8125rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:"open sans";font-size:0.8125rem;overflow:hidden; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .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.25rem;font-weight:bold;color:#19232e;width:19.8125rem;height:3rem;font-family:"open sans";overflow:hidden; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 [class*="-text"]:-moz-placeholder { color:#595959;font-family:"open sans";font-size:0.8125rem; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 [class*="-text"]::-moz-placeholder { color:#595959;font-family:"open sans";font-size:0.8125rem; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 [class*="-text"]:-ms-input-placeholder { color:#595959;font-family:"open sans";font-size:0.8125rem; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 [class*="-text"]::-webkit-input-placeholder { color:#595959;font-family:"open sans";font-size:0.8125rem; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#f2f9ff;vertical-align:top;width:18.5625rem;overflow:hidden;font-style:normal; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .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; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .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; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-container:first-of-type{padding-top:0;}#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-container:last-of-type{padding-bottom:0;}#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6  { background-color:#d70000;background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.8125rem;height:auto;border-top:0.1875rem dashed #d70000;border-left:0.1875rem dashed #d70000;border-right:0.1875rem dashed #d70000;border-bottom:0.1875rem dashed #d70000;left:50.10000038147rem;top:10.25rem;z-index:15011;position:absolute; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.8125rem; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .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; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 {display:block;}#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 { background-color:#d70000;background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.8125rem;height:auto;border-top:0.1875rem dashed #d70000;border-left:0.1875rem dashed #d70000;border-right:0.1875rem dashed #d70000;border-bottom:0.1875rem dashed #d70000;left:50.10000038147rem;top:10.25rem;z-index:15011;position:absolute; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #vXeHymmQ8F5rI7LHliafkmxbNco3ekpp { position:relative; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #DFCwUplrZQG0vzPRSIhx1BSQev3xBcq6 { position:relative;display:block; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #NeXQDmGEwg3lV5gHocvGTpiEupK61hSx { position:relative; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #LVi7CCW2D0gnB7v7WHNLd9NDHOmGxZVW { position:relative; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #pmgz48uKEcOPFXxnhQiHCyVdvKzlwy2T { position:relative;display:block; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #IMNGHT2WyLdPGEoi07mlmmy6qPfRSlym { position:relative; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #SpEEGGRvKFK2OqhNUhFtOTx2OWVrkvMb { position:relative; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #aVMB49vE7RLl1OAGZay7Vw0VZfQIeiKo { position:relative;display:block; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #wCWXAU5dlvWJSep7Bzw8W0PqMX9QeVaA { position:relative; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #SwPpCK25mBS0rVLkmSJGbXpbGUJimgeE { position:relative; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #VAAVVJnyNBOalXzrlTeC55SsGXdfFpc5 { position:relative;display:none; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #MqoeBy71rbiGkZ0TWKU820CdPfHnZHcC { position:relative; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #KbheOC0bzC2TQtODSI60tB6r8kSThvCi { position:relative; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #xEDix4Q5zI88dQFLyGXyntcuAutrymqa { position:relative;display:none; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #wuroVvGtRTyRI1TemTF1vuyJ6g05dahg { position:relative; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #rbnMIkb9GKMXyRoQteWrGa17ckP4w92a { position:relative; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #Ia9o0aaScyJpamAeDtimBo6TPhVMsCGe { position:relative;display:none; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #O6zH25bBlqQ0dAAl1QdQpVUklztwXrQD { position:relative; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #EVNLeSkNp2XA6421uu0LPhr7T9ltU0B2 { position:relative; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #tMiwcdhy8lLnt26iAK1SoL0U8BzUfdpN { position:relative;display:none; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #BnD934Km5PcQvcFlwWv7FXKeFok6MrRy { position:relative; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #rL6lIOKcHXqRP9URfe07rxT1IC6suPJw { position:relative; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #DfttX3rQNQTWQbfc4CSa4XzT8eGAZobx { position:relative;z-index:2; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #AFO0IDrOrm2XHB3GKpICgNv5BR5g99LJ { position:relative; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #wk1puvX8CxEeaAbyzROF70LR7El3vqEf { position:relative; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #BHMByTxKe3Rmw5OeeAFMlTnpl4piOIls { position:relative; }
#td0awoXGX00zSrmUwyGzTccdHeHAsmEi { position:relative;display:block; }
#zsZQlCPUUNLRffFAkKNHpzmzicvAUC0d { color:#ffffff;display:block;width:45.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:20.3125rem;left:2.0625rem;height:6.075rem;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; }
#nXKg2MQAvPMr4ba2vG25vWLxStfwEMMn { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.125rem;left:2.0625rem;height:2.7625rem;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; }
#kItG59QV8x6pHzFCmzXR0N5Re543QEJA { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:8.0625rem;left:23.875rem;height:10.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#kItG59QV8x6pHzFCmzXR0N5Re543QEJA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kItG59QV8x6pHzFCmzXR0N5Re543QEJA li:before{  }
#s2919DsTrePblpQvC4EQI1bgISuyW0Mc { 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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.0875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:34.0625rem;left:17.1875rem;display:block; }
#TgAAXCaqVHuVtqv4tF4pghqLtbucAG85 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BNm5SFzQly0z09phiXUJvIBBDaIXSPkE { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.625rem;left:53.5rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#WOfRgQb5TV4OD1GbSI8UhRtIkt6fk3tt { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:39.125rem;left:2.0625rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wr3LtQ2nCXqARb5aIGHiVVmQqBqAQ2uL { position:relative;display:block; }#Wr3LtQ2nCXqARb5aIGHiVVmQqBqAQ2uL { background-color: transparent; background-image: none; }#Wr3LtQ2nCXqARb5aIGHiVVmQqBqAQ2uL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wr3LtQ2nCXqARb5aIGHiVVmQqBqAQ2uL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wr3LtQ2nCXqARb5aIGHiVVmQqBqAQ2uL > .row .container > .video-iframe-container { display: none; }#Wr3LtQ2nCXqARb5aIGHiVVmQqBqAQ2uL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wr3LtQ2nCXqARb5aIGHiVVmQqBqAQ2uL > .row > .video-iframe-container { display: none; }#Wr3LtQ2nCXqARb5aIGHiVVmQqBqAQ2uL > .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); }#Wr3LtQ2nCXqARb5aIGHiVVmQqBqAQ2uL { border-width: 0; border-radius: 0; }#Wr3LtQ2nCXqARb5aIGHiVVmQqBqAQ2uL > .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; }#Wr3LtQ2nCXqARb5aIGHiVVmQqBqAQ2uL > .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:51.125rem;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; }#i8hzm75TNZNWqb5L1Wy447O7tOvSuAKK { 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:23.5625rem;width:35.4375rem;top:1rem;left:1.03125rem;overflow:hidden;display:block; }
#fsE5LWqnO6b4grwHssZOVWHK3RC0XJJe { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.1875rem;left:2.875rem;height:2.6rem;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; }
#nQgxsA3Rga1hrUoD7UMbhmTMZPL8VAEt { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.1875rem;left:3.0625rem;height:1.3rem;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; }
#OKZSp9fCSUwX4tLgmdWIiMC2U7J5CKLN { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:32rem;left:3.125rem;height:10.975rem;display:block; }#OKZSp9fCSUwX4tLgmdWIiMC2U7J5CKLN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OKZSp9fCSUwX4tLgmdWIiMC2U7J5CKLN li:before{  }
#uFBHXAkXzur4bmt2IRLQgaQBvmwTyLdN { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:32rem;left:20.1875rem;height:10.975rem;display:block; }#uFBHXAkXzur4bmt2IRLQgaQBvmwTyLdN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uFBHXAkXzur4bmt2IRLQgaQBvmwTyLdN li:before{  }
#bPEM4aKV3gR2TxXme9C8bXFFpCnt8xvL { background-color:#ffcd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:44.625rem;left:2.875rem;display:block; }
#HlbubmIOGpLBPOIWC1kTTagiqCxHnEkh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nBWvfO20eATRnH5dvLKZORwcIMkkS1Kx { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.475rem;height:3.0375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:44.6875rem;left:19.1875rem;display:block; }
#rt1enzxT1CR0R361I8PF1PDx28wnOdX8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qlpT5qucMbOhIIgHmP3yhAFzv89nVMyZ { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:26.3125rem;left:39.875rem;height:2.6rem;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; }
#OqhetLSG1fDELAp0rSDnqXkrDBeNQJPu { color:#000000;display:block;width:30.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:30.3125rem;left:39.9375rem;height:12rem;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; }
#N1g9gxOoc9uVk3z6kJrhOQDhB8zUPl8B { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:35.4375rem;top:1rem;left:38.531251907349rem;overflow:hidden;display:block; }
#QL1cfnhdAx7roqpfbLbWH7ku8MlDddVP { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.425rem;height:2.9875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:44.725002288818rem;left:48.53750038147rem;display:block; }
#s7dX8Rit9mLZ00bnkV9nHnG2r32KF4pM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i69EdTOm3DJUVizNVkg2IFQviPZLbhpG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#i69EdTOm3DJUVizNVkg2IFQviPZLbhpG > .row .container { background-color: transparent; background-image: none; }#i69EdTOm3DJUVizNVkg2IFQviPZLbhpG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i69EdTOm3DJUVizNVkg2IFQviPZLbhpG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i69EdTOm3DJUVizNVkg2IFQviPZLbhpG > .row .container > .video-iframe-container { display: none; }#i69EdTOm3DJUVizNVkg2IFQviPZLbhpG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i69EdTOm3DJUVizNVkg2IFQviPZLbhpG > .row > .video-iframe-container { display: none; }#i69EdTOm3DJUVizNVkg2IFQviPZLbhpG > .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); }#i69EdTOm3DJUVizNVkg2IFQviPZLbhpG > .row .container { border-width: 0; border-radius: 0; }#i69EdTOm3DJUVizNVkg2IFQviPZLbhpG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i69EdTOm3DJUVizNVkg2IFQviPZLbhpG > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#kmPXp09JRpQIUZ6ta5ReykrbLoPWNXoo { 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:14.75rem;width:20.5rem;top:1.75rem;left:26.281251907349rem;overflow:hidden;display:block; }
#gqTFBi2aDlUNFsWT6NEKJG7VykRgeXL9 { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18rem;left:31.656251907349rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VHwfCJCVA8D7imn9FDwpaBn1mmUnmZr8 { 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:1rem;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:23.250001907349rem;left:29.687501907349rem;display:block; }
#tWx6EmEcPgZuFevRkKdn307etFlA3Uf0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e2bBzTm7iTpdv0dTpV1CdgQPkoMsN9Rf { 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:1rem;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:23.250001907349rem;left:4.6875rem;display:block; }
#zWt5UE8GiLyHkgbeV34VyRhZ11MpfaVU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dzNnLkDzKLFzn2fXsQlBccDSeuXIfx33 { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.000000953674rem;left:6.4062519073488rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eaNTLJr3PRayJ6F6Uy2NB6hrQ5RJTmbR { 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:14.8125rem;width:20.5rem;top:1.75rem;left:1.3125rem;overflow:hidden;display:block; }
#DS1U7r8MDLFxBrQU5VU9ASEIWUFiVhna { 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:1rem;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:15019;text-align:center;text-align-last:center;top:23.281251907349rem;left:54.687498092651rem;display:block; }
#gi64BQv8SVK1tRxIFW2We9JlvlwXJPQX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oKbkKJf2a4dyUl5mW84wp6MQlE1TtGpx { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18rem;left:56.937501907349rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DLUfOsk9ZtMgN7xHPNgZTccrqr1XQGsf { 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:14.8125rem;width:20.5rem;top:1.875rem;left:51.25rem;overflow:hidden;display:block; }
#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT { border-top:1.0625rem solid #d60000;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; }#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT > .row .container { background-color: transparent; background-image: none; }#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT > .row .container > .video-iframe-container { display: none; }#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT > .row > .video-iframe-container { display: none; }#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT > .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); }#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT > .row .container { border-width: 0; border-radius: 0; }#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#DpdwQEIqPe2imRg2EvKSsRfv8ThT1sWN { color:#d70000;display:block;width:47.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.48046875rem;left:12.906251907349rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EiEVXwMch6yfc8BNtlpGxI2N2TrnJyJx { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:18.8125rem;left:25.625rem;height:9.1875rem;display:block; }#EiEVXwMch6yfc8BNtlpGxI2N2TrnJyJx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EiEVXwMch6yfc8BNtlpGxI2N2TrnJyJx li:before{  }
#hHp2nZQTDfTHGGepZNEJVbBVCiapXagd { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:18.8125rem;left:10.25rem;height:9.1875rem;display:block; }#hHp2nZQTDfTHGGepZNEJVbBVCiapXagd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hHp2nZQTDfTHGGepZNEJVbBVCiapXagd li:before{  }
#B0BsLPRcDWFqCrAZfXA14RB48CE3Pl2I { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:18.8125rem;left:39.8125rem;height:9.1875rem;display:block; }#B0BsLPRcDWFqCrAZfXA14RB48CE3Pl2I li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B0BsLPRcDWFqCrAZfXA14RB48CE3Pl2I li:before{  }
#sDepaVesDhXN1mGQQl7a1KpKsUIvoaX6 { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:18.8125rem;left:57.0625rem;height:9.1875rem;display:block; }#sDepaVesDhXN1mGQQl7a1KpKsUIvoaX6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sDepaVesDhXN1mGQQl7a1KpKsUIvoaX6 li:before{  }
#Z1VqdEgXvpzwII6AL1BOoKpcW7p6MlS7 { 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:12.8125rem;width:28.75rem;top:4.875rem;left:7rem;overflow:hidden;display:block; }
#vgr4aDUD9RdhhRtFUgHhhbJdaCFDh0yZ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:31.5rem;top:5.6875rem;left:36.5rem;overflow:hidden;display:block; }
#mvSc4bgkT0BFvpuiDaK88ZvXnF5MEckZ { border-top:0.625rem solid #cccccc;border-left:0.625rem solid #cccccc;border-right:0.625rem solid #cccccc;border-bottom:0.625rem solid #cccccc;background-color:#eaeaea;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; }#mvSc4bgkT0BFvpuiDaK88ZvXnF5MEckZ > .row .container { background-color: transparent; background-image: none; }#mvSc4bgkT0BFvpuiDaK88ZvXnF5MEckZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvSc4bgkT0BFvpuiDaK88ZvXnF5MEckZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvSc4bgkT0BFvpuiDaK88ZvXnF5MEckZ > .row .container > .video-iframe-container { display: none; }#mvSc4bgkT0BFvpuiDaK88ZvXnF5MEckZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvSc4bgkT0BFvpuiDaK88ZvXnF5MEckZ > .row > .video-iframe-container { display: none; }#mvSc4bgkT0BFvpuiDaK88ZvXnF5MEckZ > .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); }#mvSc4bgkT0BFvpuiDaK88ZvXnF5MEckZ > .row .container { border-width: 0; border-radius: 0; }#mvSc4bgkT0BFvpuiDaK88ZvXnF5MEckZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mvSc4bgkT0BFvpuiDaK88ZvXnF5MEckZ > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:block; }#DEiB1MIEBwuDXLAdJcePazgn2LOt5nqC { 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.25rem;width:12.3125rem;top:5.8125rem;left:4.3125rem;overflow:hidden;display:block; }
#U6CWp3XhQqknscIB6QA1ACgeT69q5don { 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:12.3125rem;top:5.8125rem;left:17.75rem;overflow:hidden;display:block; }
#ZHBD9dWXe4TRn4cfv0ZRyTCuPvGH1tgM { 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:12.3125rem;top:5.8125rem;left:31.25rem;overflow:hidden;display:block; }
#vG9uO9DUHiaHLRZMVuIn3ToABDkofkM3 { 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:12.3125rem;top:5.8125rem;left:58.375rem;overflow:hidden;display:block; }
#heRQffRWyE50bi4QeK00yOp9b2vX3oBQ { 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:12.3125rem;top:5.8125rem;left:44.875rem;overflow:hidden;display:block; }
#IVEQg2oHX5AohHLmNs5L2bAM7VStDQo6 { 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:12.3125rem;top:18.75rem;left:58.375rem;overflow:hidden;display:block; }
#nEmlgAeuZlmEOQy1z63Du5XtQSxRospZ { 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:12.3125rem;top:18.75rem;left:44.875rem;overflow:hidden;display:block; }
#CLxOcEaOq2WdULBl2kyUHay8WFIopZJ9 { 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:12.3125rem;top:18.75rem;left:31.25rem;overflow:hidden;display:block; }
#Xp8uU61COw1Tpi7yXWc6FFCFHgSwAMOs { 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:12.3125rem;top:18.75rem;left:17.75rem;overflow:hidden;display:block; }
#SLxOQd7Hy7Q80lsLkZweag4Hdfz8TLOr { 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:12.3125rem;top:18.75rem;left:4.3125rem;overflow:hidden;display:block; }
#AqZRi6FCnlfnJTouEAkoXPuxHNVGgTeO { color:#d70000;display:block;width:47.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5rem;left:13.531251907349rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K5CstAkIdwcJXXZFbegeRdyoDAoTiZwK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.6875rem;left:4.21875rem;height:1.3rem;display:block; }
#hFiBqFs1kNrlnJ83hrP6llhM9TksHAMK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.6875rem;left:17.656251907349rem;height:1.3rem;display:block; }
#kPy7LhPvJ0keWQb21lBwFLiO3MQKbMU3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.6875rem;left:31.250001907349rem;height:1.3rem;display:block; }
#LE4BxQCNhJuqT0HufJWzaPNvxTEgvgCz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:15.6875rem;left:44.780469894409rem;height:1.3rem;display:block; }
#T0vmJX00gZhCDb6AIW41Ki5dMXrGny5o { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.6875rem;left:58.281248092651rem;height:1.3rem;display:block; }
#ADELwKMKQecWxTrf66GpUwArvZcxnRbL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:28.5625rem;left:4.21875rem;height:1.3rem;display:block; }
#SozSwmEZbUbuQehZZ2PEH17KhzUgzvun { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.5625rem;left:17.656251907349rem;height:1.3rem;display:block; }
#TUx6SshmqZKF59Tbh9OpTtetVrp81Mpf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:28.5625rem;left:31.250001907349rem;height:1.3rem;display:block; }
#DXLXhTTrRLQz9IawsEfxsWLRVEtylcZr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:28.5625rem;left:44.780469894409rem;height:1.3rem;display:block; }
#Txg9c4mMrdcsqeyM2KnViE3u1EwMbCV2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:28.5625rem;left:58.281248092651rem;height:1.3rem;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:arial;height:18.625rem;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.125rem;left:35.000001907349rem;display:block; }
#zsGWgdQCtHEq9VQGX7fS35uKy8SQvBGL { color:#d70000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IT4GTvkyVebEFnmzobt4xiDbOfTJFOdp { color:#000000;display:block;width:48rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.3125rem;left:13.687501907349rem;height:9.1rem;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:arial;height:5.3125rem;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:2.7117156982422rem;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.4499969482422rem;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) { #WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C { display:block; }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkSuLa0UA68qTgRTbD83rU2Vl5ZN3LnU { width:47.75rem;height:4.0625rem;top:22.25rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CirwSEdONSfS7lQRMNHBSmI7V7HPs9hn { width:18.9375rem;height:14.1875rem;top:0.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ud4VOLEhUX6x9BC7wpfMqRyKyvd8TxU8 { width:47.75rem;height:4.4375rem;top:34.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE3AfoI0Oa11DeRZ3asGmEuPZgVKT6RQ { width:15.625rem;height:3.1875rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdoOdoTSdMdLKuv1oTaUyTPxXcifTeHU { display:block; }
 }@media only screen and (max-width: 763px) { #q2FtFnSTpOemGBeOTs8yGlZNsR4HsTiz { width:12.1875rem;height:5.9375rem;top:15.5625rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ektLxfkxR3FXtznbNdutPTFNvl6WXOwu { width:47.75rem;height:2.5625rem;top:26.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9GIgtRZhohRFp6wPnoPhWlNp9avGrPL { width:15.5625rem;height:3rem;top:30.5625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kST2o8RMHa5lG5xdhkBWwHiJyTHi08uW { display:block; }
 }@media only screen and (max-width: 763px) { #gxThxn6iycr3hFCpNgx2351rIdq5dSv8 { width:15.5625rem;height:2.9375rem;top:30.5625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toWPArRpndgHoaMx4CW8Shn8dxBZBhcl { display:block; }
 }@media only screen and (max-width: 763px) { #J0xu64WIXSZboEIvcrXybm1KXAfL06kB { width:21.5rem;height:1.25rem;top:41rem;left:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEsIbK6aN3rA8wz4FRxfFZ9um8m22Tp2 { width:18.9375rem;height:14.1875rem;top:0.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WSgsXe9Tw7pwnWqTaWVQoAZQp9zsaW8R { width:21rem;height:;top:8.0625rem;left:0rem;font-size:1rem;display:block; }#WSgsXe9Tw7pwnWqTaWVQoAZQp9zsaW8R li:before{  }
 }@media only screen and (max-width: 763px) { #p5iHzJdqWZTOJZTbznTo0IeSCII3F7xh { width:14.0625rem;height:3.1875rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzWpvZTsamMrbHpFXcdmcCfLZW5MPzw4 { display:block; }
 }@media only screen and (max-width: 763px) { #VboMAAzicoW2gKU3UEJdWyJVMb9CG67b { width:44.3125rem;height:3.4125rem;top:28.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-regular-label { width:19.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-input-text { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-textarea { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-input-select { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-input-button { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-checkbox-label { width:18.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6  { width:19.8125rem;height:auto;top:12.0625rem;left:25.0625rem; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .radio-container { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 {display:block;}#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 { width:19.8125rem;height:auto;top:12.0625rem;left:25.0625rem; }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #vXeHymmQ8F5rI7LHliafkmxbNco3ekpp {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #DFCwUplrZQG0vzPRSIhx1BSQev3xBcq6 { display:block; }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #NeXQDmGEwg3lV5gHocvGTpiEupK61hSx {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #LVi7CCW2D0gnB7v7WHNLd9NDHOmGxZVW {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #pmgz48uKEcOPFXxnhQiHCyVdvKzlwy2T { display:block; }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #IMNGHT2WyLdPGEoi07mlmmy6qPfRSlym {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #SpEEGGRvKFK2OqhNUhFtOTx2OWVrkvMb {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #aVMB49vE7RLl1OAGZay7Vw0VZfQIeiKo { display:block; }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #wCWXAU5dlvWJSep7Bzw8W0PqMX9QeVaA {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #SwPpCK25mBS0rVLkmSJGbXpbGUJimgeE {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #VAAVVJnyNBOalXzrlTeC55SsGXdfFpc5 {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #MqoeBy71rbiGkZ0TWKU820CdPfHnZHcC {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #KbheOC0bzC2TQtODSI60tB6r8kSThvCi {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #xEDix4Q5zI88dQFLyGXyntcuAutrymqa {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #wuroVvGtRTyRI1TemTF1vuyJ6g05dahg {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #rbnMIkb9GKMXyRoQteWrGa17ckP4w92a {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #Ia9o0aaScyJpamAeDtimBo6TPhVMsCGe {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #O6zH25bBlqQ0dAAl1QdQpVUklztwXrQD {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #EVNLeSkNp2XA6421uu0LPhr7T9ltU0B2 {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #tMiwcdhy8lLnt26iAK1SoL0U8BzUfdpN {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #BnD934Km5PcQvcFlwWv7FXKeFok6MrRy {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #rL6lIOKcHXqRP9URfe07rxT1IC6suPJw {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #DfttX3rQNQTWQbfc4CSa4XzT8eGAZobx { z-index:2; }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #AFO0IDrOrm2XHB3GKpICgNv5BR5g99LJ {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #wk1puvX8CxEeaAbyzROF70LR7El3vqEf {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #BHMByTxKe3Rmw5OeeAFMlTnpl4piOIls {  }
 }@media only screen and (max-width: 763px) { #td0awoXGX00zSrmUwyGzTccdHeHAsmEi { display:block; }
 }@media only screen and (max-width: 763px) { #zsZQlCPUUNLRffFAkKNHpzmzicvAUC0d { width:45.1875rem;height:5.4rem;top:20.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXKg2MQAvPMr4ba2vG25vWLxStfwEMMn { width:40.4375rem;height:;top:3.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kItG59QV8x6pHzFCmzXR0N5Re543QEJA { width:17.9375rem;height:;top:8.0625rem;left:10.250001907349rem;font-size:1rem;display:block; }#kItG59QV8x6pHzFCmzXR0N5Re543QEJA li:before{  }
 }@media only screen and (max-width: 763px) { #s2919DsTrePblpQvC4EQI1bgISuyW0Mc { width:14rem;height:3rem;top:34.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgAAXCaqVHuVtqv4tF4pghqLtbucAG85 { display:block; }
 }@media only screen and (max-width: 763px) { #BNm5SFzQly0z09phiXUJvIBBDaIXSPkE { width:15.8125rem;height:6.5rem;top:1.625rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOfRgQb5TV4OD1GbSI8UhRtIkt6fk3tt { width:21.5rem;height:1.25rem;top:39.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr3LtQ2nCXqARb5aIGHiVVmQqBqAQ2uL { display:block; }#Wr3LtQ2nCXqARb5aIGHiVVmQqBqAQ2uL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8hzm75TNZNWqb5L1Wy447O7tOvSuAKK { width:35.4375rem;height:23.5625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsE5LWqnO6b4grwHssZOVWHK3RC0XJJe { width:31.0625rem;height:1.7875rem;top:26.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQgxsA3Rga1hrUoD7UMbhmTMZPL8VAEt { width:30.8125rem;height:1.25rem;top:29.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKZSp9fCSUwX4tLgmdWIiMC2U7J5CKLN { width:13.8125rem;height:10.975rem;top:32rem;left:0rem;font-size:1rem;display:block; }#OKZSp9fCSUwX4tLgmdWIiMC2U7J5CKLN li:before{  }
 }@media only screen and (max-width: 763px) { #uFBHXAkXzur4bmt2IRLQgaQBvmwTyLdN { width:13.8125rem;height:10.975rem;top:32rem;left:10.0625rem;font-size:1rem;display:block; }#uFBHXAkXzur4bmt2IRLQgaQBvmwTyLdN li:before{  }
 }@media only screen and (max-width: 763px) { #bPEM4aKV3gR2TxXme9C8bXFFpCnt8xvL { width:14.0625rem;height:3.1875rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlbubmIOGpLBPOIWC1kTTagiqCxHnEkh { display:block; }
 }@media only screen and (max-width: 763px) { #nBWvfO20eATRnH5dvLKZORwcIMkkS1Kx { width:15.4375rem;height:3rem;top:44.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt1enzxT1CR0R361I8PF1PDx28wnOdX8 { display:block; }
 }@media only screen and (max-width: 763px) { #qlpT5qucMbOhIIgHmP3yhAFzv89nVMyZ { width:31.0625rem;height:1.7875rem;top:26.3125rem;left:16.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqhetLSG1fDELAp0rSDnqXkrDBeNQJPu { width:30.6875rem;height:12rem;top:30.3125rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1g9gxOoc9uVk3z6kJrhOQDhB8zUPl8B { width:35.4375rem;height:23.5625rem;top:1rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL1cfnhdAx7roqpfbLbWH7ku8MlDddVP { width:15.375rem;height:2.9375rem;top:44.6875rem;left:28.10000038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7dX8Rit9mLZ00bnkV9nHnG2r32KF4pM { display:block; }
 }@media only screen and (max-width: 763px) { #i69EdTOm3DJUVizNVkg2IFQviPZLbhpG { display:block; }#i69EdTOm3DJUVizNVkg2IFQviPZLbhpG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmPXp09JRpQIUZ6ta5ReykrbLoPWNXoo { width:20.5rem;height:14.75rem;top:1.75rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqTFBi2aDlUNFsWT6NEKJG7VykRgeXL9 { width:12.75rem;height:3.875rem;top:18rem;left:17.968751907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHwfCJCVA8D7imn9FDwpaBn1mmUnmZr8 { width:15.625rem;height:3.1875rem;top:23.25rem;left:16.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWx6EmEcPgZuFevRkKdn307etFlA3Uf0 { display:block; }
 }@media only screen and (max-width: 763px) { #e2bBzTm7iTpdv0dTpV1CdgQPkoMsN9Rf { width:15.625rem;height:3.1875rem;top:23.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWt5UE8GiLyHkgbeV34VyRhZ11MpfaVU { display:block; }
 }@media only screen and (max-width: 763px) { #dzNnLkDzKLFzn2fXsQlBccDSeuXIfx33 { width:12.1875rem;height:3.875rem;top:18rem;left:1.8437519073486rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaNTLJr3PRayJ6F6Uy2NB6hrQ5RJTmbR { width:20.5rem;height:14.8125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS1U7r8MDLFxBrQU5VU9ASEIWUFiVhna { width:15.625rem;height:3.1875rem;top:23.25rem;left:31.874998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi64BQv8SVK1tRxIFW2We9JlvlwXJPQX { display:block; }
 }@media only screen and (max-width: 763px) { #oKbkKJf2a4dyUl5mW84wp6MQlE1TtGpx { width:12.5625rem;height:3.875rem;top:18rem;left:34.125001907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLUfOsk9ZtMgN7xHPNgZTccrqr1XQGsf { width:20.5rem;height:14.8125rem;top:1.875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT { display:block; }#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpdwQEIqPe2imRg2EvKSsRfv8ThT1sWN { width:47.75rem;height:1.7875rem;top:1.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiEVXwMch6yfc8BNtlpGxI2N2TrnJyJx { width:11.6875rem;height:6.9375rem;top:18.8125rem;left:12rem;font-size:1rem;display:block; }#EiEVXwMch6yfc8BNtlpGxI2N2TrnJyJx li:before{  }
 }@media only screen and (max-width: 763px) { #hHp2nZQTDfTHGGepZNEJVbBVCiapXagd { width:14.5rem;height:6.9375rem;top:18.8125rem;left:0rem;font-size:1rem;display:block; }#hHp2nZQTDfTHGGepZNEJVbBVCiapXagd li:before{  }
 }@media only screen and (max-width: 763px) { #B0BsLPRcDWFqCrAZfXA14RB48CE3Pl2I { width:13.1875rem;height:6.9375rem;top:18.8125rem;left:26.1875rem;font-size:1rem;display:block; }#B0BsLPRcDWFqCrAZfXA14RB48CE3Pl2I li:before{  }
 }@media only screen and (max-width: 763px) { #sDepaVesDhXN1mGQQl7a1KpKsUIvoaX6 { width:13.1875rem;height:6.9375rem;top:18.8125rem;left:34.5625rem;font-size:1rem;display:block; }#sDepaVesDhXN1mGQQl7a1KpKsUIvoaX6 li:before{  }
 }@media only screen and (max-width: 763px) { #Z1VqdEgXvpzwII6AL1BOoKpcW7p6MlS7 { width:28.75rem;height:12.8125rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgr4aDUD9RdhhRtFUgHhhbJdaCFDh0yZ { width:31.5rem;height:10.75rem;top:5.6875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvSc4bgkT0BFvpuiDaK88ZvXnF5MEckZ { display:block; }#mvSc4bgkT0BFvpuiDaK88ZvXnF5MEckZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEiB1MIEBwuDXLAdJcePazgn2LOt5nqC { width:12.3125rem;height:9.25rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6CWp3XhQqknscIB6QA1ACgeT69q5don { width:12.3125rem;height:9.1875rem;top:5.8125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHBD9dWXe4TRn4cfv0ZRyTCuPvGH1tgM { width:12.3125rem;height:9.1875rem;top:5.8125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG9uO9DUHiaHLRZMVuIn3ToABDkofkM3 { width:12.3125rem;height:9.1875rem;top:5.8125rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #heRQffRWyE50bi4QeK00yOp9b2vX3oBQ { width:12.3125rem;height:9.1875rem;top:5.8125rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVEQg2oHX5AohHLmNs5L2bAM7VStDQo6 { width:12.3125rem;height:9.1875rem;top:18.75rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEmlgAeuZlmEOQy1z63Du5XtQSxRospZ { width:12.3125rem;height:9.1875rem;top:18.75rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLxOcEaOq2WdULBl2kyUHay8WFIopZJ9 { width:12.3125rem;height:9.1875rem;top:18.75rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp8uU61COw1Tpi7yXWc6FFCFHgSwAMOs { width:12.3125rem;height:9.1875rem;top:18.75rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLxOQd7Hy7Q80lsLkZweag4Hdfz8TLOr { width:12.3125rem;height:9.1875rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqZRi6FCnlfnJTouEAkoXPuxHNVGgTeO { width:47.75rem;height:2.6rem;top:1.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5CstAkIdwcJXXZFbegeRdyoDAoTiZwK { width:12.5rem;height:1.3rem;top:15.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFiBqFs1kNrlnJ83hrP6llhM9TksHAMK { width:12.5rem;height:1.3rem;top:15.6875rem;left:4.0312519073486rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPy7LhPvJ0keWQb21lBwFLiO3MQKbMU3 { width:12.5rem;height:1.3rem;top:15.6875rem;left:17.625001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE4BxQCNhJuqT0HufJWzaPNvxTEgvgCz { width:12.5rem;height:1.3rem;top:15.6875rem;left:31.155473709106rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0vmJX00gZhCDb6AIW41Ki5dMXrGny5o { width:12.5rem;height:1.3rem;top:15.6875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADELwKMKQecWxTrf66GpUwArvZcxnRbL { width:12.5rem;height:1.3rem;top:28.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SozSwmEZbUbuQehZZ2PEH17KhzUgzvun { width:12.5rem;height:1.3rem;top:28.5625rem;left:4.0312519073486rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUx6SshmqZKF59Tbh9OpTtetVrp81Mpf { width:12.5rem;height:1.3rem;top:28.5625rem;left:17.625001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXLXhTTrRLQz9IawsEfxsWLRVEtylcZr { width:12.5rem;height:1.3rem;top:28.5625rem;left:31.155469894409rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txg9c4mMrdcsqeyM2KnViE3u1EwMbCV2 { width:12.5rem;height:1.3rem;top:28.5625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7LumToHtpege6QJZCAzzZsOrZrPmTHN { display:block; }#t7LumToHtpege6QJZCAzzZsOrZrPmTHN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6PVrITKT552rQ05X4fxVHabS4g2OVpZ { width:5rem;height:0.125rem;top:6.125rem;left:21.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsGWgdQCtHEq9VQGX7fS35uKy8SQvBGL { width:47.75rem;height:3.25rem;top:2.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT4GTvkyVebEFnmzobt4xiDbOfTJFOdp { width:47.75rem;height:9.66875rem;top:7.3125rem;left:0rem;font-size:1.0625rem;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:2.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUG8mQvyfer7udXKUg6Wa3Cmqiravrpc { width:47.75rem;height:;top:1.4375rem;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) { #WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/b518ebe6-0673-485d-94e4-5e005e884ef9/DOTInspectionsheaderv2.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; }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C.adaptive-delivery-prevent-bg, #WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C.lazyload, #WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C.lazyloading { background-image: none; }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C > .row .container { background-color: transparent; background-image: none; }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C > .row .container > .video-iframe-container { display: none; }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C > .row > .video-iframe-container { display: none; }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C > .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); }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C > .row .container { border-width: 0; border-radius: 0; }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTiNkcTE4GtPlH4pz6V4T6AEGlbpsu0C > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkSuLa0UA68qTgRTbD83rU2Vl5ZN3LnU { width:20rem;height:2.475rem;top:8.5749988555906rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CirwSEdONSfS7lQRMNHBSmI7V7HPs9hn { 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) { #Ud4VOLEhUX6x9BC7wpfMqRyKyvd8TxU8 { width:20rem;height:6.4rem;top:27.312500953674rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #uE3AfoI0Oa11DeRZ3asGmEuPZgVKT6RQ { width:15.4375rem;height:3rem;top:14.9375rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdoOdoTSdMdLKuv1oTaUyTPxXcifTeHU { display:block; }
 }@media only screen and (max-width: 763px) { #q2FtFnSTpOemGBeOTs8yGlZNsR4HsTiz { width:6.5rem;height:3.125rem;top:5.4992189407349rem;left:6.7500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #ektLxfkxR3FXtznbNdutPTFNvl6WXOwu { width:20rem;height:2.85rem;top:11.25rem;left:0rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #O9GIgtRZhohRFp6wPnoPhWlNp9avGrPL { width:15.4375rem;height:3.075rem;top:19rem;left:2.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kST2o8RMHa5lG5xdhkBWwHiJyTHi08uW { display:block; }
 }@media only screen and (max-width: 763px) { #gxThxn6iycr3hFCpNgx2351rIdq5dSv8 { width:15.4375rem;height:3rem;top:23.125rem;left:2.3125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #toWPArRpndgHoaMx4CW8Shn8dxBZBhcl { display:block; }
 }@media only screen and (max-width: 763px) { #J0xu64WIXSZboEIvcrXybm1KXAfL06kB { width:20rem;height:1.3rem;top:34.962500953674rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:89.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEsIbK6aN3rA8wz4FRxfFZ9um8m22Tp2 { 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) { #WSgsXe9Tw7pwnWqTaWVQoAZQp9zsaW8R { width:17.3125rem;height:6.75rem;top:11.0625rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:.6;display:block; }#WSgsXe9Tw7pwnWqTaWVQoAZQp9zsaW8R li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#WSgsXe9Tw7pwnWqTaWVQoAZQp9zsaW8R li:before{  }
 }@media only screen and (max-width: 763px) { #p5iHzJdqWZTOJZTbznTo0IeSCII3F7xh { width:15.4375rem;height:3.0625rem;top:29.748439788818rem;left:2.2812500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzWpvZTsamMrbHpFXcdmcCfLZW5MPzw4 { display:block; }
 }@media only screen and (max-width: 763px) { #VboMAAzicoW2gKU3UEJdWyJVMb9CG67b { width:20rem;height:4.8rem;top:83.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-regular-label { width:17.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-input-text { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-textarea { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-input-select { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-input-button { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .widget-checkbox-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6  { width:17.125rem;height:auto;top:37.375rem;left:0rem;z-index:15004; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 .radio-container { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 {display:block;}#XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 { width:17.125rem;height:auto;top:37.375rem;left:0rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #vXeHymmQ8F5rI7LHliafkmxbNco3ekpp {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #DFCwUplrZQG0vzPRSIhx1BSQev3xBcq6 { display:block; }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #NeXQDmGEwg3lV5gHocvGTpiEupK61hSx {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #LVi7CCW2D0gnB7v7WHNLd9NDHOmGxZVW {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #pmgz48uKEcOPFXxnhQiHCyVdvKzlwy2T { display:block; }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #IMNGHT2WyLdPGEoi07mlmmy6qPfRSlym {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #SpEEGGRvKFK2OqhNUhFtOTx2OWVrkvMb {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #aVMB49vE7RLl1OAGZay7Vw0VZfQIeiKo { display:block; }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #wCWXAU5dlvWJSep7Bzw8W0PqMX9QeVaA {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #SwPpCK25mBS0rVLkmSJGbXpbGUJimgeE {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #VAAVVJnyNBOalXzrlTeC55SsGXdfFpc5 {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #MqoeBy71rbiGkZ0TWKU820CdPfHnZHcC {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #KbheOC0bzC2TQtODSI60tB6r8kSThvCi {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #xEDix4Q5zI88dQFLyGXyntcuAutrymqa {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #wuroVvGtRTyRI1TemTF1vuyJ6g05dahg {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #rbnMIkb9GKMXyRoQteWrGa17ckP4w92a {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #Ia9o0aaScyJpamAeDtimBo6TPhVMsCGe {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #O6zH25bBlqQ0dAAl1QdQpVUklztwXrQD {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #EVNLeSkNp2XA6421uu0LPhr7T9ltU0B2 {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #tMiwcdhy8lLnt26iAK1SoL0U8BzUfdpN {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #BnD934Km5PcQvcFlwWv7FXKeFok6MrRy {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #rL6lIOKcHXqRP9URfe07rxT1IC6suPJw {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #DfttX3rQNQTWQbfc4CSa4XzT8eGAZobx { z-index:2; }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #AFO0IDrOrm2XHB3GKpICgNv5BR5g99LJ {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #wk1puvX8CxEeaAbyzROF70LR7El3vqEf {  }
 }@media only screen and (max-width: 763px) { #XJqe7oBTP02wJ1wfstZ5vi5k02Af83r6 #BHMByTxKe3Rmw5OeeAFMlTnpl4piOIls {  }
 }@media only screen and (max-width: 763px) { #td0awoXGX00zSrmUwyGzTccdHeHAsmEi { display:block; }
 }@media only screen and (max-width: 763px) { #zsZQlCPUUNLRffFAkKNHpzmzicvAUC0d { width:20rem;height:10.8rem;top:71.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #nXKg2MQAvPMr4ba2vG25vWLxStfwEMMn { width:20rem;height:2.1125rem;top:0.81250023841856rem;left:0rem;font-size:1.625rem;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) { #kItG59QV8x6pHzFCmzXR0N5Re543QEJA { width:15.125rem;height:6.75rem;top:18.875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:.6;display:block; }#kItG59QV8x6pHzFCmzXR0N5Re543QEJA li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#kItG59QV8x6pHzFCmzXR0N5Re543QEJA li:before{  }
 }@media only screen and (max-width: 763px) { #s2919DsTrePblpQvC4EQI1bgISuyW0Mc { width:15.2875rem;height:2.9125rem;top:33.637500762939rem;left:2.3562501072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgAAXCaqVHuVtqv4tF4pghqLtbucAG85 { display:block; }
 }@media only screen and (max-width: 763px) { #BNm5SFzQly0z09phiXUJvIBBDaIXSPkE { width:15.8125rem;height:6.5rem;top:3.4367198944092rem;left:2.0937500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOfRgQb5TV4OD1GbSI8UhRtIkt6fk3tt { width:20rem;height:1.3rem;top:27.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wr3LtQ2nCXqARb5aIGHiVVmQqBqAQ2uL { display:block; }#Wr3LtQ2nCXqARb5aIGHiVVmQqBqAQ2uL > .row .container { width:20rem;height:94.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8hzm75TNZNWqb5L1Wy447O7tOvSuAKK { width:20rem;height:13.298059964727rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsE5LWqnO6b4grwHssZOVWHK3RC0XJJe { width:20rem;height:1.7875rem;top:14.985125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQgxsA3Rga1hrUoD7UMbhmTMZPL8VAEt { width:20rem;height:2.6rem;top:17.309376716614rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKZSp9fCSUwX4tLgmdWIiMC2U7J5CKLN { width:13.375rem;height:10.975rem;top:20.875rem;left:0rem;font-size:1rem;display:block; }#OKZSp9fCSUwX4tLgmdWIiMC2U7J5CKLN li:before{  }
 }@media only screen and (max-width: 763px) { #uFBHXAkXzur4bmt2IRLQgaQBvmwTyLdN { width:11.4375rem;height:10.975rem;top:32.0625rem;left:0.0625rem;font-size:1rem;display:block; }#uFBHXAkXzur4bmt2IRLQgaQBvmwTyLdN li:before{  }
 }@media only screen and (max-width: 763px) { #bPEM4aKV3gR2TxXme9C8bXFFpCnt8xvL { width:14.0625rem;height:3.1875rem;top:44.0625rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlbubmIOGpLBPOIWC1kTTagiqCxHnEkh { display:block; }
 }@media only screen and (max-width: 763px) { #nBWvfO20eATRnH5dvLKZORwcIMkkS1Kx { width:15.4375rem;height:3rem;top:48.5rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt1enzxT1CR0R361I8PF1PDx28wnOdX8 { display:block; }
 }@media only screen and (max-width: 763px) { #qlpT5qucMbOhIIgHmP3yhAFzv89nVMyZ { width:20rem;height:1.7875rem;top:68.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqhetLSG1fDELAp0rSDnqXkrDBeNQJPu { width:20rem;height:16.5rem;top:71.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1g9gxOoc9uVk3z6kJrhOQDhB8zUPl8B { width:20rem;height:13.298059964727rem;top:54rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL1cfnhdAx7roqpfbLbWH7ku8MlDddVP { width:15.375rem;height:2.9375rem;top:89.6875rem;left:2.3125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7dX8Rit9mLZ00bnkV9nHnG2r32KF4pM { display:block; }
 }@media only screen and (max-width: 763px) { #i69EdTOm3DJUVizNVkg2IFQviPZLbhpG { display:block; }#i69EdTOm3DJUVizNVkg2IFQviPZLbhpG > .row .container { width:20rem;height:71.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmPXp09JRpQIUZ6ta5ReykrbLoPWNXoo { width:20rem;height:14.375rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqTFBi2aDlUNFsWT6NEKJG7VykRgeXL9 { width:20rem;height:4.78125rem;top:17.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VHwfCJCVA8D7imn9FDwpaBn1mmUnmZr8 { width:15rem;height:3.1875rem;top:13.562500953674rem;left:2.5000000596046rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWx6EmEcPgZuFevRkKdn307etFlA3Uf0 { display:block; }
 }@media only screen and (max-width: 763px) { #e2bBzTm7iTpdv0dTpV1CdgQPkoMsN9Rf { width:15rem;height:3.1875rem;top:36.687500953674rem;left:2.5000000596046rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWt5UE8GiLyHkgbeV34VyRhZ11MpfaVU { display:block; }
 }@media only screen and (max-width: 763px) { #dzNnLkDzKLFzn2fXsQlBccDSeuXIfx33 { width:12.8125rem;height:4.78125rem;top:40.8125rem;left:3.6250000596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eaNTLJr3PRayJ6F6Uy2NB6hrQ5RJTmbR { width:20rem;height:14.4375rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS1U7r8MDLFxBrQU5VU9ASEIWUFiVhna { width:15rem;height:3.1875rem;top:59.999980926514rem;left:2.5000000596046rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi64BQv8SVK1tRxIFW2We9JlvlwXJPQX { display:block; }
 }@media only screen and (max-width: 763px) { #oKbkKJf2a4dyUl5mW84wp6MQlE1TtGpx { width:12.875rem;height:4.78125rem;top:64.4375rem;left:3.5625000596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DLUfOsk9ZtMgN7xHPNgZTccrqr1XQGsf { width:20rem;height:14.4375rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT { display:block; }#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpdwQEIqPe2imRg2EvKSsRfv8ThT1sWN { width:20rem;height:3.575rem;top:1.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;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) { #EiEVXwMch6yfc8BNtlpGxI2N2TrnJyJx { width:8.875rem;height:6.9375rem;top:29.3125rem;left:0rem;font-size:1rem;display:block; }#EiEVXwMch6yfc8BNtlpGxI2N2TrnJyJx li:before{  }
 }@media only screen and (max-width: 763px) { #hHp2nZQTDfTHGGepZNEJVbBVCiapXagd { width:12.0625rem;height:6.9375rem;top:21.937501430511rem;left:0rem;font-size:1rem;display:block; }#hHp2nZQTDfTHGGepZNEJVbBVCiapXagd li:before{  }
 }@media only screen and (max-width: 763px) { #B0BsLPRcDWFqCrAZfXA14RB48CE3Pl2I { width:9.4375rem;height:6.9375rem;top:21.937501430511rem;left:10.562500536442rem;font-size:1rem;display:block; }#B0BsLPRcDWFqCrAZfXA14RB48CE3Pl2I li:before{  }
 }@media only screen and (max-width: 763px) { #sDepaVesDhXN1mGQQl7a1KpKsUIvoaX6 { width:9.0625rem;height:6.9375rem;top:29.3125rem;left:10.625000536442rem;font-size:1rem;display:block; }#sDepaVesDhXN1mGQQl7a1KpKsUIvoaX6 li:before{  }
 }@media only screen and (max-width: 763px) { #Z1VqdEgXvpzwII6AL1BOoKpcW7p6MlS7 { width:20rem;height:8.75rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgr4aDUD9RdhhRtFUgHhhbJdaCFDh0yZ { width:20rem;height:6.8695652173912rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvSc4bgkT0BFvpuiDaK88ZvXnF5MEckZ { display:block; }#mvSc4bgkT0BFvpuiDaK88ZvXnF5MEckZ { border-width: 0; border-radius: 0; }#mvSc4bgkT0BFvpuiDaK88ZvXnF5MEckZ > .row .container { width:20rem;height:55.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEiB1MIEBwuDXLAdJcePazgn2LOt5nqC { width:9.375rem;height:6.8125rem;top:4.1242189407349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6CWp3XhQqknscIB6QA1ACgeT69q5don { width:9.375rem;height:6.9375rem;top:4.0617189407349rem;left:10.625000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHBD9dWXe4TRn4cfv0ZRyTCuPvGH1tgM { width:9.375rem;height:6.9375rem;top:13.985938072204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG9uO9DUHiaHLRZMVuIn3ToABDkofkM3 { width:9.375rem;height:6.9375rem;top:24.097657680511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #heRQffRWyE50bi4QeK00yOp9b2vX3oBQ { width:9.375rem;height:6.9375rem;top:13.985938072204rem;left:10.625000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVEQg2oHX5AohHLmNs5L2bAM7VStDQo6 { width:9.375rem;height:6.9375rem;top:44.322657108307rem;left:10.625000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEmlgAeuZlmEOQy1z63Du5XtQSxRospZ { width:9.375rem;height:6.9375rem;top:44.322656154632rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLxOcEaOq2WdULBl2kyUHay8WFIopZJ9 { width:9.375rem;height:6.9375rem;top:34.210156917572rem;left:10.625000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp8uU61COw1Tpi7yXWc6FFCFHgSwAMOs { width:9.375rem;height:6.9375rem;top:34.210157394409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLxOQd7Hy7Q80lsLkZweag4Hdfz8TLOr { width:9.375rem;height:6.9375rem;top:24.097657680511rem;left:10.625000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqZRi6FCnlfnJTouEAkoXPuxHNVGgTeO { width:20rem;height:1.625rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;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) { #K5CstAkIdwcJXXZFbegeRdyoDAoTiZwK { width:9.4375rem;height:1.3rem;top:11.436718940735rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFiBqFs1kNrlnJ83hrP6llhM9TksHAMK { width:7.1875rem;height:1.3rem;top:11.436718940735rem;left:10.625000536442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPy7LhPvJ0keWQb21lBwFLiO3MQKbMU3 { width:9.375rem;height:1.3rem;top:21.547657966614rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE4BxQCNhJuqT0HufJWzaPNvxTEgvgCz { width:8.375rem;height:1.3rem;top:21.547656625509rem;left:10.625000536442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0vmJX00gZhCDb6AIW41Ki5dMXrGny5o { width:9.375rem;height:1.3rem;top:31.660157680511rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADELwKMKQecWxTrf66GpUwArvZcxnRbL { width:7.1875rem;height:1.3rem;top:31.660157680511rem;left:10.625000536442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SozSwmEZbUbuQehZZ2PEH17KhzUgzvun { width:9rem;height:1.3rem;top:41.772658824921rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUx6SshmqZKF59Tbh9OpTtetVrp81Mpf { width:8.5rem;height:1.3rem;top:41.772658824921rem;left:10.625000536442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXLXhTTrRLQz9IawsEfxsWLRVEtylcZr { width:9.0625rem;height:1.3rem;top:51.885157585144rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txg9c4mMrdcsqeyM2KnViE3u1EwMbCV2 { width:7.1875rem;height:1.3rem;top:51.885157585144rem;left:10.625000536442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7LumToHtpege6QJZCAzzZsOrZrPmTHN { display:block; }#t7LumToHtpege6QJZCAzzZsOrZrPmTHN > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6PVrITKT552rQ05X4fxVHabS4g2OVpZ { width:3.75rem;height:0.125rem;top:6rem;left:8.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsGWgdQCtHEq9VQGX7fS35uKy8SQvBGL { width:13.875rem;height:4.05rem;top:1.01171875rem;left:3.0625001192093rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.2;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) { #IT4GTvkyVebEFnmzobt4xiDbOfTJFOdp { width:20rem;height:22.3125rem;top:7.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 { display:block; }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4VfM8SxQrtPMhGsuxNxGTDkzqiq4ZxD { width:20rem;height:2.275rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUG8mQvyfer7udXKUg6Wa3Cmqiravrpc { width:20rem;height:0.975rem;top:4.7rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }