.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;
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ce58c47-60b0-4979-9e46-adb457b75ea8/407769215_200688613091321_8813416031975395108_n.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.adaptive-delivery-prevent-bg, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.lazyload, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.lazyloading { background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { background-color: transparent; background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { border-width: 0; border-radius: 0; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::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; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:60rem;height:6.25rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#L2pbTTInWIy4B1hTqHnN2mEkTl7Ch7Eq { 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:5rem;width:5rem;top:0.3984375rem;left:0rem;overflow:hidden;display:block; }
#WVicwQHxPcBMeUlP8F7TJoTZ2evLKIQc { position:absolute;display:block;z-index:15005;background-color:#a40f0f;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:4.5rem;width:26.375rem;top:0.6484375rem;left:33.625rem;display:block; }
#zezuV3kr0tTXdTIH9nPunFkldfyoQ3Bv { box-sizing:content-box;color:#ffffff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0.8984375rem;left:34.1875rem;display:block; }
#EPs6pNrknQzs1ehOTb48uqGaOdT3NTas { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.923828125rem;left:38.1875rem;height:1.94921875rem;font-style:normal;display:block; }
#DcBth6SOSPgdJMxKHdNLsohQ2ST3iXvz { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq { display:block; }#qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq { background-color: transparent; background-image: none; }#qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq > .row .container > .video-iframe-container { display: none; }#qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq > .row > .video-iframe-container { display: none; }#qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq > .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); }#qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq { border-width: 0; border-radius: 0; }#qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq > .row .container { background-color:transparent;background-image:none;width:60rem;height:45rem;font-size:0.875rem;font-family:"open sans";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;position:relative;display:block; }#fZpc9MpdIwWc2I6k2cPKxuzhdeNnDtZl { position:absolute;display:block;z-index:15004;background-color:#19234b;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:31.5rem;width:26.375rem;top:5.236328125rem;left:33.625rem;display:block; }
#MCwEPKoDOLgvAKNGOe2vl7QRdw8RZvcZ { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.96875rem;left:34.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-form-header {  }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#ffffff;width:22.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-input-text { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-textarea { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#a40f0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:#f2f9ff;width:22.0625rem;height:3.75rem;font-family:roboto;overflow:hidden; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .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:roboto;font-size:0.625rem;font-weight:300;color:#cacaca;vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:1.5; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-container:first-of-type{padding-top:0;}#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-container:last-of-type{padding-bottom:0;}#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.4375rem;left:34.53125rem; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ {display:block;}#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.4375rem;left:34.53125rem; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #yre1wUTbTGmp7vLFNDUMk6ZBpCShM2ob { position:relative; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #oyWSiMsWgaNDHxHATL2Tb3LceuPv8d0I { position:relative;display:block; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #m4qPdwy80cXT3BuN3Hn0TV8axs1P61t1 { position:relative; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #dZQflIiQXshVFRt7ciRfyCToAigA1Q3K { position:relative; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #ZircZBZiGzqJgTFsCVyqi1PWAkm4voge { position:relative;display:block; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #UbV8K0MFTeT6X1M2kfdLGko3k4zW0peb { position:relative; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #KrzgQFAZiyJHcNPF8eS5eES9xDeLFeBZ { position:relative; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #ySzGKEzQBQWu1wwpniiA7f1eZgCxxZgf { position:relative;display:block; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #lU9LDc3f5iX4S5R5wTafuSe4a05Rp3RA { position:relative; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #ByExMDZN4W2PzofMF0eZIWJN8XSudZdC { position:relative; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #kEm0AsXfwt4SZ18M7lhgWcA0H74RWQFv { position:relative;display:block; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #O3J0wg0tRGp8UODxg5n51mVh2RVQy41Q { position:relative; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #LTTfLdUtEVXc5ICbFQnLGTXz9TOHE2a7 { position:relative; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #vE18MB4ChCSONQiRC6ZSa6ksq1AV5q7M { position:relative;z-index:2; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #Fuh1hLblNBbWaP3RCXrAd2RxTccOtVTw { position:relative; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #XrewbyWE9q1Q59ll2oFycc8sGPsBHHHZ { position:relative; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #eTpyNf4XRqtrAkce6aoI9FTmnIz5k7cd { position:relative; }
#VQo0Wb8k8wSxXMCxkoboTpRFUVUWiG0m { position:absolute;display:block;z-index:15004;background-color:#283676;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:4.125rem;width:26.375rem;top:1.1875rem;left:33.625rem;display:block; }
#FgkTbtc4GF1rGsZLVQERyytA5Poydbgk { color:#212f4f;display:block;width:33.125rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:1.1875rem;left:0rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xntA5qqpq4ElKdL18nO1ILk4QSq4EM3q { position:absolute;display:block;z-index:15002;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;box-shadow: none;height:4rem;width:10.25rem;top:40.486328125rem;left:41.6875rem;overflow:hidden;display:block; }
#x3AHm7uWWzcXLoRR0ziFoUFGNIye0kFq { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15005;line-height:0;letter-spacing:0;top:40.486328125rem;left:13.125rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dBkAZ7Ov9fCNKzhLzg1Pe8I5sMUolrC2 { position:absolute;display:block;z-index:15000;background-color:#283676;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:60rem;top:39.25rem;left:0rem;display:block; }
#emRWL0Wf8TVwnprkBUh8ihp2CoIsuN5q { color:#fdcb3a;display:block;width:10.875rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:41.736328125rem;left:11.125rem;height:2.0625rem;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; }
#XfeTHPTIi2JQinh3aT6cTNIKru36CvKV { 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:25.1875rem;width:33.625rem;top:11.5732421875rem;left:0.0625rem;overflow:hidden;display:block; }
#FwUxOS8tshaIaniTszSyvaTRey8qLhzM { position:relative;display:block; }#FwUxOS8tshaIaniTszSyvaTRey8qLhzM { background-color: transparent; background-image: none; }#FwUxOS8tshaIaniTszSyvaTRey8qLhzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwUxOS8tshaIaniTszSyvaTRey8qLhzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwUxOS8tshaIaniTszSyvaTRey8qLhzM > .row .container > .video-iframe-container { display: none; }#FwUxOS8tshaIaniTszSyvaTRey8qLhzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwUxOS8tshaIaniTszSyvaTRey8qLhzM > .row > .video-iframe-container { display: none; }#FwUxOS8tshaIaniTszSyvaTRey8qLhzM > .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); }#FwUxOS8tshaIaniTszSyvaTRey8qLhzM { border-width: 0; border-radius: 0; }#FwUxOS8tshaIaniTszSyvaTRey8qLhzM > .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; }#FwUxOS8tshaIaniTszSyvaTRey8qLhzM > .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:11.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LcxQbqdnRznKg8DUBXKEvXISWbIrWacC { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6318359375rem;left:0rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#E3816pwwP0XBdly2GNXADc15ZR3BCt38 { position:relative;display:block; }#E3816pwwP0XBdly2GNXADc15ZR3BCt38 { background-color: transparent; background-image: none; }#E3816pwwP0XBdly2GNXADc15ZR3BCt38::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3816pwwP0XBdly2GNXADc15ZR3BCt38 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3816pwwP0XBdly2GNXADc15ZR3BCt38 > .row .container > .video-iframe-container { display: none; }#E3816pwwP0XBdly2GNXADc15ZR3BCt38 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3816pwwP0XBdly2GNXADc15ZR3BCt38 > .row > .video-iframe-container { display: none; }#E3816pwwP0XBdly2GNXADc15ZR3BCt38 > .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); }#E3816pwwP0XBdly2GNXADc15ZR3BCt38 { border-width: 0; border-radius: 0; }#E3816pwwP0XBdly2GNXADc15ZR3BCt38 > .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; }#E3816pwwP0XBdly2GNXADc15ZR3BCt38 > .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:15.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CMTdmnMsMNkyCiUgm09EQpVvbVOpBF1i { color:#a40f0f;display:block;width:40.1875rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:8.375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mibSdRleWh1SWId7NbkMmWWMS7ISXiNJ { color:#000000;display:block;width:58.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0.78125rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#v2BsTBpJdMm7egpZMEENagsDuIxrS951 { color:#000000;display:block;width:39.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.125rem;left:10.375rem;height:;display:block; }#v2BsTBpJdMm7egpZMEENagsDuIxrS951 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v2BsTBpJdMm7egpZMEENagsDuIxrS951 li:before{  }
#BqBI4hZNzvNOns2U2yE8s1dTwES22V45 { position:relative;display:block; }#BqBI4hZNzvNOns2U2yE8s1dTwES22V45 { background-color: transparent; background-image: none; }#BqBI4hZNzvNOns2U2yE8s1dTwES22V45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqBI4hZNzvNOns2U2yE8s1dTwES22V45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqBI4hZNzvNOns2U2yE8s1dTwES22V45 > .row .container > .video-iframe-container { display: none; }#BqBI4hZNzvNOns2U2yE8s1dTwES22V45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqBI4hZNzvNOns2U2yE8s1dTwES22V45 > .row > .video-iframe-container { display: none; }#BqBI4hZNzvNOns2U2yE8s1dTwES22V45 > .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); }#BqBI4hZNzvNOns2U2yE8s1dTwES22V45 { border-width: 0; border-radius: 0; }#BqBI4hZNzvNOns2U2yE8s1dTwES22V45 > .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; }#BqBI4hZNzvNOns2U2yE8s1dTwES22V45 > .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:4.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DvAFlHwEdaKbwybNWx6aqJlomqkmt6Ft { color:#13175e;display:block;width:48.5625rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:5.71875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UtmV2Vu00p4GkuScdGcHJSzFsSI4ahIR { position:relative;display:block; }#UtmV2Vu00p4GkuScdGcHJSzFsSI4ahIR { background-color: transparent; background-image: none; }#UtmV2Vu00p4GkuScdGcHJSzFsSI4ahIR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtmV2Vu00p4GkuScdGcHJSzFsSI4ahIR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtmV2Vu00p4GkuScdGcHJSzFsSI4ahIR > .row .container > .video-iframe-container { display: none; }#UtmV2Vu00p4GkuScdGcHJSzFsSI4ahIR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtmV2Vu00p4GkuScdGcHJSzFsSI4ahIR > .row > .video-iframe-container { display: none; }#UtmV2Vu00p4GkuScdGcHJSzFsSI4ahIR > .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); }#UtmV2Vu00p4GkuScdGcHJSzFsSI4ahIR { border-width: 0; border-radius: 0; }#UtmV2Vu00p4GkuScdGcHJSzFsSI4ahIR > .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; }#UtmV2Vu00p4GkuScdGcHJSzFsSI4ahIR > .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:12.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RAbPpWFEPA5bMfUOmesgN1yIgZc6qGwO { color:#a40f0f;display:block;width:19.125rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:5.4375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hb69xuRW3Qih2GEkNrH8T3ISfXdLD04D { color:#000000;display:block;width:30.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:7.749rem;text-align:left;text-align-last:left;display:block; }#hb69xuRW3Qih2GEkNrH8T3ISfXdLD04D li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hb69xuRW3Qih2GEkNrH8T3ISfXdLD04D li:before{  }
#O6ypcrobKyRTnnfypkMz1wDXbdBuDf8H { color:#a40f0f;display:block;width:19.125rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.57421875rem;left:35.4375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y2L58HwByuwhDw92mxWPQ2P57dFH1XEe { color:#000000;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4375rem;left:30rem;height:7.749rem;display:block; }#y2L58HwByuwhDw92mxWPQ2P57dFH1XEe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y2L58HwByuwhDw92mxWPQ2P57dFH1XEe li:before{  }
#T4x0uflHTraWtpEoeVxRyP3VF1OGSguZ { position:relative;display:block; }#T4x0uflHTraWtpEoeVxRyP3VF1OGSguZ { background-color: transparent; background-image: none; }#T4x0uflHTraWtpEoeVxRyP3VF1OGSguZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4x0uflHTraWtpEoeVxRyP3VF1OGSguZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4x0uflHTraWtpEoeVxRyP3VF1OGSguZ > .row .container > .video-iframe-container { display: none; }#T4x0uflHTraWtpEoeVxRyP3VF1OGSguZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4x0uflHTraWtpEoeVxRyP3VF1OGSguZ > .row > .video-iframe-container { display: none; }#T4x0uflHTraWtpEoeVxRyP3VF1OGSguZ > .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); }#T4x0uflHTraWtpEoeVxRyP3VF1OGSguZ { border-width: 0; border-radius: 0; }#T4x0uflHTraWtpEoeVxRyP3VF1OGSguZ > .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; }#T4x0uflHTraWtpEoeVxRyP3VF1OGSguZ > .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:1.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cJmSUMiTepwedlNV3MH4CvSLZW6GdOxr { position:relative;display:block; }#cJmSUMiTepwedlNV3MH4CvSLZW6GdOxr { background-color: transparent; background-image: none; }#cJmSUMiTepwedlNV3MH4CvSLZW6GdOxr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJmSUMiTepwedlNV3MH4CvSLZW6GdOxr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJmSUMiTepwedlNV3MH4CvSLZW6GdOxr > .row .container > .video-iframe-container { display: none; }#cJmSUMiTepwedlNV3MH4CvSLZW6GdOxr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJmSUMiTepwedlNV3MH4CvSLZW6GdOxr > .row > .video-iframe-container { display: none; }#cJmSUMiTepwedlNV3MH4CvSLZW6GdOxr > .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); }#cJmSUMiTepwedlNV3MH4CvSLZW6GdOxr { border-width: 0; border-radius: 0; }#cJmSUMiTepwedlNV3MH4CvSLZW6GdOxr > .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; }#cJmSUMiTepwedlNV3MH4CvSLZW6GdOxr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pAGDKIpdzaBNgeBM1wWl4hxMqtnFPmRx { 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:17.6875rem;width:23.875rem;top:0.53125rem;left:3.0625rem;overflow:hidden;display:block; }
#M9lnlfhu1IdhIEEI4VtXnnwbhC5sVUkc { 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:17.75rem;width:23.875rem;top:0.5rem;left:33.0625rem;overflow:hidden;display:block; }
#G33ruIpBdyvx0HCF5hNg1knvUnSRE2X4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eceef1;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; }#G33ruIpBdyvx0HCF5hNg1knvUnSRE2X4 > .row .container { background-color: transparent; background-image: none; }#G33ruIpBdyvx0HCF5hNg1knvUnSRE2X4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G33ruIpBdyvx0HCF5hNg1knvUnSRE2X4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G33ruIpBdyvx0HCF5hNg1knvUnSRE2X4 > .row .container > .video-iframe-container { display: none; }#G33ruIpBdyvx0HCF5hNg1knvUnSRE2X4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G33ruIpBdyvx0HCF5hNg1knvUnSRE2X4 > .row > .video-iframe-container { display: none; }#G33ruIpBdyvx0HCF5hNg1knvUnSRE2X4 > .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); }#G33ruIpBdyvx0HCF5hNg1knvUnSRE2X4 > .row .container { border-width: 0; border-radius: 0; }#G33ruIpBdyvx0HCF5hNg1knvUnSRE2X4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G33ruIpBdyvx0HCF5hNg1knvUnSRE2X4 > .row .container { font-size:0.875rem;font-family:"open sans";height:6.125rem;width:60rem;position:relative;display:block; }#VlZc0SweBm8ZT0S6qNcC3PkztCdRzk3R { color:#a40f0f;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.599609375rem;left:20.3125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hixPS72hbMQ4cf4sWERUaarnQID2AdRE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eceef1;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; }#hixPS72hbMQ4cf4sWERUaarnQID2AdRE > .row .container { background-color: transparent; background-image: none; }#hixPS72hbMQ4cf4sWERUaarnQID2AdRE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hixPS72hbMQ4cf4sWERUaarnQID2AdRE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hixPS72hbMQ4cf4sWERUaarnQID2AdRE > .row .container > .video-iframe-container { display: none; }#hixPS72hbMQ4cf4sWERUaarnQID2AdRE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hixPS72hbMQ4cf4sWERUaarnQID2AdRE > .row > .video-iframe-container { display: none; }#hixPS72hbMQ4cf4sWERUaarnQID2AdRE > .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); }#hixPS72hbMQ4cf4sWERUaarnQID2AdRE > .row .container { border-width: 0; border-radius: 0; }#hixPS72hbMQ4cf4sWERUaarnQID2AdRE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hixPS72hbMQ4cf4sWERUaarnQID2AdRE > .row .container { font-size:0.875rem;font-family:"open sans";height:24.3125rem;width:60rem;position:relative;display:block; }#q9wIJfJ54vTpoMynBbkIzx77BimQlMQp { color:#333333;display:block;width:25.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.0625rem;left:3.75rem;height:1.625rem;font-style:normal;display:block; }
#vMi4EStLiwJlEK1O9vzxp8HXn2pVsxem { box-sizing:content-box;color:#19234b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:5.3125rem;left:0rem;display:block; }
#l5mut3n0uV3B7lwHFOhXKeAcTz5qDN6g { box-sizing:content-box;color:#19234b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:9.75rem;left:0rem;display:block; }
#EeIkvG43cvhVzE4C5XahUym0XvI8RF5E { color:#333333;display:block;width:25.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.5rem;left:3.75rem;height:1.625rem;font-style:normal;display:block; }
#gED1EJqL2BN9v6OFuIzcAah2itxy0Uy5 { box-sizing:content-box;color:#19234b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:9.75rem;left:30rem;display:block; }
#xVtRcnrXfWycdJ2Iexah4txvD4BBuT9s { color:#333333;display:block;width:25.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.375rem;left:33.75rem;height:1.625rem;font-style:normal;display:block; }
#JEtIzpsNhusnAfaoPiVTRBUL8TEchRFL { box-sizing:content-box;color:#19234b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:5.3125rem;left:30rem;display:block; }
#kLVo5TpQbUf7WTitKgTlSgDK9SdcI873 { color:#333333;display:block;width:25.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.0625rem;left:33.75rem;height:1.625rem;font-style:normal;display:block; }
#JONFOr8k9z0P0fMICCq9IcHwAmUN7Ubq { box-sizing:content-box;color:#19234b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:18.9375rem;left:0rem;display:block; }
#ASTpCJsedZflvE8nSZTIzGzFCknsTBLZ { color:#333333;display:block;width:25.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:19.6875rem;left:3.75rem;height:1.625rem;font-style:normal;display:block; }
#fg4aO6blhs81qgMXsNxwk7MVTXexe526 { box-sizing:content-box;color:#19234b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:18.9375rem;left:30rem;display:block; }
#QXKcHK9XNXowSgCXIIQ0rFmuSDwoSrGK { color:#333333;display:block;width:25.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:15rem;left:33.75rem;height:1.625rem;font-style:normal;display:block; }
#JJwRK83rtTwPqvTeIZeVNVFN6XiOKE5e { box-sizing:content-box;color:#19234b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:14.25rem;left:0rem;display:block; }
#xDmv4qO9TzSV6FF7DiJ65IrmW9opFEoa { box-sizing:content-box;color:#19234b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:14.25rem;left:30rem;display:block; }
#sApRiR8Pvm8TeHFFw2GbHt3kHTomXmrf { color:#333333;display:block;width:25.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15rem;left:3.75rem;height:1.625rem;font-style:normal;display:block; }
#WdceTTXOl8LBe5bc9cmSi0q6elTgSALE { color:#333333;display:block;width:25.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:19.6875rem;left:33.6875rem;height:1.625rem;font-style:normal;display:block; }
#tHRFA2ORe7zqSP81BsLM1qce3tdaMg3g { box-sizing:content-box;color:#19234b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:1.4375rem;left:0rem;display:block; }
#ozxBK2xcD6sdQViTXO2MouuxTic0AVC9 { color:#333333;display:block;width:25.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.1875rem;left:3.75rem;height:1.625rem;font-style:normal;display:block; }
#nHXIUFeCF5NHbaqwU0UylLZ481CaHEMp { box-sizing:content-box;color:#19234b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:1.4375rem;left:30rem;display:block; }
#BQkVPzoTasx47zV4lsIVWduw98m63lin { color:#333333;display:block;width:25.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.1875rem;left:33.5rem;height:1.625rem;font-style:normal;display:block; }
#Fy1id9RJAHL08sxH4SOaW4tRqQnaBH4o { position:relative;display:block; }#Fy1id9RJAHL08sxH4SOaW4tRqQnaBH4o { background-color: transparent; background-image: none; }#Fy1id9RJAHL08sxH4SOaW4tRqQnaBH4o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fy1id9RJAHL08sxH4SOaW4tRqQnaBH4o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fy1id9RJAHL08sxH4SOaW4tRqQnaBH4o > .row .container > .video-iframe-container { display: none; }#Fy1id9RJAHL08sxH4SOaW4tRqQnaBH4o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fy1id9RJAHL08sxH4SOaW4tRqQnaBH4o > .row > .video-iframe-container { display: none; }#Fy1id9RJAHL08sxH4SOaW4tRqQnaBH4o > .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); }#Fy1id9RJAHL08sxH4SOaW4tRqQnaBH4o { border-width: 0; border-radius: 0; }#Fy1id9RJAHL08sxH4SOaW4tRqQnaBH4o > .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; }#Fy1id9RJAHL08sxH4SOaW4tRqQnaBH4o > .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:2.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#urxGxbBXUxppD10F9wtRoswaTXAJritd { position:relative;display:none; }#urxGxbBXUxppD10F9wtRoswaTXAJritd { border-width: 0; border-radius: 0; }#urxGxbBXUxppD10F9wtRoswaTXAJritd > .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; }#urxGxbBXUxppD10F9wtRoswaTXAJritd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IlQvLRMty2kn7gE82iMxkW8nHSpgrz0o { position:relative;display:block; }#IlQvLRMty2kn7gE82iMxkW8nHSpgrz0o { background-color: transparent; background-image: none; }#IlQvLRMty2kn7gE82iMxkW8nHSpgrz0o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlQvLRMty2kn7gE82iMxkW8nHSpgrz0o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlQvLRMty2kn7gE82iMxkW8nHSpgrz0o > .row .container > .video-iframe-container { display: none; }#IlQvLRMty2kn7gE82iMxkW8nHSpgrz0o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlQvLRMty2kn7gE82iMxkW8nHSpgrz0o > .row > .video-iframe-container { display: none; }#IlQvLRMty2kn7gE82iMxkW8nHSpgrz0o > .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); }#IlQvLRMty2kn7gE82iMxkW8nHSpgrz0o { border-width: 0; border-radius: 0; }#IlQvLRMty2kn7gE82iMxkW8nHSpgrz0o > .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; }#IlQvLRMty2kn7gE82iMxkW8nHSpgrz0o > .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:12.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IQRvnhx5w0BrBGcdBeXaE2wBDE1AeXyu { position:absolute;display:block;z-index:15000;border-top:0.4375rem solid #a40f0f;border-left:0.4375rem solid #a40f0f;border-right:0.4375rem solid #a40f0f;border-bottom:0.4375rem solid #a40f0f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:19.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#nsJIzeqHlkmc3kZ9d8pkXAyOSMa6vU7q { position:absolute;display:block;z-index:15001;border-top:0.4375rem solid #19234b;border-left:0.4375rem solid #19234b;border-right:0.4375rem solid #19234b;border-bottom:0.4375rem solid #19234b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:19.1875rem;top:0rem;left:20rem;overflow:hidden;display:block; }
#rOzd5bR08o718viJTwVTdbrdHsFRg8ga { position:absolute;display:block;z-index:15003;border-top:0.4375rem solid #a40f0f;border-left:0.4375rem solid #a40f0f;border-right:0.4375rem solid #a40f0f;border-bottom:0.4375rem solid #a40f0f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:19.1875rem;top:0rem;left:39.9375rem;overflow:hidden;display:block; }
#y1POZmNTLvD2DMd3eQJcSLHLHvRhn74U { position:absolute;display:block;z-index:15004;border-top:0.4375rem solid #19234b;border-left:0.4375rem solid #19234b;border-right:0.4375rem solid #19234b;border-bottom:0.4375rem solid #19234b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:19.1875rem;top:12.375rem;left:0rem;overflow:hidden;display:block; }
#o5SVBWH8MLmZRR7JvxIZmfLVJ0eqFTqH { position:absolute;display:block;z-index:15005;border-top:0.4375rem solid #a40f0f;border-left:0.4375rem solid #a40f0f;border-right:0.4375rem solid #a40f0f;border-bottom:0.4375rem solid #a40f0f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:19.1875rem;top:12.375rem;left:20rem;overflow:hidden;display:block; }
#r1rF0aEZh1IXwUFE51Ef9vrcFhvsZcFx { position:relative;display:block; }#r1rF0aEZh1IXwUFE51Ef9vrcFhvsZcFx { background-color: transparent; background-image: none; }#r1rF0aEZh1IXwUFE51Ef9vrcFhvsZcFx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1rF0aEZh1IXwUFE51Ef9vrcFhvsZcFx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1rF0aEZh1IXwUFE51Ef9vrcFhvsZcFx > .row .container > .video-iframe-container { display: none; }#r1rF0aEZh1IXwUFE51Ef9vrcFhvsZcFx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1rF0aEZh1IXwUFE51Ef9vrcFhvsZcFx > .row > .video-iframe-container { display: none; }#r1rF0aEZh1IXwUFE51Ef9vrcFhvsZcFx > .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); }#r1rF0aEZh1IXwUFE51Ef9vrcFhvsZcFx { border-width: 0; border-radius: 0; }#r1rF0aEZh1IXwUFE51Ef9vrcFhvsZcFx > .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; }#r1rF0aEZh1IXwUFE51Ef9vrcFhvsZcFx > .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:12.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TK1G5s33Go3l9b7nUzCANiy9rxG0pq8p { position:absolute;display:block;z-index:15005;border-top:0.4375rem solid #19234b;border-left:0.4375rem solid #19234b;border-right:0.4375rem solid #19234b;border-bottom:0.4375rem solid #19234b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:19.1875rem;top:-0.1875rem;left:39.9375rem;overflow:hidden;display:block; }
#XC1fBIws5BlXSfF1sPyxbS8EkIgzmEcz { position:absolute;display:block;z-index:15002;border-top:0.4375rem solid #19234b;border-left:0.4375rem solid #19234b;border-right:0.4375rem solid #19234b;border-bottom:0.4375rem solid #19234b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:19.1875rem;top:12.3125rem;left:20rem;overflow:hidden;display:block; }
#F7hikySwUHdfQSvMDkCHRexncXIe5CGK { position:absolute;display:block;z-index:15004;border-top:0.4375rem solid #a40f0f;border-left:0.4375rem solid #a40f0f;border-right:0.4375rem solid #a40f0f;border-bottom:0.4375rem solid #a40f0f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:19.1875rem;top:12.375rem;left:39.9375rem;overflow:hidden;display:block; }
#sTNXNU6auomnqf79yhhqGaGgVg0mGDuf { position:relative;display:block; }#sTNXNU6auomnqf79yhhqGaGgVg0mGDuf { background-color: transparent; background-image: none; }#sTNXNU6auomnqf79yhhqGaGgVg0mGDuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTNXNU6auomnqf79yhhqGaGgVg0mGDuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTNXNU6auomnqf79yhhqGaGgVg0mGDuf > .row .container > .video-iframe-container { display: none; }#sTNXNU6auomnqf79yhhqGaGgVg0mGDuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTNXNU6auomnqf79yhhqGaGgVg0mGDuf > .row > .video-iframe-container { display: none; }#sTNXNU6auomnqf79yhhqGaGgVg0mGDuf > .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); }#sTNXNU6auomnqf79yhhqGaGgVg0mGDuf { border-width: 0; border-radius: 0; }#sTNXNU6auomnqf79yhhqGaGgVg0mGDuf > .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; }#sTNXNU6auomnqf79yhhqGaGgVg0mGDuf > .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:12.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XZyCwxBtFVKpAupzUsShxyqroZaoPLTM { position:absolute;display:block;z-index:15003;border-top:0.4375rem solid #a40f0f;border-left:0.4375rem solid #a40f0f;border-right:0.4375rem solid #a40f0f;border-bottom:0.4375rem solid #a40f0f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:19.1875rem;top:-0.1875rem;left:0rem;overflow:hidden;display:block; }
#sfhGQi1wpAAnyaLZcDodeVEy512497xF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container { background-color: transparent; background-image: none; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container > .video-iframe-container { display: none; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row > .video-iframe-container { display: none; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .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); }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container { border-width: 0; border-radius: 0; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container { font-size:0.875rem;font-family:"open sans";height:6.625rem;width:60rem;position:relative;display:block; }#eSK3gbokqAArTN5eX2mddznrD0ANzkeg { color:#19234b;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a40f0f;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; }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row .container { background-color: transparent; background-image: none; }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row .container > .video-iframe-container { display: none; }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row > .video-iframe-container { display: none; }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .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); }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row .container { border-width: 0; border-radius: 0; }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row .container { font-size:0.875rem;font-family:"open sans";height:18rem;width:60rem;position:relative;display:block; }#UxQ6ZtSFmWZCGeiLuPxOxBTpNJ4fLTaa { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:3.6875rem;height:1.4619125rem;font-style:normal;display:block; }
#Rb1e9WOBlLzKGpyGLmO91dpaKAdcJxhf { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:5.59375rem;left:0.625rem;height:7.9980625rem;font-style:normal;display:block; }
#Sx19ZEvIUkEoRq6TRVZH4FX9itiq2Q13 { color:#ffffff;display:block;width:27rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:6.0234375rem;left:30.6875rem;height:9.597625rem;font-style:normal;display:block; }
#LO1Xp8bO8OwgchtvZGdRpqNwPyZtWnae { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:1.84375rem;left:0rem;display:block; }
#zxydhP9JeQXvQcwCuUhm7wiJD6cWxQAw { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.84375rem;left:30rem;display:block; }
#cdqXXItZara5EROrpTEpqBvdoXxB2gGV { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:33.84375rem;height:1.4619125rem;font-style:normal;display:block; }
#p1Np7V22CBbRUItiT9tT0klETeX7cTrw { position:relative;display:block; }#p1Np7V22CBbRUItiT9tT0klETeX7cTrw { background-color: transparent; background-image: none; }#p1Np7V22CBbRUItiT9tT0klETeX7cTrw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1Np7V22CBbRUItiT9tT0klETeX7cTrw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1Np7V22CBbRUItiT9tT0klETeX7cTrw > .row .container > .video-iframe-container { display: none; }#p1Np7V22CBbRUItiT9tT0klETeX7cTrw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1Np7V22CBbRUItiT9tT0klETeX7cTrw > .row > .video-iframe-container { display: none; }#p1Np7V22CBbRUItiT9tT0klETeX7cTrw > .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); }#p1Np7V22CBbRUItiT9tT0klETeX7cTrw { border-width: 0; border-radius: 0; }#p1Np7V22CBbRUItiT9tT0klETeX7cTrw > .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; }#p1Np7V22CBbRUItiT9tT0klETeX7cTrw > .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:22.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oZrQ6IiOiHQoNORSo6GG5wuNIUs4wulV { color:#19234b;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LFLuCvewNLVAtrargXirPHyDlsGEnVqv { 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:5.4375rem;width:9.375rem;top:7.25rem;left:1.5rem;overflow:hidden;display:block; }
#HcIcpEoDLQM0llTCcyGDZCQdhOtwev2L { 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:5.4375rem;width:9.375rem;top:7.25rem;left:13.125rem;overflow:hidden;display:block; }
#Q4NoTq7sx8pONwcOXM4h824oQz759Mlr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:9.375rem;top:7.25rem;left:25.5rem;overflow:hidden;display:block; }
#HQK2p9l4m0PTESIez2V6f6IPV3lh79y9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:9.375rem;top:7.25rem;left:38.125rem;overflow:hidden;display:block; }
#t1cQ834o2ny9XAV2rt9peSJLvg7ZdiD3 { 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:5.4375rem;width:8.125rem;top:7.25rem;left:49.75rem;overflow:hidden;display:block; }
#W2NAMFHVDmUec5MNPZc2ekPD56QXbKHk { 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:5.4375rem;width:9.375rem;top:14.25rem;left:1.5rem;overflow:hidden;display:block; }
#bITBoOUXaE9OmelcAkb8yPiTJk0GEwkM { 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:5.4375rem;width:9.375rem;top:14.25rem;left:13.125rem;overflow:hidden;display:block; }
#pUxlUdSWmtHw2wpv8BNz8bbJFLyIOFMK { 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:5.4375rem;width:9.375rem;top:14.25rem;left:25.5rem;overflow:hidden;display:block; }
#hZSSmzxqhAyI7QdIuKLANDpETrDsClGn { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:9.375rem;top:14.25rem;left:38.125rem;overflow:hidden;display:block; }
#JsWJ6hcT46zZcNfMuBhL1eHuhg8s8fxz { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:9.375rem;top:14.25rem;left:49.125rem;overflow:hidden;display:block; }
#ypDfHbMEoW5d3c6zri0D7gmVkHJNIagp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#19234b;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; }#ypDfHbMEoW5d3c6zri0D7gmVkHJNIagp > .row .container { background-color: transparent; background-image: none; }#ypDfHbMEoW5d3c6zri0D7gmVkHJNIagp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypDfHbMEoW5d3c6zri0D7gmVkHJNIagp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypDfHbMEoW5d3c6zri0D7gmVkHJNIagp > .row .container > .video-iframe-container { display: none; }#ypDfHbMEoW5d3c6zri0D7gmVkHJNIagp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypDfHbMEoW5d3c6zri0D7gmVkHJNIagp > .row > .video-iframe-container { display: none; }#ypDfHbMEoW5d3c6zri0D7gmVkHJNIagp > .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); }#ypDfHbMEoW5d3c6zri0D7gmVkHJNIagp > .row .container { border-width: 0; border-radius: 0; }#ypDfHbMEoW5d3c6zri0D7gmVkHJNIagp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ypDfHbMEoW5d3c6zri0D7gmVkHJNIagp > .row .container { font-size:0.875rem;font-family:"open sans";height:12.5rem;width:60rem;position:relative;display:block; }#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-form-header {  }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-regular-label { display:block;width:13.5rem;height:auto;font-size:0.875rem;font-family:roboto;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#ffffff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-input-text { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:13.5rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#6e6e6e;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.8125rem;background-color:#eceef1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-input-text {padding-top: 0; padding-bottom: 0;}#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-textarea { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:2.9375rem;width:13.5rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#6e6e6e;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.8125rem;background-color:#eceef1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:13.5rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#6e6e6e;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-input-select {padding-top: 0; padding-bottom: 0;}#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:10rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:roboto;font-weight:bold;text-align:center;text-align-last:center;font-size:1.25rem;background-color:#a40f0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea [class*="-text"]:-moz-placeholder { font-size:0.8125rem;font-family:"open sans";color:#b9b8b8; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea [class*="-text"]::-moz-placeholder { font-size:0.8125rem;font-family:"open sans";color:#b9b8b8; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem;font-family:"open sans";color:#b9b8b8; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem;font-family:"open sans";color:#b9b8b8; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:37.375rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#ffffff; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:5.875rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-container:first-of-type{padding-top:0;}#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-container:last-of-type{padding-bottom:0;}#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:"open sans";width:38.875rem;height:auto;left:18.625rem;top:2.375rem;z-index:15000;position:absolute; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .radio-container { width:14.125rem; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .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; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:"open sans";width:38.875rem;height:auto;left:18.625rem;top:2.375rem;z-index:15000;position:absolute; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea #qZifJblMipdbfc10PsgOzzqATATyHOi7 { position:relative; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea #SPwRiKRzkK7lU28wp106dJ3QLTDikg2w { position:relative;display:block; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea #P0N1q3g2u705Q0lEBBznv8XSTNqDVlyw { position:relative; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea #f2HeEBnEZTMsTOs74QImNUJRT5ng7inD { position:relative; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea #n2C3Du3QnHE9zCy5GnAaHeCZ4OWrsJ1r { position:relative;display:block; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea #trDxkbOUpGr3cT28sJOmhLOEs8IZsTcc { position:relative; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea #tkB3lpD3J9S8Rd1GEUoRkzBc7sr8zrDQ { position:relative; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea #ere150Kgqz1Df18FXBC7NZaBe0An6Tbo { position:relative; }
#MAt3sXGIREslLeI6z8QnUsJK2iTrwd4d { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.15625rem;left:0rem;height:3.89941875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a7ZccXQnEA1w4LOupuhVegOKngqRcDSk { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.15625rem;left:0rem;height:2.35546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:47.75rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #L2pbTTInWIy4B1hTqHnN2mEkTl7Ch7Eq { width:3.3125rem;height:3.3125rem;top:1.240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #WVicwQHxPcBMeUlP8F7TJoTZ2evLKIQc { width:26.375rem;height:4rem;top:70.125rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 959px) { #zezuV3kr0tTXdTIH9nPunFkldfyoQ3Bv { width:4rem;height:4rem;top:0.896484375rem;left:22.3125rem;font-size:2.75rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 959px) { #EPs6pNrknQzs1ehOTb48uqGaOdT3NTas { width:18.375rem;height:1.94921875rem;top:1.921875rem;left:26.25rem;font-size:1.5rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 959px) { #DcBth6SOSPgdJMxKHdNLsohQ2ST3iXvz { top:0.583984375rem;left:21.84375rem;width:23.375rem;height:4.625rem;z-index:15012;background-color:#d33940;background-image:none;display:block; }
 }@media only screen and (max-width: 959px) { #qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq { display:block; }#qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq > .row .container { width:47.75rem;height:74.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #fZpc9MpdIwWc2I6k2cPKxuzhdeNnDtZl { width:26.375rem;height:30.4375rem;top:43.5rem;left:10.71875rem;display:block; }
 }@media only screen and (max-width: 959px) { #MCwEPKoDOLgvAKNGOe2vl7QRdw8RZvcZ { width:23.0625rem;height:2.03125rem;top:32.1875rem;left:12.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-regular-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-input-text { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-textarea { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-input-select { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-input-button { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-checkbox-label { width:21rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ  { width:22.0625rem;height:auto;top:43.5rem;left:11.625rem; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .radio-container { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ {display:block;}#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ { width:22.0625rem;height:auto;top:43.5rem;left:11.625rem; }
 }@media only screen and (max-width: 959px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #yre1wUTbTGmp7vLFNDUMk6ZBpCShM2ob {  }
 }@media only screen and (max-width: 959px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #oyWSiMsWgaNDHxHATL2Tb3LceuPv8d0I { display:block; }
 }@media only screen and (max-width: 959px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #m4qPdwy80cXT3BuN3Hn0TV8axs1P61t1 {  }
 }@media only screen and (max-width: 959px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #dZQflIiQXshVFRt7ciRfyCToAigA1Q3K {  }
 }@media only screen and (max-width: 959px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #ZircZBZiGzqJgTFsCVyqi1PWAkm4voge { display:block; }
 }@media only screen and (max-width: 959px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #UbV8K0MFTeT6X1M2kfdLGko3k4zW0peb {  }
 }@media only screen and (max-width: 959px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #KrzgQFAZiyJHcNPF8eS5eES9xDeLFeBZ {  }
 }@media only screen and (max-width: 959px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #ySzGKEzQBQWu1wwpniiA7f1eZgCxxZgf { display:block; }
 }@media only screen and (max-width: 959px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #lU9LDc3f5iX4S5R5wTafuSe4a05Rp3RA {  }
 }@media only screen and (max-width: 959px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #ByExMDZN4W2PzofMF0eZIWJN8XSudZdC {  }
 }@media only screen and (max-width: 959px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #kEm0AsXfwt4SZ18M7lhgWcA0H74RWQFv { display:block; }
 }@media only screen and (max-width: 959px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #O3J0wg0tRGp8UODxg5n51mVh2RVQy41Q {  }
 }@media only screen and (max-width: 959px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #LTTfLdUtEVXc5ICbFQnLGTXz9TOHE2a7 {  }
 }@media only screen and (max-width: 959px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #vE18MB4ChCSONQiRC6ZSa6ksq1AV5q7M {  }
 }@media only screen and (max-width: 959px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #Fuh1hLblNBbWaP3RCXrAd2RxTccOtVTw {  }
 }@media only screen and (max-width: 959px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #XrewbyWE9q1Q59ll2oFycc8sGPsBHHHZ {  }
 }@media only screen and (max-width: 959px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #eTpyNf4XRqtrAkce6aoI9FTmnIz5k7cd {  }
 }@media only screen and (max-width: 959px) { #VQo0Wb8k8wSxXMCxkoboTpRFUVUWiG0m { width:26.375rem;height:4rem;top:30.8125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #FgkTbtc4GF1rGsZLVQERyytA5Poydbgk { width:32.75rem;height:5.25rem;top:0.9375rem;left:7.5rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #xntA5qqpq4ElKdL18nO1ILk4QSq4EM3q { width:6.3125rem;height:2.5rem;top:44.4375rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #x3AHm7uWWzcXLoRR0ziFoUFGNIye0kFq { width:7rem;height:2.5rem;top:63.625rem;left:38.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #dBkAZ7Ov9fCNKzhLzg1Pe8I5sMUolrC2 { width:10.6875rem;height:8.25rem;top:43.5rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #emRWL0Wf8TVwnprkBUh8ihp2CoIsuN5q { width:11.1875rem;height:2.375rem;top:47.8125rem;left:36.5625rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #XfeTHPTIi2JQinh3aT6cTNIKru36CvKV { width:47.75rem;height:35.75rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #FwUxOS8tshaIaniTszSyvaTRey8qLhzM { display:block; }#FwUxOS8tshaIaniTszSyvaTRey8qLhzM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #LcxQbqdnRznKg8DUBXKEvXISWbIrWacC { width:47.75rem;height:9.098625rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #E3816pwwP0XBdly2GNXADc15ZR3BCt38 { display:block; }#E3816pwwP0XBdly2GNXADc15ZR3BCt38 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #CMTdmnMsMNkyCiUgm09EQpVvbVOpBF1i { width:44.375rem;height:3.0058625rem;top:1.18359375rem;left:1.6875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #mibSdRleWh1SWId7NbkMmWWMS7ISXiNJ { width:47.75rem;height:2.5996125rem;top:5.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #v2BsTBpJdMm7egpZMEENagsDuIxrS951 { width:39.25rem;height:6.13671875rem;top:8.6875rem;left:4.25rem;font-size:1rem;display:block; }#v2BsTBpJdMm7egpZMEENagsDuIxrS951 li:before{  }
 }@media only screen and (max-width: 959px) { #BqBI4hZNzvNOns2U2yE8s1dTwES22V45 { display:block; }#BqBI4hZNzvNOns2U2yE8s1dTwES22V45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #DvAFlHwEdaKbwybNWx6aqJlomqkmt6Ft { width:19.375rem;height:3.0058625rem;top:0.74609375rem;left:14.1875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #UtmV2Vu00p4GkuScdGcHJSzFsSI4ahIR { display:block; }#UtmV2Vu00p4GkuScdGcHJSzFsSI4ahIR > .row .container { width:47.75rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #RAbPpWFEPA5bMfUOmesgN1yIgZc6qGwO { width:19.375rem;height:3.0058625rem;top:0rem;left:0.875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #hb69xuRW3Qih2GEkNrH8T3ISfXdLD04D { width:23.6875rem;height:10.348625rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }#hb69xuRW3Qih2GEkNrH8T3ISfXdLD04D li:before{  }
 }@media only screen and (max-width: 959px) { #O6ypcrobKyRTnnfypkMz1wDXbdBuDf8H { width:19.375rem;height:3.0058625rem;top:0rem;left:26.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #y2L58HwByuwhDw92mxWPQ2P57dFH1XEe { width:23.6875rem;height:10.348625rem;top:3.4375rem;left:24.0625rem;font-size:1rem;display:block; }#y2L58HwByuwhDw92mxWPQ2P57dFH1XEe li:before{  }
 }@media only screen and (max-width: 959px) { #T4x0uflHTraWtpEoeVxRyP3VF1OGSguZ { display:block; }#T4x0uflHTraWtpEoeVxRyP3VF1OGSguZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cJmSUMiTepwedlNV3MH4CvSLZW6GdOxr { display:block; }#cJmSUMiTepwedlNV3MH4CvSLZW6GdOxr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pAGDKIpdzaBNgeBM1wWl4hxMqtnFPmRx { width:23.75rem;height:17.6875rem;top:0.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #M9lnlfhu1IdhIEEI4VtXnnwbhC5sVUkc { width:23.9375rem;height:17.75rem;top:0.5rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #G33ruIpBdyvx0HCF5hNg1knvUnSRE2X4 { display:block; }#G33ruIpBdyvx0HCF5hNg1knvUnSRE2X4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #VlZc0SweBm8ZT0S6qNcC3PkztCdRzk3R { width:19.375rem;height:3.0058625rem;top:1.55859375rem;left:14.1875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #hixPS72hbMQ4cf4sWERUaarnQID2AdRE { display:block; }#hixPS72hbMQ4cf4sWERUaarnQID2AdRE > .row .container { width:47.75rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #q9wIJfJ54vTpoMynBbkIzx77BimQlMQp { width:19.9375rem;height:1.4619125rem;top:6.26953125rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #vMi4EStLiwJlEK1O9vzxp8HXn2pVsxem { width:3.125rem;height:3.125rem;top:10.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #l5mut3n0uV3B7lwHFOhXKeAcTz5qDN6g { width:3.125rem;height:3.125rem;top:14.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #EeIkvG43cvhVzE4C5XahUym0XvI8RF5E { width:19.9375rem;height:1.4619125rem;top:11.45703125rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #gED1EJqL2BN9v6OFuIzcAah2itxy0Uy5 { width:3.125rem;height:3.125rem;top:18.875rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #xVtRcnrXfWycdJ2Iexah4txvD4BBuT9s { width:20rem;height:1.4619125rem;top:11.45703125rem;left:27.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #JEtIzpsNhusnAfaoPiVTRBUL8TEchRFL { width:3.125rem;height:3.125rem;top:5.4375rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #kLVo5TpQbUf7WTitKgTlSgDK9SdcI873 { width:19.9375rem;height:1.4619125rem;top:6.375rem;left:27.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #JONFOr8k9z0P0fMICCq9IcHwAmUN7Ubq { width:3.125rem;height:3.125rem;top:18.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ASTpCJsedZflvE8nSZTIzGzFCknsTBLZ { width:19.9375rem;height:1.4619125rem;top:19.70703125rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #fg4aO6blhs81qgMXsNxwk7MVTXexe526 { width:3.125rem;height:3.125rem;top:14.6875rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #QXKcHK9XNXowSgCXIIQ0rFmuSDwoSrGK { width:20rem;height:1.4619125rem;top:19.6875rem;left:27.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #JJwRK83rtTwPqvTeIZeVNVFN6XiOKE5e { width:3.125rem;height:3.125rem;top:5.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #xDmv4qO9TzSV6FF7DiJ65IrmW9opFEoa { width:3.125rem;height:3.125rem;top:0.9375rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #sApRiR8Pvm8TeHFFw2GbHt3kHTomXmrf { width:19.9375rem;height:1.4619125rem;top:15.58203125rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #WdceTTXOl8LBe5bc9cmSi0q6elTgSALE { width:19.9375rem;height:1.4619125rem;top:15.5rem;left:27.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #tHRFA2ORe7zqSP81BsLM1qce3tdaMg3g { width:3.125rem;height:3.125rem;top:0.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ozxBK2xcD6sdQViTXO2MouuxTic0AVC9 { width:19.9375rem;height:1.4619125rem;top:1.76953125rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nHXIUFeCF5NHbaqwU0UylLZ481CaHEMp { width:3.125rem;height:3.125rem;top:10.5rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #BQkVPzoTasx47zV4lsIVWduw98m63lin { width:19.9375rem;height:1.4619125rem;top:1.75rem;left:27.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Fy1id9RJAHL08sxH4SOaW4tRqQnaBH4o { display:block; }#Fy1id9RJAHL08sxH4SOaW4tRqQnaBH4o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #urxGxbBXUxppD10F9wtRoswaTXAJritd { display:none; }#urxGxbBXUxppD10F9wtRoswaTXAJritd > .row .container { width:47.75rem;height:1.0625rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #IlQvLRMty2kn7gE82iMxkW8nHSpgrz0o { display:block; }#IlQvLRMty2kn7gE82iMxkW8nHSpgrz0o > .row .container { width:47.75rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #IQRvnhx5w0BrBGcdBeXaE2wBDE1AeXyu { width:14.9375rem;height:8.9375rem;top:0rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #nsJIzeqHlkmc3kZ9d8pkXAyOSMa6vU7q { width:15.25rem;height:9.125rem;top:0rem;left:15.916015625rem;display:block; }
 }@media only screen and (max-width: 959px) { #rOzd5bR08o718viJTwVTdbrdHsFRg8ga { width:15rem;height:8.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #y1POZmNTLvD2DMd3eQJcSLHLHvRhn74U { width:15.1875rem;height:8.9375rem;top:0rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #o5SVBWH8MLmZRR7JvxIZmfLVJ0eqFTqH { width:15.3125rem;height:9.125rem;top:0rem;left:15.916015625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 959px) { #r1rF0aEZh1IXwUFE51Ef9vrcFhvsZcFx { display:block; }#r1rF0aEZh1IXwUFE51Ef9vrcFhvsZcFx > .row .container { width:47.75rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TK1G5s33Go3l9b7nUzCANiy9rxG0pq8p { width:15.0625rem;height:9rem;top:10rem;left:15.916015625rem;display:none; }
 }@media only screen and (max-width: 959px) { #XC1fBIws5BlXSfF1sPyxbS8EkIgzmEcz { width:15.0625rem;height:9rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #F7hikySwUHdfQSvMDkCHRexncXIe5CGK { width:15.125rem;height:9.0625rem;top:9.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #sTNXNU6auomnqf79yhhqGaGgVg0mGDuf { display:block; }#sTNXNU6auomnqf79yhhqGaGgVg0mGDuf > .row .container { width:47.75rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #XZyCwxBtFVKpAupzUsShxyqroZaoPLTM { width:15.125rem;height:9.1875rem;top:9.8125rem;left:31.8330078125rem;display:none; }
 }@media only screen and (max-width: 959px) { #sfhGQi1wpAAnyaLZcDodeVEy512497xF { display:block; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container { width:47.75rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #eSK3gbokqAArTN5eX2mddznrD0ANzkeg { width:47.75rem;height:3.0058625rem;top:2.4375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa { display:block; }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UxQ6ZtSFmWZCGeiLuPxOxBTpNJ4fLTaa { width:14.4375rem;height:1.29980625rem;top:2.75rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Rb1e9WOBlLzKGpyGLmO91dpaKAdcJxhf { width:21.875rem;height:9.597625rem;top:5.625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Sx19ZEvIUkEoRq6TRVZH4FX9itiq2Q13 { width:21.3125rem;height:12.796875rem;top:5.625rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #LO1Xp8bO8OwgchtvZGdRpqNwPyZtWnae { width:3.125rem;height:3.125rem;top:1.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zxydhP9JeQXvQcwCuUhm7wiJD6cWxQAw { width:3.125rem;height:3.125rem;top:1.8125rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #cdqXXItZara5EROrpTEpqBvdoXxB2gGV { width:16.75rem;height:1.29980625rem;top:2.75rem;left:27.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #p1Np7V22CBbRUItiT9tT0klETeX7cTrw { display:block; }#p1Np7V22CBbRUItiT9tT0klETeX7cTrw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #oZrQ6IiOiHQoNORSo6GG5wuNIUs4wulV { width:47.75rem;height:3.0058625rem;top:2.4375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #LFLuCvewNLVAtrargXirPHyDlsGEnVqv { width:6.875rem;height:3.9375rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #HcIcpEoDLQM0llTCcyGDZCQdhOtwev2L { width:7.1875rem;height:4.0625rem;top:7.9375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Q4NoTq7sx8pONwcOXM4h824oQz759Mlr { width:7.75rem;height:4.4375rem;top:7.75rem;left:20rem;display:block; }
 }@media only screen and (max-width: 959px) { #HQK2p9l4m0PTESIez2V6f6IPV3lh79y9 { width:7.375rem;height:4.25rem;top:7.84375rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #t1cQ834o2ny9XAV2rt9peSJLvg7ZdiD3 { width:6.3125rem;height:4.1875rem;top:7.875rem;left:39.90625rem;display:block; }
 }@media only screen and (max-width: 959px) { #W2NAMFHVDmUec5MNPZc2ekPD56QXbKHk { width:7.8125rem;height:4.5rem;top:14.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #bITBoOUXaE9OmelcAkb8yPiTJk0GEwkM { width:7.5rem;height:4.3125rem;top:14.8125rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 959px) { #pUxlUdSWmtHw2wpv8BNz8bbJFLyIOFMK { width:7.8125rem;height:4.5rem;top:14.71875rem;left:19.96875rem;display:block; }
 }@media only screen and (max-width: 959px) { #hZSSmzxqhAyI7QdIuKLANDpETrDsClGn { width:6.4375rem;height:3.6875rem;top:15.125rem;left:31.53125rem;display:block; }
 }@media only screen and (max-width: 959px) { #JsWJ6hcT46zZcNfMuBhL1eHuhg8s8fxz { width:6.875rem;height:3.9375rem;top:15rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ypDfHbMEoW5d3c6zri0D7gmVkHJNIagp { display:block; }#ypDfHbMEoW5d3c6zri0D7gmVkHJNIagp > .row .container { width:47.75rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-regular-label { width:13.5rem;display:block; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-input-text { width:13.5rem; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-input-text {padding-top: 0; padding-bottom: 0;}#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-textarea { width:13.5rem; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-input-select { width:13.5rem; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-input-select {padding-top: 0; padding-bottom: 0;}#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-checkbox-label { width:37.375rem; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-radio-label { width:5.875rem; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea  { width:38.875rem;height:auto;top:7.2490234375rem;left:3.1875rem; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .radio-container { width:14.125rem; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea {display:inline-block;}#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea { width:38.875rem;height:auto;top:7.2490234375rem;left:3.1875rem; }
 }@media only screen and (max-width: 959px) { #dplWrzn9Mkg5Tq678soMLKnAUBmDxVea #qZifJblMipdbfc10PsgOzzqATATyHOi7 {  }
 }@media only screen and (max-width: 959px) { #dplWrzn9Mkg5Tq678soMLKnAUBmDxVea #SPwRiKRzkK7lU28wp106dJ3QLTDikg2w { display:block; }
 }@media only screen and (max-width: 959px) { #dplWrzn9Mkg5Tq678soMLKnAUBmDxVea #P0N1q3g2u705Q0lEBBznv8XSTNqDVlyw {  }
 }@media only screen and (max-width: 959px) { #dplWrzn9Mkg5Tq678soMLKnAUBmDxVea #f2HeEBnEZTMsTOs74QImNUJRT5ng7inD {  }
 }@media only screen and (max-width: 959px) { #dplWrzn9Mkg5Tq678soMLKnAUBmDxVea #n2C3Du3QnHE9zCy5GnAaHeCZ4OWrsJ1r { display:block; }
 }@media only screen and (max-width: 959px) { #dplWrzn9Mkg5Tq678soMLKnAUBmDxVea #trDxkbOUpGr3cT28sJOmhLOEs8IZsTcc {  }
 }@media only screen and (max-width: 959px) { #dplWrzn9Mkg5Tq678soMLKnAUBmDxVea #tkB3lpD3J9S8Rd1GEUoRkzBc7sr8zrDQ {  }
 }@media only screen and (max-width: 959px) { #dplWrzn9Mkg5Tq678soMLKnAUBmDxVea #ere150Kgqz1Df18FXBC7NZaBe0An6Tbo {  }
 }@media only screen and (max-width: 959px) { #MAt3sXGIREslLeI6z8QnUsJK2iTrwd4d { width:27.4375rem;height:2.5996125rem;top:4.6494140625rem;left:10.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #a7ZccXQnEA1w4LOupuhVegOKngqRcDSk { width:17.5rem;height:2.35546875rem;top:2.4375rem;left:15.125rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2pbTTInWIy4B1hTqHnN2mEkTl7Ch7Eq { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVicwQHxPcBMeUlP8F7TJoTZ2evLKIQc { width:20rem;height:4rem;top:87.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zezuV3kr0tTXdTIH9nPunFkldfyoQ3Bv { width:2.5625rem;height:2.5625rem;top:64.375rem;left:0.90625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EPs6pNrknQzs1ehOTb48uqGaOdT3NTas { width:18.375rem;height:1.8681625rem;top:7.18359375rem;left:0.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcBth6SOSPgdJMxKHdNLsohQ2ST3iXvz { width:20rem;height:4.625rem;top:5.8046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e291ccd1-2750-4f87-b52a-e84dce018bc6/Pic21.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq.adaptive-delivery-prevent-bg, #qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq.lazyload, #qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq.lazyloading { background-image: none; }#qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq > .row .container { background-color: transparent; background-image: none; }#qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #19234b; }#qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq > .row .container > .video-iframe-container { display: none; }#qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #19234b; }#qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq > .row > .video-iframe-container { display: none; }#qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq > .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); }#qcNwDA6rAsDhraPbLxiEFeA8hSGdX5Zq > .row .container { width:20rem;height:66.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZpc9MpdIwWc2I6k2cPKxuzhdeNnDtZl { width:20rem;height:20.9375rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCwEPKoDOLgvAKNGOe2vl7QRdw8RZvcZ { width:20rem;height:1.94921875rem;top:25.837890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ  { width:17.5rem;height:auto;top:28.8125rem;left:0rem;background-color:transparent;background-image:none; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ {display:block;}#tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ { width:17.5rem;height:auto;top:28.8125rem;left:0rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #yre1wUTbTGmp7vLFNDUMk6ZBpCShM2ob {  }
 }@media only screen and (max-width: 763px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #oyWSiMsWgaNDHxHATL2Tb3LceuPv8d0I { display:block; }
 }@media only screen and (max-width: 763px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #m4qPdwy80cXT3BuN3Hn0TV8axs1P61t1 {  }
 }@media only screen and (max-width: 763px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #dZQflIiQXshVFRt7ciRfyCToAigA1Q3K {  }
 }@media only screen and (max-width: 763px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #ZircZBZiGzqJgTFsCVyqi1PWAkm4voge { display:block; }
 }@media only screen and (max-width: 763px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #UbV8K0MFTeT6X1M2kfdLGko3k4zW0peb {  }
 }@media only screen and (max-width: 763px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #KrzgQFAZiyJHcNPF8eS5eES9xDeLFeBZ {  }
 }@media only screen and (max-width: 763px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #ySzGKEzQBQWu1wwpniiA7f1eZgCxxZgf { display:block; }
 }@media only screen and (max-width: 763px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #lU9LDc3f5iX4S5R5wTafuSe4a05Rp3RA {  }
 }@media only screen and (max-width: 763px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #ByExMDZN4W2PzofMF0eZIWJN8XSudZdC {  }
 }@media only screen and (max-width: 763px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #kEm0AsXfwt4SZ18M7lhgWcA0H74RWQFv { display:block; }
 }@media only screen and (max-width: 763px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #O3J0wg0tRGp8UODxg5n51mVh2RVQy41Q {  }
 }@media only screen and (max-width: 763px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #LTTfLdUtEVXc5ICbFQnLGTXz9TOHE2a7 {  }
 }@media only screen and (max-width: 763px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #vE18MB4ChCSONQiRC6ZSa6ksq1AV5q7M {  }
 }@media only screen and (max-width: 763px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #Fuh1hLblNBbWaP3RCXrAd2RxTccOtVTw {  }
 }@media only screen and (max-width: 763px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #XrewbyWE9q1Q59ll2oFycc8sGPsBHHHZ {  }
 }@media only screen and (max-width: 763px) { #tCxqLo6gMoFiLxNqyf8LTN7QOdKLIWaJ #eTpyNf4XRqtrAkce6aoI9FTmnIz5k7cd {  }
 }@media only screen and (max-width: 763px) { #VQo0Wb8k8wSxXMCxkoboTpRFUVUWiG0m { width:20rem;height:4rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgkTbtc4GF1rGsZLVQERyytA5Poydbgk { width:20rem;height:6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xntA5qqpq4ElKdL18nO1ILk4QSq4EM3q { width:5.875rem;height:2.375rem;top:61.1171875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3AHm7uWWzcXLoRR0ziFoUFGNIye0kFq { width:6.25rem;height:2.5rem;top:60.1875rem;left:9.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBkAZ7Ov9fCNKzhLzg1Pe8I5sMUolrC2 { width:20rem;height:5.75rem;top:59.4296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emRWL0Wf8TVwnprkBUh8ihp2CoIsuN5q { width:8.25rem;height:2rem;top:62.125rem;left:8.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfeTHPTIi2JQinh3aT6cTNIKru36CvKV { width:20rem;height:14.973821989529rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwUxOS8tshaIaniTszSyvaTRey8qLhzM { display:block; }#FwUxOS8tshaIaniTszSyvaTRey8qLhzM > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcxQbqdnRznKg8DUBXKEvXISWbIrWacC { width:20rem;height:16.8974375rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E3816pwwP0XBdly2GNXADc15ZR3BCt38 { display:block; }#E3816pwwP0XBdly2GNXADc15ZR3BCt38 > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMTdmnMsMNkyCiUgm09EQpVvbVOpBF1i { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mibSdRleWh1SWId7NbkMmWWMS7ISXiNJ { width:20rem;height:5.19921875rem;top:7.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v2BsTBpJdMm7egpZMEENagsDuIxrS951 { width:20rem;height:11.3359375rem;top:13.82421875rem;left:0rem;font-size:1rem;display:block; }#v2BsTBpJdMm7egpZMEENagsDuIxrS951 li:before{  }
 }@media only screen and (max-width: 763px) { #BqBI4hZNzvNOns2U2yE8s1dTwES22V45 { display:block; }#BqBI4hZNzvNOns2U2yE8s1dTwES22V45 > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvAFlHwEdaKbwybNWx6aqJlomqkmt6Ft { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtmV2Vu00p4GkuScdGcHJSzFsSI4ahIR { display:block; }#UtmV2Vu00p4GkuScdGcHJSzFsSI4ahIR > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAbPpWFEPA5bMfUOmesgN1yIgZc6qGwO { width:19.125rem;height:2.4375rem;top:1.25rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb69xuRW3Qih2GEkNrH8T3ISfXdLD04D { width:20rem;height:12.94825rem;top:4.9375rem;left:0rem;font-size:1rem;display:block; }#hb69xuRW3Qih2GEkNrH8T3ISfXdLD04D li:before{  }
 }@media only screen and (max-width: 763px) { #O6ypcrobKyRTnnfypkMz1wDXbdBuDf8H { width:19.125rem;height:2.4375rem;top:19.13575rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2L58HwByuwhDw92mxWPQ2P57dFH1XEe { width:20rem;height:11.6484375rem;top:22.82325rem;left:0rem;font-size:1rem;display:block; }#y2L58HwByuwhDw92mxWPQ2P57dFH1XEe li:before{  }
 }@media only screen and (max-width: 763px) { #T4x0uflHTraWtpEoeVxRyP3VF1OGSguZ { display:block; }#T4x0uflHTraWtpEoeVxRyP3VF1OGSguZ > .row .container { width:20rem;height:1.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJmSUMiTepwedlNV3MH4CvSLZW6GdOxr { display:block; }#cJmSUMiTepwedlNV3MH4CvSLZW6GdOxr > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAGDKIpdzaBNgeBM1wWl4hxMqtnFPmRx { width:20rem;height:14.894736842105rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9lnlfhu1IdhIEEI4VtXnnwbhC5sVUkc { width:20rem;height:14.830287206266rem;top:17.3945rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G33ruIpBdyvx0HCF5hNg1knvUnSRE2X4 { display:block; }#G33ruIpBdyvx0HCF5hNg1knvUnSRE2X4 > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VlZc0SweBm8ZT0S6qNcC3PkztCdRzk3R { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hixPS72hbMQ4cf4sWERUaarnQID2AdRE { display:block; }#hixPS72hbMQ4cf4sWERUaarnQID2AdRE > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9wIJfJ54vTpoMynBbkIzx77BimQlMQp { width:16.3125rem;height:1.4619125rem;top:12.7109375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMi4EStLiwJlEK1O9vzxp8HXn2pVsxem { width:3.125rem;height:3.125rem;top:15.421875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5mut3n0uV3B7lwHFOhXKeAcTz5qDN6g { width:3.125rem;height:3.125rem;top:23.969725rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeIkvG43cvhVzE4C5XahUym0XvI8RF5E { width:16.1875rem;height:2.923825rem;top:19.796875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gED1EJqL2BN9v6OFuIzcAah2itxy0Uy5 { width:3.125rem;height:3.125rem;top:67.9472625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVtRcnrXfWycdJ2Iexah4txvD4BBuT9s { width:16.125rem;height:1.4619125rem;top:58.1503875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEtIzpsNhusnAfaoPiVTRBUL8TEchRFL { width:3.125rem;height:3.125rem;top:46.68945rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLVo5TpQbUf7WTitKgTlSgDK9SdcI873 { width:16.125rem;height:1.4619125rem;top:51.06445rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JONFOr8k9z0P0fMICCq9IcHwAmUN7Ubq { width:3.125rem;height:3.125rem;top:31.0556625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASTpCJsedZflvE8nSZTIzGzFCknsTBLZ { width:16.125rem;height:2.923825rem;top:35.4306625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg4aO6blhs81qgMXsNxwk7MVTXexe526 { width:3.125rem;height:3.125rem;top:60.861325rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXKcHK9XNXowSgCXIIQ0rFmuSDwoSrGK { width:16.125rem;height:1.4619125rem;top:72.3222625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJwRK83rtTwPqvTeIZeVNVFN6XiOKE5e { width:3.125rem;height:3.125rem;top:8.3359375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDmv4qO9TzSV6FF7DiJ65IrmW9opFEoa { width:3.125rem;height:3.125rem;top:39.6035125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sApRiR8Pvm8TeHFFw2GbHt3kHTomXmrf { width:16.125rem;height:1.4619125rem;top:28.344725rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdceTTXOl8LBe5bc9cmSi0q6elTgSALE { width:16.125rem;height:1.4619125rem;top:65.236325rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHRFA2ORe7zqSP81BsLM1qce3tdaMg3g { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozxBK2xcD6sdQViTXO2MouuxTic0AVC9 { width:16.1875rem;height:1.4619125rem;top:5.625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHXIUFeCF5NHbaqwU0UylLZ481CaHEMp { width:3.125rem;height:3.125rem;top:53.7753875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQkVPzoTasx47zV4lsIVWduw98m63lin { width:16.25rem;height:1.4619125rem;top:43.9785125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy1id9RJAHL08sxH4SOaW4tRqQnaBH4o { display:block; }#Fy1id9RJAHL08sxH4SOaW4tRqQnaBH4o > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urxGxbBXUxppD10F9wtRoswaTXAJritd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e291ccd1-2750-4f87-b52a-e84dce018bc6/Pic21.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#urxGxbBXUxppD10F9wtRoswaTXAJritd.adaptive-delivery-prevent-bg, #urxGxbBXUxppD10F9wtRoswaTXAJritd.lazyload, #urxGxbBXUxppD10F9wtRoswaTXAJritd.lazyloading { background-image: none; }#urxGxbBXUxppD10F9wtRoswaTXAJritd > .row .container { border-width: 0; border-radius: 0; }#urxGxbBXUxppD10F9wtRoswaTXAJritd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#urxGxbBXUxppD10F9wtRoswaTXAJritd > .row .container { width:20rem;height:14.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IlQvLRMty2kn7gE82iMxkW8nHSpgrz0o { display:none; }#IlQvLRMty2kn7gE82iMxkW8nHSpgrz0o > .row .container { width:20rem;height:55.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IQRvnhx5w0BrBGcdBeXaE2wBDE1AeXyu { width:18.875rem;height:11.3125rem;top:41.6904375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsJIzeqHlkmc3kZ9d8pkXAyOSMa6vU7q { width:19rem;height:11.375rem;top:14.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOzd5bR08o718viJTwVTdbrdHsFRg8ga { width:19.125rem;height:11.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1POZmNTLvD2DMd3eQJcSLHLHvRhn74U { width:19.125rem;height:11.253875rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5SVBWH8MLmZRR7JvxIZmfLVJ0eqFTqH { width:19rem;height:11.375rem;top:14.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1rF0aEZh1IXwUFE51Ef9vrcFhvsZcFx { display:none; }#r1rF0aEZh1IXwUFE51Ef9vrcFhvsZcFx > .row .container { width:20rem;height:14.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TK1G5s33Go3l9b7nUzCANiy9rxG0pq8p { width:19rem;height:11.375rem;top:27.1787109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XC1fBIws5BlXSfF1sPyxbS8EkIgzmEcz { width:19.125rem;height:11.427385892116rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F7hikySwUHdfQSvMDkCHRexncXIe5CGK { width:18.75rem;height:11.25rem;top:1.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTNXNU6auomnqf79yhhqGaGgVg0mGDuf { display:none; }#sTNXNU6auomnqf79yhhqGaGgVg0mGDuf > .row .container { width:20rem;height:14.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XZyCwxBtFVKpAupzUsShxyqroZaoPLTM { width:19.125rem;height:11.459rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfhGQi1wpAAnyaLZcDodeVEy512497xF { display:block; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSK3gbokqAArTN5eX2mddznrD0ANzkeg { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa { display:block; }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxQ6ZtSFmWZCGeiLuPxOxBTpNJ4fLTaa { width:12.5rem;height:1.29980625rem;top:5.625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb1e9WOBlLzKGpyGLmO91dpaKAdcJxhf { width:20rem;height:11.19725rem;top:8.17480625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx19ZEvIUkEoRq6TRVZH4FX9itiq2Q13 { width:20rem;height:12.796875rem;top:27.545925rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO1Xp8bO8OwgchtvZGdRpqNwPyZtWnae { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxydhP9JeQXvQcwCuUhm7wiJD6cWxQAw { width:3.125rem;height:3.125rem;top:20.62111875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdqXXItZara5EROrpTEpqBvdoXxB2gGV { width:14.125rem;height:1.29980625rem;top:24.99611875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1Np7V22CBbRUItiT9tT0klETeX7cTrw { display:block; }#p1Np7V22CBbRUItiT9tT0klETeX7cTrw > .row .container { width:20rem;height:74.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZrQ6IiOiHQoNORSo6GG5wuNIUs4wulV { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFLuCvewNLVAtrargXirPHyDlsGEnVqv { width:9.375rem;height:5.4375rem;top:7.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcIcpEoDLQM0llTCcyGDZCQdhOtwev2L { width:9.375rem;height:5.4375rem;top:14.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4NoTq7sx8pONwcOXM4h824oQz759Mlr { width:9.375rem;height:5.4375rem;top:20.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQK2p9l4m0PTESIez2V6f6IPV3lh79y9 { width:9.375rem;height:5.4375rem;top:27.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1cQ834o2ny9XAV2rt9peSJLvg7ZdiD3 { width:8.125rem;height:5.4375rem;top:34.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2NAMFHVDmUec5MNPZc2ekPD56QXbKHk { width:9.375rem;height:5.4375rem;top:40.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bITBoOUXaE9OmelcAkb8yPiTJk0GEwkM { width:9.375rem;height:5.4375rem;top:47.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUxlUdSWmtHw2wpv8BNz8bbJFLyIOFMK { width:9.375rem;height:5.4375rem;top:54.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZSSmzxqhAyI7QdIuKLANDpETrDsClGn { width:9.375rem;height:5.4375rem;top:60.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsWJ6hcT46zZcNfMuBhL1eHuhg8s8fxz { width:9.375rem;height:5.4375rem;top:67.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypDfHbMEoW5d3c6zri0D7gmVkHJNIagp { display:block; }#ypDfHbMEoW5d3c6zri0D7gmVkHJNIagp > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-regular-label { width:16.875rem;display:block; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-input-text { width:16.875rem; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-input-text {padding-top: 0; padding-bottom: 0;}#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-textarea { width:16.875rem; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-input-select { width:16.875rem; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-input-select {padding-top: 0; padding-bottom: 0;}#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-input-button { width:16.875rem; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-checkbox-label { width:16rem; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .widget-radio-label { width:7.5625rem; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea  { width:17.5rem;height:auto;top:8.1875rem;left:0rem; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea .radio-container { width:17.5rem; }
#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea {display:inline-block;}#dplWrzn9Mkg5Tq678soMLKnAUBmDxVea { width:17.5rem;height:14.25rem;top:10.00488125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dplWrzn9Mkg5Tq678soMLKnAUBmDxVea #qZifJblMipdbfc10PsgOzzqATATyHOi7 {  }
 }@media only screen and (max-width: 763px) { #dplWrzn9Mkg5Tq678soMLKnAUBmDxVea #SPwRiKRzkK7lU28wp106dJ3QLTDikg2w { display:block; }
 }@media only screen and (max-width: 763px) { #dplWrzn9Mkg5Tq678soMLKnAUBmDxVea #P0N1q3g2u705Q0lEBBznv8XSTNqDVlyw {  }
 }@media only screen and (max-width: 763px) { #dplWrzn9Mkg5Tq678soMLKnAUBmDxVea #f2HeEBnEZTMsTOs74QImNUJRT5ng7inD {  }
 }@media only screen and (max-width: 763px) { #dplWrzn9Mkg5Tq678soMLKnAUBmDxVea #n2C3Du3QnHE9zCy5GnAaHeCZ4OWrsJ1r { display:block; }
 }@media only screen and (max-width: 763px) { #dplWrzn9Mkg5Tq678soMLKnAUBmDxVea #trDxkbOUpGr3cT28sJOmhLOEs8IZsTcc {  }
 }@media only screen and (max-width: 763px) { #dplWrzn9Mkg5Tq678soMLKnAUBmDxVea #tkB3lpD3J9S8Rd1GEUoRkzBc7sr8zrDQ {  }
 }@media only screen and (max-width: 763px) { #dplWrzn9Mkg5Tq678soMLKnAUBmDxVea #ere150Kgqz1Df18FXBC7NZaBe0An6Tbo {  }
 }@media only screen and (max-width: 763px) { #MAt3sXGIREslLeI6z8QnUsJK2iTrwd4d { width:17.5rem;height:3.89941875rem;top:1.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7ZccXQnEA1w4LOupuhVegOKngqRcDSk { width:17.5rem;height:2.35546875rem;top:6.3994125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }