.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PvS5rE0p/_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:46.875rem;width:60rem;overflow:visible;position:relative;display:block; }#ryTsC6T2O5GXrc8pbrSqtPmaTxagbIaT { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:29.3125rem;width:23.8125rem;top:12.59375rem;left:36.1875rem;display:block; }
#bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.6875rem;left:0rem;height:3.49375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ufz99rev0w8LPqdVdBke1RvKmTozxbra { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:26.5rem;left:0rem;height:2.325rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XGZhMCuzRRPSLnBATagBkP6TbI68kWKV { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:#0f539c;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:17rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.125rem;left:8.0625rem;display:block; }
#GPJmO8me2T4qWZzXt487yALsfXB6TM45 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l6STWf78uXgxoL4X4dDpM0ZnZPplXHBk { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OFWQM9tw/_.png");background-position:top right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:9.75rem;width:9.5625rem;top:13.625rem;left:37.125rem;display:block; }#l6STWf78uXgxoL4X4dDpM0ZnZPplXHBk.adaptive-delivery-prevent-bg, #l6STWf78uXgxoL4X4dDpM0ZnZPplXHBk.lazyload, #l6STWf78uXgxoL4X4dDpM0ZnZPplXHBk.lazyloading { background-image: none; }
#RSeQfAQweMO203CPA49wJASGO2CudacX { color:#494949;display:block;width:10.3125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.1875rem;left:47.875rem;height:2.03125rem;font-style:normal;display:block; }
#rZolwNucUHLf3ufTEuTSKu5lGpRG4H80 { color:#494949;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.5625rem;left:47.875rem;height:2.6rem;font-style:normal;display:block; }
#WStVBNzgs74TVnzVnmgMTBfCtTDaEow0 { position:absolute;display:block;z-index:15010;background-color:#e5e3e3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:18.75rem;top:24.37109375rem;left:38.71875rem;display:block; }
#ZKACGUGomWmSlFToDKGCiWqfNw99585A { color:#1fd3c5;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.6416015625rem;left:39.125rem;height:1.625rem;font-style:normal;display:block; }
#G8yTyJyBZ4Ff7fylbO2uQnWAuQlx7Clu { box-sizing:content-box;color:#0f539c;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:27.2041015625rem;left:37.125rem;display:block; }
#IzfiiTcUVz7i3KyT1AEMhystupyEqLSm { color:#252525;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.5859375rem;left:39.375rem;height:1.3rem;font-style:normal;display:block; }
#bXv25f6uHaNegrCHvWkmfdbDS1dEBADD { color:#252525;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:30.8525390625rem;left:39.1875rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zHNL8oR8xl2Bz83JdNvqL2MCPXmN6JhE { box-sizing:content-box;color:#0f539c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:30.4375rem;left:36.762096774194rem;display:block; }
#kzpxOl34z5BoMiicafsCsWVmmTCRky7W { background-color:#0f539c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:37.1875rem;left:37.8125rem;display:block; }
#JZDmWqW8iXIUXMKlwtBKk51oqxlB83BW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s6TKJhHBuZBT8LDpn3vP7Zuu9vrf60y1 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:12.375rem;top:1.96875rem;left:1.96875rem;overflow:hidden;display:block; }
#LZ7MdLCNqCH1v35lh5SmWwZrAvsfIsC3 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:29.25rem;width:24.1875rem;top:13.3125rem;left:35.8125rem;display:none; }
#TMuBxIKhiXeqgo430Q2ENP6SolgKXmOU { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:6.8125rem;width:16.3125rem;top:1.65625rem;left:0rem;display:block; }
#zDSt6WGBZcvWw1t4osHOOyIVobQgFQHD { position:absolute;display:block;z-index:15005;background-color:#0f539c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:9rem;width:30rem;top:21.4375rem;left:2.3125rem;display:block; }
#sM6490XiOUQlaSiW7Na0ztBxxrF0kpMr { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:29.25rem;width:24.1875rem;top:13.3125rem;left:35.8125rem;display:none; }
#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { background-color: transparent; background-image: none; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container > .video-iframe-container { display: none; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row > .video-iframe-container { display: none; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .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); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { border-width: 0; border-radius: 0; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { font-size:0.875rem;font-family:"open sans";height:43.875rem;width:60rem;position:relative;display:block; }#HfHclemm7NPQCeaNTQLASVmZXA67Nqzd { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #edf1f3;border-left:0.0625rem solid #edf1f3;border-right:0.0625rem solid #edf1f3;border-bottom:0.0625rem solid #edf1f3;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:15.0625rem;width:15.0625rem;top:12.125rem;left:2.5rem;display:block; }
#TDPqXWKKruNn4U6ghlxdREKsIO293IZ1 { position:absolute;display:block;z-index:15001;background-color:#edf1f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:13.3125rem;width:13.3125rem;top:13rem;left:3.375rem;display:block; }
#u5T6gDvi9l3mnvdOr1iv7SiKPXp0eNfZ { position:absolute;display:block;z-index:15002;background-color:#0f539c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0rem 0.625rem rgba(60,60,60,0.32) ;height:4.8125rem;width:4.8125rem;top:11.4375rem;left:12.9375rem;display:block; }
#kipEPFMAavadaipAJmTvT434r4SxpKs4 { color:#ffffff;display:block;width:4.8125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.375rem;left:13.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rwkfrsyTT7ephUPFRCbxBRHEaAa4rIoH { color:#494949;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:29rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OGgJFvJtSwMym11C33GUniR37mMhHvID { color:#7f7e7e;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:34.5rem;left:0rem;height:4.14375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nmIX60kpVrAzothMIeUkHRnl7TXaMaEB { color:#7f7e7e;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:34.5rem;left:20rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AT2EvLZyziUGrv5HJDIXvG8GiVZglrJi { color:#494949;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:29rem;left:20rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hGLH30mAFJBPX4VSX6w42S4JFsgVADnX { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.0625rem solid #edf1f3;border-left:0.0625rem solid #edf1f3;border-right:0.0625rem solid #edf1f3;border-bottom:0.0625rem solid #edf1f3;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:15.0625rem;width:15.0625rem;top:12.125rem;left:22.5rem;display:block; }
#MFZrILwbbamWnBKyPouosAvzXpIdFN9h { position:absolute;display:block;z-index:15008;background-color:#edf1f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:13.3125rem;width:13.3125rem;top:13rem;left:23.375rem;display:block; }
#EZ4hEJfuROnoWBrAhlg6eZg4UgouMbh3 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:15.1875rem;left:26.9375rem;overflow:hidden;display:block; }
#xaZf0ChGKGVTAaTnhRHtIWHb2rOoLDTo { position:absolute;display:block;z-index:15009;background-color:#0f539c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0rem 0.625rem rgba(60,60,60,0.32) ;height:4.8125rem;width:4.8125rem;top:11.6875rem;left:32.9375rem;display:block; }
#mdpTwpLKrnpo93IhMOhvuO6oSQ9cGctV { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.5rem;left:33.1875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pvwUh7i9oWmaEiJv6Dk0TsFz25fRz2DO { color:#7f7e7e;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:34.5rem;left:40rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JkPi0l1lbMhm1cw9VUTeGRfpf8PeEpTu { color:#494949;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:29rem;left:40rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wpkm96ZXPrHlWo8PnlDETSkZ1Zv8vk0k { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;border-top:0.0625rem solid #edf1f3;border-left:0.0625rem solid #edf1f3;border-right:0.0625rem solid #edf1f3;border-bottom:0.0625rem solid #edf1f3;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:15.0625rem;width:15.0625rem;top:12.125rem;left:42.5rem;display:block; }
#MKUcdcTsTqw9RAKnsSyuUAI9cVKz94m6 { position:absolute;display:block;z-index:15015;background-color:#edf1f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:13.3125rem;width:13.3125rem;top:13rem;left:43.375rem;display:block; }
#r3OlPdbyS3KwKJ7Z9CUyFJNlL5QpAvgk { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:15.96875rem;left:46.25rem;overflow:hidden;display:block; }
#xOPEs9ftN02vtON4Dvibm6Z9yx8WTTMI { position:absolute;display:block;z-index:15016;background-color:#0f539c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0rem 0.625rem rgba(60,60,60,0.32) ;height:4.8125rem;width:4.8125rem;top:11.4375rem;left:52.9375rem;display:block; }
#kGlMFip0u3ALet0TlIGp5c5e1unOU33b { color:#ffffff;display:block;width:4.8125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.375rem;left:53.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u62w1D0ODnXvWOenSUayQo6Nt8UDCcBQ { color:#494949;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#xTEvWPLNMAL9QWSPsTZcps3d2xnEPlly { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:15.1875rem;left:6.90625rem;overflow:hidden;display:block; }
#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { background-color: transparent; background-image: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container > .video-iframe-container { display: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container { display: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .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); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { border-width: 0; border-radius: 0; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { font-size:0.875rem;font-family:"open sans";height:96.6875rem;width:60rem;position:relative;display:block; }#otsSxXch2Ficx8LnQz8Qde8SR6xkbyly { color:#494949;display:block;width:34.6875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:6.5rem;font-style:normal;display:block; }
#d2cx4XVH6b5V4TWfDEloDTTe3eyf2ElD { color:#252525;display:block;width:30.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:9rem;left:0rem;height:27.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IIRukOJ9EhEs7Vlq2uswP2DQ3hHQnB1x { color:#494949;display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:39.375rem;left:2.875rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ee0RgxxQdUFziz0BJR0gMeqVEoFitElf { color:#494949;display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:41.625rem;left:2.75rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HT72UAR4hxG2wnBTtQzw8VJtRQ9CXLDZ { color:#494949;display:block;width:32.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:43.75rem;left:2.875rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TGbbprgFcp3e3VJcH8KxwQPkgHvywvqi { box-sizing:content-box;color:#0f539c;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:45.5625rem;left:0rem;display:block; }
#Ir1W0232b9XxoZ9xakRBv9qsHg5vmHA2 { color:#494949;display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:45.875rem;left:2.9375rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ak6T8ByJWtu9E4prq6J5TuZQJSXOKmCd { box-sizing:content-box;color:#0f539c;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:43.4375rem;left:0rem;display:block; }
#sPsc7anGfmTvFIsFmuWLzp5sbNnLwld4 { box-sizing:content-box;color:#0f539c;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15052;top:41.3125rem;left:0rem;display:block; }
#eAqg8oyCC57P9V4iASzlrE1P8T8r9F6s { box-sizing:content-box;color:#0f539c;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15053;top:39.0625rem;left:0rem;display:block; }
#DoyzsLLs14yucizSiHKJBRdqm38zNuNg { box-sizing:content-box;color:#0f539c;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:47.75rem;left:0.0625rem;display:block; }
#suB507TXDkPZNbxJpXlpknIL21xFrgGE { color:#494949;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:48.1875rem;left:2.9375rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bGuyAv0qn2W9d5JdLDF9UvDVmWUwboKs { color:#494949;display:block;width:32.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:51.5625rem;left:2.9375rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ObWOihsNaxJL6e6qWVVvR9qbuMQS2uPX { box-sizing:content-box;color:#0f539c;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:51.25rem;left:0.0625rem;display:block; }
#oL42wNdtXehOuTgHqPiM9IzDvTu8nWJi { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.625rem;width:27.9375rem;top:2.25rem;left:31.875rem;overflow:hidden;display:block; }
#oBVeQB3tBLCzrW3NKFmAmAtRNkqDatVq { color:#494949;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:57.75rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#svbrNKpbPPz6VEPCtbRILLD9TEXDVVn8 { background-color:#0f539c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:3.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:64.3125rem;left:19.875rem;display:block; }
#BByUgW098lhnqvcL017fOCn5NwyXBR2d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f8lgyEgURttGPSnTmG8ZVCJRkT44HxHB { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.5625rem;width:43.75rem;top:70.1875rem;left:6.875rem;display:block; }
#Jw0JLIgtP6zhcGk25P02xsILrrDufhmu { color:#252525;display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:12.125rem;left:0rem;height:15.1875rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#bmF4BTfmnyXPhcCtZHFcQ9XNT70JsDAi { color:#252525;display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:12.125rem;left:0rem;height:15.1875rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#t9ZNCH4M9pte04Fil0yFbnzG8FLrMtbw { color:#7f7e7e;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:34.5rem;left:40rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container { background-color: transparent; background-image: none; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container > .video-iframe-container { display: none; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row > .video-iframe-container { display: none; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .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); }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container { border-width: 0; border-radius: 0; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container { font-size:0.875rem;font-family:"open sans";height:37rem;width:60rem;position:relative;display:block; }#uFcCQF4H0EA2MoeROgd6thc5kWtt8Clg { background-color:#0f539c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:30.93359375rem;left:21.5rem;display:block; }
#CBF1L73Uqdp380Egi2TU3uSaoiJ9U3su { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E0O9GmcW7ZyVuDD7g9qSZ7Twrizcn0CE { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:7.4375rem;width:19rem;top:2.3125rem;left:20.75rem;display:none; }
#VsHAVPOgrA0VbVIVe0e9nzhGvP1HTs9U { color:#494949;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qy7JX3iqux5BHXetKFU896NbyO3gA0vy { z-index:14996;top:9.625rem;left:0.46875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem #72767b ;box-sizing:border-box;color:#72767b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#w0knqG3OdMBv77THs4GNZhvWi8LUGXRr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#peMp24kU4bzfZgKLpMg4OqTDRRIBBdty { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:11.875rem;left:2.25rem;overflow:hidden;display:block; }
#RogksLqO45LeMnT7nbbhckxutdERlbJw { color:#494949;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KcsH9Re37IsVBQErJbPsQI9M2RTd5tCq { z-index:15001;top:9.6875rem;left:20.5rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem #72767b ;box-sizing:border-box;color:#72767b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TNCIQxIwcUvkFHLRVDE5zZgavT4V6fAy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PQU9N3Nw8N0V81uhVVWfLnMCSCTCBMzq { z-index:15002;top:9.6875rem;left:40.5rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem #72767b ;box-sizing:border-box;color:#72767b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mPDx7leDOLXg7KT4LXTvMh4DTvTvppU2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uanULF7HfruLfsD8lbnm1UQ72lAKl7rX { z-index:14995;top:19.8125rem;left:0.46875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem #72767b ;box-sizing:border-box;color:#72767b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ndTLgOGIw5Oah4VOZpXlNoNxvveXP8qN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J89F5eMTs1nn5T2XG3p1p7I65EtUSldp { z-index:14994;top:19.8125rem;left:20.46875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem #72767b ;box-sizing:border-box;color:#72767b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nGvsBockFNF3JPteHnaB8m8C7k1saT3g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WkOEXC6M3G7AW0qzKJ9GN4BG3BuON7Bh { z-index:14993;top:19.8125rem;left:40.46875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem #72767b ;box-sizing:border-box;color:#72767b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WoxgTs61QOiVrTGpJqH8kPL2EmzdTJwh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vxTKsxGKSqCII94n5DBVtryb8v44Cs8n { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:11.875rem;left:22.4375rem;overflow:hidden;display:block; }
#UwH3MAB4Nmp8hSb5b8XRaIpPFddN7C4H { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:11.875rem;left:42.4375rem;overflow:hidden;display:block; }
#ASRREsVmA9WfRAHo8EIVRGpLoNPSt3ww { color:#494949;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:11.8125rem;left:46.1875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kJE6THSrs55b8vm2ac0sRVCKh7KdkZC2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:22rem;left:2.25rem;overflow:hidden;display:block; }
#Zgf9JQxDtxXvAQq9gaIvHMmi2OpTsenU { color:#494949;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.9375rem;left:6.0625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tU4EdFEDdeGRZm534OtDvPiGrOn1VUKG { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:22rem;left:22.4375rem;overflow:hidden;display:block; }
#X4gToNnnhTJo7savhieErN01F2VzkgGA { color:#494949;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:21.96875rem;left:26.25rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H56RW679tQn1DhTKwnTQzPFMO47wy9OX { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:22rem;left:42.4375rem;overflow:hidden;display:block; }
#HSDuBvxRLDRKk1Z6DeLZlqxtt341GZc9 { color:#494949;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:21.15625rem;left:46.625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zs1BeuuVT8ImxXuJF08QcnrUXlEP4Thg { color:#494949;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.4375rem;left:26.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DwSufisTs5pnceSX4TpRATNN0U0bII2P { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:11.875rem;left:22.4375rem;overflow:hidden;display:none; }
#E2rKppPFO3oIly37l7DUe42NcOLT361d { color:#494949;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.4375rem;left:26.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kRGSe2C1lD533QT2JD3fvPwndPcowU4Q { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:11.875rem;left:22.4375rem;overflow:hidden;display:none; }
#vtgcGbHCW5Um4rODaPvGnDZfN9c4kb9E { color:#494949;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.4375rem;left:26.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gnaiIL0ZDdhkBy0DT4BZq6c42HhZHS2X { color:#494949;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.4375rem;left:26.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#iTknZrNXknN92V6Tzcm6S8xeLcWskvEy { color:#494949;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.4375rem;left:26.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#LfVDcSynw2y6mFCeuEGbkieNul4OuFLX { color:#494949;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:12.59375rem;left:26.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IRV13KrLSL0t5ZJcqGTese8ay59rDyb9 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:11.875rem;left:22.4375rem;overflow:hidden;display:none; }
#g24LUxkR0VIEnT0LBi4FJdmoN18OwG9A { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:11.875rem;left:22.4375rem;overflow:hidden;display:none; }
#DwWZkz7zTkgyiFeSHCHv8GOVBzGArsJu { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:11.875rem;left:2.25rem;overflow:hidden;display:none; }
#c3tT9026fPZmACN2dx1hKRQEqyTJBDqm { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:11.875rem;left:2.25rem;overflow:hidden;display:none; }
#pNVxNiaTxFbelV2uZcMR5TDMTQALJSsZ { color:#494949;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#sk49ElBbkzrurMF9t2aRixViGVgI9Gp8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:22rem;left:2.25rem;overflow:hidden;display:none; }
#BLFACqObzLsXmeeic2tpemCPTNxdTtOX { color:#494949;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.6875rem;left:6.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#mfydF3LucaBh3pVddzXCAmO5XXkZ691o { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:22rem;left:2.25rem;overflow:hidden;display:none; }
#UPc7H8ePlFOAW44FqG46LT2TefppRb8y { color:#494949;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.6875rem;left:6.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#eiHAJJ9d25btN4GlX78yFAb0tkH0MPAi { color:#494949;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:22.75rem;left:26.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#zRpywtETGznEDyO3vCgGsxyi9W74zwem { color:#494949;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.6875rem;left:6.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#G8E9zCAdgEb6r6tNwHheNxwOO9cwrToZ { z-index:15038;top:9.59375rem;left:0.46875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:7.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ih2tgCLDas5OsJkai7yKQQTt80DE9PpU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n6hTUHzlPq5ITV2HKbSkzwByLG5oBVSB { z-index:15039;top:9.625rem;left:20.4375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#syWmSamlFFhf4TyoyNK8IuTSLrDAxSVb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R6G0pi3iK96fg5PzOT4IvySRXHHT1dsy { z-index:15040;top:9.5625rem;left:40.4375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:7.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#P19begNlyBqTZPEGcfdvkRk3qpNCoMsX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RSDOZvLw44wcgtURqBQOMu7qgkMdTGxm { z-index:15042;top:19.78125rem;left:20.4375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:7.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pAgCO9T80psEwp7JhGBD2uXJgBP5FtBT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gRRPvcx0XHJG7gA7RED1a1MrFrXQqDA4 { z-index:15043;top:19.78125rem;left:40.46875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:7.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FP9bZTA9ZFJm2JcsUHiKkJ7mDXHFiq5F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cmvKziZHsqll0vV6pHKCdTqMAbHUDVh8 { z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;top:4.375rem;left:31.625rem;display:none; }
#n6GAMoLHtu4QVy3hGd5hfIHdslIX2sIM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FGEgDHCtul8eTHBfkoLPPyNUdblBR85V { z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;top:4.375rem;left:31.625rem;display:none; }
#o3qvpt8hVa6UcqWs2UNWxfI0x25UIS6g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zbe5V73URqiVWlrPJpa1qR0qzpKtCgoP { z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;top:4.375rem;left:31.625rem;display:none; }
#Hgo5ISZXahqOErEqy9dsZ9CCR2TC4GZ6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kHvxtUm9Q4IX2KeZAclwUExPIuzMNexy { z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;top:4.375rem;left:31.625rem;display:none; }
#gpUyT2ZPH6w8gvmoZoKnHGclNGN3yDV1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LZFlrrA2NhpwyGqCQuKMHllqzP40hmxU { z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;top:4.375rem;left:31.625rem;display:none; }
#GKLcZGsTnNM3462T3Otczu0sUUR46Vff { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DkZuCzSaqxXsMiL0ywxPp6952Q0rLpde { z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;top:4.375rem;left:31.625rem;display:none; }
#rgnTJJz2TBxrR4tndwiEJeZgZgCzurcs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X76HPeILKST8pWvbI7movCZliT1pTa6l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X76HPeILKST8pWvbI7movCZliT1pTa6l > .row .container { background-color: transparent; background-image: none; }#X76HPeILKST8pWvbI7movCZliT1pTa6l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X76HPeILKST8pWvbI7movCZliT1pTa6l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X76HPeILKST8pWvbI7movCZliT1pTa6l > .row .container > .video-iframe-container { display: none; }#X76HPeILKST8pWvbI7movCZliT1pTa6l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X76HPeILKST8pWvbI7movCZliT1pTa6l > .row > .video-iframe-container { display: none; }#X76HPeILKST8pWvbI7movCZliT1pTa6l > .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); }#X76HPeILKST8pWvbI7movCZliT1pTa6l > .row .container { border-width: 0; border-radius: 0; }#X76HPeILKST8pWvbI7movCZliT1pTa6l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X76HPeILKST8pWvbI7movCZliT1pTa6l > .row .container { font-size:0.875rem;font-family:"open sans";height:65.6875rem;width:60rem;position:relative;display:block; }#UPv2ez6TwDN5W2oiZeJTT7GIig1Jwi9U { color:#494949;display:block;width:25.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#ZfcoGPPdMtnn2G3P4xCm6blxKl87I2pI { color:#252525;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15044;line-height:1.6;letter-spacing:0;top:8.375rem;left:0.125rem;height:22.1rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RamS0bHZyt2u2dvAPqxAhSDeKDD24NIS { position:absolute;display:block;z-index:15046;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/0ueP5JaZ/3_1_.png");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;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.25) ;height:26.3125rem;width:29.25rem;top:36.125rem;left:0.375rem;display:block; }#RamS0bHZyt2u2dvAPqxAhSDeKDD24NIS.adaptive-delivery-prevent-bg, #RamS0bHZyt2u2dvAPqxAhSDeKDD24NIS.lazyload, #RamS0bHZyt2u2dvAPqxAhSDeKDD24NIS.lazyloading { background-image: none; }
#Zin8DKFBH5bwdB38R64BbdH6P7NahM7s { background-color:transparent;background-image:none;border-top:0.0625rem solid #0f539c;border-left:0.0625rem solid #0f539c;border-right:0.0625rem solid #0f539c;border-bottom:0.0625rem solid #0f539c;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:#0f539c;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:19.375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:54.6875rem;left:35.3125rem;display:block; }
#SUB7SZT81tCKS784PJIVwphgD8p1NZxl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eQOckWi7yid0E9CIQisgFJRvrwg4bTbN { color:#252525;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:9.1875rem;left:32.5rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#eQOckWi7yid0E9CIQisgFJRvrwg4bTbN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eQOckWi7yid0E9CIQisgFJRvrwg4bTbN li:before{  }
#mGm5SbapyfAJfNKpp13ylOkqepc3axnS { color:#494949;display:block;width:25.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.0625rem;left:31.6875rem;height:3.25rem;font-style:normal;display:block; }
#d2Ke1TkpXTRo9Nb1QmtHiOJey5kJ8E8T { position:absolute;display:block;z-index:15006;background-color:#0f539c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:3.125rem;width:19rem;top:59.375rem;left:35.3125rem;display:block; }
#PbmZ0fg8bgEn3dzUXl8ESPTTlyTpiVk1 { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:60.09375rem;left:38.28125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA > .row .container { background-color: transparent; background-image: none; }#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA > .row .container > .video-iframe-container { display: none; }#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA > .row > .video-iframe-container { display: none; }#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA > .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); }#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA > .row .container { border-width: 0; border-radius: 0; }#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA > .row .container { font-size:0.875rem;font-family:"open sans";height:56.5625rem;width:60rem;position:relative;display:block; }#lg4NgfdhKsiyEfrK2mOcMMieJ0lA0b8H { color:#494949;display:block;width:28.5rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.6875rem;left:31.5rem;height:6.5rem;font-style:normal;display:block; }
#BTPWR9uGD1apyGqFUHSTVn0iEf7Oermk { color:#252525;display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:10.125rem;left:31.21875rem;height:28.9rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m9tbdfnRsg7UPT9ifxWC5XJdWG1WHLTA { color:#252525;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:8.1875rem;left:1.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#m9tbdfnRsg7UPT9ifxWC5XJdWG1WHLTA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m9tbdfnRsg7UPT9ifxWC5XJdWG1WHLTA li:before{  }
#JS3hSqd1lF7WMQpxvQsSHAbwJdUGqJZa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0.0625rem 0.375rem #72767b ;box-sizing:border-box;color:#0f539c;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:19.375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:45.625rem;left:35.3125rem;display:block; }
#KfDDUzTTBTTS25cnhun57CN5wlkT6cgo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TUSXllN1CSIVTl5QSdihmwbxW9TbKP3d { color:#494949;display:block;width:25.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.75rem;left:1.6875rem;height:3.25rem;font-style:normal;display:block; }
#Z42lgwogkpW5PMQM5Tngv44i3ALnRIpK { position:absolute;display:block;z-index:15007;background-color:#0f539c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:3.125rem;width:19rem;top:50.0625rem;left:35.5rem;display:block; }
#g70kL1GUhWRz1DzuoqIuJfN0FQJK5ZZ2 { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:50.8125rem;left:38.375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 > .row .container { background-color: transparent; background-image: none; }#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 > .row .container > .video-iframe-container { display: none; }#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 > .row > .video-iframe-container { display: none; }#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 > .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); }#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 > .row .container { border-width: 0; border-radius: 0; }#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 > .row .container { font-size:0.875rem;font-family:"open sans";height:71.9375rem;width:60rem;position:relative;display:block; }#ZFCksK8BOwlFaAPBfJQPMn5ooVrWkQEw { color:#494949;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:6.5rem;font-style:normal;display:block; }
#bRgFlcCtRs40MmvmHFX6hKVqe13qaJCE { color:#252525;display:block;width:28.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:9.875rem;left:0rem;height:25.5rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T7vf6BkckPkXEH8nVsm0oGv1sTlWDna3 { color:#252525;display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:9.875rem;left:32.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#T7vf6BkckPkXEH8nVsm0oGv1sTlWDna3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T7vf6BkckPkXEH8nVsm0oGv1sTlWDna3 li:before{  }
#NTc4T8B9MScBD0Ndfbhf2vMT8PwWwkde { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/DfqlWy6g/7.png");background-position:top left !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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.25) ;height:23.8125rem;width:29.25rem;top:40.437499523163rem;left:0rem;display:block; }#NTc4T8B9MScBD0Ndfbhf2vMT8PwWwkde.adaptive-delivery-prevent-bg, #NTc4T8B9MScBD0Ndfbhf2vMT8PwWwkde.lazyload, #NTc4T8B9MScBD0Ndfbhf2vMT8PwWwkde.lazyloading { background-image: none; }
#zktLtG2SMMZU75AoBbX4b5AoEwUMQlR3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0.0625rem 0.375rem #72767b ;box-sizing:border-box;color:#0f539c;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:19.375rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:61.1875rem;left:36.250001907349rem;display:block; }
#pAcw7Csu6RLWJ3TZUoJTWlNZQgxQSyC2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k0iN25zn9quq02R21S5mW9TbDTMXn0HK { color:#494949;display:block;width:25.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.0625rem;left:34.125rem;height:3.25rem;font-style:normal;display:block; }
#GXqz2UL8HUoyUE7CXkgpsbSS9mDGIX3E { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:65.96875rem;left:39.281251907349rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pq1smD7oso5Q5TiwP22qaz5grOkmIuTZ { position:absolute;display:block;z-index:15009;background-color:#0f539c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:3.125rem;width:19rem;top:65.3125rem;left:36.437501907349rem;display:block; }
#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM > .row .container { background-color: transparent; background-image: none; }#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM > .row .container > .video-iframe-container { display: none; }#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM > .row > .video-iframe-container { display: none; }#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM > .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); }#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM > .row .container { border-width: 0; border-radius: 0; }#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM > .row .container { font-size:0.875rem;font-family:"open sans";height:66.5rem;width:60rem;position:relative;display:block; }#pA6bNBy5Tms2aqHEyFDEBvID4EXNzzWL { color:#494949;display:block;width:27.9375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.1875rem;left:32.0625rem;height:6.5rem;font-style:normal;display:block; }
#oDcMaZTFgRurTJkXtoenknkWBNpRlN8i { color:#252525;display:block;width:28.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15045;line-height:1.6;letter-spacing:0;top:10.1875rem;left:30.84375rem;height:13.6rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KMBJMObs753190rU3abh8PHOpeTUJrKW { color:#252525;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15045;line-height:1.6;letter-spacing:0;top:8.6875rem;left:1.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#KMBJMObs753190rU3abh8PHOpeTUJrKW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KMBJMObs753190rU3abh8PHOpeTUJrKW li:before{  }
#I5PHkULPQVDu1Rx8K6hOZ4syulukuGnb { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/xTnbzk9p/5.png");background-position:top left !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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.25) ;height:25.75rem;width:29.25rem;top:27.537478446961rem;left:30.750001907349rem;display:block; }#I5PHkULPQVDu1Rx8K6hOZ4syulukuGnb.adaptive-delivery-prevent-bg, #I5PHkULPQVDu1Rx8K6hOZ4syulukuGnb.lazyload, #I5PHkULPQVDu1Rx8K6hOZ4syulukuGnb.lazyloading { background-image: none; }
#zK3yUVavPNarVifWydvkVq1wOHBrDiWO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0.0625rem 0.375rem #72767b ;box-sizing:border-box;color:#0f539c;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:19.375rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:55.375rem;left:4.4375rem;display:block; }
#fBvzLmX92E873qZ9HlT4x8KVh8pKK5WT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UDzZTOJTTfiVGMSOUFGuyOlvxCzBKhm7 { color:#494949;display:block;width:25.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.0625rem;left:2.65625rem;height:3.25rem;font-style:normal;display:block; }
#qCSFvmVLAzNMmkCmWDKsZHTxMIn4rg1G { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:60.3125rem;left:7.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w8tmo5MW8scIxn9lpwPJQlT8kXNdPsTp { position:absolute;display:block;z-index:15011;background-color:#0f539c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:3.125rem;width:19rem;top:59.625rem;left:4.4375rem;display:block; }
#b26rvAnaE75TpKD7BAOxvGccvkbChOxw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b26rvAnaE75TpKD7BAOxvGccvkbChOxw > .row .container { background-color: transparent; background-image: none; }#b26rvAnaE75TpKD7BAOxvGccvkbChOxw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b26rvAnaE75TpKD7BAOxvGccvkbChOxw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b26rvAnaE75TpKD7BAOxvGccvkbChOxw > .row .container > .video-iframe-container { display: none; }#b26rvAnaE75TpKD7BAOxvGccvkbChOxw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b26rvAnaE75TpKD7BAOxvGccvkbChOxw > .row > .video-iframe-container { display: none; }#b26rvAnaE75TpKD7BAOxvGccvkbChOxw > .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); }#b26rvAnaE75TpKD7BAOxvGccvkbChOxw > .row .container { border-width: 0; border-radius: 0; }#b26rvAnaE75TpKD7BAOxvGccvkbChOxw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b26rvAnaE75TpKD7BAOxvGccvkbChOxw > .row .container { font-size:0.875rem;font-family:"open sans";height:60.125rem;width:60rem;position:relative;display:block; }#Ja26Xr7Zzq7GrXn9JD1uDbd4KeMZRtFT { color:#494949;display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#SQeDAIumSqAPmd03xtIJ8aHf8AsTUlPN { color:#252525;display:block;width:28.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15045;line-height:1.6;letter-spacing:0;top:9.375rem;left:0rem;height:13.6rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sIRZlJ5pfRuHr37hopFgofbxsvK0NbvG { color:#252525;display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15046;line-height:1.6;letter-spacing:0;top:11.125rem;left:31.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#sIRZlJ5pfRuHr37hopFgofbxsvK0NbvG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sIRZlJ5pfRuHr37hopFgofbxsvK0NbvG li:before{  }
#xAUH46du50cTPIbmEq3srD2fMnlLa1dS { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/CkvfWT0w/4.png");background-position:bottom 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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.25) ;height:26.25rem;width:29.25rem;top:26.9375rem;left:0.375rem;display:block; }#xAUH46du50cTPIbmEq3srD2fMnlLa1dS.adaptive-delivery-prevent-bg, #xAUH46du50cTPIbmEq3srD2fMnlLa1dS.lazyload, #xAUH46du50cTPIbmEq3srD2fMnlLa1dS.lazyloading { background-image: none; }
#VG4erIoklOEPu53TUimTQI0ylMPRoKHo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0.0625rem 0.375rem #72767b ;box-sizing:border-box;color:#0f539c;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:19.375rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:45.625rem;left:34.781251907349rem;display:block; }
#cewsFg4f0RKQR55FaC02amP2ecvNvTbU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#odzbD4RmdW50UiTVac0WXuX7wlBK3Kx9 { color:#494949;display:block;width:25.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:4.625rem;left:32.5rem;height:3.25rem;font-style:normal;display:block; }
#sS6qic8kO4CAFBR8wprsoOmID2VLT8KA { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:50.6875rem;left:37.875001907349rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iPkvvR1dUUcyz4gaxNVIzlJa7Xt3qcWE { position:absolute;display:block;z-index:15013;background-color:#0f539c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:3.125rem;width:19rem;top:50rem;left:35.000001907349rem;display:block; }
#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl > .row .container { background-color: transparent; background-image: none; }#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl > .row .container > .video-iframe-container { display: none; }#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl > .row > .video-iframe-container { display: none; }#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl > .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); }#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl > .row .container { border-width: 0; border-radius: 0; }#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl > .row .container { font-size:0.875rem;font-family:"open sans";height:76.4375rem;width:60rem;position:relative;display:block; }#IvwAzyKqqEGTSnl2oDkTLioOeRxxOus7 { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/EMIyie8x/6.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.25) ;height:25.75rem;width:29.25rem;top:43.562503814698rem;left:30.375001907349rem;display:block; }#IvwAzyKqqEGTSnl2oDkTLioOeRxxOus7.adaptive-delivery-prevent-bg, #IvwAzyKqqEGTSnl2oDkTLioOeRxxOus7.lazyload, #IvwAzyKqqEGTSnl2oDkTLioOeRxxOus7.lazyloading { background-image: none; }
#H33SHRJt9fkNMUwWTG2B0x4KDOnHZovJ { color:#252525;display:block;width:26.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:9.1875rem;left:2.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#H33SHRJt9fkNMUwWTG2B0x4KDOnHZovJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H33SHRJt9fkNMUwWTG2B0x4KDOnHZovJ li:before{  }
#TEQDbiEiUPSWkyaSUoB8UwMmN5LBkIiL { color:#252525;display:block;width:28.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:14.5rem;left:30.84375rem;height:22.1rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UUorNcXG4PgGqdABkGhc4cK0SBwT3PNu { color:#494949;display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:2.75rem;left:30.9375rem;height:6.5rem;font-style:normal;display:block; }
#X3GcxQE5S2JkW0J2RebnytuOGwS5ZQVX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0.0625rem 0.375rem #72767b ;box-sizing:border-box;color:#0f539c;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:19.375rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:61.4375rem;left:4.4375rem;display:block; }
#XMH6Sy21K80F8HT5OP9ySMq9PBPfi3B9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#II2UJsrpn74tAaJOnkK3mOvz6f6Cc8mM { color:#494949;display:block;width:25.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.625rem;left:2.0625rem;height:3.25rem;font-style:normal;display:block; }
#xggeI6z9QitArU0TPTgUqikNHWvCGtfv { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:66.8125rem;left:7.5rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dtOmgBse4ebILmrorh0gi9uHLvBJ8zi0 { position:absolute;display:block;z-index:15015;background-color:#0f539c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:3.125rem;width:19rem;top:66.125rem;left:4.625rem;display:block; }
#ax85gpODK5ET09kWGsiy0Klrxoow3Cxr { color:#0f539c;display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:71.375rem;left:3.28125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kXzg5R5ZaT1BAEpVAdL11vOS6pJfOAPK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kXzg5R5ZaT1BAEpVAdL11vOS6pJfOAPK > .row .container { background-color: transparent; background-image: none; }#kXzg5R5ZaT1BAEpVAdL11vOS6pJfOAPK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXzg5R5ZaT1BAEpVAdL11vOS6pJfOAPK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXzg5R5ZaT1BAEpVAdL11vOS6pJfOAPK > .row .container > .video-iframe-container { display: none; }#kXzg5R5ZaT1BAEpVAdL11vOS6pJfOAPK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXzg5R5ZaT1BAEpVAdL11vOS6pJfOAPK > .row > .video-iframe-container { display: none; }#kXzg5R5ZaT1BAEpVAdL11vOS6pJfOAPK > .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); }#kXzg5R5ZaT1BAEpVAdL11vOS6pJfOAPK > .row .container { border-width: 0; border-radius: 0; }#kXzg5R5ZaT1BAEpVAdL11vOS6pJfOAPK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kXzg5R5ZaT1BAEpVAdL11vOS6pJfOAPK > .row .container { font-size:0.875rem;font-family:"open sans";height:49.25rem;width:60rem;position:relative;display:block; }#a4q0y9qdPt604ucWB4xBi6myyKXJEVTP { color:#494949;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:29.1875rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WgPdDTwaVIiUJ8ParmpAqpZRJJJh4Lgx { color:#494949;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:29.1875rem;left:20rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N0VaqoxxizDJJUzy4p7132572st20A1J { color:#494949;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:29.1875rem;left:40rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UCqsLvHiyeJLUMFyW4DSecU3b0Qno42F { color:#494949;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#MQWfVwuqauSZFyEhm2oNGmJyCriQa5S4 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aef7c66e-51f1-40c3-96b3-ac5f8ffb6128/noroot.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:9.75rem;width:9.5625rem;top:18.75rem;left:5.21875rem;display:block; }#MQWfVwuqauSZFyEhm2oNGmJyCriQa5S4.adaptive-delivery-prevent-bg, #MQWfVwuqauSZFyEhm2oNGmJyCriQa5S4.lazyload, #MQWfVwuqauSZFyEhm2oNGmJyCriQa5S4.lazyloading { background-image: none; }
#RafAlAzDRv9zygwqRAdegdzxXGiUFT02 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c7d9e1f7-7221-42a2-8ce8-cea19fc068d7/noroot.jpeg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:9.75rem;width:9.5625rem;top:18.75rem;left:25.218751907349rem;display:block; }#RafAlAzDRv9zygwqRAdegdzxXGiUFT02.adaptive-delivery-prevent-bg, #RafAlAzDRv9zygwqRAdegdzxXGiUFT02.lazyload, #RafAlAzDRv9zygwqRAdegdzxXGiUFT02.lazyloading { background-image: none; }
#C44poz3ZPOBzSf4sk0cmOUMCkfaSgTfD { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/komCTHig/_.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:9.75rem;width:9.5625rem;top:18.75rem;left:45.21875rem;display:block; }#C44poz3ZPOBzSf4sk0cmOUMCkfaSgTfD.adaptive-delivery-prevent-bg, #C44poz3ZPOBzSf4sk0cmOUMCkfaSgTfD.lazyload, #C44poz3ZPOBzSf4sk0cmOUMCkfaSgTfD.lazyloading { background-image: none; }
#SmNUA5Gnnu7Uep6DDOVcXirtB9clfLgd { color:#252525;display:block;width:59.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15050;line-height:1.6;letter-spacing:0;top:34.75rem;left:0rem;height:10.2rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R39fSbsT0I2lLPVFnSBh4wQwbI9g9TxG { color:#252525;display:block;width:59.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15050;line-height:1.6;letter-spacing:0;top:8.1875rem;left:0rem;height:5.1rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CcLZekAvpyOTlnO7N20002tcvWlNWlVi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/u3Ay3TeN/1_2_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi.adaptive-delivery-prevent-bg, #CcLZekAvpyOTlnO7N20002tcvWlNWlVi.lazyload, #CcLZekAvpyOTlnO7N20002tcvWlNWlVi.lazyloading { background-image: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { background-color: transparent; background-image: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container > .video-iframe-container { display: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container { display: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .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); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { border-width: 0; border-radius: 0; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { font-size:0.875rem;font-family:"open sans";height:38.75rem;width:60rem;overflow:visible;position:relative;display:block; }#odUrysAdn55Re73CFHOzGTVvy10vsGp6 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:32.75rem;width:24.125rem;top:4.4375rem;left:35.875rem;display:block; }
#BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { color:#ffffff;display:block;width:30.75rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:0.5625rem;height:3.00625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DBrbMOnod8DFXdyPGQ2IJVBXGKKwhRJM { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:15.875rem;left:0.5625rem;height:1.42505625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h71EqJnKRGr1TT9Hs6lp1SKSvQoT3VBW { color:#0f539c;display:block;width:24.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.8125rem;left:35.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RolXMcre3DIAFtkrrx34NwSfVqVwZiUy { position:absolute;display:block;z-index:15010;background-color:#e5e3e3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:12.1875rem;left:38.5625rem;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-form-header {  }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:16.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text { border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.75rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.5;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-textarea { border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.5;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .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:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-button { border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;background-color:#0f539c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:16.75rem;height:3.4375rem;font-family:"open sans";overflow:hidden;box-shadow: 0rem 0rem 0.375rem rgba(0,0,0,0.21) ; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.9375rem;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.9375rem;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.9375rem;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.9375rem;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.6875rem;font-weight:400;color:#494949;vertical-align:top;width:16.4375rem;overflow:hidden;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;float:none; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .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; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .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;float:none; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-container:first-of-type{padding-top:0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-container:last-of-type{padding-bottom:0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.8718872070312rem;left:38.559377670288rem; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-info-text { font-size:0.75rem; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx {display:block;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.8718872070312rem;left:38.559377670288rem; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #p3TN1iz9nAT5fV9dfFnXVfxWcGwK8mya { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #m33KEn9Hs0RTUmy399V7cIpxr29RCARA { position:relative;display:none; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #PCp82x5RmGyd1uQRqOUdxARJdQCGPUgh { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #IHnodmNWywhZFZ8L5zLVoHRbRHMTlUle { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #GzJmuK1clb2pCvuRVPKw5ZWCw4r8zo4y { position:relative;display:none; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #LVVkULTgEcpQVBR0lJMwZVQhmz3BqFsp { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #mHyTq4O6JUcPNX5MPgPQ23tREl5dR2C5 { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #RTVoBJUh3sT5GHZvEwCzS4gNVhlwJXJU { position:relative;display:none; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #oa1ExADPTDTpw95z6kh92buiQxUFmJXd { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #OcX9fA8h6Dw9CWMcvR5TOx7IEwXHFdDE { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #NSXNF0V9ao4wv2Qtl0Q6TdqLTCxWnowh { position:relative;z-index:2; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #HvWRznAeiAN0tve1yrDxm6SaWhhizbsF { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #qGNLZ0Cpdw2MRTzgBeQcJugfStELCFg1 { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #n8kIdcDPd0rM1W3LMxq0pOTTNhe2oA3R { position:relative;display:none; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #lht4ZyWQSzShQSHVaG7TCrIQioElladg { position:relative; }
#iNo9HyJcWfOZq2ZfuLn06f7pyTuSRoO0 { position:relative;display:block; }
#TVW8cN0nThFS3GIW1rTBuIMQAIVRTP0x { position:relative;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #msAdUmaatDPNr0bbTbenOpRVZAuL02pp { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #BTnhuLKMaVi3czqV1bXiETIGnAs8JZp1 { position:relative; }
#SpqVima01AuTskuzZZkOW2d4tTUSTyIM { position:absolute;display:block;z-index:15006;background-color:#0f539c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:9rem;width:30rem;top:10.6875rem;left:0.9375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryTsC6T2O5GXrc8pbrSqtPmaTxagbIaT { width:23.8125rem;height:29.3125rem;top:12.5625rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:34.375rem;height:3.4375rem;top:22.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz99rev0w8LPqdVdBke1RvKmTozxbra { width:34.375rem;height:2.3125rem;top:26.5rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGZhMCuzRRPSLnBATagBkP6TbI68kWKV { width:17rem;height:3.4375rem;top:37.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPJmO8me2T4qWZzXt487yALsfXB6TM45 { display:block; }
 }@media only screen and (max-width: 763px) { #l6STWf78uXgxoL4X4dDpM0ZnZPplXHBk { width:9.5625rem;height:9.75rem;top:13.625rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSeQfAQweMO203CPA49wJASGO2CudacX { width:10.3125rem;height:4.0625rem;top:14.1875rem;left:37.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZolwNucUHLf3ufTEuTSKu5lGpRG4H80 { width:12.125rem;height:3.875rem;top:19.5625rem;left:35.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WStVBNzgs74TVnzVnmgMTBfCtTDaEow0 { width:18.75rem;height:0.125rem;top:24.3125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKACGUGomWmSlFToDKGCiWqfNw99585A { width:20.125rem;height:1.625rem;top:25.625rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8yTyJyBZ4Ff7fylbO2uQnWAuQlx7Clu { width:2rem;height:2.0625rem;top:27.1875rem;left:31rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzfiiTcUVz7i3KyT1AEMhystupyEqLSm { width:17.4375rem;height:1.25rem;top:27.5625rem;left:30.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXv25f6uHaNegrCHvWkmfdbDS1dEBADD { width:19.0625rem;height:5.625rem;top:30.8125rem;left:28.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHNL8oR8xl2Bz83JdNvqL2MCPXmN6JhE { width:2.4375rem;height:2.5rem;top:30.4375rem;left:30.637096774194rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzpxOl34z5BoMiicafsCsWVmmTCRky7W { width:20.25rem;height:3.375rem;top:37.1875rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZDmWqW8iXIUXMKlwtBKk51oqxlB83BW { display:block; }
 }@media only screen and (max-width: 763px) { #s6TKJhHBuZBT8LDpn3vP7Zuu9vrf60y1 { top:1.9375rem;left:0rem;width:12.375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ7MdLCNqCH1v35lh5SmWwZrAvsfIsC3 { width:24.1875rem;height:29.25rem;top:13.3125rem;left:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMuBxIKhiXeqgo430Q2ENP6SolgKXmOU { width:16.3125rem;height:6.8125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDSt6WGBZcvWw1t4osHOOyIVobQgFQHD { width:30rem;height:9rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM6490XiOUQlaSiW7Na0ztBxxrF0kpMr { width:24.1875rem;height:29.25rem;top:13.3125rem;left:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu { display:block; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfHclemm7NPQCeaNTQLASVmZXA67Nqzd { width:15.0625rem;height:15.0625rem;top:12.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDPqXWKKruNn4U6ghlxdREKsIO293IZ1 { width:13.3125rem;height:13.3125rem;top:13rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5T6gDvi9l3mnvdOr1iv7SiKPXp0eNfZ { width:4.8125rem;height:4.8125rem;top:11.4375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kipEPFMAavadaipAJmTvT434r4SxpKs4 { width:4.8125rem;height:2.75rem;top:12.375rem;left:11rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwkfrsyTT7ephUPFRCbxBRHEaAa4rIoH { width:19.9375rem;height:;top:29rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGgJFvJtSwMym11C33GUniR37mMhHvID { width:20rem;height:5.5rem;top:34.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmIX60kpVrAzothMIeUkHRnl7TXaMaEB { width:20rem;height:4.125rem;top:34.5rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT2EvLZyziUGrv5HJDIXvG8GiVZglrJi { width:20rem;height:4.125rem;top:29rem;left:11.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGLH30mAFJBPX4VSX6w42S4JFsgVADnX { width:15.0625rem;height:15.0625rem;top:12.125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFZrILwbbamWnBKyPouosAvzXpIdFN9h { width:13.3125rem;height:13.3125rem;top:13rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ4hEJfuROnoWBrAhlg6eZg4UgouMbh3 { width:7.5rem;height:7.5rem;top:15.1875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaZf0ChGKGVTAaTnhRHtIWHb2rOoLDTo { width:4.8125rem;height:4.8125rem;top:11.6875rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdpTwpLKrnpo93IhMOhvuO6oSQ9cGctV { width:4.625rem;height:2.8125rem;top:12.5rem;left:27rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvwUh7i9oWmaEiJv6Dk0TsFz25fRz2DO { width:20rem;height:2.75rem;top:34.5rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkPi0l1lbMhm1cw9VUTeGRfpf8PeEpTu { width:20rem;height:4.125rem;top:29rem;left:27.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpkm96ZXPrHlWo8PnlDETSkZ1Zv8vk0k { width:15.0625rem;height:15.0625rem;top:12.125rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKUcdcTsTqw9RAKnsSyuUAI9cVKz94m6 { width:13.3125rem;height:13.3125rem;top:13rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3OlPdbyS3KwKJ7Z9CUyFJNlL5QpAvgk { width:7.5rem;height:7.5rem;top:15.9375rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOPEs9ftN02vtON4Dvibm6Z9yx8WTTMI { width:4.8125rem;height:4.8125rem;top:11.4375rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGlMFip0u3ALet0TlIGp5c5e1unOU33b { width:4.8125rem;height:2.75rem;top:12.375rem;left:42.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u62w1D0ODnXvWOenSUayQo6Nt8UDCcBQ { width:47.75rem;height:3.25rem;top:4.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTEvWPLNMAL9QWSPsTZcps3d2xnEPlly { width:7.5rem;height:7.5rem;top:15.1875rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { display:block; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otsSxXch2Ficx8LnQz8Qde8SR6xkbyly { width:34.6875rem;height:6.5rem;top:1.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2cx4XVH6b5V4TWfDEloDTTe3eyf2ElD { width:30.375rem;height:28.125rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIRukOJ9EhEs7Vlq2uswP2DQ3hHQnB1x { width:23.5625rem;height:1.4375rem;top:39.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee0RgxxQdUFziz0BJR0gMeqVEoFitElf { width:23.5625rem;height:1.4375rem;top:41.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT72UAR4hxG2wnBTtQzw8VJtRQ9CXLDZ { width:32.8125rem;height:1.4375rem;top:43.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGbbprgFcp3e3VJcH8KxwQPkgHvywvqi { width:2.125rem;height:2.125rem;top:45.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir1W0232b9XxoZ9xakRBv9qsHg5vmHA2 { width:23.5625rem;height:1.4375rem;top:45.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak6T8ByJWtu9E4prq6J5TuZQJSXOKmCd { width:2.125rem;height:2.125rem;top:43.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPsc7anGfmTvFIsFmuWLzp5sbNnLwld4 { width:2.125rem;height:2.125rem;top:41.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAqg8oyCC57P9V4iASzlrE1P8T8r9F6s { width:2.125rem;height:2.125rem;top:39.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoyzsLLs14yucizSiHKJBRdqm38zNuNg { width:2.125rem;height:2.125rem;top:47.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suB507TXDkPZNbxJpXlpknIL21xFrgGE { width:19.6875rem;height:2.875rem;top:48.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGuyAv0qn2W9d5JdLDF9UvDVmWUwboKs { width:32.8125rem;height:1.4375rem;top:51.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObWOihsNaxJL6e6qWVVvR9qbuMQS2uPX { width:2.125rem;height:2.125rem;top:51.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL42wNdtXehOuTgHqPiM9IzDvTu8nWJi { top:2.25rem;left:19.625rem;width:27.9375rem;height:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBVeQB3tBLCzrW3NKFmAmAtRNkqDatVq { width:47.75rem;height:3.25rem;top:57.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svbrNKpbPPz6VEPCtbRILLD9TEXDVVn8 { width:20.25rem;height:3.375rem;top:64.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BByUgW098lhnqvcL017fOCn5NwyXBR2d { display:block; }
 }@media only screen and (max-width: 763px) { #f8lgyEgURttGPSnTmG8ZVCJRkT44HxHB { top:70.1875rem;left:0.75rem;width:43.75rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw0JLIgtP6zhcGk25P02xsILrrDufhmu { width:29.875rem;height:15.1875rem;top:12.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmF4BTfmnyXPhcCtZHFcQ9XNT70JsDAi { width:29.875rem;height:15.1875rem;top:12.125rem;left:0rem;font-size:10.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9ZNCH4M9pte04Fil0yFbnzG8FLrMtbw { width:20rem;height:31.25rem;top:7.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl { display:block; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFcCQF4H0EA2MoeROgd6thc5kWtt8Clg { width:17rem;height:3.4375rem;top:30.875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBF1L73Uqdp380Egi2TU3uSaoiJ9U3su { display:block; }
 }@media only screen and (max-width: 763px) { #E0O9GmcW7ZyVuDD7g9qSZ7Twrizcn0CE { width:19rem;height:7.4375rem;top:2.3125rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VsHAVPOgrA0VbVIVe0e9nzhGvP1HTs9U { width:47.75rem;height:3.25rem;top:2.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy7JX3iqux5BHXetKFU896NbyO3gA0vy { top:9.625rem;left:0rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0knqG3OdMBv77THs4GNZhvWi8LUGXRr { display:block; }
 }@media only screen and (max-width: 763px) { #peMp24kU4bzfZgKLpMg4OqTDRRIBBdty { width:3.0625rem;height:3.0625rem;top:11.875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RogksLqO45LeMnT7nbbhckxutdERlbJw { width:13.5rem;height:1.625rem;top:12.625rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcsH9Re37IsVBQErJbPsQI9M2RTd5tCq { top:9.6875rem;left:12.6875rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNCIQxIwcUvkFHLRVDE5zZgavT4V6fAy { display:block; }
 }@media only screen and (max-width: 763px) { #PQU9N3Nw8N0V81uhVVWfLnMCSCTCBMzq { top:9.6875rem;left:28.5625rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPDx7leDOLXg7KT4LXTvMh4DTvTvppU2 { display:block; }
 }@media only screen and (max-width: 763px) { #uanULF7HfruLfsD8lbnm1UQ72lAKl7rX { top:19.8125rem;left:0rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndTLgOGIw5Oah4VOZpXlNoNxvveXP8qN { display:block; }
 }@media only screen and (max-width: 763px) { #J89F5eMTs1nn5T2XG3p1p7I65EtUSldp { top:19.8125rem;left:12.6875rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGvsBockFNF3JPteHnaB8m8C7k1saT3g { display:block; }
 }@media only screen and (max-width: 763px) { #WkOEXC6M3G7AW0qzKJ9GN4BG3BuON7Bh { top:19.8125rem;left:28.5625rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoxgTs61QOiVrTGpJqH8kPL2EmzdTJwh { display:block; }
 }@media only screen and (max-width: 763px) { #vxTKsxGKSqCII94n5DBVtryb8v44Cs8n { width:3.0625rem;height:3.0625rem;top:11.875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwH3MAB4Nmp8hSb5b8XRaIpPFddN7C4H { width:3.0625rem;height:3.0625rem;top:11.875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASRREsVmA9WfRAHo8EIVRGpLoNPSt3ww { width:13.5rem;height:3.25rem;top:11.8125rem;left:34.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJE6THSrs55b8vm2ac0sRVCKh7KdkZC2 { width:3.0625rem;height:3.0625rem;top:22rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zgf9JQxDtxXvAQq9gaIvHMmi2OpTsenU { width:14rem;height:3.25rem;top:21.9375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU4EdFEDdeGRZm534OtDvPiGrOn1VUKG { width:3.0625rem;height:3.0625rem;top:22rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4gToNnnhTJo7savhieErN01F2VzkgGA { width:13.375rem;height:3.25rem;top:21.9375rem;left:18.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H56RW679tQn1DhTKwnTQzPFMO47wy9OX { width:3.0625rem;height:3.0625rem;top:22rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSDuBvxRLDRKk1Z6DeLZlqxtt341GZc9 { width:13.375rem;height:4.875rem;top:21.125rem;left:34.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs1BeuuVT8ImxXuJF08QcnrUXlEP4Thg { width:13.4375rem;height:1.625rem;top:12.4375rem;left:18.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DwSufisTs5pnceSX4TpRATNN0U0bII2P { width:3.0625rem;height:3.0625rem;top:11.875rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #E2rKppPFO3oIly37l7DUe42NcOLT361d { width:13.4375rem;height:1.625rem;top:12.4375rem;left:18.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRGSe2C1lD533QT2JD3fvPwndPcowU4Q { width:3.0625rem;height:3.0625rem;top:11.875rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtgcGbHCW5Um4rODaPvGnDZfN9c4kb9E { width:13.4375rem;height:1.625rem;top:12.4375rem;left:18.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gnaiIL0ZDdhkBy0DT4BZq6c42HhZHS2X { width:13.4375rem;height:1.625rem;top:12.4375rem;left:18.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTknZrNXknN92V6Tzcm6S8xeLcWskvEy { width:13.4375rem;height:1.625rem;top:12.4375rem;left:18.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LfVDcSynw2y6mFCeuEGbkieNul4OuFLX { width:13.375rem;height:1.625rem;top:12.5625rem;left:18.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRV13KrLSL0t5ZJcqGTese8ay59rDyb9 { width:3.0625rem;height:3.0625rem;top:11.875rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #g24LUxkR0VIEnT0LBi4FJdmoN18OwG9A { width:3.0625rem;height:3.0625rem;top:11.875rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DwWZkz7zTkgyiFeSHCHv8GOVBzGArsJu { width:3.0625rem;height:3.0625rem;top:11.875rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3tT9026fPZmACN2dx1hKRQEqyTJBDqm { width:3.0625rem;height:3.0625rem;top:11.875rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pNVxNiaTxFbelV2uZcMR5TDMTQALJSsZ { width:14.3125rem;height:1.625rem;top:16.1875rem;left:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sk49ElBbkzrurMF9t2aRixViGVgI9Gp8 { width:3.0625rem;height:3.0625rem;top:22rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BLFACqObzLsXmeeic2tpemCPTNxdTtOX { width:14.1875rem;height:3.25rem;top:25.0625rem;left:1.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfydF3LucaBh3pVddzXCAmO5XXkZ691o { width:3.0625rem;height:3.0625rem;top:22rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPc7H8ePlFOAW44FqG46LT2TefppRb8y { width:13.875rem;height:4.875rem;top:51.375rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eiHAJJ9d25btN4GlX78yFAb0tkH0MPAi { width:13.375rem;height:1.625rem;top:22.75rem;left:18.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRpywtETGznEDyO3vCgGsxyi9W74zwem { width:13.75rem;height:3.25rem;top:42.6875rem;left:2.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #G8E9zCAdgEb6r6tNwHheNxwOO9cwrToZ { top:9.5625rem;left:0rem;width:19.0625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih2tgCLDas5OsJkai7yKQQTt80DE9PpU { display:block; }
 }@media only screen and (max-width: 763px) { #n6hTUHzlPq5ITV2HKbSkzwByLG5oBVSB { top:9.625rem;left:12.625rem;width:19.125rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syWmSamlFFhf4TyoyNK8IuTSLrDAxSVb { display:block; }
 }@media only screen and (max-width: 763px) { #R6G0pi3iK96fg5PzOT4IvySRXHHT1dsy { top:9.5625rem;left:28.5rem;width:19.125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P19begNlyBqTZPEGcfdvkRk3qpNCoMsX { display:block; }
 }@media only screen and (max-width: 763px) { #RSDOZvLw44wcgtURqBQOMu7qgkMdTGxm { top:19.75rem;left:12.625rem;width:19.125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAgCO9T80psEwp7JhGBD2uXJgBP5FtBT { display:block; }
 }@media only screen and (max-width: 763px) { #gRRPvcx0XHJG7gA7RED1a1MrFrXQqDA4 { top:19.75rem;left:28.5625rem;width:19.0625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP9bZTA9ZFJm2JcsUHiKkJ7mDXHFiq5F { display:block; }
 }@media only screen and (max-width: 763px) { #cmvKziZHsqll0vV6pHKCdTqMAbHUDVh8 { width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6GAMoLHtu4QVy3hGd5hfIHdslIX2sIM { display:block; }
 }@media only screen and (max-width: 763px) { #FGEgDHCtul8eTHBfkoLPPyNUdblBR85V { width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3qvpt8hVa6UcqWs2UNWxfI0x25UIS6g { display:block; }
 }@media only screen and (max-width: 763px) { #zbe5V73URqiVWlrPJpa1qR0qzpKtCgoP { width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hgo5ISZXahqOErEqy9dsZ9CCR2TC4GZ6 { display:block; }
 }@media only screen and (max-width: 763px) { #kHvxtUm9Q4IX2KeZAclwUExPIuzMNexy { width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpUyT2ZPH6w8gvmoZoKnHGclNGN3yDV1 { display:block; }
 }@media only screen and (max-width: 763px) { #LZFlrrA2NhpwyGqCQuKMHllqzP40hmxU { width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GKLcZGsTnNM3462T3Otczu0sUUR46Vff { display:block; }
 }@media only screen and (max-width: 763px) { #DkZuCzSaqxXsMiL0ywxPp6952Q0rLpde { width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rgnTJJz2TBxrR4tndwiEJeZgZgCzurcs { display:block; }
 }@media only screen and (max-width: 763px) { #X76HPeILKST8pWvbI7movCZliT1pTa6l { display:block; }#X76HPeILKST8pWvbI7movCZliT1pTa6l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPv2ez6TwDN5W2oiZeJTT7GIig1Jwi9U { width:25.875rem;height:3.25rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfcoGPPdMtnn2G3P4xCm6blxKl87I2pI { width:28.0625rem;height:27.1875rem;top:8.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RamS0bHZyt2u2dvAPqxAhSDeKDD24NIS { width:29.25rem;height:26.3125rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zin8DKFBH5bwdB38R64BbdH6P7NahM7s { width:19.375rem;height:3.4375rem;top:54.6875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUB7SZT81tCKS784PJIVwphgD8p1NZxl { display:block; }
 }@media only screen and (max-width: 763px) { #eQOckWi7yid0E9CIQisgFJRvrwg4bTbN { width:25rem;height:;top:9.1875rem;left:22.75rem;font-size:1rem;display:block; }#eQOckWi7yid0E9CIQisgFJRvrwg4bTbN li:before{  }
 }@media only screen and (max-width: 763px) { #mGm5SbapyfAJfNKpp13ylOkqepc3axnS { width:25.875rem;height:3.25rem;top:3.0625rem;left:21.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2Ke1TkpXTRo9Nb1QmtHiOJey5kJ8E8T { width:19rem;height:3.125rem;top:59.375rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbmZ0fg8bgEn3dzUXl8ESPTTlyTpiVk1 { width:13.3125rem;height:;top:60.0625rem;left:29.093751907349rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA { display:block; }#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lg4NgfdhKsiyEfrK2mOcMMieJ0lA0b8H { width:28.5rem;height:6.5rem;top:1.6875rem;left:19.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTPWR9uGD1apyGqFUHSTVn0iEf7Oermk { width:27.5625rem;height:32.25rem;top:10.125rem;left:20.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9tbdfnRsg7UPT9ifxWC5XJdWG1WHLTA { width:25rem;height:;top:8.1875rem;left:0rem;font-size:1rem;display:block; }#m9tbdfnRsg7UPT9ifxWC5XJdWG1WHLTA li:before{  }
 }@media only screen and (max-width: 763px) { #JS3hSqd1lF7WMQpxvQsSHAbwJdUGqJZa { width:19.375rem;height:3.4375rem;top:45.625rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfDDUzTTBTTS25cnhun57CN5wlkT6cgo { display:block; }
 }@media only screen and (max-width: 763px) { #TUSXllN1CSIVTl5QSdihmwbxW9TbKP3d { width:25.875rem;height:3.25rem;top:2.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z42lgwogkpW5PMQM5Tngv44i3ALnRIpK { width:19rem;height:3.125rem;top:50.0625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g70kL1GUhWRz1DzuoqIuJfN0FQJK5ZZ2 { width:13.3125rem;height:;top:50.8125rem;left:29.187501907349rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 { display:block; }#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFCksK8BOwlFaAPBfJQPMn5ooVrWkQEw { width:25.625rem;height:6.5rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRgFlcCtRs40MmvmHFX6hKVqe13qaJCE { width:28.25rem;height:28.875rem;top:9.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7vf6BkckPkXEH8nVsm0oGv1sTlWDna3 { width:26.625rem;height:;top:9.875rem;left:21.125rem;font-size:1rem;display:block; }#T7vf6BkckPkXEH8nVsm0oGv1sTlWDna3 li:before{  }
 }@media only screen and (max-width: 763px) { #NTc4T8B9MScBD0Ndfbhf2vMT8PwWwkde { width:29.25rem;height:23.8125rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zktLtG2SMMZU75AoBbX4b5AoEwUMQlR3 { width:19.375rem;height:3.4375rem;top:61.1875rem;left:27.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAcw7Csu6RLWJ3TZUoJTWlNZQgxQSyC2 { display:block; }
 }@media only screen and (max-width: 763px) { #k0iN25zn9quq02R21S5mW9TbDTMXn0HK { width:25.875rem;height:3.25rem;top:3.0625rem;left:21.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXqz2UL8HUoyUE7CXkgpsbSS9mDGIX3E { width:13.3125rem;height:;top:65.9375rem;left:30.093751907349rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq1smD7oso5Q5TiwP22qaz5grOkmIuTZ { width:19rem;height:3.125rem;top:65.3125rem;left:27.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM { display:block; }#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pA6bNBy5Tms2aqHEyFDEBvID4EXNzzWL { width:27.9375rem;height:6.5rem;top:2.1875rem;left:19.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDcMaZTFgRurTJkXtoenknkWBNpRlN8i { width:28.3125rem;height:15.25rem;top:10.1875rem;left:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMBJMObs753190rU3abh8PHOpeTUJrKW { width:28rem;height:;top:8.6875rem;left:0rem;font-size:1rem;display:block; }#KMBJMObs753190rU3abh8PHOpeTUJrKW li:before{  }
 }@media only screen and (max-width: 763px) { #I5PHkULPQVDu1Rx8K6hOZ4syulukuGnb { width:29.25rem;height:25.75rem;top:27.5rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK3yUVavPNarVifWydvkVq1wOHBrDiWO { width:19.375rem;height:3.4375rem;top:55.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBvzLmX92E873qZ9HlT4x8KVh8pKK5WT { display:block; }
 }@media only screen and (max-width: 763px) { #UDzZTOJTTfiVGMSOUFGuyOlvxCzBKhm7 { width:25.875rem;height:3.25rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCSFvmVLAzNMmkCmWDKsZHTxMIn4rg1G { width:13.3125rem;height:;top:60.3125rem;left:4.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8tmo5MW8scIxn9lpwPJQlT8kXNdPsTp { width:19rem;height:3.125rem;top:59.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b26rvAnaE75TpKD7BAOxvGccvkbChOxw { display:block; }#b26rvAnaE75TpKD7BAOxvGccvkbChOxw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ja26Xr7Zzq7GrXn9JD1uDbd4KeMZRtFT { width:28.75rem;height:3.25rem;top:4.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQeDAIumSqAPmd03xtIJ8aHf8AsTUlPN { width:28.25rem;height:15.25rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIRZlJ5pfRuHr37hopFgofbxsvK0NbvG { width:26.625rem;height:;top:11.125rem;left:21.125rem;font-size:1rem;display:block; }#sIRZlJ5pfRuHr37hopFgofbxsvK0NbvG li:before{  }
 }@media only screen and (max-width: 763px) { #xAUH46du50cTPIbmEq3srD2fMnlLa1dS { width:29.25rem;height:26.25rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG4erIoklOEPu53TUimTQI0ylMPRoKHo { width:19.375rem;height:3.4375rem;top:45.625rem;left:25.593751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #cewsFg4f0RKQR55FaC02amP2ecvNvTbU { display:block; }
 }@media only screen and (max-width: 763px) { #odzbD4RmdW50UiTVac0WXuX7wlBK3Kx9 { width:25.875rem;height:3.25rem;top:4.625rem;left:21.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS6qic8kO4CAFBR8wprsoOmID2VLT8KA { width:13.3125rem;height:;top:50.6875rem;left:28.687501907349rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPkvvR1dUUcyz4gaxNVIzlJa7Xt3qcWE { width:19rem;height:3.125rem;top:50rem;left:25.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl { display:block; }#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvwAzyKqqEGTSnl2oDkTLioOeRxxOus7 { width:29.25rem;height:25.75rem;top:43.5625rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H33SHRJt9fkNMUwWTG2B0x4KDOnHZovJ { width:26.6875rem;height:;top:9.1875rem;left:0rem;font-size:1rem;display:block; }#H33SHRJt9fkNMUwWTG2B0x4KDOnHZovJ li:before{  }
 }@media only screen and (max-width: 763px) { #TEQDbiEiUPSWkyaSUoB8UwMmN5LBkIiL { width:28.3125rem;height:27rem;top:14.5rem;left:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUorNcXG4PgGqdABkGhc4cK0SBwT3PNu { width:28.125rem;height:9.75rem;top:2.75rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3GcxQE5S2JkW0J2RebnytuOGwS5ZQVX { width:19.375rem;height:3.4375rem;top:61.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMH6Sy21K80F8HT5OP9ySMq9PBPfi3B9 { display:block; }
 }@media only screen and (max-width: 763px) { #II2UJsrpn74tAaJOnkK3mOvz6f6Cc8mM { width:25.875rem;height:3.25rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xggeI6z9QitArU0TPTgUqikNHWvCGtfv { width:13.3125rem;height:;top:66.8125rem;left:4.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtOmgBse4ebILmrorh0gi9uHLvBJ8zi0 { width:19rem;height:3.125rem;top:66.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax85gpODK5ET09kWGsiy0Klrxoow3Cxr { width:21.6875rem;height:1.75rem;top:71.375rem;left:0.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXzg5R5ZaT1BAEpVAdL11vOS6pJfOAPK { display:block; }#kXzg5R5ZaT1BAEpVAdL11vOS6pJfOAPK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4q0y9qdPt604ucWB4xBi6myyKXJEVTP { width:19.9375rem;height:;top:29.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgPdDTwaVIiUJ8ParmpAqpZRJJJh4Lgx { width:20rem;height:3.0625rem;top:29.1875rem;left:11.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0VaqoxxizDJJUzy4p7132572st20A1J { width:20rem;height:3rem;top:29.1875rem;left:27.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCqsLvHiyeJLUMFyW4DSecU3b0Qno42F { width:47.75rem;height:3.25rem;top:4.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQWfVwuqauSZFyEhm2oNGmJyCriQa5S4 { width:9.5625rem;height:9.75rem;top:18.75rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RafAlAzDRv9zygwqRAdegdzxXGiUFT02 { width:9.5625rem;height:9.75rem;top:18.75rem;left:19.031251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #C44poz3ZPOBzSf4sk0cmOUMCkfaSgTfD { width:9.5625rem;height:9.75rem;top:18.75rem;left:34.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmNUA5Gnnu7Uep6DDOVcXirtB9clfLgd { width:47.75rem;height:11.8125rem;top:34.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R39fSbsT0I2lLPVFnSBh4wQwbI9g9TxG { width:47.75rem;height:6.75rem;top:8.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcLZekAvpyOTlnO7N20002tcvWlNWlVi { display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odUrysAdn55Re73CFHOzGTVvy10vsGp6 { width:24.125rem;height:32.75rem;top:4.4375rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { width:30.75rem;height:3rem;top:12.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBrbMOnod8DFXdyPGQ2IJVBXGKKwhRJM { width:31.3125rem;height:1.375rem;top:15.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h71EqJnKRGr1TT9Hs6lp1SKSvQoT3VBW { width:24.0625rem;height:2rem;top:5.8125rem;left:23.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RolXMcre3DIAFtkrrx34NwSfVqVwZiUy { width:18.75rem;height:0.0625rem;top:12.1875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx  { width:16.75rem;height:auto;top:16rem;left:28.5rem; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx {display:block;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx { width:16.75rem;height:auto;top:16rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #p3TN1iz9nAT5fV9dfFnXVfxWcGwK8mya {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #m33KEn9Hs0RTUmy399V7cIpxr29RCARA { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #PCp82x5RmGyd1uQRqOUdxARJdQCGPUgh {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #IHnodmNWywhZFZ8L5zLVoHRbRHMTlUle {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #GzJmuK1clb2pCvuRVPKw5ZWCw4r8zo4y { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #LVVkULTgEcpQVBR0lJMwZVQhmz3BqFsp {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #mHyTq4O6JUcPNX5MPgPQ23tREl5dR2C5 {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #RTVoBJUh3sT5GHZvEwCzS4gNVhlwJXJU { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #oa1ExADPTDTpw95z6kh92buiQxUFmJXd {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #OcX9fA8h6Dw9CWMcvR5TOx7IEwXHFdDE {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #NSXNF0V9ao4wv2Qtl0Q6TdqLTCxWnowh {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #HvWRznAeiAN0tve1yrDxm6SaWhhizbsF {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #qGNLZ0Cpdw2MRTzgBeQcJugfStELCFg1 {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #n8kIdcDPd0rM1W3LMxq0pOTTNhe2oA3R { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #lht4ZyWQSzShQSHVaG7TCrIQioElladg {  }
 }@media only screen and (max-width: 763px) { #iNo9HyJcWfOZq2ZfuLn06f7pyTuSRoO0 { display:block; }
 }@media only screen and (max-width: 763px) { #TVW8cN0nThFS3GIW1rTBuIMQAIVRTP0x { display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #msAdUmaatDPNr0bbTbenOpRVZAuL02pp {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #BTnhuLKMaVi3czqV1bXiETIGnAs8JZp1 {  }
 }@media only screen and (max-width: 763px) { #SpqVima01AuTskuzZZkOW2d4tTUSTyIM { width:30rem;height:9rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PvS5rE0p/_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryTsC6T2O5GXrc8pbrSqtPmaTxagbIaT { width:20rem;height:24rem;top:20.21875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:20rem;height:2.03125rem;top:11.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#f6f5ee;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz99rev0w8LPqdVdBke1RvKmTozxbra { width:20rem;height:1.275rem;top:13.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:400;font-style:normal;color:#f3f3f6;display:block; }
 }@media only screen and (max-width: 763px) { #XGZhMCuzRRPSLnBATagBkP6TbI68kWKV { width:13.9375rem;height:3.4375rem;top:15.625rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GPJmO8me2T4qWZzXt487yALsfXB6TM45 { display:block; }
 }@media only screen and (max-width: 763px) { #l6STWf78uXgxoL4X4dDpM0ZnZPplXHBk { width:6.25rem;height:6.25rem;top:21.5625rem;left:1.125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/OFWQM9tw/_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }#l6STWf78uXgxoL4X4dDpM0ZnZPplXHBk.adaptive-delivery-prevent-bg, #l6STWf78uXgxoL4X4dDpM0ZnZPplXHBk.lazyload, #l6STWf78uXgxoL4X4dDpM0ZnZPplXHBk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RSeQfAQweMO203CPA49wJASGO2CudacX { width:10.4375rem;height:1.4625rem;top:22.125rem;left:8.28125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZolwNucUHLf3ufTEuTSKu5lGpRG4H80 { width:10.5rem;height:3.41015625rem;top:23.9375rem;left:8.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WStVBNzgs74TVnzVnmgMTBfCtTDaEow0 { width:15.625rem;height:0.125rem;top:29.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKACGUGomWmSlFToDKGCiWqfNw99585A { width:15.8125rem;height:1.3rem;top:30.53125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8yTyJyBZ4Ff7fylbO2uQnWAuQlx7Clu { width:2rem;height:2.0625rem;top:32.8681640625rem;left:1.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzfiiTcUVz7i3KyT1AEMhystupyEqLSm { width:13.125rem;height:1.21875rem;top:33.25rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXv25f6uHaNegrCHvWkmfdbDS1dEBADD { width:14.6875rem;height:4.5rem;top:35.21875rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHNL8oR8xl2Bz83JdNvqL2MCPXmN6JhE { width:2.1875rem;height:2.25rem;top:35.125rem;left:0.82258064516131rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzpxOl34z5BoMiicafsCsWVmmTCRky7W { width:16.25rem;height:3.4375rem;top:39.71875rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZDmWqW8iXIUXMKlwtBKk51oqxlB83BW { display:block; }
 }@media only screen and (max-width: 763px) { #s6TKJhHBuZBT8LDpn3vP7Zuu9vrf60y1 { width:7.5rem;height:3.75rem;top:4.46875rem;left:6.0625000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LZ7MdLCNqCH1v35lh5SmWwZrAvsfIsC3 { width:11.0625rem;height:4.4375rem;top:4.125rem;left:4.46875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #TMuBxIKhiXeqgo430Q2ENP6SolgKXmOU { width:15.3125rem;height:5.375rem;top:34.4375rem;left:3.46875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #zDSt6WGBZcvWw1t4osHOOyIVobQgFQHD { width:20rem;height:4.375rem;top:34.4375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #sM6490XiOUQlaSiW7Na0ztBxxrF0kpMr { width:20rem;height:5.625rem;top:26.375rem;left:0rem;z-index:14999;background-color:#0f539c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu { display:block; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { width:20rem;height:90.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfHclemm7NPQCeaNTQLASVmZXA67Nqzd { width:15.0625rem;height:15.0625rem;top:7.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDPqXWKKruNn4U6ghlxdREKsIO293IZ1 { width:13.3125rem;height:13.3125rem;top:8.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5T6gDvi9l3mnvdOr1iv7SiKPXp0eNfZ { width:4.8125rem;height:4.8125rem;top:8.5625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kipEPFMAavadaipAJmTvT434r4SxpKs4 { width:4.8125rem;height:2.6rem;top:9.5rem;left:13.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwkfrsyTT7ephUPFRCbxBRHEaAa4rIoH { width:20rem;height:1.86875rem;top:23.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGgJFvJtSwMym11C33GUniR37mMhHvID { width:20rem;height:3.9rem;top:28.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmIX60kpVrAzothMIeUkHRnl7TXaMaEB { width:20rem;height:2.6rem;top:57.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT2EvLZyziUGrv5HJDIXvG8GiVZglrJi { width:20rem;height:3.736325rem;top:52.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGLH30mAFJBPX4VSX6w42S4JFsgVADnX { width:15.0625rem;height:15.0625rem;top:36.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFZrILwbbamWnBKyPouosAvzXpIdFN9h { width:13.3125rem;height:13.3125rem;top:37.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ4hEJfuROnoWBrAhlg6eZg4UgouMbh3 { width:6.75rem;height:6.75rem;top:40.4375rem;left:7.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xaZf0ChGKGVTAaTnhRHtIWHb2rOoLDTo { width:4.8125rem;height:4.8125rem;top:37.4375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdpTwpLKrnpo93IhMOhvuO6oSQ9cGctV { width:4.8125rem;height:2.6rem;top:38.25rem;left:12.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvwUh7i9oWmaEiJv6Dk0TsFz25fRz2DO { width:20rem;height:2.6rem;top:86.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkPi0l1lbMhm1cw9VUTeGRfpf8PeEpTu { width:20rem;height:3.736325rem;top:81.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpkm96ZXPrHlWo8PnlDETSkZ1Zv8vk0k { width:15.0625rem;height:15.0625rem;top:65.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKUcdcTsTqw9RAKnsSyuUAI9cVKz94m6 { width:13.3125rem;height:13.3125rem;top:66.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3OlPdbyS3KwKJ7Z9CUyFJNlL5QpAvgk { width:6.25rem;height:6.25rem;top:70.09375rem;left:6.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xOPEs9ftN02vtON4Dvibm6Z9yx8WTTMI { width:4.8125rem;height:4.8125rem;top:66.5rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGlMFip0u3ALet0TlIGp5c5e1unOU33b { width:4.8125rem;height:2.6rem;top:67.4375rem;left:12.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u62w1D0ODnXvWOenSUayQo6Nt8UDCcBQ { width:20rem;height:3.736325rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTEvWPLNMAL9QWSPsTZcps3d2xnEPlly { width:6.875rem;height:6.875rem;top:11.28125rem;left:7.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { display:block; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { width:20rem;height:129rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otsSxXch2Ficx8LnQz8Qde8SR6xkbyly { width:20rem;height:3.736325rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2cx4XVH6b5V4TWfDEloDTTe3eyf2ElD { width:20rem;height:auto;top:9rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IIRukOJ9EhEs7Vlq2uswP2DQ3hHQnB1x { width:20rem;height:1.4625rem;top:42.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee0RgxxQdUFziz0BJR0gMeqVEoFitElf { width:20rem;height:1.4625rem;top:47.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT72UAR4hxG2wnBTtQzw8VJtRQ9CXLDZ { width:20rem;height:1.4625rem;top:52.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGbbprgFcp3e3VJcH8KxwQPkgHvywvqi { width:2.125rem;height:2.125rem;top:55.9375rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir1W0232b9XxoZ9xakRBv9qsHg5vmHA2 { width:20rem;height:1.4625rem;top:57.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak6T8ByJWtu9E4prq6J5TuZQJSXOKmCd { width:2.125rem;height:2.125rem;top:50.3125rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPsc7anGfmTvFIsFmuWLzp5sbNnLwld4 { width:2.125rem;height:2.125rem;top:45.3125rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAqg8oyCC57P9V4iASzlrE1P8T8r9F6s { width:2.125rem;height:2.125rem;top:40.0625rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoyzsLLs14yucizSiHKJBRdqm38zNuNg { width:2.125rem;height:2.125rem;top:60.5625rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suB507TXDkPZNbxJpXlpknIL21xFrgGE { width:19.6875rem;height:2.923825rem;top:62.75rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGuyAv0qn2W9d5JdLDF9UvDVmWUwboKs { width:20rem;height:1.4625rem;top:69rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObWOihsNaxJL6e6qWVVvR9qbuMQS2uPX { width:2.125rem;height:2.125rem;top:67rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL42wNdtXehOuTgHqPiM9IzDvTu8nWJi { width:19.8125rem;height:28.125rem;top:72.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBVeQB3tBLCzrW3NKFmAmAtRNkqDatVq { width:20rem;height:3.736325rem;top:104.115234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svbrNKpbPPz6VEPCtbRILLD9TEXDVVn8 { width:19rem;height:3.375rem;top:109.677734375rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BByUgW098lhnqvcL017fOCn5NwyXBR2d { display:block; }
 }@media only screen and (max-width: 763px) { #f8lgyEgURttGPSnTmG8ZVCJRkT44HxHB { height:11.2275625rem;width:20rem;top:116.115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw0JLIgtP6zhcGk25P02xsILrrDufhmu { width:20rem;height:0;top:15.3125rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #bmF4BTfmnyXPhcCtZHFcQ9XNT70JsDAi { width:20rem;height:0;top:7.9375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:10.1875rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #t9ZNCH4M9pte04Fil0yFbnzG8FLrMtbw { width:20rem;height:32.4951125rem;top:7.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15026;color:#040303;display:block; }
 }@media only screen and (max-width: 763px) { #Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl { background-color:#f2f6f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container { background-color: transparent; background-image: none; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container > .video-iframe-container { display: none; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row > .video-iframe-container { display: none; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .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); }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container { border-width: 0; border-radius: 0; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container { width:20rem;height:64rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFcCQF4H0EA2MoeROgd6thc5kWtt8Clg { width:16.25rem;height:3.4375rem;top:58.7490234375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBF1L73Uqdp380Egi2TU3uSaoiJ9U3su { display:block; }
 }@media only screen and (max-width: 763px) { #E0O9GmcW7ZyVuDD7g9qSZ7Twrizcn0CE { width:19rem;height:7.4375rem;top:23.424995422363rem;left:2.3999999761581rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #VsHAVPOgrA0VbVIVe0e9nzhGvP1HTs9U { width:20rem;height:3.736325rem;top:0.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy7JX3iqux5BHXetKFU896NbyO3gA0vy { top:4.3125rem;left:0.4375rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0knqG3OdMBv77THs4GNZhvWi8LUGXRr { display:block; }
 }@media only screen and (max-width: 763px) { #peMp24kU4bzfZgKLpMg4OqTDRRIBBdty { width:3.0625rem;height:3.0625rem;top:15.4375rem;left:1.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RogksLqO45LeMnT7nbbhckxutdERlbJw { width:14.3125rem;height:1.625rem;top:7.2687511444094rem;left:5.6874998807907rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcsH9Re37IsVBQErJbPsQI9M2RTd5tCq { top:13.3125rem;left:0.4375rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNCIQxIwcUvkFHLRVDE5zZgavT4V6fAy { display:block; }
 }@media only screen and (max-width: 763px) { #PQU9N3Nw8N0V81uhVVWfLnMCSCTCBMzq { top:22.104687690735rem;left:0.46875rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPDx7leDOLXg7KT4LXTvMh4DTvTvppU2 { display:block; }
 }@media only screen and (max-width: 763px) { #uanULF7HfruLfsD8lbnm1UQ72lAKl7rX { top:30.9375rem;left:0.5rem;width:19.0625rem;height:7.5625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ndTLgOGIw5Oah4VOZpXlNoNxvveXP8qN { display:block; }
 }@media only screen and (max-width: 763px) { #J89F5eMTs1nn5T2XG3p1p7I65EtUSldp { top:39.6875rem;left:0.5rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGvsBockFNF3JPteHnaB8m8C7k1saT3g { display:block; }
 }@media only screen and (max-width: 763px) { #WkOEXC6M3G7AW0qzKJ9GN4BG3BuON7Bh { top:48.375rem;left:0.4375rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoxgTs61QOiVrTGpJqH8kPL2EmzdTJwh { display:block; }
 }@media only screen and (max-width: 763px) { #vxTKsxGKSqCII94n5DBVtryb8v44Cs8n { width:3.0625rem;height:3.0625rem;top:11.875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UwH3MAB4Nmp8hSb5b8XRaIpPFddN7C4H { width:3.0625rem;height:3.0625rem;top:11.875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASRREsVmA9WfRAHo8EIVRGpLoNPSt3ww { width:13.5rem;height:auto;top:11.8125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJE6THSrs55b8vm2ac0sRVCKh7KdkZC2 { width:3.0625rem;height:3.0625rem;top:50.625rem;left:1.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Zgf9JQxDtxXvAQq9gaIvHMmi2OpTsenU { width:13.125rem;height:3.25rem;top:33.0625rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #tU4EdFEDdeGRZm534OtDvPiGrOn1VUKG { width:3.0625rem;height:3.0625rem;top:22rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4gToNnnhTJo7savhieErN01F2VzkgGA { width:13.375rem;height:auto;top:21.9375rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #H56RW679tQn1DhTKwnTQzPFMO47wy9OX { width:3.0625rem;height:3.0625rem;top:22rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSDuBvxRLDRKk1Z6DeLZlqxtt341GZc9 { width:13.375rem;height:auto;top:21.125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zs1BeuuVT8ImxXuJF08QcnrUXlEP4Thg { width:13.4375rem;height:0;top:19.375rem;left:7.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #DwSufisTs5pnceSX4TpRATNN0U0bII2P { width:3.0625rem;height:3.0625rem;top:18.8125rem;left:9.15625rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #E2rKppPFO3oIly37l7DUe42NcOLT361d { width:13.4375rem;height:0;top:20.25rem;left:7.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #kRGSe2C1lD533QT2JD3fvPwndPcowU4Q { width:3.0625rem;height:3.0625rem;top:19.6875rem;left:4.15625rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #vtgcGbHCW5Um4rODaPvGnDZfN9c4kb9E { width:13.4375rem;height:0;top:22.125rem;left:7.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #gnaiIL0ZDdhkBy0DT4BZq6c42HhZHS2X { width:13.4375rem;height:0;top:21.5rem;left:7.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #iTknZrNXknN92V6Tzcm6S8xeLcWskvEy { width:13.4375rem;height:0;top:25.4375rem;left:7.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #LfVDcSynw2y6mFCeuEGbkieNul4OuFLX { width:13.375rem;height:auto;top:12.5625rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRV13KrLSL0t5ZJcqGTese8ay59rDyb9 { width:3.0625rem;height:3.0625rem;top:14.125rem;left:14.78125rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #g24LUxkR0VIEnT0LBi4FJdmoN18OwG9A { width:3.0625rem;height:3.0625rem;top:19.5625rem;left:18.34375rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #DwWZkz7zTkgyiFeSHCHv8GOVBzGArsJu { width:3.0625rem;height:3.0625rem;top:24.354687213897rem;left:1.8750001192093rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c3tT9026fPZmACN2dx1hKRQEqyTJBDqm { width:3.0625rem;height:3.0625rem;top:6.5625002384187rem;left:1.8750001192093rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pNVxNiaTxFbelV2uZcMR5TDMTQALJSsZ { width:14.3125rem;height:1.625rem;top:16.187500476837rem;left:5.6874998807907rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #sk49ElBbkzrurMF9t2aRixViGVgI9Gp8 { width:3.0625rem;height:3.0625rem;top:41.9375rem;left:1.875rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BLFACqObzLsXmeeic2tpemCPTNxdTtOX { width:14.1875rem;height:3.25rem;top:23.9609375rem;left:5.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #mfydF3LucaBh3pVddzXCAmO5XXkZ691o { width:3.0625rem;height:3.0625rem;top:33.1875rem;left:1.875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UPc7H8ePlFOAW44FqG46LT2TefppRb8y { width:13.875rem;height:4.875rem;top:49.71875rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #eiHAJJ9d25btN4GlX78yFAb0tkH0MPAi { width:13.375rem;height:0;top:62rem;left:8.03125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #zRpywtETGznEDyO3vCgGsxyi9W74zwem { width:13.75rem;height:3.25rem;top:41.75rem;left:5.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #G8E9zCAdgEb6r6tNwHheNxwOO9cwrToZ { top:62.5615234375rem;left:0.4375rem;width:19.0625rem;height:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ih2tgCLDas5OsJkai7yKQQTt80DE9PpU { display:block; }
 }@media only screen and (max-width: 763px) { #n6hTUHzlPq5ITV2HKbSkzwByLG5oBVSB { top:80.2490234375rem;left:0.4375rem;width:19.125rem;height:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #syWmSamlFFhf4TyoyNK8IuTSLrDAxSVb { display:block; }
 }@media only screen and (max-width: 763px) { #R6G0pi3iK96fg5PzOT4IvySRXHHT1dsy { top:97.9365234375rem;left:0.4375rem;width:19.125rem;height:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P19begNlyBqTZPEGcfdvkRk3qpNCoMsX { display:block; }
 }@media only screen and (max-width: 763px) { #RSDOZvLw44wcgtURqBQOMu7qgkMdTGxm { top:89.0615234375rem;left:0.4375rem;width:19.125rem;height:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pAgCO9T80psEwp7JhGBD2uXJgBP5FtBT { display:block; }
 }@media only screen and (max-width: 763px) { #gRRPvcx0XHJG7gA7RED1a1MrFrXQqDA4 { top:103.9365234375rem;left:0rem;width:19.0625rem;height:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FP9bZTA9ZFJm2JcsUHiKkJ7mDXHFiq5F { display:block; }
 }@media only screen and (max-width: 763px) { #cmvKziZHsqll0vV6pHKCdTqMAbHUDVh8 { top:13.1875rem;left:0.5rem;z-index:15045;width:19rem;height:7.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #n6GAMoLHtu4QVy3hGd5hfIHdslIX2sIM { display:block; }
 }@media only screen and (max-width: 763px) { #FGEgDHCtul8eTHBfkoLPPyNUdblBR85V { top:22.1044921875rem;left:0.46875rem;z-index:15046;width:19.0625rem;height:7.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #o3qvpt8hVa6UcqWs2UNWxfI0x25UIS6g { display:block; }
 }@media only screen and (max-width: 763px) { #zbe5V73URqiVWlrPJpa1qR0qzpKtCgoP { top:30.90625rem;left:0.4375rem;z-index:15047;width:19.125rem;height:7.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Hgo5ISZXahqOErEqy9dsZ9CCR2TC4GZ6 { display:block; }
 }@media only screen and (max-width: 763px) { #kHvxtUm9Q4IX2KeZAclwUExPIuzMNexy { top:39.625rem;left:0.4375rem;z-index:15048;width:19.125rem;height:7.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #gpUyT2ZPH6w8gvmoZoKnHGclNGN3yDV1 { display:block; }
 }@media only screen and (max-width: 763px) { #LZFlrrA2NhpwyGqCQuKMHllqzP40hmxU { top:48.375rem;left:0.40625rem;z-index:15049;width:19.1875rem;height:7.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #GKLcZGsTnNM3462T3Otczu0sUUR46Vff { display:block; }
 }@media only screen and (max-width: 763px) { #DkZuCzSaqxXsMiL0ywxPp6952Q0rLpde { top:4.3427734375rem;left:0.4375rem;z-index:15044;width:19.0625rem;height:7.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #rgnTJJz2TBxrR4tndwiEJeZgZgCzurcs { display:block; }
 }@media only screen and (max-width: 763px) { #X76HPeILKST8pWvbI7movCZliT1pTa6l { display:block; }#X76HPeILKST8pWvbI7movCZliT1pTa6l > .row .container { width:20rem;height:88.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPv2ez6TwDN5W2oiZeJTT7GIig1Jwi9U { width:20rem;height:1.86875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfcoGPPdMtnn2G3P4xCm6blxKl87I2pI { width:20rem;height:22.0966875rem;top:20.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RamS0bHZyt2u2dvAPqxAhSDeKDD24NIS { width:20rem;height:15.625rem;top:4rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/0ueP5JaZ/3_1_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RamS0bHZyt2u2dvAPqxAhSDeKDD24NIS.adaptive-delivery-prevent-bg, #RamS0bHZyt2u2dvAPqxAhSDeKDD24NIS.lazyload, #RamS0bHZyt2u2dvAPqxAhSDeKDD24NIS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Zin8DKFBH5bwdB38R64BbdH6P7NahM7s { width:16.25rem;height:3.4375rem;top:79.375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUB7SZT81tCKS784PJIVwphgD8p1NZxl { display:block; }
 }@media only screen and (max-width: 763px) { #eQOckWi7yid0E9CIQisgFJRvrwg4bTbN { width:20rem;height:25.8965rem;top:46.40625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#eQOckWi7yid0E9CIQisgFJRvrwg4bTbN li:before{  }
 }@media only screen and (max-width: 763px) { #mGm5SbapyfAJfNKpp13ylOkqepc3axnS { width:20rem;height:1.86875rem;top:43.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2Ke1TkpXTRo9Nb1QmtHiOJey5kJ8E8T { width:15.125rem;height:3.125rem;top:84.0625rem;left:2.5625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #PbmZ0fg8bgEn3dzUXl8ESPTTlyTpiVk1 { width:13.3125rem;height:1.70625rem;top:84.78125rem;left:3.46875rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA { display:block; }#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA > .row .container { width:20rem;height:78.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lg4NgfdhKsiyEfrK2mOcMMieJ0lA0b8H { width:20rem;height:1.86875rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTPWR9uGD1apyGqFUHSTVn0iEf7Oermk { width:20rem;height:24.696275rem;top:5.1240234375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9tbdfnRsg7UPT9ifxWC5XJdWG1WHLTA { width:20rem;height:25.2216875rem;top:37.1240234375rem;left:-0.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#m9tbdfnRsg7UPT9ifxWC5XJdWG1WHLTA li:before{  }
 }@media only screen and (max-width: 763px) { #JS3hSqd1lF7WMQpxvQsSHAbwJdUGqJZa { width:16.25rem;height:3.4375rem;top:69.25rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfDDUzTTBTTS25cnhun57CN5wlkT6cgo { display:block; }
 }@media only screen and (max-width: 763px) { #TUSXllN1CSIVTl5QSdihmwbxW9TbKP3d { width:20rem;height:1.86875rem;top:33.8740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z42lgwogkpW5PMQM5Tngv44i3ALnRIpK { width:14.6875rem;height:3.125rem;top:73.9375rem;left:2.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #g70kL1GUhWRz1DzuoqIuJfN0FQJK5ZZ2 { width:13.3125rem;height:1.70625rem;top:74.65625rem;left:3.34375rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 { display:block; }#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 > .row .container { width:20rem;height:99.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFCksK8BOwlFaAPBfJQPMn5ooVrWkQEw { width:20rem;height:3.736325rem;top:0.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRgFlcCtRs40MmvmHFX6hKVqe13qaJCE { width:20rem;height:24.6963125rem;top:21.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7vf6BkckPkXEH8nVsm0oGv1sTlWDna3 { width:20rem;height:38.84475rem;top:49.1484375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#T7vf6BkckPkXEH8nVsm0oGv1sTlWDna3 li:before{  }
 }@media only screen and (max-width: 763px) { #NTc4T8B9MScBD0Ndfbhf2vMT8PwWwkde { width:20rem;height:15.625rem;top:4.4833984375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/DfqlWy6g/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NTc4T8B9MScBD0Ndfbhf2vMT8PwWwkde.adaptive-delivery-prevent-bg, #NTc4T8B9MScBD0Ndfbhf2vMT8PwWwkde.lazyload, #NTc4T8B9MScBD0Ndfbhf2vMT8PwWwkde.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zktLtG2SMMZU75AoBbX4b5AoEwUMQlR3 { width:16.25rem;height:3.4375rem;top:90.25rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAcw7Csu6RLWJ3TZUoJTWlNZQgxQSyC2 { display:block; }
 }@media only screen and (max-width: 763px) { #k0iN25zn9quq02R21S5mW9TbDTMXn0HK { width:20rem;height:1.86875rem;top:46.2734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXqz2UL8HUoyUE7CXkgpsbSS9mDGIX3E { width:13.3125rem;height:1.70625rem;top:95.625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pq1smD7oso5Q5TiwP22qaz5grOkmIuTZ { width:15.6875rem;height:3.125rem;top:94.9375rem;left:2.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM { display:block; }#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM > .row .container { width:20rem;height:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pA6bNBy5Tms2aqHEyFDEBvID4EXNzzWL { width:20rem;height:3.736325rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDcMaZTFgRurTJkXtoenknkWBNpRlN8i { width:20rem;height:12.9980625rem;top:22.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMBJMObs753190rU3abh8PHOpeTUJrKW { width:19rem;height:37.2324375rem;top:41.6875rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#KMBJMObs753190rU3abh8PHOpeTUJrKW li:before{  }
 }@media only screen and (max-width: 763px) { #I5PHkULPQVDu1Rx8K6hOZ4syulukuGnb { width:20rem;height:15.625rem;top:5.625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/xTnbzk9p/5.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#I5PHkULPQVDu1Rx8K6hOZ4syulukuGnb.adaptive-delivery-prevent-bg, #I5PHkULPQVDu1Rx8K6hOZ4syulukuGnb.lazyload, #I5PHkULPQVDu1Rx8K6hOZ4syulukuGnb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zK3yUVavPNarVifWydvkVq1wOHBrDiWO { width:16.25rem;height:3.4375rem;top:84.375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBvzLmX92E873qZ9HlT4x8KVh8pKK5WT { display:block; }
 }@media only screen and (max-width: 763px) { #UDzZTOJTTfiVGMSOUFGuyOlvxCzBKhm7 { width:20rem;height:1.86875rem;top:39rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCSFvmVLAzNMmkCmWDKsZHTxMIn4rg1G { width:13.3125rem;height:1.70625rem;top:89.75rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #w8tmo5MW8scIxn9lpwPJQlT8kXNdPsTp { width:15.75rem;height:3.125rem;top:89.0625rem;left:2.125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #b26rvAnaE75TpKD7BAOxvGccvkbChOxw { display:block; }#b26rvAnaE75TpKD7BAOxvGccvkbChOxw > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ja26Xr7Zzq7GrXn9JD1uDbd4KeMZRtFT { width:20rem;height:1.86875rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQeDAIumSqAPmd03xtIJ8aHf8AsTUlPN { width:20rem;height:12.9980625rem;top:21.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIRZlJ5pfRuHr37hopFgofbxsvK0NbvG { width:18.0625rem;height:27.5088125rem;top:38.1875rem;left:0.96875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#sIRZlJ5pfRuHr37hopFgofbxsvK0NbvG li:before{  }
 }@media only screen and (max-width: 763px) { #xAUH46du50cTPIbmEq3srD2fMnlLa1dS { width:20rem;height:15.625rem;top:4.875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/CkvfWT0w/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xAUH46du50cTPIbmEq3srD2fMnlLa1dS.adaptive-delivery-prevent-bg, #xAUH46du50cTPIbmEq3srD2fMnlLa1dS.lazyload, #xAUH46du50cTPIbmEq3srD2fMnlLa1dS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VG4erIoklOEPu53TUimTQI0ylMPRoKHo { width:16.25rem;height:3.4375rem;top:69.375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cewsFg4f0RKQR55FaC02amP2ecvNvTbU { display:block; }
 }@media only screen and (max-width: 763px) { #odzbD4RmdW50UiTVac0WXuX7wlBK3Kx9 { width:20rem;height:1.86875rem;top:35.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS6qic8kO4CAFBR8wprsoOmID2VLT8KA { width:13.3125rem;height:1.70625rem;top:74.75rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iPkvvR1dUUcyz4gaxNVIzlJa7Xt3qcWE { width:16.125rem;height:3.125rem;top:74.0625rem;left:1.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl { display:block; }#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl > .row .container { width:20rem;height:105.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvwAzyKqqEGTSnl2oDkTLioOeRxxOus7 { width:20rem;height:15.625rem;top:6.474609375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/EMIyie8x/6.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IvwAzyKqqEGTSnl2oDkTLioOeRxxOus7.adaptive-delivery-prevent-bg, #IvwAzyKqqEGTSnl2oDkTLioOeRxxOus7.lazyload, #IvwAzyKqqEGTSnl2oDkTLioOeRxxOus7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #H33SHRJt9fkNMUwWTG2B0x4KDOnHZovJ { width:19.125rem;height:32.6581875rem;top:52.125rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#H33SHRJt9fkNMUwWTG2B0x4KDOnHZovJ li:before{  }
 }@media only screen and (max-width: 763px) { #TEQDbiEiUPSWkyaSUoB8UwMmN5LBkIiL { width:20rem;height:22.0966875rem;top:23.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUorNcXG4PgGqdABkGhc4cK0SBwT3PNu { width:20rem;height:3.736325rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3GcxQE5S2JkW0J2RebnytuOGwS5ZQVX { width:16.25rem;height:3.4375rem;top:87.687498569488rem;left:1.8750001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMH6Sy21K80F8HT5OP9ySMq9PBPfi3B9 { display:block; }
 }@media only screen and (max-width: 763px) { #II2UJsrpn74tAaJOnkK3mOvz6f6Cc8mM { width:20rem;height:1.86875rem;top:48.537109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xggeI6z9QitArU0TPTgUqikNHWvCGtfv { width:13.3125rem;height:1.70625rem;top:93.334373474119rem;left:3.9062498807907rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dtOmgBse4ebILmrorh0gi9uHLvBJ8zi0 { width:15.875rem;height:3.125rem;top:92.624999046325rem;left:2.0625001192093rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ax85gpODK5ET09kWGsiy0Klrxoow3Cxr { width:20rem;height:1.625rem;top:97.550001144406rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#0f539c;display:block; }
 }@media only screen and (max-width: 763px) { #kXzg5R5ZaT1BAEpVAdL11vOS6pJfOAPK { display:block; }#kXzg5R5ZaT1BAEpVAdL11vOS6pJfOAPK > .row .container { width:20rem;height:86.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4q0y9qdPt604ucWB4xBi6myyKXJEVTP { width:20rem;height:3.736325rem;top:27.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgPdDTwaVIiUJ8ParmpAqpZRJJJh4Lgx { width:20rem;height:3.736325rem;top:45.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0VaqoxxizDJJUzy4p7132572st20A1J { width:20rem;height:3.736325rem;top:61.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCqsLvHiyeJLUMFyW4DSecU3b0Qno42F { width:20rem;height:1.86875rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQWfVwuqauSZFyEhm2oNGmJyCriQa5S4 { width:9.5625rem;height:9.75rem;top:17.250000476837rem;left:4.5624998807907rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/aef7c66e-51f1-40c3-96b3-ac5f8ffb6128/noroot.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }#MQWfVwuqauSZFyEhm2oNGmJyCriQa5S4.adaptive-delivery-prevent-bg, #MQWfVwuqauSZFyEhm2oNGmJyCriQa5S4.lazyload, #MQWfVwuqauSZFyEhm2oNGmJyCriQa5S4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RafAlAzDRv9zygwqRAdegdzxXGiUFT02 { width:9.5625rem;height:9.75rem;top:34.6875rem;left:4.5625rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d4ecd968-9e84-4605-bc71-49d69db2c68d/AnastasiiaTkach.jpeg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }#RafAlAzDRv9zygwqRAdegdzxXGiUFT02.adaptive-delivery-prevent-bg, #RafAlAzDRv9zygwqRAdegdzxXGiUFT02.lazyload, #RafAlAzDRv9zygwqRAdegdzxXGiUFT02.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #C44poz3ZPOBzSf4sk0cmOUMCkfaSgTfD { width:9.5625rem;height:9.75rem;top:50.625rem;left:4.5625rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/komCTHig/_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }#C44poz3ZPOBzSf4sk0cmOUMCkfaSgTfD.adaptive-delivery-prevent-bg, #C44poz3ZPOBzSf4sk0cmOUMCkfaSgTfD.lazyload, #C44poz3ZPOBzSf4sk0cmOUMCkfaSgTfD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SmNUA5Gnnu7Uep6DDOVcXirtB9clfLgd { width:20rem;height:20.796875rem;top:65.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R39fSbsT0I2lLPVFnSBh4wQwbI9g9TxG { width:20rem;height:10.3984375rem;top:6.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcLZekAvpyOTlnO7N20002tcvWlNWlVi { display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odUrysAdn55Re73CFHOzGTVvy10vsGp6 { width:20rem;height:30.875rem;top:12.4375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { width:20rem;height:1.7875rem;top:3.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBrbMOnod8DFXdyPGQ2IJVBXGKKwhRJM { width:20rem;height:2.548825rem;top:6.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;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-family:"open sans";line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #h71EqJnKRGr1TT9Hs6lp1SKSvQoT3VBW { width:20rem;height:1.70625rem;top:14rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RolXMcre3DIAFtkrrx34NwSfVqVwZiUy { width:17.5rem;height:0.0625rem;top:17.125000476837rem;left:1.25rem;background-color:#e1e1e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx  { width:16.75rem;height:auto;top:15.75rem;left:0.375rem;z-index:15041; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx {display:block;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx { width:16.75rem;height:auto;top:15.75rem;left:0.375rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #p3TN1iz9nAT5fV9dfFnXVfxWcGwK8mya {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #m33KEn9Hs0RTUmy399V7cIpxr29RCARA { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #PCp82x5RmGyd1uQRqOUdxARJdQCGPUgh {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #IHnodmNWywhZFZ8L5zLVoHRbRHMTlUle {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #GzJmuK1clb2pCvuRVPKw5ZWCw4r8zo4y { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #LVVkULTgEcpQVBR0lJMwZVQhmz3BqFsp {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #mHyTq4O6JUcPNX5MPgPQ23tREl5dR2C5 {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #RTVoBJUh3sT5GHZvEwCzS4gNVhlwJXJU { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #oa1ExADPTDTpw95z6kh92buiQxUFmJXd {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #OcX9fA8h6Dw9CWMcvR5TOx7IEwXHFdDE {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #NSXNF0V9ao4wv2Qtl0Q6TdqLTCxWnowh {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #HvWRznAeiAN0tve1yrDxm6SaWhhizbsF {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #qGNLZ0Cpdw2MRTzgBeQcJugfStELCFg1 {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #n8kIdcDPd0rM1W3LMxq0pOTTNhe2oA3R { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #lht4ZyWQSzShQSHVaG7TCrIQioElladg {  }
 }@media only screen and (max-width: 763px) { #iNo9HyJcWfOZq2ZfuLn06f7pyTuSRoO0 { display:block; }
 }@media only screen and (max-width: 763px) { #TVW8cN0nThFS3GIW1rTBuIMQAIVRTP0x { display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #msAdUmaatDPNr0bbTbenOpRVZAuL02pp {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #BTnhuLKMaVi3czqV1bXiETIGnAs8JZp1 {  }
 }@media only screen and (max-width: 763px) { #SpqVima01AuTskuzZZkOW2d4tTUSTyIM { width:20rem;height:7.3125rem;top:2.6875rem;left:0rem;z-index:15001;display:block; }
 }