.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.78);background-image:url("https://images.assets-landingi.com/1KWRidNz/bg_head.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#mkZfZhMQ1tALLbR3nbUC2PnnBQ0gvF08 { color:#0079a8;display:block;width:45.5rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:24.5rem;left:0.5rem;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;display:block; }
#tmZdiGQAtWVTGlT0lqSL737uhMeWXmeB { color:#2c2c2c;display:block;width:37.4375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:11rem;left:0rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#ZkLJdhNRdXNEyuOz6DZzOxDJVqmMwvNT { color:#0079a8;display:block;width:47.1875rem;position:absolute;font-family:"open sans";font-size:5.6875rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:17.5rem;left:0rem;height:5.6875rem;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;display:block; }
#woOJcQUGvZxvEz4Xls0RU4KFNPp3E2mV { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.375rem;width:75rem;display:none; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-form-header {  }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:20.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;vertical-align:top;text-align:left;text-align-last:left; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-input-text { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(44,44,44,0.75);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:20.25rem;box-sizing:border-box;height:2.3125rem;color:#2c2c2c;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-input-text {padding-top: 0; padding-bottom: 0;}#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-textarea { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(44,44,44,0.75);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:20.25rem;box-sizing:border-box;height:4.375rem;color:#2c2c2c;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-input-select {padding-top: 0; padding-bottom: 0;}#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-input-checkbox { width:1rem;height:1rem;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; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ef5222;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.0625rem;margin-bottom:0.25rem;margin-left:3.0625rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#ffffff;width:14.125rem;height:3.4375rem;font-family:"open sans";overflow:hidden;font-style:normal; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm [class*="-text"]:-moz-placeholder { color:#2c2c2c;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm [class*="-text"]::-moz-placeholder { color:#2c2c2c;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm [class*="-text"]:-ms-input-placeholder { color:#2c2c2c;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm [class*="-text"]::-webkit-input-placeholder { color:#2c2c2c;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.4;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:21rem;overflow:hidden;font-style:normal; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .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; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-container:first-of-type{padding-top:0;}#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-container:last-of-type{padding-bottom:0;}#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100007;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;position:absolute;top:5.4375rem;left:47.1875rem; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.25rem;display:block;vertical-align:top; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm {display:block;}#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100007;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;position:absolute;top:5.4375rem;left:47.1875rem; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #XmRMwcPVe4tFGz4HOWaVo56pwqU3pauX { position:relative; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #P7yPgOD5bThv9vH19S4ZG4osauo5QCax { position:relative; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #J8pXPuqtfq4sKw83LO9DqLgSTrNpIunf { position:relative; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #cvFweLV2XNaVa9DTvxtT0peFxidoZ7Mx { position:relative; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #XyuES2TO4Btm0W9KWIQD1uF91mQWN3RF { position:relative; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #dVOoJMZ8xv8FDU0DeMnQoPrMsgGINKh4 { position:relative; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #TcLPdKaJtA4l5b5voszAGlIBWxBmsRgA { position:relative; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #uHyQIOtMmTnWR4ALT9plMZvebiAGf37C { position:relative; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #lbGJdoaHdut1tziwPuThSm3vA4JHl6n5 { position:relative; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #sPOiwsdKGdguOBsusBEqaB93iqzQl5gM { position:relative; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #LlhnG7bKtfR77NcA6baEOEmrtNKTAJit { position:relative; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #RnbXwnx4keZXLpMZEvWJuKTBeJZfZMEi { position:relative; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #TXRBKX4PPMmfqKg7LPlvxP5wizaeISyT { position:relative; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #TEwJpwudGvaffNd6q3ACTpbdTms3iq9q { position:relative; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #t7kpn9v7wXLi109XR018w23nO3K5DlfE { position:relative; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #WTcP8GSK9y9TtZvzJh2h4snPoLdHTT7q { position:relative; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #p9uGWIyFMuPo299LG8NJNSCaxEFKw7Dt { position:relative;z-index:2; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #ecxi0HDTkiR11bE4qORkR6l9RmoHV8WP { position:relative; }
#TvgVlWhPRLBqAhqpXm7zTvITRmma9v0A { position:relative;display:block; }
#yO5mINZ7sk1uo72XVlrgc3SeGAUlpm9l { position:relative;display:block; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #fqAE6QAy9GRd67nFaowtTTlWeNNrJBTU { position:relative; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #R5TU7UThq4xiT4Lvkktu5aMITeQTm6lM { position:relative; }
#EPTtKvznyuOeOvvfPchdKLJoU5F34CFm { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:5.0625rem;left:47.8125rem;height:1.19921875rem;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; }
#PJ2BTa4XhHTQcZ2QwcpgFkgU22TrmesV { position:absolute;display:block;z-index:100000;background-color:rgba(0,121,168,0.86);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:31.5625rem;width:21.9375rem;top:4.0625rem;left:47.5625rem;display:block; }
#KNZvcHkOS7xmUS64siwlG82XzEGEJ1xK { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:33.3125rem;left:49.875rem;height:1.19921875rem;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; }
#iJHELzgo4ZuFZfJSgSgwCR5G60Xgede2 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:7.75rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#nWHTQ9nrexfALO2k6J6MWd0Aw0ItMLid { background-color:#ef5222;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:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:17rem;left:28.75rem;display:none; }
#BLze46VQWAuE4Kc2Qz0ITSfcmPe95Hni { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nUEr0PIg7cdEuIbukba8mv1aM99KDCJg { background-color:#ef5222;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem -0.3125rem 1.0625rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.6875rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:36.3125rem;left:28.75rem;display:block; }
#hrLSfRGZ9ZkieDi2t9FVBBldDnszQg27 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lZIApin6fTCXrm9uaTERXVtKL8vMc15t { color:#2c2c2c;display:block;width:37.4375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:9.25rem;left:0.5rem;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;display:block; }
#pyZeUtaPdgSXgOgvdFgLOTUrGqJhnpPu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.78);background-image:url("https://images.assets-landingi.com/1KWRidNz/bg_head.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#pyZeUtaPdgSXgOgvdFgLOTUrGqJhnpPu.adaptive-delivery-prevent-bg, #pyZeUtaPdgSXgOgvdFgLOTUrGqJhnpPu.lazyload, #pyZeUtaPdgSXgOgvdFgLOTUrGqJhnpPu.lazyloading { background-image: none; }#pyZeUtaPdgSXgOgvdFgLOTUrGqJhnpPu > .row .container { border-width: 0; border-radius: 0; }#pyZeUtaPdgSXgOgvdFgLOTUrGqJhnpPu > .row > .video-iframe-container {  }#pyZeUtaPdgSXgOgvdFgLOTUrGqJhnpPu > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:none; }#h1kopAy58Be5ObzU7mf9JzwhD6MKvvXQ { color:#0079a8;display:block;width:45.5rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:24.5rem;left:0.5rem;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;display:block; }
#EppPxLtsRGXFD19TxHrTNLqtzMMWHmiH { color:#2c2c2c;display:block;width:37.4375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:11rem;left:0rem;height:4.125rem;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;display:block; }
#Vh5qB4p7T6prBqpfP3RWydJUeOeNzoox { color:#0079a8;display:block;width:47.1875rem;position:absolute;font-family:"open sans";font-size:5.6875rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:17.5rem;left:0rem;height:5.6875rem;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;display:block; }
#z1n583yC4thAbSDZufW4D09VzQKK7adZ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.375rem;width:75rem;display:none; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-form-header {  }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:20.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;vertical-align:top;text-align:left;text-align-last:left; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-input-text { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(44,44,44,0.75);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:20.25rem;box-sizing:border-box;height:2.3125rem;color:#2c2c2c;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-input-text {padding-top: 0; padding-bottom: 0;}#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-textarea { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(44,44,44,0.75);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:20.25rem;box-sizing:border-box;height:4.375rem;color:#2c2c2c;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-input-select {padding-top: 0; padding-bottom: 0;}#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-input-checkbox { width:1rem;height:1rem;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; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-input-button { border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;background-color:#ef5222;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2rem;margin-bottom:0.25rem;margin-left:2rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#ffffff;width:16.1875rem;height:3.4375rem;font-family:"open sans";overflow:hidden;font-style:normal; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x [class*="-text"]:-moz-placeholder { color:#2c2c2c;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x [class*="-text"]::-moz-placeholder { color:#2c2c2c;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x [class*="-text"]:-ms-input-placeholder { color:#2c2c2c;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x [class*="-text"]::-webkit-input-placeholder { color:#2c2c2c;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.4;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:21.6875rem;overflow:hidden;font-style:normal; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .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; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-container:first-of-type{padding-top:0;}#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-container:last-of-type{padding-bottom:0;}#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100007;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;position:absolute;top:5.4375rem;left:47.1875rem; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.25rem;display:block;vertical-align:top; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x {display:block;}#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100007;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;position:absolute;top:5.4375rem;left:47.1875rem; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #VfzcGPfOHB0IUGAMczAVnyNRLOCRxuxt { position:relative; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #ieb7LhdGXPoiGqIBkyHdg4dIFxsO4R8A { position:relative; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #DoKQfOHD7UT35bBUJIZCGatDGuOHLIEP { position:relative; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #qGTx5mIAZDRuiDGUKGxcb4QxNPuboJcB { position:relative; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #eVRmTzqb3FfTxHPymSXhztKuCEo05lGc { position:relative; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #XwaLof4Jr5XLdMAxwoVA9Tw4oQxddlH4 { position:relative; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #qR7vVfTGxhPzvF1QRad7SWnBqrTMu81E { position:relative; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #A2Q20wNCPHT0v5r28bD5AMVTtP3pCNSJ { position:relative; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #upJ8dTyJTZRC5GkfF0Dz7eMqdsMJfL9D { position:relative; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #oodSQDrMGLlq2vCKUhRR77A3tfsTcIfJ { position:relative; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #w2EpXtxgTse2UooUp80rqXeIK5caUCKO { position:relative; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #S46tGFvqGP3dxIxv2eb2LBxxFIyaL9Ih { position:relative; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #KDLGtp34rv5MuWHpscIdkB2FUTHQSQq8 { position:relative; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #NiVD0wJW22qOCamFa0kf7RkQqhuJdeZS { position:relative; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #MFvM5rEasZL9x4n5yzqt0y3Mw57EF0kW { position:relative; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #p5SBywNZvAmMgMKFDSa66tpFWgfWRhTF { position:relative; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #VAu7lywhagwXpZefR7yU79cyKeHdaR5H { position:relative;z-index:2; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #NTtLD9EIrCvvCs6uBHQ9Xsnw9zDOFleb { position:relative; }
#AhzFsTpvaTeAFvOnsgGNoIwBxWmlV2TZ { position:relative;display:block; }
#hvWBUZ5XFeTJvWTakzw0A5GATzUdHJd9 { position:relative;display:block; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #keT6acuLnT8QwxOCwVbIzCh4RW1yMZND { position:relative; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #AEuULkQTV5VOJfwi1TT0caa8GL0PIlvC { position:relative; }
#mT2pzv6Hf9vCXrDMw2sHQ1Egtw20TCSA { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:5.0625rem;left:47.8125rem;height:1.1875rem;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; }
#d3o0nO6HxyJpLzxmBCvWHyK4SBOkMelG { position:absolute;display:block;z-index:100000;background-color:rgba(0,121,168,0.86);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:31.5625rem;width:21.9375rem;top:4.0625rem;left:47.5625rem;display:block; }
#PWs4mUt1RkRoAan1xmQq9n2edCgFWRgo { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:33.3125rem;left:49.875rem;height:1.1875rem;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; }
#IW3uNAO3HW2cayaTyBuF7pSTihKJAaoT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:7.75rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#qT0RpkagJp67eGSB6ENnr05TP9x1Fuub { background-color:#ef5222;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem -0.3125rem 0.9375rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:3.6875rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:36.1875rem;left:24.65625rem;display:block; }
#GcIUUxDn8AwT4VBngIMaxRfM7KnSkPUb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#exP8eQEzbgLu9LdizU1gWDFRJCOp1hmx { background-color:#ef5222;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:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:17rem;left:28.75rem;display:none; }
#dT69k2ZApZK2NRNRbMuTSQZwhlqdMV9I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N1SXOrS9w26dv8aKgPNqC0dg5fET7rwr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#N1SXOrS9w26dv8aKgPNqC0dg5fET7rwr > .row .container { background-color: transparent; background-image: none; }#N1SXOrS9w26dv8aKgPNqC0dg5fET7rwr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1SXOrS9w26dv8aKgPNqC0dg5fET7rwr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1SXOrS9w26dv8aKgPNqC0dg5fET7rwr > .row .container > .video-iframe-container { display: none; }#N1SXOrS9w26dv8aKgPNqC0dg5fET7rwr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1SXOrS9w26dv8aKgPNqC0dg5fET7rwr > .row > .video-iframe-container { display: none; }#N1SXOrS9w26dv8aKgPNqC0dg5fET7rwr > .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); }#N1SXOrS9w26dv8aKgPNqC0dg5fET7rwr > .row .container { border-width: 0; border-radius: 0; }#N1SXOrS9w26dv8aKgPNqC0dg5fET7rwr > .row > .video-iframe-container {  }#N1SXOrS9w26dv8aKgPNqC0dg5fET7rwr > .row .container { font-size:0.875rem;font-family:arial;height:80.4375rem;width:75rem;position:relative;display:block; }#KMwr7fWM443tXkMIHB6ULFfxUp1gC4pD { color:#2c2c2c;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:2.25rem;left:18.75rem;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; }
#TQCQQv7MbmZp25NyVQ5EqXwVhVIDScGG { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:6.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:11.875rem;left:9.75rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d9Js7axS4M2xXPCyUDNzJddGEMG5Gvz1 { color:#2c2c2c;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:13.5625rem;left:21.875rem;height:1.94921875rem;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:left;text-align-last:left;display:block; }
#EcQoVXVkGkqDcuPNrwmkm6XkO1qHMwd0 { color:#2c2c2c;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.2;letter-spacing:0;top:16.125rem;left:21.875rem;height:2.69921875rem;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:left;text-align-last:left;display:block; }
#DNpG3PbTRzN3xs7CerPExzmunqWkfgmE { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50rem;width:0.125rem;top:19.375rem;left:14.0625rem;display:block; }
#ietJNTHy2V2FDTIiQUm2nxTe6HaeBscK { color:#2c2c2c;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:28.375rem;left:21.875rem;height:2.69921875rem;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:left;text-align-last:left;display:block; }
#eKDNTH7zNwEWb11Dl7v8fWTVZE92A8rT { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"open sans";font-size:6.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:24.8125rem;left:11.625rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nszn0dnP2k1F1Qwk5dgBdS94gs6nIUxA { color:#2c2c2c;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100007;line-height:1.2;letter-spacing:0;top:25.8125rem;left:21.875rem;height:1.94921875rem;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:left;text-align-last:left;display:block; }
#ktFFzE1VNsS6GSri96kLnZwbscbLOk1I { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"open sans";font-size:6.25rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:37.875rem;left:11.625rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SsJDGBUSwvBz7979K2aiEJIvBbDU8TLl { color:#2c2c2c;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100012;line-height:1.2;letter-spacing:0;top:39.375rem;left:21.875rem;height:1.94921875rem;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:left;text-align-last:left;display:block; }
#C81usCTJyh2VBeRbUUInpK32cDsCRIJo { color:#2c2c2c;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100013;line-height:1.2;letter-spacing:0;top:41.9375rem;left:21.875rem;height:2.69921875rem;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:left;text-align-last:left;display:block; }
#ZudKIan36iyCVJT7U3wbULUULTbZhW1X { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"open sans";font-size:6.25rem;font-weight:700;z-index:100015;line-height:1;letter-spacing:0;top:51.9375rem;left:11.625rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iBNnJ33k9Cq90vTphhK1xWZXaxkIzycr { color:#2c2c2c;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100016;line-height:1.2;letter-spacing:0;top:55.0625rem;left:21.875rem;height:2.69921875rem;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:left;text-align-last:left;display:block; }
#ig4fubC3b0wX73c4WQEdfPg8aVTnKJzS { color:#2c2c2c;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100015;line-height:1.2;letter-spacing:0;top:52.5rem;left:21.875rem;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:left;text-align-last:left;display:block; }
#wno9PxDWPZ5toWqTehAzhRd54vDkFlQa { color:#2c2c2c;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100017;line-height:1.2;letter-spacing:0;top:67.625rem;left:21.875rem;height:4.048825rem;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:left;text-align-last:left;display:block; }
#s8K57cx3IZWPTCGTelCLxSlW5Oa5Ddy1 { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"open sans";font-size:6.25rem;font-weight:700;z-index:100016;line-height:1;letter-spacing:0;top:65.1875rem;left:11.625rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IsxH1Mf3yQoEqdX01HVgmG9sEGT4mMaa { color:#2c2c2c;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100016;line-height:1.2;letter-spacing:0;top:65.0625rem;left:21.875rem;height:3.8984375rem;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:left;text-align-last:left;display:block; }
#s3riyWFsTDT5EWCZfTe2elyZKucRSPaw { position:absolute;display:block;z-index:100002;background-color:#00a6ea;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:9.375rem;width:9.375rem;top:11.4375rem;left:9.4375rem;display:block; }
#Xgp095e6o7LoqngvunFZaXWB4nuJm6lI { position:absolute;display:block;z-index:100003;background-color:#009ad8;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:9.375rem;width:9.375rem;top:24.375rem;left:9.4375rem;display:block; }
#tq2he8Nvmzb1kxogCyMLZqmkTyOUFqMv { position:absolute;display:block;z-index:100004;background-color:#0090c8;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:9.375rem;width:9.375rem;top:37.5rem;left:9.4375rem;display:block; }
#u9x3I774y4sLuchAi2BpDEXU1mckgiHX { position:absolute;display:block;z-index:100005;background-color:#0083b7;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:9.375rem;width:9.375rem;top:50.625rem;left:9.4375rem;display:block; }
#TfTrTyog3WMFpNq1lf7QPqR73vGQvsPg { position:absolute;display:block;z-index:100006;background-color:#0079a8;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:9.375rem;width:9.375rem;top:63.75rem;left:9.4375rem;display:block; }
#pBeK9dotRLqKgCThMvuSAFHGVuIPnIrk { color:#2c2c2c;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:4.5rem;left:18.75rem;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; }
#uQZS4LAnFi4tVpHL5NnVIsFd2DWel9eP { background-color:#ef5222;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem -0.3125rem 1.0625rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.6875rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:36.1875rem;left:24.65625rem;display:none; }
#CptIR6xBK9x9AmsH50qIP5AbwfGTV8Bi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ERMzsV7Ho9QTyeRWkKrhdfs1L7WSbTyw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;display:block; }#ERMzsV7Ho9QTyeRWkKrhdfs1L7WSbTyw > .row .container { background-color: transparent; background-image: none; }#ERMzsV7Ho9QTyeRWkKrhdfs1L7WSbTyw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERMzsV7Ho9QTyeRWkKrhdfs1L7WSbTyw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERMzsV7Ho9QTyeRWkKrhdfs1L7WSbTyw > .row .container > .video-iframe-container { display: none; }#ERMzsV7Ho9QTyeRWkKrhdfs1L7WSbTyw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERMzsV7Ho9QTyeRWkKrhdfs1L7WSbTyw > .row > .video-iframe-container { display: none; }#ERMzsV7Ho9QTyeRWkKrhdfs1L7WSbTyw > .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); }#ERMzsV7Ho9QTyeRWkKrhdfs1L7WSbTyw > .row .container { border-width: 0; border-radius: 0; }#ERMzsV7Ho9QTyeRWkKrhdfs1L7WSbTyw > .row > .video-iframe-container {  }#ERMzsV7Ho9QTyeRWkKrhdfs1L7WSbTyw > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#x0lnEpDiJ05dB5tcTc1ur2Cahc8sgflB { color:#2c2c2c;display:block;width:42.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100005;line-height:1.2;letter-spacing:0;top:3.5625rem;left:0.0625rem;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:left;text-align-last:left;display:block; }
#KLPTzikbXHpATqG3ymcoZbVa4xqm3RSI { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:15.8125rem;top:1.25rem;left:39.6328125rem;overflow:hidden;display:block; }
#MQU9GUWntcGdbOFQhOc0GhZUb0ihN0T2 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.6875rem;width:15.8125rem;top:0.96875rem;left:55.0625rem;overflow:hidden;display:block; }
#A0vxei81l2RLfgkGObr51Ki9AMM4U3NQ { color:#2c2c2c;display:block;width:42.375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:13.1875rem;left:0rem;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:left;text-align-last:left;display:block; }
#SKXbsI5MMplaMTOQuBD2TrOFvZMvThvS { color:#2c2c2c;display:block;width:42.375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100007;line-height:1.2;letter-spacing:0;top:9.5rem;left:0rem;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:left;text-align-last:left;display:block; }
#BSd390nPryGUJf8KDdzhRMpy8yxTxTTi { color:#2c2c2c;display:block;width:42.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100005;line-height:1.2;letter-spacing:0;top:3.5625rem;left:0.0625rem;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:left;text-align-last:left;display:none; }
#IcndctZeRIWMwbbXnTfECQwqwWHAyKsk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0079a8;background-image:none;position:relative;display:block; }#IcndctZeRIWMwbbXnTfECQwqwWHAyKsk > .row .container { background-color: transparent; background-image: none; }#IcndctZeRIWMwbbXnTfECQwqwWHAyKsk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcndctZeRIWMwbbXnTfECQwqwWHAyKsk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcndctZeRIWMwbbXnTfECQwqwWHAyKsk > .row .container > .video-iframe-container { display: none; }#IcndctZeRIWMwbbXnTfECQwqwWHAyKsk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcndctZeRIWMwbbXnTfECQwqwWHAyKsk > .row > .video-iframe-container { display: none; }#IcndctZeRIWMwbbXnTfECQwqwWHAyKsk > .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); }#IcndctZeRIWMwbbXnTfECQwqwWHAyKsk > .row .container { border-width: 0; border-radius: 0; }#IcndctZeRIWMwbbXnTfECQwqwWHAyKsk > .row > .video-iframe-container {  }#IcndctZeRIWMwbbXnTfECQwqwWHAyKsk > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;position:relative;display:block; }#e9aweg1QEhghh3BTnIaKl9Pf3RNtCMVn { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:3.125rem;left:18.75rem;height:2.0996125rem;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; }
#RxPmgeqZWcKrmpnT81faZOXhAA8zJDSq { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.2;letter-spacing:0;top:18.686965942382rem;left:0.3125rem;height:2.69921875rem;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; }
#gNPLNTdCQaIyTHTkTevIfbmeF0HDzoIu { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.2;letter-spacing:0;top:18.686965942382rem;left:19.0625rem;height:2.69921875rem;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; }
#J9L08FuoGKwPBn6RDuRnz0eyKpWr74lb { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100020;line-height:1.2;letter-spacing:0;top:18.686965942382rem;left:37.812496185302rem;height:2.69921875rem;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; }
#GRUy1VVA6RAWrXCXFFFPta9CRmfTF1tr { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100021;line-height:1.2;letter-spacing:0;top:18.686965942382rem;left:56.5625rem;height:2.69921875rem;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; }
#gFDzf64qUzQmooziCq6O8kKXL1lTeg45 { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:8.12233543396rem;left:4.6875rem;overflow:hidden;display:block; }
#vAy8Dox3Tnp14dFzONoxf4RnHT9GWRLl { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:8.1196727752688rem;left:23.4375rem;overflow:hidden;display:block; }
#wHeEUvTMSkBWuOhUuH8dOpTBNFFcxTK7 { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:8.1196727752688rem;left:42.186611175537rem;overflow:hidden;display:block; }
#oxa5TwohlMsp2hDxuacvxM9ofS7J55Si { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:8.1196727752688rem;left:60.9375rem;overflow:hidden;display:block; }
#KvM5kQl1qlrqsOHBgALX3ZXlAtT42BXi { border-top:0.0625rem solid rgba(255,255,255,0.15);border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;display:block; }#KvM5kQl1qlrqsOHBgALX3ZXlAtT42BXi > .row .container { background-color: transparent; background-image: none; }#KvM5kQl1qlrqsOHBgALX3ZXlAtT42BXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvM5kQl1qlrqsOHBgALX3ZXlAtT42BXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvM5kQl1qlrqsOHBgALX3ZXlAtT42BXi > .row .container > .video-iframe-container { display: none; }#KvM5kQl1qlrqsOHBgALX3ZXlAtT42BXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvM5kQl1qlrqsOHBgALX3ZXlAtT42BXi > .row > .video-iframe-container { display: none; }#KvM5kQl1qlrqsOHBgALX3ZXlAtT42BXi > .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); }#KvM5kQl1qlrqsOHBgALX3ZXlAtT42BXi > .row .container { border-width: 0; border-radius: 0; }#KvM5kQl1qlrqsOHBgALX3ZXlAtT42BXi > .row > .video-iframe-container {  }#KvM5kQl1qlrqsOHBgALX3ZXlAtT42BXi > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:block; }#HKqGbtN5HSQpLImcwIrqNTOwCrURnra9 { color:#2c2c2c;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:3.125rem;left:18.75rem;height:2.0996125rem;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; }
#BtSDwG5HxdQ3i6gcKSgPWeCMArUOnTwL { color:#2c2c2c;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.2;letter-spacing:0;top:12.25rem;left:0rem;height:1.3496125rem;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; }
#Wq2q6nyTqOAari6w3bim0NaKLlTUEGpo { color:#2c2c2c;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.2;letter-spacing:0;top:12.25rem;left:15rem;height:1.3496125rem;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; }
#tTUi3O9ctftXIkeAWZR8Rl3Nh0Kduc38 { color:#2c2c2c;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100020;line-height:1.2;letter-spacing:0;top:12.25rem;left:30rem;height:1.3496125rem;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; }
#fbldlBPDSqiuMh84ln31Tifn5R3inP2T { color:#2c2c2c;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100021;line-height:1.2;letter-spacing:0;top:12.25rem;left:45rem;height:1.3496125rem;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; }
#t9NcbN9edecKn6lZuZIV5Dfzsu6semPa { color:#2c2c2c;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100022;line-height:1.2;letter-spacing:0;top:12.25rem;left:60rem;height:1.3496125rem;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; }
#pu49omil2EVwo6BKshDLTiURSTZCxSBe { color:#0079a8;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:4.5rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:6.9375rem;left:0rem;height:5.3994125rem;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; }
#OX3ePPh2zElBm2stJfz9FOFskgKOxDRd { color:#0079a8;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:4.5rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:6.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; }
#RmTu9nSpObXyklFD3KPEhNDNv9xssduo { color:#0079a8;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:4.5rem;font-weight:700;z-index:100007;line-height:1.2;letter-spacing:0;top:6.9375rem;left:30rem;height:5.3994125rem;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; }
#RAzFdMtIIpOkgZnPi81eNLsp0buOZ1no { color:#0079a8;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:4.5rem;font-weight:700;z-index:100008;line-height:1.2;letter-spacing:0;top:6.9375rem;left:45rem;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; }
#vZr7DbrPhlwOf4nbEfrFGvZMkSkSqng4 { color:#0079a8;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:4.5rem;font-weight:700;z-index:100009;line-height:1.2;letter-spacing:0;top:6.9375rem;left:60rem;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; }
#QnQFchfbp6V4T4XT3wOdckdpHN6tddeU { background-color:#ef5222;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:17rem;left:26.3125rem;display:none; }
#ETWARhJkG6DWZmy8hRJHiDVrrTTwVNqJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZGNG3wK3tNbMF5H7T2u9OhDJ6TH2UJT1 { background-color:#ef5222;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:17rem;left:28.75rem;display:block; }
#rGg16PhIfZ0zMyIVNHIXzUIp8GTJyXch { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Dg5dX1DVs4S4asGdb160twOA05T6AUlG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Dg5dX1DVs4S4asGdb160twOA05T6AUlG > .row .container { background-color: transparent; background-image: none; }#Dg5dX1DVs4S4asGdb160twOA05T6AUlG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dg5dX1DVs4S4asGdb160twOA05T6AUlG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dg5dX1DVs4S4asGdb160twOA05T6AUlG > .row .container > .video-iframe-container { display: none; }#Dg5dX1DVs4S4asGdb160twOA05T6AUlG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dg5dX1DVs4S4asGdb160twOA05T6AUlG > .row > .video-iframe-container { display: none; }#Dg5dX1DVs4S4asGdb160twOA05T6AUlG > .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); }#Dg5dX1DVs4S4asGdb160twOA05T6AUlG > .row .container { border-width: 0; border-radius: 0; }#Dg5dX1DVs4S4asGdb160twOA05T6AUlG > .row > .video-iframe-container {  }#Dg5dX1DVs4S4asGdb160twOA05T6AUlG > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#bnZ3Xyb2J4EmGHnrWOsSWLKCva0J5vAW { color:#2c2c2c;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:3.125rem;left:18.75rem;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; }
#T5NQXVOWfFWqk0FrBTTnnTn0VICqh9RQ { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:8.3125rem;top:8.8125rem;left:42.219246031746rem;overflow:hidden;display:block; }
#vJEXwrqE0oQiKah6GDoB4i3sLhn2mXRh { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:9.1875rem;top:13.625rem;left:28.4375rem;overflow:hidden;display:block; }
#waTFOz0t9oc8E3ouvHhJ0MQ9wXZ8F6hA { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:9.1875rem;top:8.5625rem;left:32.71875rem;overflow:hidden;display:block; }
#wbJTM5momFpmNDOsRX1IHRpaCT1DcpRO { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:9.1875rem;top:13.625rem;left:9.1875rem;overflow:hidden;display:block; }
#Hz4y7FGyX68A9y7TkTCvZS2FKoutSTFJ { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:9.1875rem;top:8.4375rem;left:9.625rem;overflow:hidden;display:block; }
#FV9IFHNxtSofxovRNRw761IL3wQNIUwQ { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.12305rem;width:9.375rem;top:8.46875rem;left:26.25rem;overflow:hidden;display:block; }
#yTTcTE0EmZVf4DR1Bm2aQ8Xd2TI74etV { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:9.125rem;top:8.46875rem;left:50.375rem;overflow:hidden;display:block; }
#ICHKJli9ABSMnbF6m5ic0yt6nyMx5a6M { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:8.875rem;top:13.625rem;left:18.9375rem;overflow:hidden;display:block; }
#XONe294CB03M4ewSxvxrnwFao0ACyaB5 { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:8.8125rem;top:13.6875rem;left:38.3125rem;overflow:hidden;display:block; }
#A4LRGQ4526Hh4zs046Rh7kHr7JxlfFdp { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:8.5625rem;top:8.4375rem;left:58.4375rem;overflow:hidden;display:block; }
#s51zXIwgkeVcnEm4TNgU9WyRJ6FDqv2z { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:8.5625rem;top:13.75rem;left:48.375rem;overflow:hidden;display:block; }
#bbbVBPJ46O5EfnQOM3ThfGmFw4BWtAfC { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:8.5rem;top:13.75rem;left:59.375rem;overflow:hidden;display:block; }
#xZuGUNTGW0F54ZdC1vnbIXlpdpKDJ262 { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:8.4375rem;top:24.8427734375rem;left:50.0625rem;overflow:hidden;display:block; }
#nxl4owJIBRHf1s2tuiRz2FPfHhMdu6H3 { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.18714375rem;width:7.1244375rem;top:24.1875rem;left:60.3125rem;overflow:hidden;display:block; }
#flQ6bLfQJmLwPK4eyRh7GhTOLUd2LRgx { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:7.0625rem;top:24.25rem;left:9.5625rem;overflow:hidden;display:block; }
#SUfGAdRFUKcQJ1JmZaz7buPwMeZhLP2F { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:9.125rem;top:18.875rem;left:28.5rem;overflow:hidden;display:block; }
#QSb9GLsimcgihdAMxCzGXXsSJNTvtyvD { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:8.8125rem;top:18.875rem;left:17.125rem;overflow:hidden;display:block; }
#RJlyHQcXkvUCspWfyJEU2EITwVcxUUNo { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:8.5625rem;top:18.9375rem;left:40.25rem;overflow:hidden;display:block; }
#hRmZgtRCzhddlSlRgEVJUbrPwprXIs7L { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:8.5rem;top:19rem;left:50.9375rem;overflow:hidden;display:block; }
#WDqpKyoOyC4ThOdNIyJ40i4l3sAPGJfb { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:8.4375rem;top:19rem;left:60.0625rem;overflow:hidden;display:block; }
#sBTMpW60fGhB8ry5zpThti5xZ92o9zhu { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:7.125rem;top:24.1875rem;left:41.1875rem;overflow:hidden;display:block; }
#Bd7HWMS4gDsqgyB4oTtCdAJstVxxESVR { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:9.125rem;top:18.875rem;left:7.375rem;overflow:hidden;display:block; }
#mwuBxMWI3JFcLTz9sOD5EGQ5RzuReOqU { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:6.125rem;top:24.25rem;left:17.8125rem;overflow:hidden;display:block; }
#Uy5Mnt7zlHwBfv7p0pouvkobnpSwEraC { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:5.875rem;top:24.4375rem;left:24.625rem;overflow:hidden;display:block; }
#oQCw3Qp9q1vQP2wnTbfVQzrfMGfRishK { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:5.8125rem;top:24.5rem;left:33rem;overflow:hidden;display:block; }
#seZfPzB0uTkKZet7rJ4tfQg7XKB3Mh3K { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:8.5625rem;top:8.125rem;left:19.5rem;overflow:hidden;display:block; }
#gWFELaxovx1zTnRsoiNgpaTPrTtSe3ZN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;display:block; }#gWFELaxovx1zTnRsoiNgpaTPrTtSe3ZN > .row .container { background-color: transparent; background-image: none; }#gWFELaxovx1zTnRsoiNgpaTPrTtSe3ZN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWFELaxovx1zTnRsoiNgpaTPrTtSe3ZN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWFELaxovx1zTnRsoiNgpaTPrTtSe3ZN > .row .container > .video-iframe-container { display: none; }#gWFELaxovx1zTnRsoiNgpaTPrTtSe3ZN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWFELaxovx1zTnRsoiNgpaTPrTtSe3ZN > .row > .video-iframe-container { display: none; }#gWFELaxovx1zTnRsoiNgpaTPrTtSe3ZN > .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); }#gWFELaxovx1zTnRsoiNgpaTPrTtSe3ZN > .row .container { border-width: 0; border-radius: 0; }#gWFELaxovx1zTnRsoiNgpaTPrTtSe3ZN > .row > .video-iframe-container {  }#gWFELaxovx1zTnRsoiNgpaTPrTtSe3ZN > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#XqyKEW8QSyMTvKefH6qLy7cgyF8NXo3f { color:#2c2c2c;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:3.125rem;left:18.75rem;height:2.0996125rem;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; }
#mikwIlp2237rFahIrkTGSiCFZ6pK7EJQ { position:absolute;display:block;z-index:100024;height:7.1875rem;width:62.5rem;top:14.4375rem;left:6.25rem;display:block; }
#wQanuWdCTsL3iiJQd2uzoWtm2HWSSl7F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wQanuWdCTsL3iiJQd2uzoWtm2HWSSl7F > .row .container { background-color: transparent; background-image: none; }#wQanuWdCTsL3iiJQd2uzoWtm2HWSSl7F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQanuWdCTsL3iiJQd2uzoWtm2HWSSl7F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQanuWdCTsL3iiJQd2uzoWtm2HWSSl7F > .row .container > .video-iframe-container { display: none; }#wQanuWdCTsL3iiJQd2uzoWtm2HWSSl7F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQanuWdCTsL3iiJQd2uzoWtm2HWSSl7F > .row > .video-iframe-container { display: none; }#wQanuWdCTsL3iiJQd2uzoWtm2HWSSl7F > .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); }#wQanuWdCTsL3iiJQd2uzoWtm2HWSSl7F > .row .container { border-width: 0; border-radius: 0; }#wQanuWdCTsL3iiJQd2uzoWtm2HWSSl7F > .row > .video-iframe-container {  }#wQanuWdCTsL3iiJQd2uzoWtm2HWSSl7F > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#BOPUwhm6qWW04xRRQFVn5Oe8Xm1DV4aQ { position:absolute;display:block;z-index:100008;height:23.9994375rem;width:62.5rem;top:7.5204186439512rem;left:6.25rem;display:block; }
#OE0GVQNktFmu1DmIhzEv2QO6T9imKpKq { color:#2c2c2c;display:block;width:31.3125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100007;line-height:1.2;letter-spacing:0;top:0rem;left:21.84375rem;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; }
#RbSGOsZE6SK3yTkQGOCLdV6M0syprplO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/4fIz38qk/EXS_EQUIPA.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#RbSGOsZE6SK3yTkQGOCLdV6M0syprplO.adaptive-delivery-prevent-bg, #RbSGOsZE6SK3yTkQGOCLdV6M0syprplO.lazyload, #RbSGOsZE6SK3yTkQGOCLdV6M0syprplO.lazyloading { background-image: none; }#RbSGOsZE6SK3yTkQGOCLdV6M0syprplO > .row .container { background-color: transparent; background-image: none; }#RbSGOsZE6SK3yTkQGOCLdV6M0syprplO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbSGOsZE6SK3yTkQGOCLdV6M0syprplO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbSGOsZE6SK3yTkQGOCLdV6M0syprplO > .row .container > .video-iframe-container { display: none; }#RbSGOsZE6SK3yTkQGOCLdV6M0syprplO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbSGOsZE6SK3yTkQGOCLdV6M0syprplO > .row > .video-iframe-container { display: none; }#RbSGOsZE6SK3yTkQGOCLdV6M0syprplO > .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); }#RbSGOsZE6SK3yTkQGOCLdV6M0syprplO > .row .container { border-width: 0; border-radius: 0; }#RbSGOsZE6SK3yTkQGOCLdV6M0syprplO > .row > .video-iframe-container {  }#RbSGOsZE6SK3yTkQGOCLdV6M0syprplO > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#NLol8M5x4zfxnTkPuJBzP9HnbZw9hyPE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NLol8M5x4zfxnTkPuJBzP9HnbZw9hyPE > .row .container { background-color: transparent; background-image: none; }#NLol8M5x4zfxnTkPuJBzP9HnbZw9hyPE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLol8M5x4zfxnTkPuJBzP9HnbZw9hyPE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLol8M5x4zfxnTkPuJBzP9HnbZw9hyPE > .row .container > .video-iframe-container { display: none; }#NLol8M5x4zfxnTkPuJBzP9HnbZw9hyPE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLol8M5x4zfxnTkPuJBzP9HnbZw9hyPE > .row > .video-iframe-container { display: none; }#NLol8M5x4zfxnTkPuJBzP9HnbZw9hyPE > .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); }#NLol8M5x4zfxnTkPuJBzP9HnbZw9hyPE > .row .container { border-width: 0; border-radius: 0; }#NLol8M5x4zfxnTkPuJBzP9HnbZw9hyPE > .row > .video-iframe-container {  }#NLol8M5x4zfxnTkPuJBzP9HnbZw9hyPE > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#Nt0R0b06WUzd5anqv31K300CsTE82uIq { color:#2c2c2c;display:block;width:34.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100017;line-height:1.2;letter-spacing:0;top:6.5625rem;left:0rem;height:13.4961125rem;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:left;text-align-last:left;display:block; }
#TPhd5wwh3CTZoVBx0TqcgdLDeqEfrZBW { color:#2c2c2c;display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100008;line-height:1.2;letter-spacing:0;top:3.3125rem;left:0rem;height:2.0996125rem;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:left;text-align-last:left;display:block; }
#miwETXePmBQrqMf8edh4R6sQof7iTM8T { color:#2c2c2c;display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100009;line-height:1.2;letter-spacing:0;top:3.3125rem;left:38.75rem;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:left;text-align-last:left;display:block; }
#q64gB6BRsItFQf3JSUrTyZeDM102H237 { color:#2c2c2c;display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.2;letter-spacing:0;top:6rem;left:38.75rem;height:4.0488375rem;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:left;text-align-last:left;display:block; }
#b5I2vqcmI4Pot4tE3MXGzBmDdhtT9T2s { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5rem;width:36.1875rem;top:9.875rem;left:38.75rem;overflow:hidden;display:block; }
#QB8ZleZeZqzmCf9Z7M8f4alaItLhqvuG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0079a8;background-image:none;position:relative;display:block; }#QB8ZleZeZqzmCf9Z7M8f4alaItLhqvuG > .row .container { background-color: transparent; background-image: none; }#QB8ZleZeZqzmCf9Z7M8f4alaItLhqvuG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QB8ZleZeZqzmCf9Z7M8f4alaItLhqvuG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QB8ZleZeZqzmCf9Z7M8f4alaItLhqvuG > .row .container > .video-iframe-container { display: none; }#QB8ZleZeZqzmCf9Z7M8f4alaItLhqvuG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QB8ZleZeZqzmCf9Z7M8f4alaItLhqvuG > .row > .video-iframe-container { display: none; }#QB8ZleZeZqzmCf9Z7M8f4alaItLhqvuG > .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); }#QB8ZleZeZqzmCf9Z7M8f4alaItLhqvuG > .row .container { border-width: 0; border-radius: 0; }#QB8ZleZeZqzmCf9Z7M8f4alaItLhqvuG > .row > .video-iframe-container {  }#QB8ZleZeZqzmCf9Z7M8f4alaItLhqvuG > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:block; }#MeEnQnG6wJLRPQD5LPBaL4kytIow7OuO { color:#ffffff;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100020;line-height:1.2;letter-spacing:0;top:3.25rem;left:12.5rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xfVviKTenouLw4JLPe2tismKmeNpeI3X { background-color:#ef5222;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:7.0625rem;left:41.25rem;display:none; }
#ffT3qWX9oOON3eNhb79Lt2tJZro6EEbo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZFIq58xhDKTA8WZ0tDHol818cc3DMSxy { background-color:#ef5222;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:8.4375rem;left:28.75rem;display:block; }
#pi9ctFTK2N81pNvDydtyxw3f8oV0g881 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TuoTc5A78dua7PL8T4weRSPl4q7KvFsw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c2c2c;background-image:none;position:relative;display:block; }#TuoTc5A78dua7PL8T4weRSPl4q7KvFsw > .row .container { background-color: transparent; background-image: none; }#TuoTc5A78dua7PL8T4weRSPl4q7KvFsw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuoTc5A78dua7PL8T4weRSPl4q7KvFsw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuoTc5A78dua7PL8T4weRSPl4q7KvFsw > .row .container > .video-iframe-container { display: none; }#TuoTc5A78dua7PL8T4weRSPl4q7KvFsw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuoTc5A78dua7PL8T4weRSPl4q7KvFsw > .row > .video-iframe-container { display: none; }#TuoTc5A78dua7PL8T4weRSPl4q7KvFsw > .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); }#TuoTc5A78dua7PL8T4weRSPl4q7KvFsw > .row .container { border-width: 0; border-radius: 0; }#TuoTc5A78dua7PL8T4weRSPl4q7KvFsw > .row > .video-iframe-container {  }#TuoTc5A78dua7PL8T4weRSPl4q7KvFsw > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#Tk92TQbiCDTghyDuT9xUVlHcfaCiCpD7 { color:#ffffff;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100019;line-height:1.2;letter-spacing:0;top:2.375rem;left:12.5rem;height:4.796875rem;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; }
#dx02VOLscgPkhOe9f6SAXcVmGQd1Aqbr { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:5.56196875rem;top:8.5625rem;left:34.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkZfZhMQ1tALLbR3nbUC2PnnBQ0gvF08 { top:24.5rem;left:0rem;width:45.5rem;height:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmZdiGQAtWVTGlT0lqSL737uhMeWXmeB { top:5.8125rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkLJdhNRdXNEyuOz6DZzOxDJVqmMwvNT { top:17.5rem;left:0rem;width:47.1875rem;height:5.6875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #woOJcQUGvZxvEz4Xls0RU4KFNPp3E2mV { width:47.75rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-regular-label { width:24.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-input-text { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-input-text {padding-top: 0; padding-bottom: 0;}#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-textarea { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-input-select { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-input-select {padding-top: 0; padding-bottom: 0;}#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-input-button { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.4375rem; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-checkbox-label { width:23.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm  { width:24.5625rem;height:auto;top:8.625rem;left:20.6875rem; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .radio-container { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm {display:block;}#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm { width:24.5625rem;height:auto;top:8.625rem;left:20.6875rem; }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #XmRMwcPVe4tFGz4HOWaVo56pwqU3pauX {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #P7yPgOD5bThv9vH19S4ZG4osauo5QCax {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #J8pXPuqtfq4sKw83LO9DqLgSTrNpIunf {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #cvFweLV2XNaVa9DTvxtT0peFxidoZ7Mx {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #XyuES2TO4Btm0W9KWIQD1uF91mQWN3RF {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #dVOoJMZ8xv8FDU0DeMnQoPrMsgGINKh4 {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #TcLPdKaJtA4l5b5voszAGlIBWxBmsRgA {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #uHyQIOtMmTnWR4ALT9plMZvebiAGf37C {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #lbGJdoaHdut1tziwPuThSm3vA4JHl6n5 {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #sPOiwsdKGdguOBsusBEqaB93iqzQl5gM {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #LlhnG7bKtfR77NcA6baEOEmrtNKTAJit {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #RnbXwnx4keZXLpMZEvWJuKTBeJZfZMEi {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #TXRBKX4PPMmfqKg7LPlvxP5wizaeISyT {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #TEwJpwudGvaffNd6q3ACTpbdTms3iq9q {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #t7kpn9v7wXLi109XR018w23nO3K5DlfE {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #WTcP8GSK9y9TtZvzJh2h4snPoLdHTT7q {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #p9uGWIyFMuPo299LG8NJNSCaxEFKw7Dt {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #ecxi0HDTkiR11bE4qORkR6l9RmoHV8WP {  }
 }@media only screen and (max-width: 763px) { #TvgVlWhPRLBqAhqpXm7zTvITRmma9v0A { display:block; }
 }@media only screen and (max-width: 763px) { #yO5mINZ7sk1uo72XVlrgc3SeGAUlpm9l { display:block; }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #fqAE6QAy9GRd67nFaowtTTlWeNNrJBTU {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #R5TU7UThq4xiT4Lvkktu5aMITeQTm6lM {  }
 }@media only screen and (max-width: 763px) { #EPTtKvznyuOeOvvfPchdKLJoU5F34CFm { top:5.0625rem;left:25.3125rem;width:22.4375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ2BTa4XhHTQcZ2QwcpgFkgU22TrmesV { top:4.0625rem;left:25.625rem;width:21.9375rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNZvcHkOS7xmUS64siwlG82XzEGEJ1xK { top:33.3125rem;left:29.4375rem;width:18.3125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJHELzgo4ZuFZfJSgSgwCR5G60Xgede2 { top:1.5rem;left:0rem;width:7.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWHTQ9nrexfALO2k6J6MWd0Aw0ItMLid { width:17.5rem;height:3.4375rem;top:17rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BLze46VQWAuE4Kc2Qz0ITSfcmPe95Hni { display:block; }
 }@media only screen and (max-width: 763px) { #nUEr0PIg7cdEuIbukba8mv1aM99KDCJg { width:17.5rem;height:3.6875rem;top:36.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrLSfRGZ9ZkieDi2t9FVBBldDnszQg27 { display:block; }
 }@media only screen and (max-width: 763px) { #lZIApin6fTCXrm9uaTERXVtKL8vMc15t { top:9.25rem;left:0rem;width:37.4375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyZeUtaPdgSXgOgvdFgLOTUrGqJhnpPu { display:block; }#pyZeUtaPdgSXgOgvdFgLOTUrGqJhnpPu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1kopAy58Be5ObzU7mf9JzwhD6MKvvXQ { top:24.5rem;left:0rem;width:45.5rem;height:2.5625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EppPxLtsRGXFD19TxHrTNLqtzMMWHmiH { top:11rem;left:0rem;width:37.4375rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh5qB4p7T6prBqpfP3RWydJUeOeNzoox { top:17.5rem;left:0rem;width:47.1875rem;height:5.6875rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1n583yC4thAbSDZufW4D09VzQKK7adZ { width:47.75rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-regular-label { width:24.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-input-text { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-input-text {padding-top: 0; padding-bottom: 0;}#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-textarea { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-input-select { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-input-select {padding-top: 0; padding-bottom: 0;}#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-input-button { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.4375rem; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-checkbox-label { width:23.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x  { width:24.5625rem;height:auto;top:8.625rem;left:20.6875rem; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .radio-container { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x {display:block;}#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x { width:24.5625rem;height:auto;top:8.625rem;left:20.6875rem; }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #VfzcGPfOHB0IUGAMczAVnyNRLOCRxuxt {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #ieb7LhdGXPoiGqIBkyHdg4dIFxsO4R8A {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #DoKQfOHD7UT35bBUJIZCGatDGuOHLIEP {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #qGTx5mIAZDRuiDGUKGxcb4QxNPuboJcB {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #eVRmTzqb3FfTxHPymSXhztKuCEo05lGc {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #XwaLof4Jr5XLdMAxwoVA9Tw4oQxddlH4 {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #qR7vVfTGxhPzvF1QRad7SWnBqrTMu81E {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #A2Q20wNCPHT0v5r28bD5AMVTtP3pCNSJ {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #upJ8dTyJTZRC5GkfF0Dz7eMqdsMJfL9D {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #oodSQDrMGLlq2vCKUhRR77A3tfsTcIfJ {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #w2EpXtxgTse2UooUp80rqXeIK5caUCKO {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #S46tGFvqGP3dxIxv2eb2LBxxFIyaL9Ih {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #KDLGtp34rv5MuWHpscIdkB2FUTHQSQq8 {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #NiVD0wJW22qOCamFa0kf7RkQqhuJdeZS {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #MFvM5rEasZL9x4n5yzqt0y3Mw57EF0kW {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #p5SBywNZvAmMgMKFDSa66tpFWgfWRhTF {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #VAu7lywhagwXpZefR7yU79cyKeHdaR5H {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #NTtLD9EIrCvvCs6uBHQ9Xsnw9zDOFleb {  }
 }@media only screen and (max-width: 763px) { #AhzFsTpvaTeAFvOnsgGNoIwBxWmlV2TZ { display:block; }
 }@media only screen and (max-width: 763px) { #hvWBUZ5XFeTJvWTakzw0A5GATzUdHJd9 { display:block; }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #keT6acuLnT8QwxOCwVbIzCh4RW1yMZND {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #AEuULkQTV5VOJfwi1TT0caa8GL0PIlvC {  }
 }@media only screen and (max-width: 763px) { #mT2pzv6Hf9vCXrDMw2sHQ1Egtw20TCSA { top:5.0625rem;left:25.3125rem;width:22.4375rem;height:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3o0nO6HxyJpLzxmBCvWHyK4SBOkMelG { top:4.0625rem;left:25.625rem;width:21.9375rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWs4mUt1RkRoAan1xmQq9n2edCgFWRgo { top:33.3125rem;left:29.4375rem;width:18.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW3uNAO3HW2cayaTyBuF7pSTihKJAaoT { top:1.5rem;left:0rem;width:7.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT0RpkagJp67eGSB6ENnr05TP9x1Fuub { width:19.3125rem;height:3.6875rem;top:36.1875rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcIUUxDn8AwT4VBngIMaxRfM7KnSkPUb { display:block; }
 }@media only screen and (max-width: 763px) { #exP8eQEzbgLu9LdizU1gWDFRJCOp1hmx { width:17.5rem;height:3.4375rem;top:17rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dT69k2ZApZK2NRNRbMuTSQZwhlqdMV9I { display:block; }
 }@media only screen and (max-width: 763px) { #N1SXOrS9w26dv8aKgPNqC0dg5fET7rwr { display:block; }#N1SXOrS9w26dv8aKgPNqC0dg5fET7rwr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMwr7fWM443tXkMIHB6ULFfxUp1gC4pD { top:2.25rem;left:5.125rem;width:37.5rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQCQQv7MbmZp25NyVQ5EqXwVhVIDScGG { top:11.875rem;left:0rem;width:8.4375rem;height:8.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Js7axS4M2xXPCyUDNzJddGEMG5Gvz1 { top:13.5625rem;left:8.25rem;width:15.625rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcQoVXVkGkqDcuPNrwmkm6XkO1qHMwd0 { top:16.125rem;left:4rem;width:43.75rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNpG3PbTRzN3xs7CerPExzmunqWkfgmE { top:19.375rem;left:0.4375rem;width:0.125rem;height:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #ietJNTHy2V2FDTIiQUm2nxTe6HaeBscK { top:28.375rem;left:4rem;width:43.75rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKDNTH7zNwEWb11Dl7v8fWTVZE92A8rT { top:24.8125rem;left:0rem;width:5rem;height:8.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nszn0dnP2k1F1Qwk5dgBdS94gs6nIUxA { top:25.8125rem;left:8.25rem;width:15.625rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktFFzE1VNsS6GSri96kLnZwbscbLOk1I { top:37.875rem;left:0rem;width:5rem;height:8.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsJDGBUSwvBz7979K2aiEJIvBbDU8TLl { top:39.375rem;left:8.25rem;width:15.625rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C81usCTJyh2VBeRbUUInpK32cDsCRIJo { top:41.9375rem;left:4rem;width:43.75rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZudKIan36iyCVJT7U3wbULUULTbZhW1X { top:51.9375rem;left:0rem;width:5rem;height:6.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBNnJ33k9Cq90vTphhK1xWZXaxkIzycr { top:55.0625rem;left:4rem;width:43.75rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig4fubC3b0wX73c4WQEdfPg8aVTnKJzS { top:52.5rem;left:8.25rem;width:15.625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wno9PxDWPZ5toWqTehAzhRd54vDkFlQa { top:67.625rem;left:4rem;width:43.75rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8K57cx3IZWPTCGTelCLxSlW5Oa5Ddy1 { top:65.1875rem;left:0rem;width:5rem;height:6.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsxH1Mf3yQoEqdX01HVgmG9sEGT4mMaa { top:65.0625rem;left:8.25rem;width:15.625rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3riyWFsTDT5EWCZfTe2elyZKucRSPaw { top:11.4375rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgp095e6o7LoqngvunFZaXWB4nuJm6lI { top:24.375rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq2he8Nvmzb1kxogCyMLZqmkTyOUFqMv { top:37.5rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9x3I774y4sLuchAi2BpDEXU1mckgiHX { top:50.625rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfTrTyog3WMFpNq1lf7QPqR73vGQvsPg { top:63.75rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBeK9dotRLqKgCThMvuSAFHGVuIPnIrk { top:4.5rem;left:5.125rem;width:37.5rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQZS4LAnFi4tVpHL5NnVIsFd2DWel9eP { width:17.5rem;height:3.6875rem;top:36.1875rem;left:11.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CptIR6xBK9x9AmsH50qIP5AbwfGTV8Bi { display:block; }
 }@media only screen and (max-width: 763px) { #ERMzsV7Ho9QTyeRWkKrhdfs1L7WSbTyw { display:block; }#ERMzsV7Ho9QTyeRWkKrhdfs1L7WSbTyw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x0lnEpDiJ05dB5tcTc1ur2Cahc8sgflB { top:3.5625rem;left:0rem;width:42.375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLPTzikbXHpATqG3ymcoZbVa4xqm3RSI { top:1.25rem;left:26.0078125rem;width:15.8125rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQU9GUWntcGdbOFQhOc0GhZUb0ihN0T2 { top:0.9375rem;left:31.9375rem;width:15.8125rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0vxei81l2RLfgkGObr51Ki9AMM4U3NQ { top:13.1875rem;left:0rem;width:42.375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKXbsI5MMplaMTOQuBD2TrOFvZMvThvS { top:9.5rem;left:0rem;width:42.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSd390nPryGUJf8KDdzhRMpy8yxTxTTi { top:1.75rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IcndctZeRIWMwbbXnTfECQwqwWHAyKsk { display:block; }#IcndctZeRIWMwbbXnTfECQwqwWHAyKsk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9aweg1QEhghh3BTnIaKl9Pf3RNtCMVn { top:3.125rem;left:5.125rem;width:37.5rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxPmgeqZWcKrmpnT81faZOXhAA8zJDSq { top:18.625rem;left:0rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNPLNTdCQaIyTHTkTevIfbmeF0HDzoIu { top:18.625rem;left:5.4375rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9L08FuoGKwPBn6RDuRnz0eyKpWr74lb { top:18.625rem;left:24.187496185302rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRUy1VVA6RAWrXCXFFFPta9CRmfTF1tr { top:18.625rem;left:29.625rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFDzf64qUzQmooziCq6O8kKXL1lTeg45 { top:8.0625rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAy8Dox3Tnp14dFzONoxf4RnHT9GWRLl { top:8.0625rem;left:9.8125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHeEUvTMSkBWuOhUuH8dOpTBNFFcxTK7 { top:8.0625rem;left:28.561611175537rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxa5TwohlMsp2hDxuacvxM9ofS7J55Si { top:8.0625rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvM5kQl1qlrqsOHBgALX3ZXlAtT42BXi { display:block; }#KvM5kQl1qlrqsOHBgALX3ZXlAtT42BXi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKqGbtN5HSQpLImcwIrqNTOwCrURnra9 { top:3.125rem;left:5.125rem;width:37.5rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtSDwG5HxdQ3i6gcKSgPWeCMArUOnTwL { top:12.25rem;left:0rem;width:15rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq2q6nyTqOAari6w3bim0NaKLlTUEGpo { top:12.25rem;left:1.375rem;width:15rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTUi3O9ctftXIkeAWZR8Rl3Nh0Kduc38 { top:12.25rem;left:16.375rem;width:15rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbldlBPDSqiuMh84ln31Tifn5R3inP2T { top:12.25rem;left:31.375rem;width:15rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9NcbN9edecKn6lZuZIV5Dfzsu6semPa { top:12.25rem;left:32.75rem;width:15rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu49omil2EVwo6BKshDLTiURSTZCxSBe { top:6.9375rem;left:0rem;width:15rem;height:5.375rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX3ePPh2zElBm2stJfz9FOFskgKOxDRd { top:6.9375rem;left:1.375rem;width:15rem;height:;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmTu9nSpObXyklFD3KPEhNDNv9xssduo { top:6.9375rem;left:16.375rem;width:15rem;height:5.375rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAzFdMtIIpOkgZnPi81eNLsp0buOZ1no { top:6.9375rem;left:31.375rem;width:15rem;height:;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZr7DbrPhlwOf4nbEfrFGvZMkSkSqng4 { top:6.9375rem;left:32.75rem;width:15rem;height:;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnQFchfbp6V4T4XT3wOdckdpHN6tddeU { width:17.5rem;height:3.4375rem;top:17rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETWARhJkG6DWZmy8hRJHiDVrrTTwVNqJ { display:block; }
 }@media only screen and (max-width: 763px) { #ZGNG3wK3tNbMF5H7T2u9OhDJ6TH2UJT1 { width:17.5rem;height:3.4375rem;top:17rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGg16PhIfZ0zMyIVNHIXzUIp8GTJyXch { display:block; }
 }@media only screen and (max-width: 763px) { #Dg5dX1DVs4S4asGdb160twOA05T6AUlG { display:block; }#Dg5dX1DVs4S4asGdb160twOA05T6AUlG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnZ3Xyb2J4EmGHnrWOsSWLKCva0J5vAW { top:3.125rem;left:5.125rem;width:37.5rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5NQXVOWfFWqk0FrBTTnnTn0VICqh9RQ { top:8.8125rem;left:28.594246031746rem;width:8.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJEXwrqE0oQiKah6GDoB4i3sLhn2mXRh { top:13.625rem;left:14.8125rem;width:9.125rem;height:4.0351658967678rem;display:block; }
 }@media only screen and (max-width: 763px) { #waTFOz0t9oc8E3ouvHhJ0MQ9wXZ8F6hA { top:8.5625rem;left:19.09375rem;width:9.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbJTM5momFpmNDOsRX1IHRpaCT1DcpRO { top:13.625rem;left:0rem;width:9.125rem;height:4.0351658967678rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz4y7FGyX68A9y7TkTCvZS2FKoutSTFJ { top:8.4375rem;left:0rem;width:9.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV9IFHNxtSofxovRNRw761IL3wQNIUwQ { top:8.4375rem;left:12.625rem;width:9.375rem;height:4.12305rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTTcTE0EmZVf4DR1Bm2aQ8Xd2TI74etV { top:8.4375rem;left:36.75rem;width:9.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICHKJli9ABSMnbF6m5ic0yt6nyMx5a6M { top:13.625rem;left:5.3125rem;width:8.8125rem;height:3.9099002387509rem;display:block; }
 }@media only screen and (max-width: 763px) { #XONe294CB03M4ewSxvxrnwFao0ACyaB5 { top:13.6875rem;left:24.6875rem;width:8.75rem;height:3.8469739847086rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4LRGQ4526Hh4zs046Rh7kHr7JxlfFdp { top:8.4375rem;left:39.1875rem;width:8.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s51zXIwgkeVcnEm4TNgU9WyRJ6FDqv2z { top:13.75rem;left:34.75rem;width:8.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbbVBPJ46O5EfnQOM3ThfGmFw4BWtAfC { top:13.75rem;left:39.25rem;width:8.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZuGUNTGW0F54ZdC1vnbIXlpdpKDJ262 { top:24.8125rem;left:36.4375rem;width:8.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxl4owJIBRHf1s2tuiRz2FPfHhMdu6H3 { top:24.1875rem;left:40.6875rem;width:7.0625rem;height:3.1594357778246rem;display:block; }
 }@media only screen and (max-width: 763px) { #flQ6bLfQJmLwPK4eyRh7GhTOLUd2LRgx { top:24.25rem;left:0rem;width:7.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUfGAdRFUKcQJ1JmZaz7buPwMeZhLP2F { top:18.875rem;left:14.875rem;width:9.0625rem;height:3.9722383710974rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSb9GLsimcgihdAMxCzGXXsSJNTvtyvD { top:18.875rem;left:3.5rem;width:8.75rem;height:3.8469739847086rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJlyHQcXkvUCspWfyJEU2EITwVcxUUNo { top:18.9375rem;left:26.625rem;width:8.5rem;height:3.7846217579514rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRmZgtRCzhddlSlRgEVJUbrPwprXIs7L { top:19rem;left:37.3125rem;width:8.4375rem;height:3.722590702531rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDqpKyoOyC4ThOdNIyJ40i4l3sAPGJfb { top:19rem;left:39.3125rem;width:8.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBTMpW60fGhB8ry5zpThti5xZ92o9zhu { top:24.1875rem;left:27.5625rem;width:7.0625rem;height:3.1594357778246rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd7HWMS4gDsqgyB4oTtCdAJstVxxESVR { top:18.875rem;left:0rem;width:9.0625rem;height:3.9722383710974rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwuBxMWI3JFcLTz9sOD5EGQ5RzuReOqU { top:24.25rem;left:4.1875rem;width:6.125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy5Mnt7zlHwBfv7p0pouvkobnpSwEraC { top:24.4375rem;left:11rem;width:5.8125rem;height:2.5966043472016rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQCw3Qp9q1vQP2wnTbfVQzrfMGfRishK { top:24.5rem;left:19.375rem;width:5.75rem;height:2.5346701298534rem;display:block; }
 }@media only screen and (max-width: 763px) { #seZfPzB0uTkKZet7rJ4tfQg7XKB3Mh3K { top:8.125rem;left:5.875rem;width:8.5625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWFELaxovx1zTnRsoiNgpaTPrTtSe3ZN { display:block; }#gWFELaxovx1zTnRsoiNgpaTPrTtSe3ZN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqyKEW8QSyMTvKefH6qLy7cgyF8NXo3f { top:3.125rem;left:5.125rem;width:37.5rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mikwIlp2237rFahIrkTGSiCFZ6pK7EJQ { top:14.4375rem;left:0rem;width:47.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQanuWdCTsL3iiJQd2uzoWtm2HWSSl7F { display:block; }#wQanuWdCTsL3iiJQd2uzoWtm2HWSSl7F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOPUwhm6qWW04xRRQFVn5Oe8Xm1DV4aQ { top:7.5rem;left:0rem;width:47.75rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE0GVQNktFmu1DmIhzEv2QO6T9imKpKq { top:0rem;left:8.21875rem;width:31.3125rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbSGOsZE6SK3yTkQGOCLdV6M0syprplO { display:block; }#RbSGOsZE6SK3yTkQGOCLdV6M0syprplO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLol8M5x4zfxnTkPuJBzP9HnbZw9hyPE { display:block; }#NLol8M5x4zfxnTkPuJBzP9HnbZw9hyPE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nt0R0b06WUzd5anqv31K300CsTE82uIq { top:6.5625rem;left:0rem;width:34.1875rem;height:15.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPhd5wwh3CTZoVBx0TqcgdLDeqEfrZBW { top:3.3125rem;left:0rem;width:36.25rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #miwETXePmBQrqMf8edh4R6sQof7iTM8T { top:3.3125rem;left:11.5rem;width:36.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q64gB6BRsItFQf3JSUrTyZeDM102H237 { top:6rem;left:11.5rem;width:36.25rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5I2vqcmI4Pot4tE3MXGzBmDdhtT9T2s { top:9.875rem;left:11.5rem;width:36.1875rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB8ZleZeZqzmCf9Z7M8f4alaItLhqvuG { display:block; }#QB8ZleZeZqzmCf9Z7M8f4alaItLhqvuG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MeEnQnG6wJLRPQD5LPBaL4kytIow7OuO { top:3.25rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfVviKTenouLw4JLPe2tismKmeNpeI3X { width:17.5rem;height:3.4375rem;top:7.0625rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffT3qWX9oOON3eNhb79Lt2tJZro6EEbo { display:block; }
 }@media only screen and (max-width: 763px) { #ZFIq58xhDKTA8WZ0tDHol818cc3DMSxy { width:17.5rem;height:3.4375rem;top:8.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi9ctFTK2N81pNvDydtyxw3f8oV0g881 { display:block; }
 }@media only screen and (max-width: 763px) { #TuoTc5A78dua7PL8T4weRSPl4q7KvFsw { display:block; }#TuoTc5A78dua7PL8T4weRSPl4q7KvFsw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tk92TQbiCDTghyDuT9xUVlHcfaCiCpD7 { top:2.375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx02VOLscgPkhOe9f6SAXcVmGQd1Aqbr { top:8.5625rem;left:21.125rem;width:5.5rem;height:2.4721462162117rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:rgba(255,255,255,0.78);background-image:url("https://images.assets-landingi.com/JySgfzVW/bg_head_mobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:44.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkZfZhMQ1tALLbR3nbUC2PnnBQ0gvF08 { width:20rem;height:0.91796875rem;top:15.875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:.7;display:block; }
 }@media only screen and (max-width: 763px) { #tmZdiGQAtWVTGlT0lqSL737uhMeWXmeB { width:20rem;height:4.125rem;top:5.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZkLJdhNRdXNEyuOz6DZzOxDJVqmMwvNT { width:20rem;height:2.36230625rem;top:12.75rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #woOJcQUGvZxvEz4Xls0RU4KFNPp3E2mV { top:1.4375rem;left:4.28125rem;width:5.5625rem;height:2.5rem;z-index:100004;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:none;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.3125rem;display:block;vertical-align:top;background-color:#ffffff;background-image:none; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-input-text {padding-top: 0; padding-bottom: 0;}#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;background-color:#ffffff;background-image:none; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-input-select {padding-top: 0; padding-bottom: 0;}#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:1.75rem;margin-bottom:0.25rem;margin-left:1.75rem;font-weight:400;font-style:normal;height:3.375rem; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-container:first-of-type{padding-top:0;}#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .widget-container:last-of-type{padding-bottom:0;}#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm  { width:17.5rem;height:auto;top:48.65625rem;left:0rem;background-color:transparent;background-image:none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100027; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm {display:block;}#Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm { width:17.5rem;height:auto;top:48.65625rem;left:0rem;background-color:transparent;background-image:none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100027;display:none; }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #XmRMwcPVe4tFGz4HOWaVo56pwqU3pauX {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #P7yPgOD5bThv9vH19S4ZG4osauo5QCax {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #J8pXPuqtfq4sKw83LO9DqLgSTrNpIunf {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #cvFweLV2XNaVa9DTvxtT0peFxidoZ7Mx {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #XyuES2TO4Btm0W9KWIQD1uF91mQWN3RF {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #dVOoJMZ8xv8FDU0DeMnQoPrMsgGINKh4 {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #TcLPdKaJtA4l5b5voszAGlIBWxBmsRgA {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #uHyQIOtMmTnWR4ALT9plMZvebiAGf37C {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #lbGJdoaHdut1tziwPuThSm3vA4JHl6n5 {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #sPOiwsdKGdguOBsusBEqaB93iqzQl5gM {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #LlhnG7bKtfR77NcA6baEOEmrtNKTAJit {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #RnbXwnx4keZXLpMZEvWJuKTBeJZfZMEi {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #TXRBKX4PPMmfqKg7LPlvxP5wizaeISyT {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #TEwJpwudGvaffNd6q3ACTpbdTms3iq9q {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #t7kpn9v7wXLi109XR018w23nO3K5DlfE {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #WTcP8GSK9y9TtZvzJh2h4snPoLdHTT7q {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #p9uGWIyFMuPo299LG8NJNSCaxEFKw7Dt {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #ecxi0HDTkiR11bE4qORkR6l9RmoHV8WP {  }
 }@media only screen and (max-width: 763px) { #TvgVlWhPRLBqAhqpXm7zTvITRmma9v0A { display:block; }
 }@media only screen and (max-width: 763px) { #yO5mINZ7sk1uo72XVlrgc3SeGAUlpm9l { display:block; }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #fqAE6QAy9GRd67nFaowtTTlWeNNrJBTU {  }
 }@media only screen and (max-width: 763px) { #Gc4xGRlWs8sQxiqq97ZSmTUI8BqhEnbm #R5TU7UThq4xiT4Lvkktu5aMITeQTm6lM {  }
 }@media only screen and (max-width: 763px) { #EPTtKvznyuOeOvvfPchdKLJoU5F34CFm { width:20rem;height:0;top:48.15625rem;left:0rem;font-size:1rem;z-index:100028;display:none; }
 }@media only screen and (max-width: 763px) { #PJ2BTa4XhHTQcZ2QwcpgFkgU22TrmesV { width:20rem;height:31.125rem;top:47.625rem;left:0rem;z-index:100025;background-color:rgba(0,121,168,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #KNZvcHkOS7xmUS64siwlG82XzEGEJ1xK { width:20rem;height:0;top:76.59375rem;left:0rem;font-size:1rem;z-index:100026;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #iJHELzgo4ZuFZfJSgSgwCR5G60Xgede2 { width:5.9375rem;height:2.5625rem;top:1.75rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWHTQ9nrexfALO2k6J6MWd0Aw0ItMLid { width:13.125rem;height:3.4375rem;top:20.9375rem;left:3.4375rem;font-size:1.125rem;z-index:100003;background-color:#ef5222;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BLze46VQWAuE4Kc2Qz0ITSfcmPe95Hni { display:block; }
 }@media only screen and (max-width: 763px) { #nUEr0PIg7cdEuIbukba8mv1aM99KDCJg { width:13.125rem;height:3.4375rem;top:36rem;left:3.4375rem;font-size:1.125rem;box-shadow: 0rem -0.3125rem 1.0625rem rgba(0,0,0,0.15) ;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hrLSfRGZ9ZkieDi2t9FVBBldDnszQg27 { display:block; }
 }@media only screen and (max-width: 763px) { #lZIApin6fTCXrm9uaTERXVtKL8vMc15t { width:20rem;height:0;top:25.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pyZeUtaPdgSXgOgvdFgLOTUrGqJhnpPu { background-color:rgba(0,121,168,0.87);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#pyZeUtaPdgSXgOgvdFgLOTUrGqJhnpPu > .row .container { background-color: transparent; background-image: none; }#pyZeUtaPdgSXgOgvdFgLOTUrGqJhnpPu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyZeUtaPdgSXgOgvdFgLOTUrGqJhnpPu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyZeUtaPdgSXgOgvdFgLOTUrGqJhnpPu > .row .container > .video-iframe-container { display: none; }#pyZeUtaPdgSXgOgvdFgLOTUrGqJhnpPu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyZeUtaPdgSXgOgvdFgLOTUrGqJhnpPu > .row > .video-iframe-container { display: none; }#pyZeUtaPdgSXgOgvdFgLOTUrGqJhnpPu > .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); }#pyZeUtaPdgSXgOgvdFgLOTUrGqJhnpPu > .row .container { border-width: 0; border-radius: 0; }#pyZeUtaPdgSXgOgvdFgLOTUrGqJhnpPu > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#pyZeUtaPdgSXgOgvdFgLOTUrGqJhnpPu > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1kopAy58Be5ObzU7mf9JzwhD6MKvvXQ { width:20rem;height:0;top:15.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:.7;display:none; }
 }@media only screen and (max-width: 763px) { #EppPxLtsRGXFD19TxHrTNLqtzMMWHmiH { width:20rem;height:0;top:5.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Vh5qB4p7T6prBqpfP3RWydJUeOeNzoox { width:20rem;height:0;top:12.3125rem;left:0rem;font-size:2.6875rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #z1n583yC4thAbSDZufW4D09VzQKK7adZ { top:1.4375rem;left:4.28125rem;width:5.5625rem;height:2.5rem;z-index:100004;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-regular-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:none;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-input-text { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.3125rem;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0.125rem solid rgba(44,44,44,0.75); }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-input-text {padding-top: 0; padding-bottom: 0;}#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-textarea { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0.125rem solid rgba(44,44,44,0.75); }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-input-select { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-input-select {padding-top: 0; padding-bottom: 0;}#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-input-checkbox { width:1rem;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; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-input-button { width:13rem;margin-top:0.25rem;margin-right:3.5rem;margin-bottom:0.25rem;margin-left:3.5rem;font-weight:700;font-style:normal;height:3.375rem;font-size:1.125rem;overflow:hidden; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-checkbox-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-container:first-of-type{padding-top:0;}#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .widget-container:last-of-type{padding-bottom:0;}#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x  { width:20rem;height:auto;top:3.53125rem;left:-1.25rem;background-color:transparent;background-image:none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100027; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x .radio-container { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x {display:block;}#HpH8JtdT1v1M5MXGwcUM3edT6336DC7x { width:20rem;height:auto;top:3.53125rem;left:-1.25rem;background-color:transparent;background-image:none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100027; }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #VfzcGPfOHB0IUGAMczAVnyNRLOCRxuxt {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #ieb7LhdGXPoiGqIBkyHdg4dIFxsO4R8A {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #DoKQfOHD7UT35bBUJIZCGatDGuOHLIEP {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #qGTx5mIAZDRuiDGUKGxcb4QxNPuboJcB {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #eVRmTzqb3FfTxHPymSXhztKuCEo05lGc {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #XwaLof4Jr5XLdMAxwoVA9Tw4oQxddlH4 {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #qR7vVfTGxhPzvF1QRad7SWnBqrTMu81E {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #A2Q20wNCPHT0v5r28bD5AMVTtP3pCNSJ {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #upJ8dTyJTZRC5GkfF0Dz7eMqdsMJfL9D {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #oodSQDrMGLlq2vCKUhRR77A3tfsTcIfJ {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #w2EpXtxgTse2UooUp80rqXeIK5caUCKO {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #S46tGFvqGP3dxIxv2eb2LBxxFIyaL9Ih {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #KDLGtp34rv5MuWHpscIdkB2FUTHQSQq8 {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #NiVD0wJW22qOCamFa0kf7RkQqhuJdeZS {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #MFvM5rEasZL9x4n5yzqt0y3Mw57EF0kW {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #p5SBywNZvAmMgMKFDSa66tpFWgfWRhTF {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #VAu7lywhagwXpZefR7yU79cyKeHdaR5H {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #NTtLD9EIrCvvCs6uBHQ9Xsnw9zDOFleb {  }
 }@media only screen and (max-width: 763px) { #AhzFsTpvaTeAFvOnsgGNoIwBxWmlV2TZ { display:block; }
 }@media only screen and (max-width: 763px) { #hvWBUZ5XFeTJvWTakzw0A5GATzUdHJd9 { display:block; }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #keT6acuLnT8QwxOCwVbIzCh4RW1yMZND {  }
 }@media only screen and (max-width: 763px) { #HpH8JtdT1v1M5MXGwcUM3edT6336DC7x #AEuULkQTV5VOJfwi1TT0caa8GL0PIlvC {  }
 }@media only screen and (max-width: 763px) { #mT2pzv6Hf9vCXrDMw2sHQ1Egtw20TCSA { width:20rem;height:1.42480625rem;top:1.75rem;left:0rem;font-size:1.1875rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #d3o0nO6HxyJpLzxmBCvWHyK4SBOkMelG { width:20rem;height:33.75rem;top:1.6875rem;left:0rem;z-index:100025;background-color:rgba(0,121,168,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #PWs4mUt1RkRoAan1xmQq9n2edCgFWRgo { width:20rem;height:1.3496125rem;top:32.28125rem;left:0rem;font-size:1.125rem;z-index:100026;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IW3uNAO3HW2cayaTyBuF7pSTihKJAaoT { width:5.9375rem;height:2.5625rem;top:1.75rem;left:7.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qT0RpkagJp67eGSB6ENnr05TP9x1Fuub { width:19rem;height:3.6875rem;top:41.25rem;left:0.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GcIUUxDn8AwT4VBngIMaxRfM7KnSkPUb { display:block; }
 }@media only screen and (max-width: 763px) { #exP8eQEzbgLu9LdizU1gWDFRJCOp1hmx { width:13.125rem;height:3.4375rem;top:25.75rem;left:3.4375rem;font-size:1.125rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #dT69k2ZApZK2NRNRbMuTSQZwhlqdMV9I { display:block; }
 }@media only screen and (max-width: 763px) { #N1SXOrS9w26dv8aKgPNqC0dg5fET7rwr { display:block; }#N1SXOrS9w26dv8aKgPNqC0dg5fET7rwr > .row .container { width:20rem;height:62.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMwr7fWM443tXkMIHB6ULFfxUp1gC4pD { width:20rem;height:1rem;top:2.4375rem;left:0rem;font-size:1.25rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #TQCQQv7MbmZp25NyVQ5EqXwVhVIDScGG { width:4.0625rem;height:3.65625rem;top:8.65625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Js7axS4M2xXPCyUDNzJddGEMG5Gvz1 { width:15rem;height:1.6494125rem;top:8.65625rem;left:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcQoVXVkGkqDcuPNrwmkm6XkO1qHMwd0 { width:15.0625rem;height:4.5rem;top:10.40625rem;left:5rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DNpG3PbTRzN3xs7CerPExzmunqWkfgmE { width:0.0625rem;height:44.6875rem;top:8.90625rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ietJNTHy2V2FDTIiQUm2nxTe6HaeBscK { width:14.3125rem;height:4.5rem;top:21.15625rem;left:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKDNTH7zNwEWb11Dl7v8fWTVZE92A8rT { width:4.0625rem;height:3.65625rem;top:19.40625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nszn0dnP2k1F1Qwk5dgBdS94gs6nIUxA { width:15rem;height:1.6494125rem;top:19.40625rem;left:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktFFzE1VNsS6GSri96kLnZwbscbLOk1I { width:4.0625rem;height:3.65625rem;top:30.125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsJDGBUSwvBz7979K2aiEJIvBbDU8TLl { width:15rem;height:1.6494125rem;top:30.125rem;left:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C81usCTJyh2VBeRbUUInpK32cDsCRIJo { width:14.875rem;height:4.5rem;top:31.875rem;left:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZudKIan36iyCVJT7U3wbULUULTbZhW1X { width:4.0625rem;height:2.8125rem;top:40.28125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBNnJ33k9Cq90vTphhK1xWZXaxkIzycr { width:14.875rem;height:5.625rem;top:41.40625rem;left:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig4fubC3b0wX73c4WQEdfPg8aVTnKJzS { width:15rem;height:1.6494125rem;top:39.65625rem;left:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wno9PxDWPZ5toWqTehAzhRd54vDkFlQa { width:15.125rem;height:7.875rem;top:52.15625rem;left:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8K57cx3IZWPTCGTelCLxSlW5Oa5Ddy1 { width:4.0625rem;height:2.8125rem;top:50.84375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsxH1Mf3yQoEqdX01HVgmG9sEGT4mMaa { width:15rem;height:1.6494125rem;top:50.40625rem;left:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3riyWFsTDT5EWCZfTe2elyZKucRSPaw { width:4.0625rem;height:4.0625rem;top:8.65625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgp095e6o7LoqngvunFZaXWB4nuJm6lI { width:4.0625rem;height:4.0625rem;top:19.40625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq2he8Nvmzb1kxogCyMLZqmkTyOUFqMv { width:4.0625rem;height:4.0625rem;top:30.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9x3I774y4sLuchAi2BpDEXU1mckgiHX { width:4.0625rem;height:4.0625rem;top:39.65625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfTrTyog3WMFpNq1lf7QPqR73vGQvsPg { width:4.0625rem;height:4.0625rem;top:50.40625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBeK9dotRLqKgCThMvuSAFHGVuIPnIrk { width:20rem;height:1.57421875rem;top:3.875rem;left:0rem;font-size:1.75rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #uQZS4LAnFi4tVpHL5NnVIsFd2DWel9eP { width:13.125rem;height:3.4375rem;top:58.1875rem;left:3.4375rem;font-size:1.125rem;box-shadow: 0rem -0.3125rem 1.0625rem rgba(0,0,0,0.15) ;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #CptIR6xBK9x9AmsH50qIP5AbwfGTV8Bi { display:block; }
 }@media only screen and (max-width: 763px) { #ERMzsV7Ho9QTyeRWkKrhdfs1L7WSbTyw { display:block; }#ERMzsV7Ho9QTyeRWkKrhdfs1L7WSbTyw > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x0lnEpDiJ05dB5tcTc1ur2Cahc8sgflB { width:20rem;height:0;top:1.6875rem;left:0rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #KLPTzikbXHpATqG3ymcoZbVa4xqm3RSI { width:16.875rem;height:17.3125rem;top:8.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQU9GUWntcGdbOFQhOc0GhZUb0ihN0T2 { width:17.5rem;height:17.4375rem;top:26.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0vxei81l2RLfgkGObr51Ki9AMM4U3NQ { width:20rem;height:1.125rem;top:25.5rem;left:0rem;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SKXbsI5MMplaMTOQuBD2TrOFvZMvThvS { width:20rem;height:1.19921875rem;top:6.875rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BSd390nPryGUJf8KDdzhRMpy8yxTxTTi { width:20rem;height:3.375rem;top:1rem;left:0rem;font-size:0.9375rem;font-weight:700;font-style:normal;z-index:100006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IcndctZeRIWMwbbXnTfECQwqwWHAyKsk { background-color:#0079a8;background-image:none;display:block; }#IcndctZeRIWMwbbXnTfECQwqwWHAyKsk > .row .container { background-color: transparent; background-image: none; }#IcndctZeRIWMwbbXnTfECQwqwWHAyKsk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcndctZeRIWMwbbXnTfECQwqwWHAyKsk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcndctZeRIWMwbbXnTfECQwqwWHAyKsk > .row .container > .video-iframe-container { display: none; }#IcndctZeRIWMwbbXnTfECQwqwWHAyKsk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcndctZeRIWMwbbXnTfECQwqwWHAyKsk > .row > .video-iframe-container { display: none; }#IcndctZeRIWMwbbXnTfECQwqwWHAyKsk > .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); }#IcndctZeRIWMwbbXnTfECQwqwWHAyKsk > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9aweg1QEhghh3BTnIaKl9Pf3RNtCMVn { width:20rem;height:4.19921875rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxPmgeqZWcKrmpnT81faZOXhAA8zJDSq { width:9.6875rem;height:4.796875rem;top:15.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNPLNTdCQaIyTHTkTevIfbmeF0HDzoIu { width:9.6875rem;height:4.796875rem;top:15.0625rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9L08FuoGKwPBn6RDuRnz0eyKpWr74lb { width:9.6875rem;height:3.59765625rem;top:29.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRUy1VVA6RAWrXCXFFFPta9CRmfTF1tr { width:9.6875rem;height:3.59765625rem;top:29.8125rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFDzf64qUzQmooziCq6O8kKXL1lTeg45 { width:6.25rem;height:6.25rem;top:7.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAy8Dox3Tnp14dFzONoxf4RnHT9GWRLl { width:6.25rem;height:6.25rem;top:7.625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHeEUvTMSkBWuOhUuH8dOpTBNFFcxTK7 { width:6.25rem;height:6.25rem;top:22.3125rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxa5TwohlMsp2hDxuacvxM9ofS7J55Si { width:6.25rem;height:6.25rem;top:22.3125rem;left:12.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvM5kQl1qlrqsOHBgALX3ZXlAtT42BXi { display:block; }#KvM5kQl1qlrqsOHBgALX3ZXlAtT42BXi > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKqGbtN5HSQpLImcwIrqNTOwCrURnra9 { width:20rem;height:2.0996125rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtSDwG5HxdQ3i6gcKSgPWeCMArUOnTwL { width:14.8125rem;height:1.3496125rem;top:9.875rem;left:2.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq2q6nyTqOAari6w3bim0NaKLlTUEGpo { width:9.6875rem;height:1.3496125rem;top:17.75rem;left:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTUi3O9ctftXIkeAWZR8Rl3Nh0Kduc38 { width:14.8125rem;height:1.3496125rem;top:25.6875rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbldlBPDSqiuMh84ln31Tifn5R3inP2T { width:9.6875rem;height:1.3496125rem;top:33.625rem;left:5.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9NcbN9edecKn6lZuZIV5Dfzsu6semPa { width:9.6875rem;height:1.3496125rem;top:41.5625rem;left:5.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu49omil2EVwo6BKshDLTiURSTZCxSBe { width:12.6875rem;height:5.3994125rem;top:4.5rem;left:3.6875rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX3ePPh2zElBm2stJfz9FOFskgKOxDRd { width:13.5rem;height:5.3994125rem;top:12.375rem;left:3.25rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmTu9nSpObXyklFD3KPEhNDNv9xssduo { width:9.6875rem;height:5.3994125rem;top:20.3125rem;left:5.1875rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAzFdMtIIpOkgZnPi81eNLsp0buOZ1no { width:17.625rem;height:5.3994125rem;top:28.25rem;left:1.1875rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZr7DbrPhlwOf4nbEfrFGvZMkSkSqng4 { width:9.6875rem;height:5.3994125rem;top:36.1875rem;left:5.15625rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnQFchfbp6V4T4XT3wOdckdpHN6tddeU { width:13.125rem;height:3.4375rem;top:44.75rem;left:3.4375rem;font-size:1.125rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #ETWARhJkG6DWZmy8hRJHiDVrrTTwVNqJ { display:block; }
 }@media only screen and (max-width: 763px) { #ZGNG3wK3tNbMF5H7T2u9OhDJ6TH2UJT1 { width:17.5rem;height:3.4375rem;top:49.4375rem;left:1.25rem;font-size:1.125rem;z-index:100002;display:none; }
 }@media only screen and (max-width: 763px) { #rGg16PhIfZ0zMyIVNHIXzUIp8GTJyXch { display:block; }
 }@media only screen and (max-width: 763px) { #Dg5dX1DVs4S4asGdb160twOA05T6AUlG { display:block; }#Dg5dX1DVs4S4asGdb160twOA05T6AUlG > .row .container { width:20rem;height:64.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnZ3Xyb2J4EmGHnrWOsSWLKCva0J5vAW { width:20rem;height:4.19921875rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5NQXVOWfFWqk0FrBTTnnTn0VICqh9RQ { width:9.125rem;height:4.03515625rem;top:10.4375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJEXwrqE0oQiKah6GDoB4i3sLhn2mXRh { width:9.125rem;height:4.03515625rem;top:23.1953125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waTFOz0t9oc8E3ouvHhJ0MQ9wXZ8F6hA { width:9.125rem;height:4.03515625rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbJTM5momFpmNDOsRX1IHRpaCT1DcpRO { width:9.125rem;height:4.03515625rem;top:19.16015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz4y7FGyX68A9y7TkTCvZS2FKoutSTFJ { width:9.1875rem;height:4.0625rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV9IFHNxtSofxovRNRw761IL3wQNIUwQ { width:9.375rem;height:4.12305rem;top:6.34375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTTcTE0EmZVf4DR1Bm2aQ8Xd2TI74etV { width:9.125rem;height:4rem;top:14.47265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICHKJli9ABSMnbF6m5ic0yt6nyMx5a6M { width:8.8125rem;height:3.90918125rem;top:19.34765625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XONe294CB03M4ewSxvxrnwFao0ACyaB5 { width:8.75rem;height:3.84668125rem;top:23.2265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4LRGQ4526Hh4zs046Rh7kHr7JxlfFdp { width:8.5625rem;height:3.75rem;top:14.72265625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s51zXIwgkeVcnEm4TNgU9WyRJ6FDqv2z { width:8.3125rem;height:3.6875rem;top:27.16796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbbVBPJ46O5EfnQOM3ThfGmFw4BWtAfC { width:8.25rem;height:3.6875rem;top:32.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZuGUNTGW0F54ZdC1vnbIXlpdpKDJ262 { width:8.25rem;height:1.8125rem;top:54.703125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxl4owJIBRHf1s2tuiRz2FPfHhMdu6H3 { width:7.0625rem;height:3.15918125rem;top:59.013671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #flQ6bLfQJmLwPK4eyRh7GhTOLUd2LRgx { width:7rem;height:3.0625rem;top:45.943359375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUfGAdRFUKcQJ1JmZaz7buPwMeZhLP2F { width:9.0625rem;height:3.97168125rem;top:37.048828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSb9GLsimcgihdAMxCzGXXsSJNTvtyvD { width:8.75rem;height:3.84668125rem;top:32.576171875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJlyHQcXkvUCspWfyJEU2EITwVcxUUNo { width:8.5rem;height:3.78418125rem;top:41.0205078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRmZgtRCzhddlSlRgEVJUbrPwprXIs7L { width:8.4375rem;height:3.72168125rem;top:37.173828125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDqpKyoOyC4ThOdNIyJ40i4l3sAPGJfb { width:8.4375rem;height:3.75rem;top:45.599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBTMpW60fGhB8ry5zpThti5xZ92o9zhu { width:8.4375rem;height:3.6875rem;top:54.703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd7HWMS4gDsqgyB4oTtCdAJstVxxESVR { width:9.0625rem;height:3.97168125rem;top:27.79296875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwuBxMWI3JFcLTz9sOD5EGQ5RzuReOqU { width:5.875rem;height:2.625rem;top:41.599609375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy5Mnt7zlHwBfv7p0pouvkobnpSwEraC { width:8.4375rem;height:3.75rem;top:50.203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQCw3Qp9q1vQP2wnTbfVQzrfMGfRishK { width:8.4375rem;height:3.6875rem;top:50.234375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #seZfPzB0uTkKZet7rJ4tfQg7XKB3Mh3K { width:8.5625rem;height:4.5rem;top:57.7353515625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWFELaxovx1zTnRsoiNgpaTPrTtSe3ZN { display:none; }#gWFELaxovx1zTnRsoiNgpaTPrTtSe3ZN > .row .container { width:20rem;height:28.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XqyKEW8QSyMTvKefH6qLy7cgyF8NXo3f { width:20rem;height:4.125rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mikwIlp2237rFahIrkTGSiCFZ6pK7EJQ { width:20rem;height:7.1875rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQanuWdCTsL3iiJQd2uzoWtm2HWSSl7F { display:block; }#wQanuWdCTsL3iiJQd2uzoWtm2HWSSl7F > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOPUwhm6qWW04xRRQFVn5Oe8Xm1DV4aQ { width:20rem;height:23.9375rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE0GVQNktFmu1DmIhzEv2QO6T9imKpKq { width:20rem;height:5.625rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbSGOsZE6SK3yTkQGOCLdV6M0syprplO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/4fIz38qk/EXS_EQUIPA.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RbSGOsZE6SK3yTkQGOCLdV6M0syprplO.adaptive-delivery-prevent-bg, #RbSGOsZE6SK3yTkQGOCLdV6M0syprplO.lazyload, #RbSGOsZE6SK3yTkQGOCLdV6M0syprplO.lazyloading { background-image: none; }#RbSGOsZE6SK3yTkQGOCLdV6M0syprplO > .row .container { background-color: transparent; background-image: none; }#RbSGOsZE6SK3yTkQGOCLdV6M0syprplO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbSGOsZE6SK3yTkQGOCLdV6M0syprplO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbSGOsZE6SK3yTkQGOCLdV6M0syprplO > .row .container > .video-iframe-container { display: none; }#RbSGOsZE6SK3yTkQGOCLdV6M0syprplO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbSGOsZE6SK3yTkQGOCLdV6M0syprplO > .row > .video-iframe-container { display: none; }#RbSGOsZE6SK3yTkQGOCLdV6M0syprplO > .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); }#RbSGOsZE6SK3yTkQGOCLdV6M0syprplO > .row .container { border-width: 0; border-radius: 0; }#RbSGOsZE6SK3yTkQGOCLdV6M0syprplO > .row > .video-iframe-container {  }#RbSGOsZE6SK3yTkQGOCLdV6M0syprplO > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLol8M5x4zfxnTkPuJBzP9HnbZw9hyPE { display:block; }#NLol8M5x4zfxnTkPuJBzP9HnbZw9hyPE > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nt0R0b06WUzd5anqv31K300CsTE82uIq { width:20rem;height:23.001975rem;top:2.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPhd5wwh3CTZoVBx0TqcgdLDeqEfrZBW { width:20rem;height:2.0996125rem;top:0rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #miwETXePmBQrqMf8edh4R6sQof7iTM8T { width:20rem;height:2.0996125rem;top:31.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q64gB6BRsItFQf3JSUrTyZeDM102H237 { width:20rem;height:3.14941875rem;top:34.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b5I2vqcmI4Pot4tE3MXGzBmDdhtT9T2s { width:20rem;height:9.625rem;top:38rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #QB8ZleZeZqzmCf9Z7M8f4alaItLhqvuG { display:block; }#QB8ZleZeZqzmCf9Z7M8f4alaItLhqvuG > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MeEnQnG6wJLRPQD5LPBaL4kytIow7OuO { width:20rem;height:6.7480625rem;top:1.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfVviKTenouLw4JLPe2tismKmeNpeI3X { width:13.125rem;height:3.4375rem;top:12rem;left:3.4375rem;font-size:1.125rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #ffT3qWX9oOON3eNhb79Lt2tJZro6EEbo { display:block; }
 }@media only screen and (max-width: 763px) { #ZFIq58xhDKTA8WZ0tDHol818cc3DMSxy { width:17.5rem;height:3.4375rem;top:15.3125rem;left:1.25rem;font-size:1.125rem;z-index:100002;display:none; }
 }@media only screen and (max-width: 763px) { #pi9ctFTK2N81pNvDydtyxw3f8oV0g881 { display:block; }
 }@media only screen and (max-width: 763px) { #TuoTc5A78dua7PL8T4weRSPl4q7KvFsw { display:block; }#TuoTc5A78dua7PL8T4weRSPl4q7KvFsw > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tk92TQbiCDTghyDuT9xUVlHcfaCiCpD7 { width:20rem;height:7.34861875rem;top:2.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx02VOLscgPkhOe9f6SAXcVmGQd1Aqbr { width:9.3125rem;height:4rem;top:12.75rem;left:5.34375rem;display:block; }
 }