.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { 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-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#sChbNQRBUZhghChtIGkmPd24G7QtpGam { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row .container { background-color: transparent; background-image: none; }#sChbNQRBUZhghChtIGkmPd24G7QtpGam::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row .container > .video-iframe-container { display: none; }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row > .video-iframe-container { display: none; }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .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); }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row .container { border-width: 0; border-radius: 0; }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row .container { font-size:0.875rem;font-family:"open sans";height:4.9375rem;width:75rem;position:relative;display:block; }#ReRh3AIDyZTRtFzWwy2WSC8TqgyQTTIC { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.37305rem;width:14.3105625rem;top:1.28125rem;left:30.3125rem;overflow:hidden;display:block; }
#edtyz3WkqKkyTBmLs0lvXTQx28o1qzpU { position:absolute;display:block;z-index:100013;height:4.25rem;width:7.625rem;top:0rem;left:56.28125rem;display:block; }
#MvyGITQbeo16y6U26GAmpTTd124U7hIo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8PE0piGE/header4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#MvyGITQbeo16y6U26GAmpTTd124U7hIo.adaptive-delivery-prevent-bg, #MvyGITQbeo16y6U26GAmpTTd124U7hIo.lazyload, #MvyGITQbeo16y6U26GAmpTTd124U7hIo.lazyloading { background-image: none; }#MvyGITQbeo16y6U26GAmpTTd124U7hIo > .row .container { background-color: transparent; background-image: none; }#MvyGITQbeo16y6U26GAmpTTd124U7hIo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MvyGITQbeo16y6U26GAmpTTd124U7hIo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MvyGITQbeo16y6U26GAmpTTd124U7hIo > .row .container > .video-iframe-container { display: none; }#MvyGITQbeo16y6U26GAmpTTd124U7hIo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MvyGITQbeo16y6U26GAmpTTd124U7hIo > .row > .video-iframe-container { display: none; }#MvyGITQbeo16y6U26GAmpTTd124U7hIo > .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); }#MvyGITQbeo16y6U26GAmpTTd124U7hIo > .row .container { border-width: 0; border-radius: 0; }#MvyGITQbeo16y6U26GAmpTTd124U7hIo > .row .container { font-size:0.875rem;font-family:"open sans";height:41.8125rem;width:75rem;position:relative;display:block; }#Qbd8ZEGoR9tfFvxrvMi4gxqlmhyCpr8a { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:5.25rem;left:6.9033203125rem;height:10.722625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LVSn6M1Ti118S56HISeFBhy6utrJVu58 { color:#ffffff;display:block;width:26.9366875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:22.026559829712rem;left:6.9035148620606rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ETKpGD2ddST1fJd8TKMqiFUt8y1cBxrF { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:19.9375rem;top:33.0625rem;left:9.75rem;display:block; }
#TO79vKUazTcqDDS6w5s9ogyV0GA5VFQT { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:33.8125rem;left:9.75rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#hTK8OqTtZQswWVqI6P3c7AfWyolCQCIv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#014bae;background-image:none;position:relative;display:block; }#hTK8OqTtZQswWVqI6P3c7AfWyolCQCIv > .row .container { background-color: transparent; background-image: none; }#hTK8OqTtZQswWVqI6P3c7AfWyolCQCIv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hTK8OqTtZQswWVqI6P3c7AfWyolCQCIv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hTK8OqTtZQswWVqI6P3c7AfWyolCQCIv > .row .container > .video-iframe-container { display: none; }#hTK8OqTtZQswWVqI6P3c7AfWyolCQCIv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hTK8OqTtZQswWVqI6P3c7AfWyolCQCIv > .row > .video-iframe-container { display: none; }#hTK8OqTtZQswWVqI6P3c7AfWyolCQCIv > .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); }#hTK8OqTtZQswWVqI6P3c7AfWyolCQCIv > .row .container { border-width: 0; border-radius: 0; }#hTK8OqTtZQswWVqI6P3c7AfWyolCQCIv > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#Qi49wH1T05I8qLwRfdo4JKDfaxvPu41S { color:#f6f6f6;display:block;width:54.4365rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:2.046875rem;left:11.44921875rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NhPAtIpyeUKCKkro9BhimwEburdFTiQh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#014bae;background-image:none;position:relative;display:block; }#NhPAtIpyeUKCKkro9BhimwEburdFTiQh > .row .container { background-color: transparent; background-image: none; }#NhPAtIpyeUKCKkro9BhimwEburdFTiQh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NhPAtIpyeUKCKkro9BhimwEburdFTiQh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NhPAtIpyeUKCKkro9BhimwEburdFTiQh > .row .container > .video-iframe-container { display: none; }#NhPAtIpyeUKCKkro9BhimwEburdFTiQh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NhPAtIpyeUKCKkro9BhimwEburdFTiQh > .row > .video-iframe-container { display: none; }#NhPAtIpyeUKCKkro9BhimwEburdFTiQh > .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); }#NhPAtIpyeUKCKkro9BhimwEburdFTiQh > .row .container { border-width: 0; border-radius: 0; }#NhPAtIpyeUKCKkro9BhimwEburdFTiQh > .row .container { font-size:0.875rem;font-family:arial;height:51.6875rem;width:75rem;position:relative;display:block; }#CJzXbPMahc0HCVO0Vw8pSTCu5eGqzJlc { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#014bae;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:2.9375rem;left:28.75rem;display:block; }
#ZoO7yxpv9GKC11fnDBN6RzNK23ygfBzR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xkmbcGEXOIOwE5xi0ihRuWJgHRZiZDPG { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.9375rem;width:60rem;top:8.5rem;left:7.5rem;display:block; }
#adZ6obWa4BHgfSyHFrL4tR6psh1GOD6J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#adZ6obWa4BHgfSyHFrL4tR6psh1GOD6J > .row .container { background-color: transparent; background-image: none; }#adZ6obWa4BHgfSyHFrL4tR6psh1GOD6J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#adZ6obWa4BHgfSyHFrL4tR6psh1GOD6J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#adZ6obWa4BHgfSyHFrL4tR6psh1GOD6J > .row .container > .video-iframe-container { display: none; }#adZ6obWa4BHgfSyHFrL4tR6psh1GOD6J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#adZ6obWa4BHgfSyHFrL4tR6psh1GOD6J > .row > .video-iframe-container { display: none; }#adZ6obWa4BHgfSyHFrL4tR6psh1GOD6J > .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); }#adZ6obWa4BHgfSyHFrL4tR6psh1GOD6J > .row .container { border-width: 0; border-radius: 0; }#adZ6obWa4BHgfSyHFrL4tR6psh1GOD6J > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:75rem;position:relative;display:block; }#WWhm5AoP0li7VABF25w0OPc3PQdRUy9i { color:#1344a5;display:block;width:55.061875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:4.1330289840698rem;left:9.9375rem;height:2.35546875rem;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; }
#vxTObZW3kygmbaT9mT5BH3f9lFDXFW1L { color:#1344a5;display:block;width:63.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:6.48828125rem;left:5.59375rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#mcNIG6ygkrlcTWGtOHAFQ8bs0GbKO7ZI { color:#f47d19;display:block;width:55.0605625rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:12.625rem;left:9.96875rem;height:3.0058625rem;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; }
#xG0amPyDNLPhWDCkeX6GyBQNerxd2FCb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#xG0amPyDNLPhWDCkeX6GyBQNerxd2FCb > .row .container { background-color: transparent; background-image: none; }#xG0amPyDNLPhWDCkeX6GyBQNerxd2FCb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xG0amPyDNLPhWDCkeX6GyBQNerxd2FCb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xG0amPyDNLPhWDCkeX6GyBQNerxd2FCb > .row .container > .video-iframe-container { display: none; }#xG0amPyDNLPhWDCkeX6GyBQNerxd2FCb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xG0amPyDNLPhWDCkeX6GyBQNerxd2FCb > .row > .video-iframe-container { display: none; }#xG0amPyDNLPhWDCkeX6GyBQNerxd2FCb > .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); }#xG0amPyDNLPhWDCkeX6GyBQNerxd2FCb > .row .container { border-width: 0; border-radius: 0; }#xG0amPyDNLPhWDCkeX6GyBQNerxd2FCb > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#yyP1XWsH6fLbuVoATBvoquOQvK76r5HW { color:#1344a5;display:block;width:55.0615rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:2.875rem;left:6.375rem;height:2.35546875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q3bl2R1Q5tmzIAFu6VgdM2FT2EGGTtkC { color:#000000;display:block;width:43.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:6.3125rem;left:8.75rem;height:12.848625rem;display:block; }#q3bl2R1Q5tmzIAFu6VgdM2FT2EGGTtkC li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#q3bl2R1Q5tmzIAFu6VgdM2FT2EGGTtkC li:before{  }
#uHRR1fGx2dbw4SXvDd5SqCUhx7MaqT1F { color:#1344a5;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:0.58203125rem;left:6.375rem;height:1.6253875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aKSSd9AmKHuvBKqDIufdEAegM7vuTwlD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#aKSSd9AmKHuvBKqDIufdEAegM7vuTwlD > .row .container { background-color: transparent; background-image: none; }#aKSSd9AmKHuvBKqDIufdEAegM7vuTwlD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aKSSd9AmKHuvBKqDIufdEAegM7vuTwlD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aKSSd9AmKHuvBKqDIufdEAegM7vuTwlD > .row .container > .video-iframe-container { display: none; }#aKSSd9AmKHuvBKqDIufdEAegM7vuTwlD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aKSSd9AmKHuvBKqDIufdEAegM7vuTwlD > .row > .video-iframe-container { display: none; }#aKSSd9AmKHuvBKqDIufdEAegM7vuTwlD > .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); }#aKSSd9AmKHuvBKqDIufdEAegM7vuTwlD > .row .container { border-width: 0; border-radius: 0; }#aKSSd9AmKHuvBKqDIufdEAegM7vuTwlD > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#RwwNO7IU6AlXhaJD9MTMVkAhw1uOreog { color:#1344a5;display:block;width:64.5625rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:5.2578125rem;left:5.7177734375rem;height:2.35546875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sJrtn7AwtTdIpsIIHVdWzhSstADvDsrV { color:#000000;display:block;width:49.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:8.6875rem;left:8.03125rem;height:10.9238125rem;display:block; }#sJrtn7AwtTdIpsIIHVdWzhSstADvDsrV li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#sJrtn7AwtTdIpsIIHVdWzhSstADvDsrV li:before{  }
#Ps0ekgKI6GekvIWDT1an7tBayudPwxQO { color:#1344a5;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:5.7177734375rem;height:1.6253875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ea4OwDxHaZ7axq8NIyCIS3h6ofaaApWa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#Ea4OwDxHaZ7axq8NIyCIS3h6ofaaApWa > .row .container { background-color: transparent; background-image: none; }#Ea4OwDxHaZ7axq8NIyCIS3h6ofaaApWa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ea4OwDxHaZ7axq8NIyCIS3h6ofaaApWa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ea4OwDxHaZ7axq8NIyCIS3h6ofaaApWa > .row .container > .video-iframe-container { display: none; }#Ea4OwDxHaZ7axq8NIyCIS3h6ofaaApWa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ea4OwDxHaZ7axq8NIyCIS3h6ofaaApWa > .row > .video-iframe-container { display: none; }#Ea4OwDxHaZ7axq8NIyCIS3h6ofaaApWa > .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); }#Ea4OwDxHaZ7axq8NIyCIS3h6ofaaApWa > .row .container { border-width: 0; border-radius: 0; }#Ea4OwDxHaZ7axq8NIyCIS3h6ofaaApWa > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#ab5qKspxh5JqLLIgpT3Mg8qW33xCCfm3 { color:#1344a5;display:block;width:55.0615rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:4.0703125rem;left:5.7177734375rem;height:2.35546875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LeH4oyZP8HN6APDDxTTkuVT9Itio3en5 { color:#000000;display:block;width:59.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:7.5rem;left:8.03125rem;height:20.597625rem;display:block; }#LeH4oyZP8HN6APDDxTTkuVT9Itio3en5 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#LeH4oyZP8HN6APDDxTTkuVT9Itio3en5 li:before{  }
#waHmFJAKfM1xKAQZRNlRhLCBmX9HCZ3L { color:#1344a5;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:1.95703125rem;left:5.7177734375rem;height:1.6253875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Owh5ZgKTTfzp5ugFbCiTKdoKN5eCp5or { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#Owh5ZgKTTfzp5ugFbCiTKdoKN5eCp5or > .row .container { background-color: transparent; background-image: none; }#Owh5ZgKTTfzp5ugFbCiTKdoKN5eCp5or::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Owh5ZgKTTfzp5ugFbCiTKdoKN5eCp5or > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Owh5ZgKTTfzp5ugFbCiTKdoKN5eCp5or > .row .container > .video-iframe-container { display: none; }#Owh5ZgKTTfzp5ugFbCiTKdoKN5eCp5or > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Owh5ZgKTTfzp5ugFbCiTKdoKN5eCp5or > .row > .video-iframe-container { display: none; }#Owh5ZgKTTfzp5ugFbCiTKdoKN5eCp5or > .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); }#Owh5ZgKTTfzp5ugFbCiTKdoKN5eCp5or > .row .container { border-width: 0; border-radius: 0; }#Owh5ZgKTTfzp5ugFbCiTKdoKN5eCp5or > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#HbDuy14KOgu1XqA4zaRnlEVQlVlaWfwB { color:#1344a5;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:4.0703125rem;left:5.7171869277954rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pvDTGPf1yKSaeEEHtL5JydGZeyDg7XFF { color:#1344a5;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:1.95703125rem;left:5.7177734375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M8XQlGfcpKey4uR6iWWm2h0Dkn1DwitC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#M8XQlGfcpKey4uR6iWWm2h0Dkn1DwitC > .row .container { background-color: transparent; background-image: none; }#M8XQlGfcpKey4uR6iWWm2h0Dkn1DwitC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M8XQlGfcpKey4uR6iWWm2h0Dkn1DwitC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M8XQlGfcpKey4uR6iWWm2h0Dkn1DwitC > .row .container > .video-iframe-container { display: none; }#M8XQlGfcpKey4uR6iWWm2h0Dkn1DwitC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M8XQlGfcpKey4uR6iWWm2h0Dkn1DwitC > .row > .video-iframe-container { display: none; }#M8XQlGfcpKey4uR6iWWm2h0Dkn1DwitC > .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); }#M8XQlGfcpKey4uR6iWWm2h0Dkn1DwitC > .row .container { border-width: 0; border-radius: 0; }#M8XQlGfcpKey4uR6iWWm2h0Dkn1DwitC > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#tHGJi8R1qfyynDHV5TcdmsngzsUCM6UI { color:#000000;display:block;width:59.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:10rem;left:7.625rem;height:;font-style:normal;display:block; }#tHGJi8R1qfyynDHV5TcdmsngzsUCM6UI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tHGJi8R1qfyynDHV5TcdmsngzsUCM6UI li:before{  }
#EmNaJJxxzkc3hJm085aOfnxTu6UDpMGF { color:#f47d19;display:block;width:55.0605625rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:1.125rem;left:8.0302734375rem;height:;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; }
#Ac63flG85E3euq8K8yien3tMbHpMICXX { color:#1344a5;display:block;width:59.4375rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:6.5rem;left:4.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Nn9ONgvTXfWVQ29Pu0b06f2JoQT7zhH0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06193e;background-image:none;position:relative;display:block; }#Nn9ONgvTXfWVQ29Pu0b06f2JoQT7zhH0 > .row .container { background-color: transparent; background-image: none; }#Nn9ONgvTXfWVQ29Pu0b06f2JoQT7zhH0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Nn9ONgvTXfWVQ29Pu0b06f2JoQT7zhH0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Nn9ONgvTXfWVQ29Pu0b06f2JoQT7zhH0 > .row .container > .video-iframe-container { display: none; }#Nn9ONgvTXfWVQ29Pu0b06f2JoQT7zhH0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Nn9ONgvTXfWVQ29Pu0b06f2JoQT7zhH0 > .row > .video-iframe-container { display: none; }#Nn9ONgvTXfWVQ29Pu0b06f2JoQT7zhH0 > .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); }#Nn9ONgvTXfWVQ29Pu0b06f2JoQT7zhH0 > .row .container { border-width: 0; border-radius: 0; }#Nn9ONgvTXfWVQ29Pu0b06f2JoQT7zhH0 > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:block; }#ZsTs2egQz1AWSgJV04T9wcLAtKsQmOat { color:#ffffff;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:6.125rem;left:6.4375rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ToshW819QeRqsHElsLqC8Bh2L5ylJKA6 { color:#ffffff;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100026;line-height:1.3;letter-spacing:0;top:17.0625rem;left:6.4375rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fVIGZKkivHe3U2DHN0HTeWNga1Duqesk { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:26.4375rem;top:3.875rem;left:23.5625rem;overflow:hidden;display:block; }
#iMWqKD6aK759ubAZa8Ez6TKRou14wUgv { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:9.125rem;top:14.25rem;left:23.625rem;overflow:hidden;display:block; }
#HLc4Aiz5D7r06zfTNt6OVDK8WHwKszcc { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:10.1875rem;top:13.5625rem;left:34.5rem;overflow:hidden;display:block; }
#kzT9xDTLrHaMAcr8vJpflqQWyCJ7cMkd { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:7.9375rem;top:14.3125rem;left:46.5rem;overflow:hidden;display:block; }
#bNZ0qMrcpgCIJddAwDSpzzUgvekMDWX1 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:7.875rem;top:13.75rem;left:56.6875rem;overflow:hidden;display:block; }
#Kyb8RvUXAuJpuBZW6HHge8oaLLoMvamN { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:6.9375rem;top:18.625rem;left:24.75rem;overflow:hidden;display:block; }
#kNBrF8XZ0LtSM2SW1X7ORtVexhghFCca { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:6.5625rem;top:18.625rem;left:36.8125rem;overflow:hidden;display:block; }
#JctA1kMTXBHiL5pTUN50yXKcJAf6r6QR { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:14.75rem;top:19.3125rem;left:48.25rem;overflow:hidden;display:block; }
#tgu08PV7M8ea20PQiVcFoPm3bbBTtCHt { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:19.375rem;top:4.615234375rem;left:51rem;overflow:hidden;display:block; }
#KCaDybKCT4v2Wp1XCcRdGD0JCVVRRrlb { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:12.4375rem;top:23.5625rem;left:23.5625rem;overflow:hidden;display:block; }
#cHaFuNSFxlzAqk6AWH9yZlLtWB8bzRKe { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:7.6875rem;top:22.9375rem;left:40.375rem;overflow:hidden;display:block; }
#JABmNDlJb1MOM4LNqKuBzXi0gRkOAEX0 { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:9.375rem;top:22.6875rem;left:51.9375rem;overflow:hidden;display:block; }
#fWiff4eiAfuvu0P9xAGC7h2NwoROukgR { position:absolute;display:block;z-index:100016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:9.375rem;top:22.6875rem;left:39.5rem;display:block; }
#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f3d80;background-image:none;position:relative;display:block; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { background-color: transparent; background-image: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container > .video-iframe-container { display: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container { display: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .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); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { border-width: 0; border-radius: 0; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { font-size:0.875rem;font-family:"open sans";height:0.0625rem;width:75rem;position:relative;display:block; }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV { position:relative;display:block; }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV { background-color: transparent; background-image: none; }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV > .row .container > .video-iframe-container { display: none; }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV > .row > .video-iframe-container { display: none; }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV > .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); }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV { border-width: 0; border-radius: 0; }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:"open sans";height:10.0625rem;width:75rem;position:relative;display:block; }#oW4uBPVtEQMoCHNCoZopQ34NnAyn8MOb { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:1.8125rem;left:14.8125rem;height:5.74609375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #sChbNQRBUZhghChtIGkmPd24G7QtpGam { display:block; }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row .container { width:47.75rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ReRh3AIDyZTRtFzWwy2WSC8TqgyQTTIC { width:13.125rem;height:2.1875rem;top:1.3118489980698rem;left:2.2482640743256rem;display:block; }
 }@media only screen and (max-width: 1199px) { #edtyz3WkqKkyTBmLs0lvXTQx28o1qzpU { width:7.6248125rem;height:4.24913125rem;top:0.34288194775581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MvyGITQbeo16y6U26GAmpTTd124U7hIo { background-color:#014bae;background-image:url("https://images.assets-landingi.com/8PE0piGE/header4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#MvyGITQbeo16y6U26GAmpTTd124U7hIo.adaptive-delivery-prevent-bg, #MvyGITQbeo16y6U26GAmpTTd124U7hIo.lazyload, #MvyGITQbeo16y6U26GAmpTTd124U7hIo.lazyloading { background-image: none; }#MvyGITQbeo16y6U26GAmpTTd124U7hIo > .row .container { background-color: transparent; background-image: none; }#MvyGITQbeo16y6U26GAmpTTd124U7hIo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MvyGITQbeo16y6U26GAmpTTd124U7hIo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MvyGITQbeo16y6U26GAmpTTd124U7hIo > .row .container > .video-iframe-container { display: none; }#MvyGITQbeo16y6U26GAmpTTd124U7hIo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MvyGITQbeo16y6U26GAmpTTd124U7hIo > .row > .video-iframe-container { display: none; }#MvyGITQbeo16y6U26GAmpTTd124U7hIo > .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); }#MvyGITQbeo16y6U26GAmpTTd124U7hIo > .row .container { width:47.75rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Qbd8ZEGoR9tfFvxrvMi4gxqlmhyCpr8a { width:21.1875rem;height:12.25rem;top:3.6241312026977rem;left:1.1295573711395rem;font-size:2.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #LVSn6M1Ti118S56HISeFBhy6utrJVu58 { width:20.374375rem;height:5.84765625rem;top:15.875rem;left:1.25rem;font-size:1.5rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #ETKpGD2ddST1fJd8TKMqiFUt8y1cBxrF { width:17.3125rem;height:3.5625rem;top:22.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TO79vKUazTcqDDS6w5s9ogyV0GA5VFQT { width:16.75rem;height:2.15625rem;top:23.25rem;left:1.3125rem;font-size:1.4375rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #hTK8OqTtZQswWVqI6P3c7AfWyolCQCIv { display:block; }#hTK8OqTtZQswWVqI6P3c7AfWyolCQCIv > .row .container { width:47.75rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Qi49wH1T05I8qLwRfdo4JKDfaxvPu41S { width:41.31075rem;height:2.53125rem;top:1.1197938919068rem;left:3.2183160781861rem;font-size:1.6875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #NhPAtIpyeUKCKkro9BhimwEburdFTiQh { display:block; }#NhPAtIpyeUKCKkro9BhimwEburdFTiQh > .row .container { width:47.75rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CJzXbPMahc0HCVO0Vw8pSTCu5eGqzJlc { width:17.5rem;height:3.4375rem;top:2.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZoO7yxpv9GKC11fnDBN6RzNK23ygfBzR { display:block; }
 }@media only screen and (max-width: 1199px) { #xkmbcGEXOIOwE5xi0ihRuWJgHRZiZDPG { width:47.75rem;height:29.3945rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #adZ6obWa4BHgfSyHFrL4tR6psh1GOD6J { display:block; }#adZ6obWa4BHgfSyHFrL4tR6psh1GOD6J > .row .container { width:47.75rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WWhm5AoP0li7VABF25w0OPc3PQdRUy9i { width:39.249125rem;height:2.1125rem;top:0.70637798309325rem;left:4.2491321563721rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vxTObZW3kygmbaT9mT5BH3f9lFDXFW1L { width:33.3125rem;height:2.923825rem;top:3.41796875rem;left:7.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mcNIG6ygkrlcTWGtOHAFQ8bs0GbKO7ZI { width:39.249rem;height:2.1125rem;top:8.2431640625rem;left:4.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xG0amPyDNLPhWDCkeX6GyBQNerxd2FCb { display:block; }#xG0amPyDNLPhWDCkeX6GyBQNerxd2FCb > .row .container { width:47.75rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yyP1XWsH6fLbuVoATBvoquOQvK76r5HW { width:42.5625rem;height:2.1125rem;top:2.8935546875rem;left:1.4990234375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q3bl2R1Q5tmzIAFu6VgdM2FT2EGGTtkC { width:43.3125rem;height:12.848625rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }#q3bl2R1Q5tmzIAFu6VgdM2FT2EGGTtkC li:before{  }
 }@media only screen and (max-width: 1199px) { #uHRR1fGx2dbw4SXvDd5SqCUhx7MaqT1F { width:40.125rem;height:1.625rem;top:0.7060546875rem;left:1.4990234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aKSSd9AmKHuvBKqDIufdEAegM7vuTwlD { display:block; }#aKSSd9AmKHuvBKqDIufdEAegM7vuTwlD > .row .container { width:47.75rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RwwNO7IU6AlXhaJD9MTMVkAhw1uOreog { width:46.1875rem;height:4.225rem;top:3.7685546875rem;left:1.5615234375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sJrtn7AwtTdIpsIIHVdWzhSstADvDsrV { width:47.75rem;height:10.9238125rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }#sJrtn7AwtTdIpsIIHVdWzhSstADvDsrV li:before{  }
 }@media only screen and (max-width: 1199px) { #Ps0ekgKI6GekvIWDT1an7tBayudPwxQO { width:40.125rem;height:1.625rem;top:1.6435546875rem;left:1.5615234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ea4OwDxHaZ7axq8NIyCIS3h6ofaaApWa { display:block; }#Ea4OwDxHaZ7axq8NIyCIS3h6ofaaApWa > .row .container { width:47.75rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ab5qKspxh5JqLLIgpT3Mg8qW33xCCfm3 { width:39.249125rem;height:2.1125rem;top:2.7060546875rem;left:1.6240234375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LeH4oyZP8HN6APDDxTTkuVT9Itio3en5 { width:47.75rem;height:25.796875rem;top:6.4375rem;left:0rem;font-size:1rem;display:block; }#LeH4oyZP8HN6APDDxTTkuVT9Itio3en5 li:before{  }
 }@media only screen and (max-width: 1199px) { #waHmFJAKfM1xKAQZRNlRhLCBmX9HCZ3L { width:40.125rem;height:1.625rem;top:0.7685546875rem;left:1.6240234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Owh5ZgKTTfzp5ugFbCiTKdoKN5eCp5or { display:block; }#Owh5ZgKTTfzp5ugFbCiTKdoKN5eCp5or > .row .container { width:47.75rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HbDuy14KOgu1XqA4zaRnlEVQlVlaWfwB { width:45.375rem;height:6.3369375rem;top:2.7054691314698rem;left:1.6234375238419rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pvDTGPf1yKSaeEEHtL5JydGZeyDg7XFF { width:40.125rem;height:1.625rem;top:0.7685546875rem;left:1.6240234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M8XQlGfcpKey4uR6iWWm2h0Dkn1DwitC { display:block; }#M8XQlGfcpKey4uR6iWWm2h0Dkn1DwitC > .row .container { width:47.75rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tHGJi8R1qfyynDHV5TcdmsngzsUCM6UI { width:47.75rem;height:2.9125rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }#tHGJi8R1qfyynDHV5TcdmsngzsUCM6UI li:before{  }
 }@media only screen and (max-width: 1199px) { #EmNaJJxxzkc3hJm085aOfnxTu6UDpMGF { width:39.2480625rem;height:2.1125rem;top:1.2431640625rem;left:4.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ac63flG85E3euq8K8yien3tMbHpMICXX { width:47.75rem;height:2.35625rem;top:5.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nn9ONgvTXfWVQ29Pu0b06f2JoQT7zhH0 { display:block; }#Nn9ONgvTXfWVQ29Pu0b06f2JoQT7zhH0 > .row .container { width:47.75rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZsTs2egQz1AWSgJV04T9wcLAtKsQmOat { width:19.375rem;height:1.40625rem;top:3.5861530303955rem;left:0.76388895511625rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #ToshW819QeRqsHElsLqC8Bh2L5ylJKA6 { width:19.375rem;height:1.40625rem;top:10.8125rem;left:0.75rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #fVIGZKkivHe3U2DHN0HTeWNga1Duqesk { width:21.3125rem;height:4.8125rem;top:1.8828125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iMWqKD6aK759ubAZa8Ez6TKRou14wUgv { width:9.125rem;height:1.875rem;top:10.5625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HLc4Aiz5D7r06zfTNt6OVDK8WHwKszcc { width:10.186625rem;height:3.49935rem;top:9.75rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kzT9xDTLrHaMAcr8vJpflqQWyCJ7cMkd { width:7.9373125rem;height:1.74913125rem;top:10.5625rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bNZ0qMrcpgCIJddAwDSpzzUgvekMDWX1 { width:7.874375rem;height:2.87435rem;top:10rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kyb8RvUXAuJpuBZW6HHge8oaLLoMvamN { width:6.9375rem;height:2.375rem;top:15rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kNBrF8XZ0LtSM2SW1X7ORtVexhghFCca { width:6.5625rem;height:2.8125rem;top:14.75rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JctA1kMTXBHiL5pTUN50yXKcJAf6r6QR { width:14.749375rem;height:1.81206875rem;top:15.5rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tgu08PV7M8ea20PQiVcFoPm3bbBTtCHt { width:12.5rem;height:3.0625rem;top:2.7578125rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KCaDybKCT4v2Wp1XCcRdGD0JCVVRRrlb { width:11.125rem;height:1.8125rem;top:20.0625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cHaFuNSFxlzAqk6AWH9yZlLtWB8bzRKe { width:7.5rem;height:3.125rem;top:19.40625rem;left:24.435546875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JABmNDlJb1MOM4LNqKuBzXi0gRkOAEX0 { width:9.375rem;height:3.75rem;top:19.09375rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fWiff4eiAfuvu0P9xAGC7h2NwoROukgR { width:9.375rem;height:3.75rem;top:19.09375rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { display:block; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV { display:block; }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oW4uBPVtEQMoCHNCoZopQ34NnAyn8MOb { width:27.75rem;height:8.01953125rem;top:1.09375rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sChbNQRBUZhghChtIGkmPd24G7QtpGam { background-color:#ffffff;background-image:none;display:block; }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row .container { background-color: transparent; background-image: none; }#sChbNQRBUZhghChtIGkmPd24G7QtpGam::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row .container > .video-iframe-container { display: none; }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row > .video-iframe-container { display: none; }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .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); }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReRh3AIDyZTRtFzWwy2WSC8TqgyQTTIC { width:18.624125rem;height:2.99913125rem;top:1.9357639551162rem;left:0.68793410062787rem;display:block; }
 }@media only screen and (max-width: 763px) { #edtyz3WkqKkyTBmLs0lvXTQx28o1qzpU { width:7.6248125rem;height:4.24805rem;top:2.125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvyGITQbeo16y6U26GAmpTTd124U7hIo { background-color:transparent;background-image:url("https://images.assets-landingi.com/8PE0piGE/header4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#MvyGITQbeo16y6U26GAmpTTd124U7hIo.adaptive-delivery-prevent-bg, #MvyGITQbeo16y6U26GAmpTTd124U7hIo.lazyload, #MvyGITQbeo16y6U26GAmpTTd124U7hIo.lazyloading { background-image: none; }#MvyGITQbeo16y6U26GAmpTTd124U7hIo > .row .container { background-color: transparent; background-image: none; }#MvyGITQbeo16y6U26GAmpTTd124U7hIo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.52); }#MvyGITQbeo16y6U26GAmpTTd124U7hIo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MvyGITQbeo16y6U26GAmpTTd124U7hIo > .row .container > .video-iframe-container { display: none; }#MvyGITQbeo16y6U26GAmpTTd124U7hIo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.52); }#MvyGITQbeo16y6U26GAmpTTd124U7hIo > .row > .video-iframe-container { display: none; }#MvyGITQbeo16y6U26GAmpTTd124U7hIo > .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); }#MvyGITQbeo16y6U26GAmpTTd124U7hIo > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qbd8ZEGoR9tfFvxrvMi4gxqlmhyCpr8a { width:20rem;height:6.5625rem;top:2.3095703125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LVSn6M1Ti118S56HISeFBhy6utrJVu58 { width:19.9991875rem;height:2.76171875rem;top:9.181640625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ETKpGD2ddST1fJd8TKMqiFUt8y1cBxrF { width:19.875rem;height:3.4375rem;top:12.937042236328rem;left:0.061848938465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO79vKUazTcqDDS6w5s9ogyV0GA5VFQT { width:20rem;height:1.6875rem;top:13.749755859375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTK8OqTtZQswWVqI6P3c7AfWyolCQCIv { display:block; }#hTK8OqTtZQswWVqI6P3c7AfWyolCQCIv > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qi49wH1T05I8qLwRfdo4JKDfaxvPu41S { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NhPAtIpyeUKCKkro9BhimwEburdFTiQh { display:block; }#NhPAtIpyeUKCKkro9BhimwEburdFTiQh > .row .container { width:20rem;height:23.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJzXbPMahc0HCVO0Vw8pSTCu5eGqzJlc { width:17.5rem;height:3.4375rem;top:1.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoO7yxpv9GKC11fnDBN6RzNK23ygfBzR { display:block; }
 }@media only screen and (max-width: 763px) { #xkmbcGEXOIOwE5xi0ihRuWJgHRZiZDPG { height:12.3125rem;width:20rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #adZ6obWa4BHgfSyHFrL4tR6psh1GOD6J { display:block; }#adZ6obWa4BHgfSyHFrL4tR6psh1GOD6J > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWhm5AoP0li7VABF25w0OPc3PQdRUy9i { width:20rem;height:3.57421875rem;top:1.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxTObZW3kygmbaT9mT5BH3f9lFDXFW1L { width:20rem;height:2.2734375rem;top:5.94921875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mcNIG6ygkrlcTWGtOHAFQ8bs0GbKO7ZI { width:20rem;height:1.7871125rem;top:10.19921875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xG0amPyDNLPhWDCkeX6GyBQNerxd2FCb { display:block; }#xG0amPyDNLPhWDCkeX6GyBQNerxd2FCb > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyP1XWsH6fLbuVoATBvoquOQvK76r5HW { width:20rem;height:3.57421875rem;top:2.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q3bl2R1Q5tmzIAFu6VgdM2FT2EGGTtkC { width:20rem;height:24.546875rem;top:7.173828125rem;left:0rem;font-size:1rem;display:block; }#q3bl2R1Q5tmzIAFu6VgdM2FT2EGGTtkC li:before{  }
 }@media only screen and (max-width: 763px) { #uHRR1fGx2dbw4SXvDd5SqCUhx7MaqT1F { width:13.1875rem;height:1.29980625rem;top:1.25rem;left:3.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aKSSd9AmKHuvBKqDIufdEAegM7vuTwlD { display:block; }#aKSSd9AmKHuvBKqDIufdEAegM7vuTwlD > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwwNO7IU6AlXhaJD9MTMVkAhw1uOreog { width:20rem;height:5.361325rem;top:3.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sJrtn7AwtTdIpsIIHVdWzhSstADvDsrV { width:20rem;height:22.6220625rem;top:10.25rem;left:0rem;font-size:1rem;display:block; }#sJrtn7AwtTdIpsIIHVdWzhSstADvDsrV li:before{  }
 }@media only screen and (max-width: 763px) { #Ps0ekgKI6GekvIWDT1an7tBayudPwxQO { width:13.1875rem;height:1.29980625rem;top:1.3125rem;left:3.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ea4OwDxHaZ7axq8NIyCIS3h6ofaaApWa { display:block; }#Ea4OwDxHaZ7axq8NIyCIS3h6ofaaApWa > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ab5qKspxh5JqLLIgpT3Mg8qW33xCCfm3 { width:20rem;height:3.57421875rem;top:3.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LeH4oyZP8HN6APDDxTTkuVT9Itio3en5 { width:20rem;height:54.3925625rem;top:8.82421875rem;left:0rem;font-size:1rem;display:block; }#LeH4oyZP8HN6APDDxTTkuVT9Itio3en5 li:before{  }
 }@media only screen and (max-width: 763px) { #waHmFJAKfM1xKAQZRNlRhLCBmX9HCZ3L { width:13.1875rem;height:1.29980625rem;top:1.25rem;left:3.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Owh5ZgKTTfzp5ugFbCiTKdoKN5eCp5or { display:block; }#Owh5ZgKTTfzp5ugFbCiTKdoKN5eCp5or > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbDuy14KOgu1XqA4zaRnlEVQlVlaWfwB { width:19.6875rem;height:7.1484375rem;top:3.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvDTGPf1yKSaeEEHtL5JydGZeyDg7XFF { width:13.1875rem;height:1.29980625rem;top:1.25rem;left:3.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M8XQlGfcpKey4uR6iWWm2h0Dkn1DwitC { display:block; }#M8XQlGfcpKey4uR6iWWm2h0Dkn1DwitC > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHGJi8R1qfyynDHV5TcdmsngzsUCM6UI { width:20rem;height:12.82225rem;top:12.9375rem;left:0rem;font-size:1.375rem;display:block; }#tHGJi8R1qfyynDHV5TcdmsngzsUCM6UI li:before{  }
 }@media only screen and (max-width: 763px) { #EmNaJJxxzkc3hJm085aOfnxTu6UDpMGF { width:20rem;height:1.7871125rem;top:1.99609375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ac63flG85E3euq8K8yien3tMbHpMICXX { width:20rem;height:4.7109375rem;top:6.720703125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn9ONgvTXfWVQ29Pu0b06f2JoQT7zhH0 { display:block; }#Nn9ONgvTXfWVQ29Pu0b06f2JoQT7zhH0 > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsTs2egQz1AWSgJV04T9wcLAtKsQmOat { width:18.4375rem;height:1.40625rem;top:1.25rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ToshW819QeRqsHElsLqC8Bh2L5ylJKA6 { width:18.4375rem;height:1.40625rem;top:15.125rem;left:0.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fVIGZKkivHe3U2DHN0HTeWNga1Duqesk { width:20rem;height:4.5862747230405rem;top:3.5123710632324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMWqKD6aK759ubAZa8Ez6TKRou14wUgv { width:9.125rem;height:1.8751284334544rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLc4Aiz5D7r06zfTNt6OVDK8WHwKszcc { width:10.1875rem;height:3.4996505834857rem;top:16.5rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzT9xDTLrHaMAcr8vJpflqQWyCJ7cMkd { width:7.9375rem;height:1.7491725690371rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNZ0qMrcpgCIJddAwDSpzzUgvekMDWX1 { width:7.875rem;height:2.8745781411223rem;top:20.75rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kyb8RvUXAuJpuBZW6HHge8oaLLoMvamN { width:6.9375rem;height:2.3743451549689rem;top:25.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNBrF8XZ0LtSM2SW1X7ORtVexhghFCca { width:6.5625rem;height:2.8125rem;top:24.8125rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JctA1kMTXBHiL5pTUN50yXKcJAf6r6QR { width:14.75rem;height:1.8121455358278rem;top:29.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgu08PV7M8ea20PQiVcFoPm3bbBTtCHt { width:12.5rem;height:2.9375rem;top:8.25390625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCaDybKCT4v2Wp1XCcRdGD0JCVVRRrlb { width:11.125rem;height:1.75rem;top:33.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHaFuNSFxlzAqk6AWH9yZlLtWB8bzRKe { width:7.6875rem;height:3.2309782608696rem;top:36.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JABmNDlJb1MOM4LNqKuBzXi0gRkOAEX0 { width:9.375rem;height:3.7760416666667rem;top:41.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWiff4eiAfuvu0P9xAGC7h2NwoROukgR { width:9.375rem;height:3.75rem;top:36.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { display:block; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV { display:block; }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oW4uBPVtEQMoCHNCoZopQ34NnAyn8MOb { width:19.4375rem;height:7.85938125rem;top:1.25rem;left:0.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }