.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:transparent;background-image:url("https://images.assets-landingi.com/uc/8dc556cd-0362-42d8-a1d2-5544f441985f/MicrosoftTeamsimage6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .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); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH { background-color:transparent;background-image:none;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; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { background-color: transparent; background-image: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container > .video-iframe-container { display: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container { display: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .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); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { border-width: 0; border-radius: 0; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { width:60rem;height:56.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#nDqiUFDqCLtgTSpATZs4GxPFUoloPaDN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:7.75rem;width:14rem;top:0rem;left:23.000000953674rem;overflow:hidden;display:block; }
#sDw0p6WtH446bpDCJvgUX1766rkKEyLo { position:absolute;display:block;z-index:14999;height:4.4375rem;width:8rem;top:0rem;left:0rem;display:block; }
#n2puKJOzxSSN4ylgElz6AgOvtKZ6lPas { position:absolute;display:block;z-index:15002;background-color:#004986;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.6875rem;width:60rem;top:22.75rem;left:0rem;display:block; }
#x7Z7JSdFiVMpfT8FEmaE9Mkn2oS8Gs86 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24rem;left:0rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#W5avXaEJJJ5fXsAVVWMBoBoTQUTGvATB { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:26.125rem;left:0rem;height:2.025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-form-header {  }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-regular-label { height:auto;display:block;font-family:dosis;font-size:1.25rem;font-weight:bold;color:#ffffff;width:19.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.4;vertical-align:top;text-align:left;text-align-last:left; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.25rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:left;text-align-last:left; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-text {padding-top: 0; padding-bottom: 0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:left;text-align-last:left; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:19.25rem;box-sizing:border-box;height:2rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-select {padding-top: 0; padding-bottom: 0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .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; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ff9d6c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.875rem;margin-bottom:0.25rem;margin-left:3.875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#161616;width:11.5rem;height:2.75rem;font-family:dosis;overflow:hidden;line-height:1; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]:-moz-placeholder { color:#161616;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]::-moz-placeholder { color:#161616;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .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.875rem;font-weight:300;color:#fdfdfd;vertical-align:top;width:18.1875rem;overflow:hidden;font-style:normal;line-height:.9;float:none; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .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; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .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:dosis;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-container:first-of-type{padding-top:0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-container:last-of-type{padding-bottom:0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz  { background-color:#004986;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:32.035591125488rem;left:19.124347686767rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.25rem;display:block;vertical-align:top; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-info-text { display:block;height:auto;font-family:dosis;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz {display:block;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz { background-color:#004986;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:32.035591125488rem;left:19.124347686767rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #tGDmtAFqllyetlS9T0fwOyfk2mNH8JDx { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #EFvnuofdR4o17Oyco1LNPK1CTa5kXtlm { position:relative;display:none; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #TURF3L7DTIoVa9AEtKQxQFqcIdDTT7Mw { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #rPU99MeFG2pgJwSv6Te0EeBZdSG5Q5lw { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #iwgDb4FzkDXANdmgIQXQTeo1lvndZ3LH { position:relative;display:none; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #ES5AL1lx3lSLIzETadV1Pdtpr5rZD98J { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #qSezEuotJd5LNFlT9aqx4APWFB33pmqx { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #Xp3QyRolTIz7gCMBXIqc6lbJqqnlFkTN { position:relative;display:none; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #ehmVCpOdZQeOTOvErrsW7BCKwD5edfyD { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #BkHU2Z7yLH4pEwEvHR11WNeTmn4D9Bd6 { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #HoPqqdem9tnvkURmRhmzUyQP62Bl8iNf { position:relative;display:none; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #rgeleD4qrp08F3U7iaJAEK5eEpKJnTBo { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #JikTyw7V7ZmifIFTUUreVlhzdUSgWQ8f { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #nPdxHW8ephKSt3cKZwkupBHRhZGvkQAJ { position:relative;display:none; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #qZwTp6qIohilQCWEXLyW2lb1wTLf8URd { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #gtd7KKHWTlmgiHn3q0n7suPBDP3T12aH { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #yk1hHBSny4r8zN1Zu4WMSpGtDToKhKCf { position:relative;display:none; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #O4FmcFwJO4BpAGfFUVGvyDQhrp3dgAKH { position:relative; }
#K8xpWpOlL91kL8Slw6WgWVfwlJ0qcBtf { position:relative;display:block; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #F2CP91WsB1hXkrdoCkni4u0fWM7evepa { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #TaDq6mdzvEERm5g3WXtSxMXBPXTmfhsX { position:relative;z-index:2; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #Ni6oDlO3QgF0aBNrUCTTt5wipSdsuGKc { position:relative; }
#MiGIa1gEIooTuOyyLJpxaUEusIfX4oGf { position:relative;display:block; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #tJyZmDV9ZOK3uquKaeKzbbFTynCaIsci { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #VXPKixHsvnpZwOzhiO9yT9wbfVvD9DcW { position:relative; }
#M638ztNThK68NTGoRQ3hk36HHi6aVro1 { 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; }#M638ztNThK68NTGoRQ3hk36HHi6aVro1 > .row .container { background-color: transparent; background-image: none; }#M638ztNThK68NTGoRQ3hk36HHi6aVro1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M638ztNThK68NTGoRQ3hk36HHi6aVro1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M638ztNThK68NTGoRQ3hk36HHi6aVro1 > .row .container > .video-iframe-container { display: none; }#M638ztNThK68NTGoRQ3hk36HHi6aVro1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M638ztNThK68NTGoRQ3hk36HHi6aVro1 > .row > .video-iframe-container { display: none; }#M638ztNThK68NTGoRQ3hk36HHi6aVro1 > .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); }#M638ztNThK68NTGoRQ3hk36HHi6aVro1 > .row .container { border-width: 0; border-radius: 0; }#M638ztNThK68NTGoRQ3hk36HHi6aVro1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M638ztNThK68NTGoRQ3hk36HHi6aVro1 > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:60rem;position:relative;display:block; }#aTtUQHroXQPSQ9DZGIoUnMBhQTvhX426 { color:#2e2e2e;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dQzJwxBLyGFkwx9FipDJCcntf7LMweUa { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FDkPttugviTx5VEd9gERLQQ1giNv62Tw { 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:none; }#FDkPttugviTx5VEd9gERLQQ1giNv62Tw > .row .container { border-width: 0; border-radius: 0; }#FDkPttugviTx5VEd9gERLQQ1giNv62Tw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FDkPttugviTx5VEd9gERLQQ1giNv62Tw > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:none; }#DbQIWioeK0VAaOOE7JZ5LdmoladDUUww { background-color:#6cca98;background-image:none;border-top:0.125rem solid #afb2aa;border-left:0.125rem solid #afb2aa;border-right:0.125rem solid #afb2aa;border-bottom:0.125rem solid #afb2aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2e2e2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.9375rem;left:15.5rem;display:block; }
#tOkGaPP1I9T4N0UtJGTU5VywXsIlSXF3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KzznrIusOGMzshS6XGFZadNZbZ4nxqiZ { background-color:#f1d09f;background-image:none;border-top:0.125rem solid #afb2aa;border-left:0.125rem solid #afb2aa;border-right:0.125rem solid #afb2aa;border-bottom:0.125rem solid #afb2aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2e2e2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.9375rem;left:30.125rem;display:block; }
#vpAIy3ZnR9BVlwSTblBkpUqwEN7RNInr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw { 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:none; }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row .container { border-width: 0; border-radius: 0; }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:60rem;position:relative;display:none; }#coX0TW44Z7FzfnNs3mAsuPRmgWccTOsg { color:#2e2e2e;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T29P4D79qoHvJ25nO9nukJ7Z4eHLIbxm { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:2.2747375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTl82qqoFQIyWMZabynBhBD99UiwJIqP { 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:10rem;width:10rem;top:11.1875rem;left:2.5625rem;overflow:hidden;display:block; }
#vLoi51xiuPVZPTIcJzWkhanXzp6neVHc { 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:10rem;width:10rem;top:11.1875rem;left:17.5rem;overflow:hidden;display:block; }
#QpTvGr2kg9Uga1aNpUIJgDAD7viCC8l3 { 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:10rem;width:10rem;top:11.1875rem;left:33.3125rem;overflow:hidden;display:block; }
#IJH4U71TS4J1smnKILBpiu5nt34rZ63R { 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:10rem;width:10rem;top:11.1875rem;left:47.5rem;overflow:hidden;display:block; }
#MCoI55bKshcLwdRzGNAuttlaEgwJ6Wdy { color:#585858;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:23rem;left:1.25rem;height:1.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RpK48s4hvKqbBbicnIWiGH7ipnRKEIKB { color:#585858;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:23rem;left:16.25rem;height:1.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SBgeRDsZwriCSl66SFH8SmJW6ba6fMaw { color:#585858;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:23rem;left:31.25rem;height:1.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w2gJrmsi4BxozsSKdgkVPbvmCIeiOnzB { color:#585858;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:23rem;left:46.25rem;height:1.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vL96q25wyEmw2LUT7hfGT3TxzrQtl17s { color:#585858;display:block;width:13.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:24.5rem;left:0.75rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d1OGLxHngNt7PI1EXUrnx3RlSH4kK5ZX { color:#585858;display:block;width:13.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:24.4375rem;left:15.5625rem;height:4.19791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zv86ra8FFUbUrOq68E9BflbK0CKdzDhN { color:#585858;display:block;width:13.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:24.4375rem;left:30.5625rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XgVBUUQBOMVtToBKsJ65ATK9VWMdw44b { color:#585858;display:block;width:13.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:24.4375rem;left:45.5625rem;height:4.19791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 { 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:none; }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 > .row .container { border-width: 0; border-radius: 0; }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:none; }#R38OLXBJCFB2Ql0OqvzzknBuw9cTK7UA { color:#585858;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KM78WqEVqROTAqC0Q91ltEmtymG4KSqN { 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:none; }#KM78WqEVqROTAqC0Q91ltEmtymG4KSqN > .row .container { border-width: 0; border-radius: 0; }#KM78WqEVqROTAqC0Q91ltEmtymG4KSqN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KM78WqEVqROTAqC0Q91ltEmtymG4KSqN > .row .container { font-size:0.875rem;font-family:arial;height:57.1875rem;width:60rem;position:relative;display:none; }#xBqrB1B0VI3Kk5WdDvSlZgip867Eb4Ve { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:0rem;left:20.25rem;overflow:hidden;display:block; }
#bPT4TsVzlCtH2hKG2PTXPfxUqrUI5hdF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:0rem;left:30.375rem;overflow:hidden;display:block; }
#NBAkXFaqrnwPu25fxmtRNr6BtNAE90TI { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:14.5625rem;left:10.25rem;overflow:hidden;display:block; }
#b7p9Twi2NH4DTNX3AbxeJaPSh2kgS3Dr { color:#585858;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.0625rem;left:20.25rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qMopVZvOcGGqlDFt0X6ZJGPEvt4asiEQ { color:#585858;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.375rem;left:20.25rem;height:1.13736875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W2l537gsmN7ihXrMd3xApDf1btnqXTtL { color:#585858;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.0625rem;left:30.375rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gSOanLGcIFAQptQF9uxTQIp0LZrpy8Dt { color:#585858;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:11.375rem;left:30.375rem;height:1.13736875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eA4P7ISHe4vTsTazzcLJhlPvp7cdSZ80 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:14.5625rem;left:40.4375rem;overflow:hidden;display:block; }
#GRNqZU3QqE4x2pAR9HsgI52lQ0Je1zt0 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:14.5625rem;left:30.375rem;overflow:hidden;display:block; }
#F9OA9lR4sU1TXi2vQIhNZZcrTC7TJeZF { color:#585858;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:24.625rem;left:10.25rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wC6fqzu4NZ4Erls7UDkt02Zh9FQTa1gR { color:#585858;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.875rem;left:10.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GEqpMBuVZPHhiccQQ6qtvubn7kfLS79e { color:#585858;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.625rem;left:40.4375rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nRN8M2ZSqAN5ByHPP1RgGVdPaAyfAfMk { color:#585858;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.625rem;left:30.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NM52W0PToPPtlrq9tWn2fWTCGra7E4cd { color:#585858;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:25.875rem;left:30.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bQS0intVVOpKXyKbVGHluCeQ7C1DTTHr { color:#585858;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:25.875rem;left:40.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pJpGyoV7knk35eNmr1mt741zTVTaWdlU { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:14.5625rem;left:20.3125rem;overflow:hidden;display:block; }
#uShAfn7asbmeodpunQUFJLREtwpKHtkH { color:#585858;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.625rem;left:20.3125rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ki7TNI0PwcdDbdPrPXDBfzIWGyOWdynr { color:#585858;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:25.9375rem;left:20.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PTBh70L65aXeizVIkqTmR7qG9yWmaZZ3 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:28.625rem;left:15rem;overflow:hidden;display:block; }
#VDWWOGMRgZruvpcmTH1MBLiaVHH4SuFg { color:#585858;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:38.6875rem;left:15rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTkfqw8Mdhoiqt2p8aEKz6c7C2leGgso { color:#585858;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:39.9375rem;left:15rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nXQ4EZcdyC4JrMQ8HTTBmcQFdeszNcCS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:28.625rem;left:25.375rem;overflow:hidden;display:block; }
#aKmDufETQMJNBpNQWkB9xh1byWFNa5TV { color:#585858;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:38.6875rem;left:25.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hZiQZyiIBUy9BdzKM2vlSMfCFy2KvA73 { color:#585858;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:40rem;left:25.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DomIS5494R2b2nVzlbkUKTIVIbsQoApD { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:28.625rem;left:35.6875rem;overflow:hidden;display:block; }
#g7LVwCeUBb8gacDAPWnTs6m3bgBQZWhT { color:#585858;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:38.6875rem;left:35.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s1241g1DZK1RtLbLk37DDFkrtRsd2deB { color:#585858;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:39.9873046875rem;left:35.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gz2OJvCMGwcq6PHU3THpoExCn52voISn { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:41.875rem;left:19.625rem;overflow:hidden;display:block; }
#WCttZ8BsRSkzgdMwH0wM38h8ASE2I0kc { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:41.875rem;left:31.0625rem;overflow:hidden;display:block; }
#f1U4PWxgWVsSNR27ZnF4lUis7TOCqvgM { color:#585858;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:52.0625rem;left:19.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WO9bokIRDmekq73ssnaTDw4JGm8M2aKr { color:#585858;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:52.0625rem;left:31.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yayWgPhDE31iMGBsI1Ux3dSwsHoQ4rlE { color:#585858;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:53.3623046875rem;left:19.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bAeT9fC98EZHx7BS9AsDNsID0FOc1rVQ { color:#585858;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:53.3623046875rem;left:31.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KvDHELmXT71lNyo9DcGiGNe529QWVmq0 { 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:none; }#KvDHELmXT71lNyo9DcGiGNe529QWVmq0 > .row .container { border-width: 0; border-radius: 0; }#KvDHELmXT71lNyo9DcGiGNe529QWVmq0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KvDHELmXT71lNyo9DcGiGNe529QWVmq0 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:none; }#EsX8WLh2VRhkOvoHrzBTai0oxI9oBrBz { color:#585858;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.78125rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u4rm9xuKd8ktole8tnyHrQ1ST3U8saQP { 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:none; }#u4rm9xuKd8ktole8tnyHrQ1ST3U8saQP > .row .container { border-width: 0; border-radius: 0; }#u4rm9xuKd8ktole8tnyHrQ1ST3U8saQP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4rm9xuKd8ktole8tnyHrQ1ST3U8saQP > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:none; }#UPHnFWA6hRiiTFxhbRf7uTDTFtC6UyM3 { 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:5.0625rem;width:12.875rem;top:1.0625rem;left:7.125rem;overflow:hidden;display:block; }
#zTmu4cKmMn602Us9GCxLzPrQ5dg418ZR { 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:3.5625rem;width:11.0625rem;top:1.8125rem;left:20.5625rem;overflow:hidden;display:block; }
#CbJaN455FhfU002FN4kLU6ob6O8ONBfT { 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:4.1875rem;width:9.9375rem;top:1.4375rem;left:32.9375rem;overflow:hidden;display:block; }
#I9sgV6sv4RRuEI4q8UoTD22uQ1zZNvVQ { 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:3.5625rem;width:10.75rem;top:1.75rem;left:43.75rem;overflow:hidden;display:block; }
#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a2d9e7;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:none; }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo > .row .container { border-width: 0; border-radius: 0; }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:60rem;position:relative;display:none; }#TuaAahdD9q6F4ABRkvyi8k8fJWQR06Je { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.875rem;width:51.625rem;top:17.625rem;left:4.1875rem;display:block; }
#xoRtmZs6nrwa7zuhsBsdRbUEMg229Phv { color:#585858;display:block;width:50rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.625rem;left:5rem;height:2.2747375rem;font-style:normal;display:block; }
#tvIkuHTFZGWss46R0GmKJ6TpgtpfwTAu { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.5625rem;width:51.625rem;top:11.375rem;left:4.1875rem;display:block; }
#SBivP4TJGcPESzcepx53QLsL6IHR0MZn { color:#585858;display:block;width:50rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.1875rem;left:5rem;height:4.54948125rem;font-style:normal;display:block; }
#iKxVstpTEJK5Q9eEB6r2OACHWMTydtmM { color:#585858;display:block;width:50rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:22.9375rem;left:5rem;height:3.41210625rem;font-style:normal;display:block; }
#v4CUDvCltK5FJpAMDnIB5gsFUA00iDpy { color:#585858;display:block;width:50rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.8125rem;left:5rem;height:3.41210625rem;font-style:normal;display:block; }
#iWcQBvymmiXlbeT7uERcVsbEhUWd34GJ { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.5625rem;width:51.625rem;top:5.0625rem;left:4.1875rem;display:block; }
#IADlQQZsexW0Ths7OaKABGJTP5ssGQt0 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:51.625rem;top:22.125rem;left:4.1875rem;display:block; }
#G3vIuEIShhBUJvEPqA8HTv5dZrNG7Ird { color:#585858;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iT3QNUlWA1hnDHbBNT06zUfuExryI17X { color:#585858;display:block;width:50rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:28.5rem;left:5rem;height:3.41210625rem;font-style:normal;display:block; }
#V05SS5MTGEQDXgUNQzVWEmo5hvOTVq4Z { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.9375rem;width:51.625rem;top:27.75rem;left:4.1875rem;display:block; }
#e47nAEEww9pbCDr4DzgXsobPX0OVguPP { 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; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row .container { background-color: transparent; background-image: none; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row .container > .video-iframe-container { display: none; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row > .video-iframe-container { display: none; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .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); }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row .container { border-width: 0; border-radius: 0; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row .container { font-size:0.875rem;font-family:arial;height:54.125rem;width:60rem;position:relative;display:block; }#Eduu5ETpazUp6DQ1QnSpqLZvc5KNT0dI { 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:30rem;width:30rem;top:5.8125rem;left:0rem;overflow:hidden;display:block; }
#mbIxTx0pof5Et7y4hLX4hxBli8oILfBs { 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:15rem;width:15rem;top:5.8125rem;left:30rem;overflow:hidden;display:block; }
#iz9ZPxEJ3ZDBKzkZpO769Nah1tPRt6JR { 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:15rem;width:15rem;top:35.812503814698rem;left:15.000000953674rem;overflow:hidden;display:block; }
#hJqokz9aWhCyeHdkRpVNd1hC8I9NzP7v { 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:15rem;width:15rem;top:5.8125rem;left:45.025001907349rem;overflow:hidden;display:block; }
#TeVBMQxFUNwsIUUPzfllX4aip1vhe4Q1 { color:#585858;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XUPu2HHBxUcPxT8ki2HdPUMViHm5yOt8 { 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:15rem;width:15rem;top:35.8125rem;left:0rem;overflow:hidden;display:block; }
#HHT8CyBrreisGH3fbQJqqbLIqW3RJU5r { 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:15rem;width:15rem;top:20.812503814698rem;left:30.000000953674rem;overflow:hidden;display:block; }
#T1IdPvFQGgCxPOZdMousTXQL1StMkzyB { background-color:#004986;background-image:none;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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.12) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:40.8125rem;left:36.09375rem;display:block; }
#uF6g0ZtCbX6z2vx97sRwPJBSJPxUy3yL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JqMgbRuVaeodopGW2JDiyq3HPHHV7J9Z { 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:15rem;width:15rem;top:20.800000429154rem;left:45.000001907349rem;overflow:hidden;display:block; }
#z8KSLkyd5eTSpFfOs3ErDqipASC5dqXf { 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; }#z8KSLkyd5eTSpFfOs3ErDqipASC5dqXf > .row .container { background-color: transparent; background-image: none; }#z8KSLkyd5eTSpFfOs3ErDqipASC5dqXf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8KSLkyd5eTSpFfOs3ErDqipASC5dqXf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8KSLkyd5eTSpFfOs3ErDqipASC5dqXf > .row .container > .video-iframe-container { display: none; }#z8KSLkyd5eTSpFfOs3ErDqipASC5dqXf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8KSLkyd5eTSpFfOs3ErDqipASC5dqXf > .row > .video-iframe-container { display: none; }#z8KSLkyd5eTSpFfOs3ErDqipASC5dqXf > .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); }#z8KSLkyd5eTSpFfOs3ErDqipASC5dqXf > .row .container { border-width: 0; border-radius: 0; }#z8KSLkyd5eTSpFfOs3ErDqipASC5dqXf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z8KSLkyd5eTSpFfOs3ErDqipASC5dqXf > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#fxDLuLw7zy7braMLDfnBnEHp06Tllhiv { color:#585858;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Eb09XF1WMSoZO2lCGmJRida5KkwUM3Xd { 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; }#Eb09XF1WMSoZO2lCGmJRida5KkwUM3Xd > .row .container { background-color: transparent; background-image: none; }#Eb09XF1WMSoZO2lCGmJRida5KkwUM3Xd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eb09XF1WMSoZO2lCGmJRida5KkwUM3Xd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eb09XF1WMSoZO2lCGmJRida5KkwUM3Xd > .row .container > .video-iframe-container { display: none; }#Eb09XF1WMSoZO2lCGmJRida5KkwUM3Xd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eb09XF1WMSoZO2lCGmJRida5KkwUM3Xd > .row > .video-iframe-container { display: none; }#Eb09XF1WMSoZO2lCGmJRida5KkwUM3Xd > .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); }#Eb09XF1WMSoZO2lCGmJRida5KkwUM3Xd > .row .container { border-width: 0; border-radius: 0; }#Eb09XF1WMSoZO2lCGmJRida5KkwUM3Xd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Eb09XF1WMSoZO2lCGmJRida5KkwUM3Xd > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:60rem;position:relative;display:block; }#lDo8rKuNIxnC7yVTfHeVTCw4wVFp9ALT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.0625rem;width:30.375rem;top:2.53125rem;left:14.812500953674rem;display:block; }
#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G { 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; }#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G > .row .container { background-color: transparent; background-image: none; }#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G > .row .container > .video-iframe-container { display: none; }#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G > .row > .video-iframe-container { display: none; }#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G > .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); }#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G > .row .container { border-width: 0; border-radius: 0; }#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;position:relative;display:block; }#DGpRSVXXuHCaRuRzs6mUMxgCiz74mV70 { color:#585858;display:block;width:59.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.25rem;left:0.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#XVrKHet8Kn711UGLcy8unTzQWULLitmX { color:#585858;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vqlOybJ3s4nzgFJrx3AlES6v3Sy0TneV { 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; }#vqlOybJ3s4nzgFJrx3AlES6v3Sy0TneV > .row .container { background-color: transparent; background-image: none; }#vqlOybJ3s4nzgFJrx3AlES6v3Sy0TneV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqlOybJ3s4nzgFJrx3AlES6v3Sy0TneV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqlOybJ3s4nzgFJrx3AlES6v3Sy0TneV > .row .container > .video-iframe-container { display: none; }#vqlOybJ3s4nzgFJrx3AlES6v3Sy0TneV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqlOybJ3s4nzgFJrx3AlES6v3Sy0TneV > .row > .video-iframe-container { display: none; }#vqlOybJ3s4nzgFJrx3AlES6v3Sy0TneV > .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); }#vqlOybJ3s4nzgFJrx3AlES6v3Sy0TneV > .row .container { border-width: 0; border-radius: 0; }#vqlOybJ3s4nzgFJrx3AlES6v3Sy0TneV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vqlOybJ3s4nzgFJrx3AlES6v3Sy0TneV > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:60rem;position:relative;display:block; }#bACqLqQtp4Zo1e9vzEZXhfGM2lz2PlpV { position:absolute;display:block;z-index:15000;background-color:#004986;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:1.8125rem;width:13.75rem;top:9.0625rem;left:5.1875rem;display:block; }
#RFo2bHfzG1JAvM1BWMlPvc8TEacfr3PT { position:absolute;display:block;z-index:14999;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:13.75rem;width:13.75rem;top:0rem;left:5.1875rem;overflow:hidden;display:block; }
#NoOEbJ4RUOEPOT1tFzRtXDKvybsRNUHL { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.1875rem;left:5.1875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TMen0QG2HkTgIioepeiO3rNA3yCxC6Kx { position:absolute;display:block;z-index:14997;background-color:#004986;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:1.8125rem;width:13.75rem;top:9.0625rem;left:23.375rem;display:block; }
#ExCPB709zgRLTNCZ70yg2vvJWsOTsM3t { position:absolute;display:block;z-index:14996;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:13.75rem;width:13.75rem;top:0rem;left:23.375rem;overflow:hidden;display:block; }
#cxDV59OvUaOVt8GkyCJ1yhK17kVNSGAO { 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:13.75rem;width:13.75rem;top:0rem;left:41.1875rem;overflow:hidden;display:block; }
#qAWG2wC51KBxaRQ6MhvLFUWXMzfQ6HeW { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.125rem;left:41.187500953674rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TFOXJq8bX2mGyvGIuntukV2u7820ibSt { position:absolute;display:block;z-index:15006;background-color:#004986;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:1.8125rem;width:13.75rem;top:9.0625rem;left:41.125000953674rem;display:block; }
#iQIEFOWecno0QleP3aVqGemWpCK2nTMq { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:9.1875rem;left:23.375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cAEtdXqdxKH3QQlhkvJ2xbHUA2W2Ra08 { 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:13.75rem;width:13.75rem;top:16.8125rem;left:5.1875rem;overflow:hidden;display:block; }
#AZvwnW1NUuFryHyp2ng5fOhPuEkXUneF { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:26.25rem;left:5.1875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O7b8bhSzcUvyO8CVpfBuVPuvwblVscnH { position:absolute;display:block;z-index:15009;background-color:#004986;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:1.8125rem;width:13.75rem;top:26.125rem;left:5.1875rem;display:block; }
#XcmhfGgVGuIyVz6ydv3wHtzF2F4Q4TMm { 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:13.75rem;width:13.75rem;top:16.8125rem;left:23.375rem;overflow:hidden;display:block; }
#f4Gi8kI4SrtzQfNplgnPDkUbcDJhynXU { color:#fdfdfd;display:block;width:13.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:26.3125rem;left:23.375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RzFc8kL9D2Tt1ngBb44zkQlhCcbdwREm { position:absolute;display:block;z-index:15010;background-color:#004986;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:1.8125rem;width:13.75rem;top:26.1875rem;left:23.375rem;display:block; }
#BlpRxMElk3xfyfPNiWonyGv0GPlLrzzB { 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:13.75rem;width:13.75rem;top:16.84375rem;left:41.187500953674rem;overflow:hidden;display:block; }
#RnqeZXLstKpdFvMlvxUGAFHTXCxAxHfe { position:absolute;display:block;z-index:15011;background-color:#004986;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:1.8125rem;width:13.75rem;top:26.199219703674rem;left:41.187500953674rem;display:block; }
#lCb5iTSoRVtuhTXW50UyKhGnmvgkOhox { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26.312500953674rem;left:41.156250953674rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#crGuO4Pmq6bcApcXQXlealg9Iz21BMHI { 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:13.75rem;width:13.75rem;top:33.625rem;left:5.1875rem;overflow:hidden;display:block; }
#utlHCvP7z3mdvM68DvKIJux9tOM4k7OJ { 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:13.75rem;width:13.75rem;top:33.625rem;left:23.375rem;overflow:hidden;display:block; }
#RR7Tm24HKw3IzRUdC5VysD47zVNSsHua { color:#fdfdfd;display:block;width:13.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:43.125rem;left:23.375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xDz7gAsVtIP35dKQqBJOAKAfz3MEe8RX { position:absolute;display:block;z-index:15011;background-color:#004986;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:1.8125rem;width:13.75rem;top:43rem;left:23.375rem;display:block; }
#qI2TnHhsOTDwfdR669qRJIctinFzqchs { color:#fdfdfd;display:block;width:13.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:43.1875rem;left:5.1875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#efvKTJhJFbkpztNt74xcr7wEynSq8ZOB { position:absolute;display:block;z-index:15012;background-color:#004986;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:1.8125rem;width:13.75rem;top:43rem;left:5.1875rem;display:block; }
#JmdibKa6zyntWn6TVyVH2DORoGGZFWch { 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:13.75rem;width:13.75rem;top:33.625rem;left:41.187500953674rem;overflow:hidden;display:block; }
#Rvwfy9zqhDF5LUF1gPKdAi7lVgEqLT0T { position:absolute;display:block;z-index:15012;background-color:#004986;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:1.8125rem;width:13.75rem;top:42.94921875rem;left:41.187500953674rem;display:block; }
#vwCTTbuuBAta0BvGBxOwwNbAEs5vuFs1 { color:#fdfdfd;display:block;width:13.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:43.124349594116rem;left:41.156250953674rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT { 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; }#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT > .row .container { background-color: transparent; background-image: none; }#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT > .row .container > .video-iframe-container { display: none; }#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT > .row > .video-iframe-container { display: none; }#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT > .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); }#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT > .row .container { border-width: 0; border-radius: 0; }#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#GvCA3ZeWHMNZD99MiLmOcWZ6dxx1mqmh { display:block;width:19rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8828125rem;left:1.0625rem;height:4.544275rem;color:#616161;display:block; }
#hgVQuZNTx7U2GNr4iduTwc6ru2Wzy5dh { display:block;width:19rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.8828125rem;left:21.0625rem;height:4.544275rem;color:#616161;display:block; }
#LQbEF2L4kUPfXDHZXOFRkfTgOlmgtnZW { display:block;width:19rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8828125rem;left:41rem;height:4.544275rem;color:#616161;display:block; }
#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 { 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; }#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 > .row .container { background-color: transparent; background-image: none; }#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 > .row .container > .video-iframe-container { display: none; }#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 > .row > .video-iframe-container { display: none; }#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 > .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); }#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 > .row .container { border-width: 0; border-radius: 0; }#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#qRNVM0FXfVlafBbX935MUBa9gq5PTb7m { display:block;width:19rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8828125rem;left:1.0625rem;height:4.544275rem;color:#616161;display:block; }
#zPRoXTNuk6L0vS9At5LWQEeb60WCQmrn { display:block;width:19rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.8828125rem;left:21.0625rem;height:4.544275rem;color:#616161;display:block; }
#lPkfXzFuxtb3qrQ6TZffXOsZvrG3gXyA { display:block;width:19rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8828125rem;left:41rem;height:4.544275rem;color:#616161;display:block; }
#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s { 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; }#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s > .row .container { background-color: transparent; background-image: none; }#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s > .row .container > .video-iframe-container { display: none; }#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s > .row > .video-iframe-container { display: none; }#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s > .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); }#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s > .row .container { border-width: 0; border-radius: 0; }#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#FW5Rqv7QCWRxAfTNHcIHdxTV1i7T8tp1 { display:block;width:19rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8828125rem;left:1.0625rem;height:4.544275rem;color:#616161;display:block; }
#bp0tcCaMtqXusVtoONSsxn0m7Jkt1O1M { display:block;width:19rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.8828125rem;left:21.0625rem;height:4.544275rem;color:#616161;display:block; }
#r4Bbe0HF69rkaRrBsUmi4pQNozHyPeN5 { display:block;width:19rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8828125rem;left:41rem;height:4.544275rem;color:#616161;display:block; }
#ruShlz9DA8sAv2wP483RhFZGAFAFs67V { 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; }#ruShlz9DA8sAv2wP483RhFZGAFAFs67V > .row .container { background-color: transparent; background-image: none; }#ruShlz9DA8sAv2wP483RhFZGAFAFs67V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruShlz9DA8sAv2wP483RhFZGAFAFs67V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruShlz9DA8sAv2wP483RhFZGAFAFs67V > .row .container > .video-iframe-container { display: none; }#ruShlz9DA8sAv2wP483RhFZGAFAFs67V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruShlz9DA8sAv2wP483RhFZGAFAFs67V > .row > .video-iframe-container { display: none; }#ruShlz9DA8sAv2wP483RhFZGAFAFs67V > .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); }#ruShlz9DA8sAv2wP483RhFZGAFAFs67V > .row .container { border-width: 0; border-radius: 0; }#ruShlz9DA8sAv2wP483RhFZGAFAFs67V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ruShlz9DA8sAv2wP483RhFZGAFAFs67V > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#qNpwQFy1E9g940wQrat4MNmWZmg193P5 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.5625rem;width:12.375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.65625rem;left:1.08203125rem;overflow:hidden;display:block; }
#eO0egnZRVAgrGwMoZgREl0EACbTfyLOd { display:block;width:31.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8001308441162rem;left:28.624348640442rem;height:2.2721375rem;color:#616161;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH { display:block; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { width:47.75rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #nDqiUFDqCLtgTSpATZs4GxPFUoloPaDN { width:9.9375rem;height:5.5625rem;top:0rem;left:19.031251251698rem;display:block; }
 }@media only screen and (max-width: 959px) { #sDw0p6WtH446bpDCJvgUX1766rkKEyLo { width:8rem;height:4.4375rem;top:2.9375rem;left:33.904296875rem;display:block; }
 }@media only screen and (max-width: 959px) { #n2puKJOzxSSN4ylgElz6AgOvtKZ6lPas { width:47.75rem;height:5.75rem;top:20.5rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 959px) { #x7Z7JSdFiVMpfT8FEmaE9Mkn2oS8Gs86 { width:47.75rem;height:1.4625rem;top:21.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #W5avXaEJJJ5fXsAVVWMBoBoTQUTGvATB { width:47.75rem;height:2.025rem;top:22.836589813233rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-regular-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-text { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-text {padding-top: 0; padding-bottom: 0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-textarea { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-select { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-size:0.875rem;overflow:hidden;height:2rem;color:#161616;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-select {padding-top: 0; padding-bottom: 0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;width:0.8125rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-button { width:12.875rem;margin-top:0.25rem;margin-right:4.3125rem;margin-bottom:0.25rem;margin-left:4.3125rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-checkbox-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-weight:400;font-style:normal;line-height:1;overflow:hidden;height:auto; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-container:first-of-type{padding-top:0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-container:last-of-type{padding-bottom:0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz  { width:21.5rem;height:auto;top:27.125rem;left:12.000000298023rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .radio-container { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz {display:block;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz { width:21.5rem;height:auto;top:27.125rem;left:12.000000298023rem; }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #tGDmtAFqllyetlS9T0fwOyfk2mNH8JDx {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #EFvnuofdR4o17Oyco1LNPK1CTa5kXtlm { display:none; }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #TURF3L7DTIoVa9AEtKQxQFqcIdDTT7Mw {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #rPU99MeFG2pgJwSv6Te0EeBZdSG5Q5lw {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #iwgDb4FzkDXANdmgIQXQTeo1lvndZ3LH { display:none; }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #ES5AL1lx3lSLIzETadV1Pdtpr5rZD98J {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #qSezEuotJd5LNFlT9aqx4APWFB33pmqx {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #Xp3QyRolTIz7gCMBXIqc6lbJqqnlFkTN { display:none; }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #ehmVCpOdZQeOTOvErrsW7BCKwD5edfyD {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #BkHU2Z7yLH4pEwEvHR11WNeTmn4D9Bd6 {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #HoPqqdem9tnvkURmRhmzUyQP62Bl8iNf { display:none; }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #rgeleD4qrp08F3U7iaJAEK5eEpKJnTBo {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #JikTyw7V7ZmifIFTUUreVlhzdUSgWQ8f {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #nPdxHW8ephKSt3cKZwkupBHRhZGvkQAJ {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #qZwTp6qIohilQCWEXLyW2lb1wTLf8URd {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #gtd7KKHWTlmgiHn3q0n7suPBDP3T12aH {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #yk1hHBSny4r8zN1Zu4WMSpGtDToKhKCf {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #O4FmcFwJO4BpAGfFUVGvyDQhrp3dgAKH {  }
 }@media only screen and (max-width: 959px) { #K8xpWpOlL91kL8Slw6WgWVfwlJ0qcBtf { display:block; }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #F2CP91WsB1hXkrdoCkni4u0fWM7evepa {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #TaDq6mdzvEERm5g3WXtSxMXBPXTmfhsX {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #Ni6oDlO3QgF0aBNrUCTTt5wipSdsuGKc {  }
 }@media only screen and (max-width: 959px) { #MiGIa1gEIooTuOyyLJpxaUEusIfX4oGf { display:block; }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #tJyZmDV9ZOK3uquKaeKzbbFTynCaIsci {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #VXPKixHsvnpZwOzhiO9yT9wbfVvD9DcW {  }
 }@media only screen and (max-width: 959px) { #M638ztNThK68NTGoRQ3hk36HHi6aVro1 { display:block; }#M638ztNThK68NTGoRQ3hk36HHi6aVro1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #aTtUQHroXQPSQ9DZGIoUnMBhQTvhX426 { width:47.75rem;height:2.4375rem;top:1.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #dQzJwxBLyGFkwx9FipDJCcntf7LMweUa { width:47.75rem;height:3.4125rem;top:4.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #FDkPttugviTx5VEd9gERLQQ1giNv62Tw { display:none; }#FDkPttugviTx5VEd9gERLQQ1giNv62Tw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #DbQIWioeK0VAaOOE7JZ5LdmoladDUUww { width:14.375rem;height:5rem;top:2.1875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #tOkGaPP1I9T4N0UtJGTU5VywXsIlSXF3 { display:block; }
 }@media only screen and (max-width: 959px) { #KzznrIusOGMzshS6XGFZadNZbZ4nxqiZ { width:14.375rem;height:5rem;top:2.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vpAIy3ZnR9BVlwSTblBkpUqwEN7RNInr { display:block; }
 }@media only screen and (max-width: 959px) { #FpgIEeAtsrED06WSsn037Jpyi0SiBMMw { display:none; }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row .container { width:47.75rem;height:27.4375rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #coX0TW44Z7FzfnNs3mAsuPRmgWccTOsg { width:47.75rem;height:2.4375rem;top:1.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #T29P4D79qoHvJ25nO9nukJ7Z4eHLIbxm { width:47.75rem;height:2.2747375rem;top:4.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #WTl82qqoFQIyWMZabynBhBD99UiwJIqP { width:10rem;height:10rem;top:8.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #vLoi51xiuPVZPTIcJzWkhanXzp6neVHc { width:10rem;height:10rem;top:8.75rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 959px) { #QpTvGr2kg9Uga1aNpUIJgDAD7viCC8l3 { width:10rem;height:10rem;top:8.75rem;left:24.84375rem;display:block; }
 }@media only screen and (max-width: 959px) { #IJH4U71TS4J1smnKILBpiu5nt34rZ63R { width:10rem;height:10rem;top:8.75rem;left:36.78125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MCoI55bKshcLwdRzGNAuttlaEgwJ6Wdy { width:11.875rem;height:1.19986875rem;top:20.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #RpK48s4hvKqbBbicnIWiGH7ipnRKEIKB { width:11.875rem;height:1.19986875rem;top:20.25rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #SBgeRDsZwriCSl66SFH8SmJW6ba6fMaw { width:11.875rem;height:1.19986875rem;top:20.25rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #w2gJrmsi4BxozsSKdgkVPbvmCIeiOnzB { width:11.875rem;height:1.19986875rem;top:20.25rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #vL96q25wyEmw2LUT7hfGT3TxzrQtl17s { width:11.875rem;height:4.19791875rem;top:21.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #d1OGLxHngNt7PI1EXUrnx3RlSH4kK5ZX { width:11.875rem;height:4.19791875rem;top:21.75rem;left:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Zv86ra8FFUbUrOq68E9BflbK0CKdzDhN { width:11.875rem;height:4.19791875rem;top:21.75rem;left:23.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #XgVBUUQBOMVtToBKsJ65ATK9VWMdw44b { width:11.875rem;height:5.24739375rem;top:21.75rem;left:35.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 { display:none; }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #R38OLXBJCFB2Ql0OqvzzknBuw9cTK7UA { width:47.75rem;height:2.4375rem;top:1.53125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #KM78WqEVqROTAqC0Q91ltEmtymG4KSqN { background-color:#ffffff;background-image:none;display:none; }#KM78WqEVqROTAqC0Q91ltEmtymG4KSqN > .row .container { width:47.75rem;height:51.9375rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #xBqrB1B0VI3Kk5WdDvSlZgip867Eb4Ve { width:9.375rem;height:9.375rem;top:0rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #bPT4TsVzlCtH2hKG2PTXPfxUqrUI5hdF { width:9.375rem;height:9.375rem;top:0rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #NBAkXFaqrnwPu25fxmtRNr6BtNAE90TI { width:9.375rem;height:9.375rem;top:13.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #b7p9Twi2NH4DTNX3AbxeJaPSh2kgS3Dr { width:9.375rem;height:1.29980625rem;top:9.375rem;left:13.812500298023rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #qMopVZvOcGGqlDFt0X6ZJGPEvt4asiEQ { width:9.375rem;height:1.13736875rem;top:10.674478530884rem;left:13.812500298023rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #W2l537gsmN7ihXrMd3xApDf1btnqXTtL { width:9.375rem;height:1.29980625rem;top:9.375rem;left:24.375001251698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #gSOanLGcIFAQptQF9uxTQIp0LZrpy8Dt { width:9.375rem;height:1.13736875rem;top:10.674478530884rem;left:24.375001251698rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #eA4P7ISHe4vTsTazzcLJhlPvp7cdSZ80 { width:9.375rem;height:9.375rem;top:13.3125rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #GRNqZU3QqE4x2pAR9HsgI52lQ0Je1zt0 { width:9.375rem;height:9.375rem;top:13.3125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 959px) { #F9OA9lR4sU1TXi2vQIhNZZcrTC7TJeZF { width:9.375rem;height:1.29980625rem;top:22.6875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #wC6fqzu4NZ4Erls7UDkt02Zh9FQTa1gR { width:9.375rem;height:1.13736875rem;top:49.1875rem;left:23.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #GEqpMBuVZPHhiccQQ6qtvubn7kfLS79e { width:9.375rem;height:1.29980625rem;top:22.6875rem;left:33.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #nRN8M2ZSqAN5ByHPP1RgGVdPaAyfAfMk { width:9.375rem;height:1.29980625rem;top:22.6875rem;left:24rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #NM52W0PToPPtlrq9tWn2fWTCGra7E4cd { width:9.375rem;height:1.13736875rem;top:23.9873046875rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bQS0intVVOpKXyKbVGHluCeQ7C1DTTHr { width:9.375rem;height:1.13736875rem;top:23.875rem;left:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #pJpGyoV7knk35eNmr1mt741zTVTaWdlU { width:9.375rem;height:9.375rem;top:13.3125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #uShAfn7asbmeodpunQUFJLREtwpKHtkH { width:9.375rem;height:1.29980625rem;top:22.6875rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ki7TNI0PwcdDbdPrPXDBfzIWGyOWdynr { width:9.375rem;height:1.13736875rem;top:23.875rem;left:14.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #PTBh70L65aXeizVIkqTmR7qG9yWmaZZ3 { width:9.375rem;height:9.375rem;top:26.3125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #VDWWOGMRgZruvpcmTH1MBLiaVHH4SuFg { width:9.3730625rem;height:1.29980625rem;top:35.6875rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #dTkfqw8Mdhoiqt2p8aEKz6c7C2leGgso { width:9.3730625rem;height:1.13736875rem;top:37rem;left:19.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #nXQ4EZcdyC4JrMQ8HTTBmcQFdeszNcCS { width:9.375rem;height:9.375rem;top:26.3125rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #aKmDufETQMJNBpNQWkB9xh1byWFNa5TV { width:9.375rem;height:1.29980625rem;top:35.6875rem;left:19.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #hZiQZyiIBUy9BdzKM2vlSMfCFy2KvA73 { width:9.37425rem;height:1.13736875rem;top:24rem;left:24.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #DomIS5494R2b2nVzlbkUKTIVIbsQoApD { width:9.375rem;height:9.375rem;top:26.3125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #g7LVwCeUBb8gacDAPWnTs6m3bgBQZWhT { width:9.375rem;height:1.29980625rem;top:35.6875rem;left:28.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #s1241g1DZK1RtLbLk37DDFkrtRsd2deB { width:9.3730625rem;height:1.13736875rem;top:37rem;left:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #gz2OJvCMGwcq6PHU3THpoExCn52voISn { width:9.375rem;height:9.375rem;top:38.6875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #WCttZ8BsRSkzgdMwH0wM38h8ASE2I0kc { width:9.375rem;height:9.375rem;top:38.6875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 959px) { #f1U4PWxgWVsSNR27ZnF4lUis7TOCqvgM { width:9.3730625rem;height:1.29980625rem;top:48.0625rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #WO9bokIRDmekq73ssnaTDw4JGm8M2aKr { width:9.3730625rem;height:1.29980625rem;top:48.0625rem;left:24rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #yayWgPhDE31iMGBsI1Ux3dSwsHoQ4rlE { width:9.3730625rem;height:1.13736875rem;top:49.1875rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bAeT9fC98EZHx7BS9AsDNsID0FOc1rVQ { width:9.3730625rem;height:1.13736875rem;top:37rem;left:28.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #KvDHELmXT71lNyo9DcGiGNe529QWVmq0 { display:none; }#KvDHELmXT71lNyo9DcGiGNe529QWVmq0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #EsX8WLh2VRhkOvoHrzBTai0oxI9oBrBz { width:47.75rem;height:2.4375rem;top:1.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #u4rm9xuKd8ktole8tnyHrQ1ST3U8saQP { display:none; }#u4rm9xuKd8ktole8tnyHrQ1ST3U8saQP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #UPHnFWA6hRiiTFxhbRf7uTDTFtC6UyM3 { width:12.875rem;height:5.0625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #zTmu4cKmMn602Us9GCxLzPrQ5dg418ZR { width:11.0625rem;height:3.5625rem;top:1.8125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #CbJaN455FhfU002FN4kLU6ob6O8ONBfT { width:9.9375rem;height:4.1875rem;top:1.4375rem;left:25.28125rem;display:block; }
 }@media only screen and (max-width: 959px) { #I9sgV6sv4RRuEI4q8UoTD22uQ1zZNvVQ { width:10.75rem;height:3.5625rem;top:3.03125rem;left:36.40625rem;display:block; }
 }@media only screen and (max-width: 959px) { #FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo { display:none; }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo > .row .container { width:47.75rem;height:34.3125rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #TuaAahdD9q6F4ABRkvyi8k8fJWQR06Je { width:43.75rem;height:4.0625rem;top:18.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #xoRtmZs6nrwa7zuhsBsdRbUEMg229Phv { width:41.3125rem;height:3.41210625rem;top:18.5rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #tvIkuHTFZGWss46R0GmKJ6TpgtpfwTAu { width:43.75rem;height:6.0625rem;top:11.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #SBivP4TJGcPESzcepx53QLsL6IHR0MZn { width:41.3125rem;height:5.68685rem;top:11.75rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iKxVstpTEJK5Q9eEB6r2OACHWMTydtmM { width:41.3125rem;height:3.41210625rem;top:23.375rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #v4CUDvCltK5FJpAMDnIB5gsFUA00iDpy { width:41.3125rem;height:4.54948125rem;top:5.8125rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iWcQBvymmiXlbeT7uERcVsbEhUWd34GJ { width:43.75rem;height:5.125rem;top:5.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #IADlQQZsexW0Ths7OaKABGJTP5ssGQt0 { width:43.75rem;height:4.1875rem;top:22.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #G3vIuEIShhBUJvEPqA8HTv5dZrNG7Ird { width:47.75rem;height:2.4375rem;top:1.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iT3QNUlWA1hnDHbBNT06zUfuExryI17X { width:41.3125rem;height:3.41210625rem;top:28.1875rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #V05SS5MTGEQDXgUNQzVWEmo5hvOTVq4Z { width:43.75rem;height:4.4375rem;top:27.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #e47nAEEww9pbCDr4DzgXsobPX0OVguPP { display:block; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row .container { width:47.75rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Eduu5ETpazUp6DQ1QnSpqLZvc5KNT0dI { width:25.5625rem;height:25.5625rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #mbIxTx0pof5Et7y4hLX4hxBli8oILfBs { width:11.125rem;height:11.125rem;top:19.75rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iz9ZPxEJ3ZDBKzkZpO769Nah1tPRt6JR { width:11.125rem;height:11.125rem;top:19.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #hJqokz9aWhCyeHdkRpVNd1hC8I9NzP7v { width:25.5625rem;height:25.5625rem;top:5.3125rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TeVBMQxFUNwsIUUPzfllX4aip1vhe4Q1 { width:47.75rem;height:2.4375rem;top:1.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #XUPu2HHBxUcPxT8ki2HdPUMViHm5yOt8 { width:12.75rem;height:12.75rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #HHT8CyBrreisGH3fbQJqqbLIqW3RJU5r { width:12.75rem;height:12.75rem;top:30.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #T1IdPvFQGgCxPOZdMousTXQL1StMkzyB { width:14.375rem;height:5rem;top:34.75rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #uF6g0ZtCbX6z2vx97sRwPJBSJPxUy3yL { display:block; }
 }@media only screen and (max-width: 959px) { #JqMgbRuVaeodopGW2JDiyq3HPHHV7J9Z { width:25.5625rem;height:25.5625rem;top:5.3125rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #z8KSLkyd5eTSpFfOs3ErDqipASC5dqXf { display:block; }#z8KSLkyd5eTSpFfOs3ErDqipASC5dqXf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #fxDLuLw7zy7braMLDfnBnEHp06Tllhiv { width:47.75rem;height:2.4375rem;top:1.53125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Eb09XF1WMSoZO2lCGmJRida5KkwUM3Xd { display:block; }#Eb09XF1WMSoZO2lCGmJRida5KkwUM3Xd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lDo8rKuNIxnC7yVTfHeVTCw4wVFp9ALT { width:30.375rem;height:17.0625rem;top:2.5rem;left:8.6875009536744rem;display:block; }
 }@media only screen and (max-width: 959px) { #Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G { display:block; }#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G > .row .container { width:47.75rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #DGpRSVXXuHCaRuRzs6mUMxgCiz74mV70 { width:43.75rem;height:2.275rem;top:4.8118491172791rem;left:2.0000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #XVrKHet8Kn711UGLcy8unTzQWULLitmX { width:47.75rem;height:2.4375rem;top:2.3749980926514rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vqlOybJ3s4nzgFJrx3AlES6v3Sy0TneV { display:block; }#vqlOybJ3s4nzgFJrx3AlES6v3Sy0TneV > .row .container { width:47.75rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #bACqLqQtp4Zo1e9vzEZXhfGM2lz2PlpV { width:13.75rem;height:1.8125rem;top:9.5rem;left:1.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 959px) { #RFo2bHfzG1JAvM1BWMlPvc8TEacfr3PT { width:13.75rem;height:13.75rem;top:0rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #NoOEbJ4RUOEPOT1tFzRtXDKvybsRNUHL { width:13.75rem;height:1.4625rem;top:9.75rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TMen0QG2HkTgIioepeiO3rNA3yCxC6Kx { width:13.75rem;height:1.8125rem;top:9.5rem;left:17.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 959px) { #ExCPB709zgRLTNCZ70yg2vvJWsOTsM3t { width:13.75rem;height:13.75rem;top:0rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #cxDV59OvUaOVt8GkyCJ1yhK17kVNSGAO { width:13.75rem;height:13.75rem;top:0rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #qAWG2wC51KBxaRQ6MhvLFUWXMzfQ6HeW { width:13.75rem;height:1.4625rem;top:9.6875rem;left:32.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TFOXJq8bX2mGyvGIuntukV2u7820ibSt { width:13.75rem;height:1.8125rem;top:9.5rem;left:32.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 959px) { #iQIEFOWecno0QleP3aVqGemWpCK2nTMq { width:13.75rem;height:1.4625rem;top:9.75rem;left:17.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #cAEtdXqdxKH3QQlhkvJ2xbHUA2W2Ra08 { width:13.75rem;height:13.75rem;top:15.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #AZvwnW1NUuFryHyp2ng5fOhPuEkXUneF { width:13.75rem;height:1.4625rem;top:25rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #O7b8bhSzcUvyO8CVpfBuVPuvwblVscnH { width:13.75rem;height:1.8125rem;top:24.82421875rem;left:1.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 959px) { #XcmhfGgVGuIyVz6ydv3wHtzF2F4Q4TMm { width:13.75rem;height:13.75rem;top:15.375rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #f4Gi8kI4SrtzQfNplgnPDkUbcDJhynXU { width:13.75rem;height:1.4625rem;top:25rem;left:17.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #RzFc8kL9D2Tt1ngBb44zkQlhCcbdwREm { width:13.75rem;height:1.8125rem;top:24.82421875rem;left:17.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 959px) { #BlpRxMElk3xfyfPNiWonyGv0GPlLrzzB { width:13.75rem;height:13.75rem;top:15.375rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #RnqeZXLstKpdFvMlvxUGAFHTXCxAxHfe { width:13.75rem;height:1.8125rem;top:24.82421875rem;left:32.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15018;display:block; }
 }@media only screen and (max-width: 959px) { #lCb5iTSoRVtuhTXW50UyKhGnmvgkOhox { width:13.75rem;height:1.4625rem;top:25rem;left:32.6875rem;font-size:1.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 959px) { #crGuO4Pmq6bcApcXQXlealg9Iz21BMHI { width:13.75rem;height:13.75rem;top:30.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #utlHCvP7z3mdvM68DvKIJux9tOM4k7OJ { width:13.75rem;height:13.75rem;top:30.875rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #RR7Tm24HKw3IzRUdC5VysD47zVNSsHua { width:13.75rem;height:1.4625rem;top:39.111980438233rem;left:17.312501251698rem;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 959px) { #xDz7gAsVtIP35dKQqBJOAKAfz3MEe8RX { width:13.75rem;height:1.8125rem;top:38.9375rem;left:17.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 959px) { #qI2TnHhsOTDwfdR669qRJIctinFzqchs { width:13.75rem;height:1.4625rem;top:39.3125rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #efvKTJhJFbkpztNt74xcr7wEynSq8ZOB { width:13.75rem;height:1.8125rem;top:39.0625rem;left:1.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 959px) { #JmdibKa6zyntWn6TVyVH2DORoGGZFWch { width:13.75rem;height:13.75rem;top:30.875rem;left:32.812501251697rem;display:block; }
 }@media only screen and (max-width: 959px) { #Rvwfy9zqhDF5LUF1gPKdAi7lVgEqLT0T { width:13.75rem;height:1.8125rem;top:38.9375rem;left:32.812501251697rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 959px) { #vwCTTbuuBAta0BvGBxOwwNbAEs5vuFs1 { width:13.75rem;height:1.4625rem;top:38.9375rem;left:32.875001251697rem;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 959px) { #mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT { display:block; }#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT > .row .container { width:47.75rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GvCA3ZeWHMNZD99MiLmOcWZ6dxx1mqmh { width:15.875rem;height:4.55rem;top:1.630859375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #hgVQuZNTx7U2GNr4iduTwc6ru2Wzy5dh { width:15.875rem;height:4.55rem;top:1.630859375rem;left:15.916667282581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LQbEF2L4kUPfXDHZXOFRkfTgOlmgtnZW { width:15.875rem;height:4.55rem;top:1.630859375rem;left:31.833333313465rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 { display:block; }#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 > .row .container { width:47.75rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qRNVM0FXfVlafBbX935MUBa9gq5PTb7m { width:15.875rem;height:4.55rem;top:1.630859375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zPRoXTNuk6L0vS9At5LWQEeb60WCQmrn { width:15.875rem;height:4.55rem;top:1.630859375rem;left:15.916667282581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #lPkfXzFuxtb3qrQ6TZffXOsZvrG3gXyA { width:15.875rem;height:4.55rem;top:1.630859375rem;left:31.833333313465rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s { display:block; }#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s > .row .container { width:47.75rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #FW5Rqv7QCWRxAfTNHcIHdxTV1i7T8tp1 { width:15.875rem;height:4.55rem;top:1.630859375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bp0tcCaMtqXusVtoONSsxn0m7Jkt1O1M { width:15.875rem;height:4.55rem;top:1.630859375rem;left:15.916667282581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #r4Bbe0HF69rkaRrBsUmi4pQNozHyPeN5 { width:15.875rem;height:4.55rem;top:1.630859375rem;left:31.833333313465rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ruShlz9DA8sAv2wP483RhFZGAFAFs67V { display:block; }#ruShlz9DA8sAv2wP483RhFZGAFAFs67V > .row .container { width:47.75rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qNpwQFy1E9g940wQrat4MNmWZmg193P5 { width:10.4375rem;height:3.8125rem;top:2.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #eO0egnZRVAgrGwMoZgREl0EACbTfyLOd { width:27.625rem;height:2.275rem;top:2.7994689941406rem;left:20.125rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8dc556cd-0362-42d8-a1d2-5544f441985f/MicrosoftTeamsimage6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .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); } }@media only screen and (max-width: 763px) { #ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH { background-color:transparent;background-image:none;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; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { background-color: transparent; background-image: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container > .video-iframe-container { display: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container { display: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .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); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { border-width: 0; border-radius: 0; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDqiUFDqCLtgTSpATZs4GxPFUoloPaDN { width:8.6875rem;height:4.8125rem;top:6.7291669845581rem;left:5.6562502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDw0p6WtH446bpDCJvgUX1766rkKEyLo { width:8rem;height:4.4375rem;top:0rem;left:11.999348938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2puKJOzxSSN4ylgElz6AgOvtKZ6lPas { width:20rem;height:7.75rem;top:13.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #x7Z7JSdFiVMpfT8FEmaE9Mkn2oS8Gs86 { width:18.75rem;height:2.4375rem;top:14.65625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5avXaEJJJ5fXsAVVWMBoBoTQUTGvATB { width:20rem;height:1.8rem;top:17.65625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:roboto; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-text {padding-top: 0; padding-bottom: 0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:roboto; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-weight:400;font-style:normal;height:2rem;font-size:0.875rem;overflow:hidden;color:#161616; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-select {padding-top: 0; padding-bottom: 0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.5rem;color:#fdfdfd;background-color:#ff9d6c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]:-moz-placeholder { color:#161616;font-family:roboto;font-weight:400;font-style:normal;font-size:0.875rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]::-moz-placeholder { color:#161616;font-family:roboto;font-weight:400;font-style:normal;font-size:0.875rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:roboto;font-weight:400;font-style:normal;font-size:0.875rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:roboto;font-weight:400;font-style:normal;font-size:0.875rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff;line-height:1;overflow:hidden;height:auto; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz  { width:17.5rem;height:auto;top:21.0625rem;left:0rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz {display:block;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz { width:17.5rem;height:auto;top:21.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #tGDmtAFqllyetlS9T0fwOyfk2mNH8JDx {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #EFvnuofdR4o17Oyco1LNPK1CTa5kXtlm { display:none; }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #TURF3L7DTIoVa9AEtKQxQFqcIdDTT7Mw {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #rPU99MeFG2pgJwSv6Te0EeBZdSG5Q5lw {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #iwgDb4FzkDXANdmgIQXQTeo1lvndZ3LH { display:none; }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #ES5AL1lx3lSLIzETadV1Pdtpr5rZD98J {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #qSezEuotJd5LNFlT9aqx4APWFB33pmqx {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #Xp3QyRolTIz7gCMBXIqc6lbJqqnlFkTN { display:none; }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #ehmVCpOdZQeOTOvErrsW7BCKwD5edfyD {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #BkHU2Z7yLH4pEwEvHR11WNeTmn4D9Bd6 {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #HoPqqdem9tnvkURmRhmzUyQP62Bl8iNf { display:none; }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #rgeleD4qrp08F3U7iaJAEK5eEpKJnTBo {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #JikTyw7V7ZmifIFTUUreVlhzdUSgWQ8f {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #nPdxHW8ephKSt3cKZwkupBHRhZGvkQAJ {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #qZwTp6qIohilQCWEXLyW2lb1wTLf8URd {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #gtd7KKHWTlmgiHn3q0n7suPBDP3T12aH {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #yk1hHBSny4r8zN1Zu4WMSpGtDToKhKCf {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #O4FmcFwJO4BpAGfFUVGvyDQhrp3dgAKH {  }
 }@media only screen and (max-width: 763px) { #K8xpWpOlL91kL8Slw6WgWVfwlJ0qcBtf { display:block; }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #F2CP91WsB1hXkrdoCkni4u0fWM7evepa {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #TaDq6mdzvEERm5g3WXtSxMXBPXTmfhsX {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #Ni6oDlO3QgF0aBNrUCTTt5wipSdsuGKc {  }
 }@media only screen and (max-width: 763px) { #MiGIa1gEIooTuOyyLJpxaUEusIfX4oGf { display:block; }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #tJyZmDV9ZOK3uquKaeKzbbFTynCaIsci {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #VXPKixHsvnpZwOzhiO9yT9wbfVvD9DcW {  }
 }@media only screen and (max-width: 763px) { #M638ztNThK68NTGoRQ3hk36HHi6aVro1 { display:block; }#M638ztNThK68NTGoRQ3hk36HHi6aVro1 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTtUQHroXQPSQ9DZGIoUnMBhQTvhX426 { width:20rem;height:1.95rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQzJwxBLyGFkwx9FipDJCcntf7LMweUa { width:20rem;height:6.825rem;top:4.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDkPttugviTx5VEd9gERLQQ1giNv62Tw { display:none; }#FDkPttugviTx5VEd9gERLQQ1giNv62Tw > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DbQIWioeK0VAaOOE7JZ5LdmoladDUUww { width:8.0625rem;height:3.125rem;top:0rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOkGaPP1I9T4N0UtJGTU5VywXsIlSXF3 { display:block; }
 }@media only screen and (max-width: 763px) { #KzznrIusOGMzshS6XGFZadNZbZ4nxqiZ { width:6.375rem;height:3.125rem;top:0rem;left:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpAIy3ZnR9BVlwSTblBkpUqwEN7RNInr { display:block; }
 }@media only screen and (max-width: 763px) { #FpgIEeAtsrED06WSsn037Jpyi0SiBMMw { display:none; }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row .container { width:20rem;height:61.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #coX0TW44Z7FzfnNs3mAsuPRmgWccTOsg { width:20rem;height:1.94986875rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T29P4D79qoHvJ25nO9nukJ7Z4eHLIbxm { width:20rem;height:5.68685rem;top:4.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTl82qqoFQIyWMZabynBhBD99UiwJIqP { width:6.5625rem;height:6.5625rem;top:10.5625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLoi51xiuPVZPTIcJzWkhanXzp6neVHc { width:6.875rem;height:6.8125rem;top:21.625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpTvGr2kg9Uga1aNpUIJgDAD7viCC8l3 { width:7.125rem;height:7.125rem;top:34.125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJH4U71TS4J1smnKILBpiu5nt34rZ63R { width:6.875rem;height:6.8125rem;top:47.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCoI55bKshcLwdRzGNAuttlaEgwJ6Wdy { width:20rem;height:1.19986875rem;top:17.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpK48s4hvKqbBbicnIWiGH7ipnRKEIKB { width:20rem;height:1.19986875rem;top:29.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBgeRDsZwriCSl66SFH8SmJW6ba6fMaw { width:20rem;height:1.19986875rem;top:41.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2gJrmsi4BxozsSKdgkVPbvmCIeiOnzB { width:20rem;height:1.19986875rem;top:55.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL96q25wyEmw2LUT7hfGT3TxzrQtl17s { width:20rem;height:2.09895625rem;top:18.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1OGLxHngNt7PI1EXUrnx3RlSH4kK5ZX { width:20rem;height:3.1484375rem;top:30.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv86ra8FFUbUrOq68E9BflbK0CKdzDhN { width:20rem;height:3.375rem;top:43.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgVBUUQBOMVtToBKsJ65ATK9VWMdw44b { width:20rem;height:3.1484375rem;top:56.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 { display:none; }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 > .row .container { width:20rem;height:6.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R38OLXBJCFB2Ql0OqvzzknBuw9cTK7UA { width:20rem;height:3rem;top:1.59375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KM78WqEVqROTAqC0Q91ltEmtymG4KSqN { background-color:transparent;background-image:none;display:none; }#KM78WqEVqROTAqC0Q91ltEmtymG4KSqN > .row .container { width:20rem;height:187.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xBqrB1B0VI3Kk5WdDvSlZgip867Eb4Ve { width:12.5rem;height:12.5rem;top:1.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPT4TsVzlCtH2hKG2PTXPfxUqrUI5hdF { width:12.5rem;height:12.5rem;top:18.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBAkXFaqrnwPu25fxmtRNr6BtNAE90TI { width:12.5rem;height:12.5rem;top:52rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7p9Twi2NH4DTNX3AbxeJaPSh2kgS3Dr { width:12.5rem;height:1.625rem;top:14.3125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMopVZvOcGGqlDFt0X6ZJGPEvt4asiEQ { width:12.5rem;height:1.4622375rem;top:15.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2l537gsmN7ihXrMd3xApDf1btnqXTtL { width:12.5rem;height:1.625rem;top:30.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSOanLGcIFAQptQF9uxTQIp0LZrpy8Dt { width:12.5rem;height:1.4622375rem;top:32.3125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA4P7ISHe4vTsTazzcLJhlPvp7cdSZ80 { width:12.5rem;height:12.5rem;top:85.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRNqZU3QqE4x2pAR9HsgI52lQ0Je1zt0 { width:12.5rem;height:12.5rem;top:69rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9OA9lR4sU1TXi2vQIhNZZcrTC7TJeZF { width:12.5rem;height:1.625rem;top:64.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC6fqzu4NZ4Erls7UDkt02Zh9FQTa1gR { width:12.5rem;height:1.4622375rem;top:66rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEqpMBuVZPHhiccQQ6qtvubn7kfLS79e { width:12.5rem;height:1.625rem;top:98.375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRN8M2ZSqAN5ByHPP1RgGVdPaAyfAfMk { width:12.5rem;height:1.625rem;top:81.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM52W0PToPPtlrq9tWn2fWTCGra7E4cd { width:12.5rem;height:1.4622375rem;top:99.875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQS0intVVOpKXyKbVGHluCeQ7C1DTTHr { width:12.5rem;height:1.4622375rem;top:83rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJpGyoV7knk35eNmr1mt741zTVTaWdlU { width:12.5rem;height:12.5rem;top:34.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uShAfn7asbmeodpunQUFJLREtwpKHtkH { width:12.5rem;height:1.625rem;top:47.4375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki7TNI0PwcdDbdPrPXDBfzIWGyOWdynr { width:12.5rem;height:1.4622375rem;top:49.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTBh70L65aXeizVIkqTmR7qG9yWmaZZ3 { width:12.5rem;height:12.5rem;top:102.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDWWOGMRgZruvpcmTH1MBLiaVHH4SuFg { width:12.5rem;height:1.625rem;top:115.375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTkfqw8Mdhoiqt2p8aEKz6c7C2leGgso { width:12.5rem;height:1.4622375rem;top:117rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXQ4EZcdyC4JrMQ8HTTBmcQFdeszNcCS { width:12.5rem;height:12.5rem;top:119.64908981323rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKmDufETQMJNBpNQWkB9xh1byWFNa5TV { width:12.5rem;height:1.625rem;top:132.1484375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZiQZyiIBUy9BdzKM2vlSMfCFy2KvA73 { width:12.49925rem;height:1.4622375rem;top:133.7734375rem;left:3.748046875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DomIS5494R2b2nVzlbkUKTIVIbsQoApD { width:12.5rem;height:12.5rem;top:153.408203125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7LVwCeUBb8gacDAPWnTs6m3bgBQZWhT { width:12.5rem;height:1.625rem;top:165.908203125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1241g1DZK1RtLbLk37DDFkrtRsd2deB { width:12.5rem;height:1.4622375rem;top:150.533203125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz2OJvCMGwcq6PHU3THpoExCn52voISn { width:12.5rem;height:12.5rem;top:136.408203125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCttZ8BsRSkzgdMwH0wM38h8ASE2I0kc { width:12.5rem;height:12.5rem;top:170.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1U4PWxgWVsSNR27ZnF4lUis7TOCqvgM { width:12.5rem;height:1.625rem;top:148.908203125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO9bokIRDmekq73ssnaTDw4JGm8M2aKr { width:12.5rem;height:1.625rem;top:183.1875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yayWgPhDE31iMGBsI1Ux3dSwsHoQ4rlE { width:12.5rem;height:1.4622375rem;top:184.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAeT9fC98EZHx7BS9AsDNsID0FOc1rVQ { width:12.5rem;height:1.4622375rem;top:167.533203125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvDHELmXT71lNyo9DcGiGNe529QWVmq0 { display:none; }#KvDHELmXT71lNyo9DcGiGNe529QWVmq0 > .row .container { width:20rem;height:5.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EsX8WLh2VRhkOvoHrzBTai0oxI9oBrBz { width:20rem;height:1.94986875rem;top:1.59375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4rm9xuKd8ktole8tnyHrQ1ST3U8saQP { display:none; }#u4rm9xuKd8ktole8tnyHrQ1ST3U8saQP > .row .container { width:20rem;height:21.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UPHnFWA6hRiiTFxhbRf7uTDTFtC6UyM3 { width:11.8125rem;height:4.625rem;top:1.5rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTmu4cKmMn602Us9GCxLzPrQ5dg418ZR { width:11.0625rem;height:3.5625rem;top:6.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbJaN455FhfU002FN4kLU6ob6O8ONBfT { width:9.9375rem;height:4.1875rem;top:15.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9sgV6sv4RRuEI4q8UoTD22uQ1zZNvVQ { width:10.75rem;height:3.5625rem;top:11.375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo { display:none; }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo > .row .container { width:20rem;height:49.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TuaAahdD9q6F4ABRkvyi8k8fJWQR06Je { width:20rem;height:5.8125rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoRtmZs6nrwa7zuhsBsdRbUEMg229Phv { width:18.75rem;height:4.54948125rem;top:28.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvIkuHTFZGWss46R0GmKJ6TpgtpfwTAu { width:20rem;height:11.3125rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBivP4TJGcPESzcepx53QLsL6IHR0MZn { width:18.75rem;height:10.23630625rem;top:16rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKxVstpTEJK5Q9eEB6r2OACHWMTydtmM { width:18.75rem;height:5.68685rem;top:34.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4CUDvCltK5FJpAMDnIB5gsFUA00iDpy { width:18.75rem;height:7.96161875rem;top:6.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWcQBvymmiXlbeT7uERcVsbEhUWd34GJ { width:20rem;height:8.8125rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IADlQQZsexW0Ths7OaKABGJTP5ssGQt0 { width:20rem;height:6.8125rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3vIuEIShhBUJvEPqA8HTv5dZrNG7Ird { width:20rem;height:1.5rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iT3QNUlWA1hnDHbBNT06zUfuExryI17X { width:20rem;height:5.68685rem;top:41.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V05SS5MTGEQDXgUNQzVWEmo5hvOTVq4Z { width:20rem;height:6.75rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e47nAEEww9pbCDr4DzgXsobPX0OVguPP { background-color:#b7d8eb;background-image:url("https://images.assets-landingi.com/8RjKrekT/boxes1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP.adaptive-delivery-prevent-bg, #e47nAEEww9pbCDr4DzgXsobPX0OVguPP.lazyload, #e47nAEEww9pbCDr4DzgXsobPX0OVguPP.lazyloading { background-image: none; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row .container { background-color: transparent; background-image: none; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row .container > .video-iframe-container { display: none; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row > .video-iframe-container { display: none; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .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); }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eduu5ETpazUp6DQ1QnSpqLZvc5KNT0dI { width:10rem;height:10rem;top:13.8125rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #mbIxTx0pof5Et7y4hLX4hxBli8oILfBs { width:10rem;height:10rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz9ZPxEJ3ZDBKzkZpO769Nah1tPRt6JR { width:10rem;height:10rem;top:23.8125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJqokz9aWhCyeHdkRpVNd1hC8I9NzP7v { width:10rem;height:10rem;top:13.8125rem;left:10rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #TeVBMQxFUNwsIUUPzfllX4aip1vhe4Q1 { width:20rem;height:2.4375rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XUPu2HHBxUcPxT8ki2HdPUMViHm5yOt8 { width:10rem;height:10rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHT8CyBrreisGH3fbQJqqbLIqW3RJU5r { width:10rem;height:10rem;top:3.8125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1IdPvFQGgCxPOZdMousTXQL1StMkzyB { width:14.375rem;height:5rem;top:35.75rem;left:2.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF6g0ZtCbX6z2vx97sRwPJBSJPxUy3yL { display:block; }
 }@media only screen and (max-width: 763px) { #JqMgbRuVaeodopGW2JDiyq3HPHHV7J9Z { width:15rem;height:15rem;top:42rem;left:2.5rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #z8KSLkyd5eTSpFfOs3ErDqipASC5dqXf { display:block; }#z8KSLkyd5eTSpFfOs3ErDqipASC5dqXf > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxDLuLw7zy7braMLDfnBnEHp06Tllhiv { width:20rem;height:1.5rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Eb09XF1WMSoZO2lCGmJRida5KkwUM3Xd { display:block; }#Eb09XF1WMSoZO2lCGmJRida5KkwUM3Xd > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDo8rKuNIxnC7yVTfHeVTCw4wVFp9ALT { height:11.234567901234rem;width:20rem;top:1.7578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G { display:block; }#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGpRSVXXuHCaRuRzs6mUMxgCiz74mV70 { width:20rem;height:3.4125rem;top:3.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVrKHet8Kn711UGLcy8unTzQWULLitmX { width:20rem;height:1.5rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vqlOybJ3s4nzgFJrx3AlES6v3Sy0TneV { display:block; }#vqlOybJ3s4nzgFJrx3AlES6v3Sy0TneV > .row .container { width:20rem;height:144.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bACqLqQtp4Zo1e9vzEZXhfGM2lz2PlpV { width:13.625rem;height:1.8125rem;top:12.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFo2bHfzG1JAvM1BWMlPvc8TEacfr3PT { width:13.75rem;height:13.75rem;top:2.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoOEbJ4RUOEPOT1tFzRtXDKvybsRNUHL { width:13.8125rem;height:1.4625rem;top:13.0625rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMen0QG2HkTgIioepeiO3rNA3yCxC6Kx { width:13.625rem;height:1.8125rem;top:28.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExCPB709zgRLTNCZ70yg2vvJWsOTsM3t { width:13.75rem;height:13.75rem;top:18rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxDV59OvUaOVt8GkyCJ1yhK17kVNSGAO { width:13.75rem;height:13.75rem;top:33.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAWG2wC51KBxaRQ6MhvLFUWXMzfQ6HeW { width:13.8125rem;height:1.4625rem;top:44.375rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFOXJq8bX2mGyvGIuntukV2u7820ibSt { width:13.625rem;height:1.8125rem;top:44.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQIEFOWecno0QleP3aVqGemWpCK2nTMq { width:13.8125rem;height:1.4625rem;top:28.875rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAEtdXqdxKH3QQlhkvJ2xbHUA2W2Ra08 { width:13.75rem;height:13.75rem;top:49.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZvwnW1NUuFryHyp2ng5fOhPuEkXUneF { width:13.8125rem;height:1.4625rem;top:60.1875rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7b8bhSzcUvyO8CVpfBuVPuvwblVscnH { width:13.625rem;height:1.8125rem;top:59.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcmhfGgVGuIyVz6ydv3wHtzF2F4Q4TMm { width:13.6875rem;height:13.6875rem;top:65.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4Gi8kI4SrtzQfNplgnPDkUbcDJhynXU { width:13.8125rem;height:1.4625rem;top:75.6875rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzFc8kL9D2Tt1ngBb44zkQlhCcbdwREm { width:13.625rem;height:1.8125rem;top:75.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlpRxMElk3xfyfPNiWonyGv0GPlLrzzB { width:13.75rem;height:13.75rem;top:81.1875rem;left:3.125rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #RnqeZXLstKpdFvMlvxUGAFHTXCxAxHfe { width:13.75rem;height:1.8125rem;top:90.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCb5iTSoRVtuhTXW50UyKhGnmvgkOhox { width:13.8125rem;height:1.4625rem;top:90.75rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crGuO4Pmq6bcApcXQXlealg9Iz21BMHI { width:13.75rem;height:13.75rem;top:96.9375rem;left:3.125rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #utlHCvP7z3mdvM68DvKIJux9tOM4k7OJ { width:13.75rem;height:13.75rem;top:112.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR7Tm24HKw3IzRUdC5VysD47zVNSsHua { width:13.8125rem;height:1.4625rem;top:122.25rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDz7gAsVtIP35dKQqBJOAKAfz3MEe8RX { width:13.75rem;height:1.8125rem;top:122.07421875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI2TnHhsOTDwfdR669qRJIctinFzqchs { width:13.8125rem;height:1.4625rem;top:106.5rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efvKTJhJFbkpztNt74xcr7wEynSq8ZOB { width:13.75rem;height:1.8125rem;top:106.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmdibKa6zyntWn6TVyVH2DORoGGZFWch { width:13.75rem;height:13.75rem;top:128.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvwfy9zqhDF5LUF1gPKdAi7lVgEqLT0T { width:13.75rem;height:1.8125rem;top:137.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwCTTbuuBAta0BvGBxOwwNbAEs5vuFs1 { width:13.8125rem;height:1.4625rem;top:138.0625rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT { display:block; }#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvCA3ZeWHMNZD99MiLmOcWZ6dxx1mqmh { width:20rem;height:4.55rem;top:0rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgVQuZNTx7U2GNr4iduTwc6ru2Wzy5dh { width:20rem;height:4.55rem;top:6.0625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQbEF2L4kUPfXDHZXOFRkfTgOlmgtnZW { width:20rem;height:4.55rem;top:12.250000953674rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 { display:block; }#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRNVM0FXfVlafBbX935MUBa9gq5PTb7m { width:20rem;height:4.55rem;top:0rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPRoXTNuk6L0vS9At5LWQEeb60WCQmrn { width:20rem;height:4.55rem;top:6.0625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPkfXzFuxtb3qrQ6TZffXOsZvrG3gXyA { width:20rem;height:4.55rem;top:12.250000953674rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s { display:block; }#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FW5Rqv7QCWRxAfTNHcIHdxTV1i7T8tp1 { width:20rem;height:4.55rem;top:0rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp0tcCaMtqXusVtoONSsxn0m7Jkt1O1M { width:20rem;height:4.55rem;top:5.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4Bbe0HF69rkaRrBsUmi4pQNozHyPeN5 { width:20rem;height:4.55rem;top:12.125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruShlz9DA8sAv2wP483RhFZGAFAFs67V { display:block; }#ruShlz9DA8sAv2wP483RhFZGAFAFs67V > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qNpwQFy1E9g940wQrat4MNmWZmg193P5 { width:12.375rem;height:4.5625rem;top:3.6243495941162rem;left:3.8125002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO0egnZRVAgrGwMoZgREl0EACbTfyLOd { width:20rem;height:2.275rem;top:8.7994804382325rem;left:0rem;text-align:center;text-align-last:center;z-index:15001;font-size:0.875rem;display:block; }
 }