.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-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: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); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/594ae26f-0111-4676-9707-47d4be7aaa68/Frame60.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw.adaptive-delivery-prevent-bg, #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw.lazyload, #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw.lazyloading { background-image: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { background-color: transparent; background-image: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container > .video-iframe-container { display: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container { display: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .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); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { border-width: 0; border-radius: 0; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { font-size:14px;font-family:arial;height:374px;width:1200px;position:relative;display:block; }#CzsS3Cc7wUEbAT6oRTUtUmuUomF3MQzK { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#hCRtRl9R0wtxnPBft5MTroaNOKQlSG0T { color:#ffffff;display:block;width:448.984px;position:absolute;font-family:raleway;font-size:41px;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:207.3828125px;left:375.48828125px;height:90.1562px;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;text-align:center;text-align-last:center;display:block; }
#kqFXmotSBTbuOORwUTolGXwWn0QI2psy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:93.9844px;width:321.992px;top:82.96875px;left:438.984375px;overflow:hidden;display:block; }
#a3aJskokweCVglw89rnGfA0hxkv1ZB7O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000d3f;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; }#a3aJskokweCVglw89rnGfA0hxkv1ZB7O > .row .container { background-color: transparent; background-image: none; }#a3aJskokweCVglw89rnGfA0hxkv1ZB7O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3aJskokweCVglw89rnGfA0hxkv1ZB7O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3aJskokweCVglw89rnGfA0hxkv1ZB7O > .row .container > .video-iframe-container { display: none; }#a3aJskokweCVglw89rnGfA0hxkv1ZB7O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3aJskokweCVglw89rnGfA0hxkv1ZB7O > .row > .video-iframe-container { display: none; }#a3aJskokweCVglw89rnGfA0hxkv1ZB7O > .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); }#a3aJskokweCVglw89rnGfA0hxkv1ZB7O > .row .container { border-width: 0; border-radius: 0; }#a3aJskokweCVglw89rnGfA0hxkv1ZB7O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a3aJskokweCVglw89rnGfA0hxkv1ZB7O > .row .container { font-size:14px;font-family:arial;height:1093px;width:1200px;position:relative;display:block; }#b2159X5R5ldaVr6KxTVr7zLnoTDQTT1x { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#HzBJRfGk634LHpqQeEqOoFNLToPeI6MW { color:#ffffff;display:block;width:913.984px;position:absolute;font-family:"open sans";font-size:21px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:46.9140625px;left:142.98828125px;height:763.9853px;text-align:left;text-align-last:left;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; }
#CVdBrZ8dQgRKo0yFRaqlFGHbUTr18PX8 { background-color:#017ffa;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 3px rgba(0,3,5,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:377.969px;height:71.9727px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:987.890625px;left:410.99609375px;display:block; }
#VoUOULKTc63Qzm2knGOeodfuHavPppUi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu { 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; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { background-color: transparent; background-image: none; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container > .video-iframe-container { display: none; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row > .video-iframe-container { display: none; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .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); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { border-width: 0; border-radius: 0; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { font-size:14px;font-family:arial;height:1243px;width:1200px;position:relative;display:block; }#HkOH44pTgxDaWOTtdaCHdAwZ1fPhOUhw { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#Ndd4xtFwttx63ObUJCSzWOG1vblhPDSp { color:#ff9600;display:block;width:1108.98px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:70.95703125px;left:45.48828125px;height:42.0117px;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;font-style:normal;display:block; }
#UCuHkaVtPXpoy0V0z9F9ZvKwKA8zSTnr { color:#ff9600;display:block;width:1108.94px;position:absolute;font-family:raleway;font-size:28px;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:90.95703125px;left:45.52734375px;height:42.0117px;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;font-style:normal;display:block; }
#nFqlOyurd3Cx1I67a8rdx1rRKTDgFBvd { 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;height:81.9844px;width:368.953px;top:70.95703125px;left:505.5078125px;overflow:hidden;display:block; }
#kE5RSxwbQqf9XdoH4toZN2Epehk5cOFn { color:#000000;display:block;width:1007.98px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:204.98046875px;left:95.99609375px;height:457.285px;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; }
#ODHfLRTaWS9chn5LBcEwGxGRQVKOqcvW { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:81.9922px;width:368.965px;top:70.95703125px;left:303.8671875px;overflow:hidden;display:block; }
#UxyHRrwHDQXydzNxL0R2ybhmW0G9S4ck { color:#000000;display:block;width:512.969px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:676.23046875px;left:95.99609375px;height:230.391px;text-align:left;text-align-last:left;display:block; }
#EJM4TTe7qEJSDDO9v6TmVMvJ2PR0O0Rb { color:#000000;display:block;width:1007.97px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:976.015625px;left:95.99609375px;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; }
#qht6vbHOi87uNG033cNQ5ICTSTrhg5oR { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:311.992px;width:311.992px;top:635.41015625px;left:661.953125px;overflow:hidden;display:block; }
#f0LinOG7I4agqNBavMJ0TvtubBLUxSve { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001e5f;background-image:url("https://images.assets-landingi.com/uc/594ae26f-0111-4676-9707-47d4be7aaa68/Frame60.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f0LinOG7I4agqNBavMJ0TvtubBLUxSve.adaptive-delivery-prevent-bg, #f0LinOG7I4agqNBavMJ0TvtubBLUxSve.lazyload, #f0LinOG7I4agqNBavMJ0TvtubBLUxSve.lazyloading { background-image: none; }#f0LinOG7I4agqNBavMJ0TvtubBLUxSve > .row .container { background-color: transparent; background-image: none; }#f0LinOG7I4agqNBavMJ0TvtubBLUxSve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0LinOG7I4agqNBavMJ0TvtubBLUxSve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0LinOG7I4agqNBavMJ0TvtubBLUxSve > .row .container > .video-iframe-container { display: none; }#f0LinOG7I4agqNBavMJ0TvtubBLUxSve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0LinOG7I4agqNBavMJ0TvtubBLUxSve > .row > .video-iframe-container { display: none; }#f0LinOG7I4agqNBavMJ0TvtubBLUxSve > .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); }#f0LinOG7I4agqNBavMJ0TvtubBLUxSve > .row .container { border-width: 0; border-radius: 0; }#f0LinOG7I4agqNBavMJ0TvtubBLUxSve > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f0LinOG7I4agqNBavMJ0TvtubBLUxSve > .row .container { font-size:14px;font-family:arial;height:2005px;width:1200px;position:relative;display:block; }#WRRP4l7CWaPTB4FXqRyTWQFSaIIXtqw8 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#q2Pl1Qlo1PxdaQ6xb5rrdgeMz0GR2l2z { color:#000000;display:block;width:973.953px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:199.8828125px;left:113.0078125px;height:614.3751px;text-align:left;text-align-last:left;display:block; }
#z9WCFrRDbnziV7gHKIyV7PrtVnq2ni5b { color:#000000;display:block;width:1006px;position:absolute;font-family:raleway;font-size:41px;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:85.46875px;left:96.9921875px;height:65.5859px;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;font-style:normal;display:block; }
#iS57MgtuQfFWDTrrUNGe6RfiPuofxWmT { color:#000000;display:block;width:525.996px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:917.71484375px;left:113.0078125px;height:351.7578px;text-align:left;text-align-last:left;display:block; }
#ZQLf7D8ZSPLNCgGPmKTSgT2r5vSbVZMV { color:#000000;display:block;width:973.945px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:1398.02734375px;left:113.02734375px;height:230.3903px;text-align:left;text-align-last:left;display:block; }
#gzBRvNm6BQSJsgUg3ddKCWQcepBXKlLw { color:#000000;display:block;width:1006px;position:absolute;font-family:raleway;font-size:41px;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:1748px;left:97px;height:65.5859px;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;font-style:normal;display:block; }
#A3yVdmX0XDfSQmBD9KggID9Pg4XmS3H9 { color:#000000;display:block;width:973.926px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:1842px;left:113px;height:76.7969px;text-align:left;text-align-last:left;display:block; }
#CTSa3rIKr2HqmmOp1WHp9h3qc5WykVvh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:421.992px;width:336.992px;top:929.47265625px;left:648.2421875px;overflow:hidden;display:block; }
#vphPceXVmFU4TpBgTrHatBJQnvg1laxd { 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; }#vphPceXVmFU4TpBgTrHatBJQnvg1laxd > .row .container { background-color: transparent; background-image: none; }#vphPceXVmFU4TpBgTrHatBJQnvg1laxd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vphPceXVmFU4TpBgTrHatBJQnvg1laxd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vphPceXVmFU4TpBgTrHatBJQnvg1laxd > .row .container > .video-iframe-container { display: none; }#vphPceXVmFU4TpBgTrHatBJQnvg1laxd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vphPceXVmFU4TpBgTrHatBJQnvg1laxd > .row > .video-iframe-container { display: none; }#vphPceXVmFU4TpBgTrHatBJQnvg1laxd > .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); }#vphPceXVmFU4TpBgTrHatBJQnvg1laxd > .row .container { border-width: 0; border-radius: 0; }#vphPceXVmFU4TpBgTrHatBJQnvg1laxd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vphPceXVmFU4TpBgTrHatBJQnvg1laxd > .row .container { font-size:14px;font-family:arial;height:2752px;width:1200px;position:relative;display:block; }#q7VQZvtOkuLhOikMZlBxp8zKB7ROLXzL { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#dTo5CLVHWCwfLacZ1IO8MAopmwJrZgMO { color:#ff9600;display:block;width:1108.98px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:70.95703125px;left:45.48828125px;height:42.0117px;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;font-style:normal;display:block; }
#gTB58UGO3hu3QAK5QrxckyrVIZDXtETv { color:#ff9600;display:block;width:1108.94px;position:absolute;font-family:raleway;font-size:38px;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:90.95703125px;left:45.52734375px;height:57.0117px;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;font-style:normal;display:block; }
#LAREgKeJ11pyaQx52AdS2l2AKkKOm8s8 { color:#000000;display:block;width:1007.98px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:204.98046875px;left:95.99609375px;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; }
#rRVBN80o0ibzMAtJyZblUhQlT42B6fzT { color:#000000;display:block;width:512.969px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:643.9453125px;left:137.98828125px;height:175.879px;text-align:left;text-align-last:left;display:block; }
#NIhsSRHt0g4A8cqdB30wmsIRwtuKyT8V { color:#000000;display:block;width:1007.97px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:920px;left:95.99609375px;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; }
#McWvxVlVRDZ6rlTFq9CuSdZdTd2JWcfD { color:#ff9600;display:block;width:1108.93px;position:absolute;font-family:raleway;font-size:38px;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:1453px;left:46px;height:57.0117px;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;font-style:normal;display:block; }
#unq0fDJcchTOy4hvn1hQ4Tc29yR98Tti { color:#000000;display:block;width:1007.97px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:1541px;left:96px;height:422.109px;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; }
#c6gIHALAy0G6XLZUUZn7t6xsy3CPyaE6 { color:#000000;display:block;width:512.969px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:2058.26171875px;left:95.99609375px;height:386.9338px;text-align:left;text-align-last:left;display:block; }
#VnhxvrDONTRecCBTaXVEpuOhGgA9KRlb { color:#000000;display:block;width:1007.97px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:2563.26171875px;left:95.99609375px;height:140.703px;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; }
#I3bcVS4AVF1eTSgCHpL48hsQu8OZANe0 { 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;height:282.988px;width:282.988px;top:607.98828125px;left:680.41015625px;overflow:hidden;display:block; }
#VGvPhRiJLP3NiIAZSLWI5rIaCxESUg33 { 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;height:453.984px;width:305px;top:2059.8828125px;left:680.41015625px;overflow:hidden;display:block; }
#WCFxTi7rof6WXHTgOe6PmWuOVF3JU9AA { 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; }#WCFxTi7rof6WXHTgOe6PmWuOVF3JU9AA > .row .container { background-color: transparent; background-image: none; }#WCFxTi7rof6WXHTgOe6PmWuOVF3JU9AA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCFxTi7rof6WXHTgOe6PmWuOVF3JU9AA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCFxTi7rof6WXHTgOe6PmWuOVF3JU9AA > .row .container > .video-iframe-container { display: none; }#WCFxTi7rof6WXHTgOe6PmWuOVF3JU9AA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCFxTi7rof6WXHTgOe6PmWuOVF3JU9AA > .row > .video-iframe-container { display: none; }#WCFxTi7rof6WXHTgOe6PmWuOVF3JU9AA > .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); }#WCFxTi7rof6WXHTgOe6PmWuOVF3JU9AA > .row .container { border-width: 0; border-radius: 0; }#WCFxTi7rof6WXHTgOe6PmWuOVF3JU9AA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WCFxTi7rof6WXHTgOe6PmWuOVF3JU9AA > .row .container { font-size:14px;font-family:arial;height:898px;width:1200px;position:relative;display:block; }#MlQVvT2KQmnmiI4gW75ToFux25Awv35p { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#xDEwfzuUr2pecoiBrTaCEqrhOwrtcwXH { color:#ff9600;display:block;width:1108.98px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:70.95703125px;left:45.48828125px;height:42.0117px;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;font-style:normal;display:block; }
#las6HAPxv9gG3kV6iRuQKBi5NVKQnnb5 { color:#ff9600;display:block;width:1108.94px;position:absolute;font-family:raleway;font-size:38px;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:90.95703125px;left:45.52734375px;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;font-style:normal;display:block; }
#HVJQRKQiOJ7aqH4pZQGVwx6etf9QqGaT { color:#000000;display:block;width:1007.98px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:204.98046875px;left:95.99609375px;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; }
#PzLAnWit1Eku1zN05Taw09T51KafcqH7 { color:#000000;display:block;width:512.969px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:578.22265625px;left:95.99609375px;height:211.055px;text-align:left;text-align-last:left;display:block; }
#TelXuVKa5rHho7n31b2BWUrXZVz3TmJs { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:315px;width:315px;top:533.73046875px;left:639.4921875px;overflow:hidden;display:block; }
#llybyeCTn8AGAwhLnvPRnSC8yqrLTFOT { 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; }#llybyeCTn8AGAwhLnvPRnSC8yqrLTFOT > .row .container { background-color: transparent; background-image: none; }#llybyeCTn8AGAwhLnvPRnSC8yqrLTFOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llybyeCTn8AGAwhLnvPRnSC8yqrLTFOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llybyeCTn8AGAwhLnvPRnSC8yqrLTFOT > .row .container > .video-iframe-container { display: none; }#llybyeCTn8AGAwhLnvPRnSC8yqrLTFOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llybyeCTn8AGAwhLnvPRnSC8yqrLTFOT > .row > .video-iframe-container { display: none; }#llybyeCTn8AGAwhLnvPRnSC8yqrLTFOT > .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); }#llybyeCTn8AGAwhLnvPRnSC8yqrLTFOT > .row .container { border-width: 0; border-radius: 0; }#llybyeCTn8AGAwhLnvPRnSC8yqrLTFOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llybyeCTn8AGAwhLnvPRnSC8yqrLTFOT > .row .container { font-size:14px;font-family:arial;height:1100px;width:1200px;position:relative;display:block; }#hUZO0SzhCvTxS1LOp04IayW2Kf4HyA1H { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#xwo2Xy1JJoFDqaWNGGhFf5E1RRiTlaHM { color:#ff9600;display:block;width:1108.98px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:70.95703125px;left:45.48828125px;height:42.0117px;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;font-style:normal;display:block; }
#UTohmHUbZbatozp9X3CV9RktBS3ZHfnq { color:#ff9600;display:block;width:1108.94px;position:absolute;font-family:raleway;font-size:38px;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:90.95703125px;left:45.52734375px;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;font-style:normal;display:block; }
#IprTJht7cv0dbSXKsLlItI0fS9kJP54P { color:#000000;display:block;width:1007.98px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:204.98046875px;left:95.99609375px;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; }
#vNSNqR6vNQk7zFu7a1vATOdgv9wrgQwN { color:#000000;display:block;width:589px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:649.43359375px;left:95.99609375px;height:175.879px;text-align:left;text-align-last:left;display:block; }
#HCizJcawWiIbhXCOvJEZ1Str6q6bbKfG { color:#000000;display:block;width:1007.97px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:901.4453125px;left:95.99609375px;height:175.879px;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; }
#AxvpRmrp7UAo6vVIiqgqnek6lMBQPDhb { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:266.992px;width:266.992px;top:608.8671875px;left:736.40625px;overflow:hidden;display:block; }
#fypVeG45zyALeh60frZHnU5gthKx2607 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001e5f;background-image:url("https://images.assets-landingi.com/uc/594ae26f-0111-4676-9707-47d4be7aaa68/Frame60.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fypVeG45zyALeh60frZHnU5gthKx2607.adaptive-delivery-prevent-bg, #fypVeG45zyALeh60frZHnU5gthKx2607.lazyload, #fypVeG45zyALeh60frZHnU5gthKx2607.lazyloading { background-image: none; }#fypVeG45zyALeh60frZHnU5gthKx2607 > .row .container { background-color: transparent; background-image: none; }#fypVeG45zyALeh60frZHnU5gthKx2607::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fypVeG45zyALeh60frZHnU5gthKx2607 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fypVeG45zyALeh60frZHnU5gthKx2607 > .row .container > .video-iframe-container { display: none; }#fypVeG45zyALeh60frZHnU5gthKx2607 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fypVeG45zyALeh60frZHnU5gthKx2607 > .row > .video-iframe-container { display: none; }#fypVeG45zyALeh60frZHnU5gthKx2607 > .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); }#fypVeG45zyALeh60frZHnU5gthKx2607 > .row .container { border-width: 0; border-radius: 0; }#fypVeG45zyALeh60frZHnU5gthKx2607 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fypVeG45zyALeh60frZHnU5gthKx2607 > .row .container { font-size:14px;font-family:arial;height:297px;width:1200px;position:relative;display:block; }#WB5lmPtq2JCfiWBgfx1F0ylJtkheLWwO { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#nCCdcfRoemrGotABpezbJnLPIOXirtn0 { color:#000000;display:block;width:973.945px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:155.87890625px;left:113.0078125px;height:76.7969px;text-align:left;text-align-last:left;display:block; }
#elT0D16Mb3xUf2BrXLHah4KkC9Eu3pog { color:#000000;display:block;width:1006px;position:absolute;font-family:raleway;font-size:41px;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:73.45703125px;left:96.9921875px;height:65.5859px;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;font-style:normal;display:block; }
#M1nDi6AFRJGeiglDNtwcbromPvhfsxkZ { 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; }#M1nDi6AFRJGeiglDNtwcbromPvhfsxkZ > .row .container { background-color: transparent; background-image: none; }#M1nDi6AFRJGeiglDNtwcbromPvhfsxkZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1nDi6AFRJGeiglDNtwcbromPvhfsxkZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1nDi6AFRJGeiglDNtwcbromPvhfsxkZ > .row .container > .video-iframe-container { display: none; }#M1nDi6AFRJGeiglDNtwcbromPvhfsxkZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1nDi6AFRJGeiglDNtwcbromPvhfsxkZ > .row > .video-iframe-container { display: none; }#M1nDi6AFRJGeiglDNtwcbromPvhfsxkZ > .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); }#M1nDi6AFRJGeiglDNtwcbromPvhfsxkZ > .row .container { border-width: 0; border-radius: 0; }#M1nDi6AFRJGeiglDNtwcbromPvhfsxkZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M1nDi6AFRJGeiglDNtwcbromPvhfsxkZ > .row .container { font-size:14px;font-family:arial;height:1212px;width:1200px;position:relative;display:block; }#rE0PzXVM5ENsd57FbBEiHtseyg1nBKh1 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#ZipG1dspTJ8R6VGd1MpwPLX3Sf3W7SFS { color:#ff9600;display:block;width:1108.98px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:70.95703125px;left:45.48828125px;height:42.0117px;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;font-style:normal;display:block; }
#vCvy6oOiIXb14fIgmzhrSHdTSSLVRkVB { color:#ff9600;display:block;width:1108.94px;position:absolute;font-family:raleway;font-size:38px;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:90.95703125px;left:45.52734375px;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;font-style:normal;display:block; }
#yA8Umc3x7XCOowIicPNXoqZPVHqdh9h8 { color:#000000;display:block;width:1007.98px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:204.98046875px;left:95.99609375px;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; }
#Tw3Tt3WMn3mUWNt3oWRqE0hzbF9dsrBB { color:#000000;display:block;width:497px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:697.44140625px;left:95.99609375px;height:422.1088px;text-align:left;text-align-last:left;display:block; }
#y0ZUKPLpxlvM7SpHNM8yiS1npOUXf3L9 { 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;height:440px;width:351.992px;top:723.65234375px;left:661.85546875px;overflow:hidden;display:block; }
#kyykQvLVTE1s8WC3SlDGGGVQJ4cb8BiW { 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; }#kyykQvLVTE1s8WC3SlDGGGVQJ4cb8BiW > .row .container { background-color: transparent; background-image: none; }#kyykQvLVTE1s8WC3SlDGGGVQJ4cb8BiW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyykQvLVTE1s8WC3SlDGGGVQJ4cb8BiW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyykQvLVTE1s8WC3SlDGGGVQJ4cb8BiW > .row .container > .video-iframe-container { display: none; }#kyykQvLVTE1s8WC3SlDGGGVQJ4cb8BiW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyykQvLVTE1s8WC3SlDGGGVQJ4cb8BiW > .row > .video-iframe-container { display: none; }#kyykQvLVTE1s8WC3SlDGGGVQJ4cb8BiW > .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); }#kyykQvLVTE1s8WC3SlDGGGVQJ4cb8BiW > .row .container { border-width: 0; border-radius: 0; }#kyykQvLVTE1s8WC3SlDGGGVQJ4cb8BiW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kyykQvLVTE1s8WC3SlDGGGVQJ4cb8BiW > .row .container { font-size:14px;font-family:arial;height:1249px;width:1200px;position:relative;display:block; }#g5FD8dPhegJsxpelHT1ze3oM1sBqxiQa { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#yVCHv03T9TQw97T5A7foroMWblG7mEhV { color:#ff9600;display:block;width:1108.98px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:70.95703125px;left:45.48828125px;height:42.0117px;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;font-style:normal;display:block; }
#BCrft7ghlqaceQXK8OVEB7r4WufvoNUV { color:#ff9600;display:block;width:1108.94px;position:absolute;font-family:raleway;font-size:38px;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:90.95703125px;left:45.52734375px;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;font-style:normal;display:block; }
#BhCeJiDxDOT7VMsUNFHD5BDskPOzD9qt { color:#000000;display:block;width:1007.98px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:204.98046875px;left:95.99609375px;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; }
#TCWygXedHHu3VGaGpmeqTcJqrs2zpgZ6 { color:#000000;display:block;width:512.969px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:782.421875px;left:95.99609375px;height:316.5818px;text-align:left;text-align-last:left;display:block; }
#tTzm61rcyzxDLXBzBUm7KFF4Tbah2zTb { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:395px;width:395px;top:778.37890625px;left:637.8515625px;overflow:hidden;display:block; }
#HCzQR6sepmuWfAbxCfzLCuPZW32xiOem { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001e5f;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; }#HCzQR6sepmuWfAbxCfzLCuPZW32xiOem > .row .container { background-color: transparent; background-image: none; }#HCzQR6sepmuWfAbxCfzLCuPZW32xiOem::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCzQR6sepmuWfAbxCfzLCuPZW32xiOem > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCzQR6sepmuWfAbxCfzLCuPZW32xiOem > .row .container > .video-iframe-container { display: none; }#HCzQR6sepmuWfAbxCfzLCuPZW32xiOem > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCzQR6sepmuWfAbxCfzLCuPZW32xiOem > .row > .video-iframe-container { display: none; }#HCzQR6sepmuWfAbxCfzLCuPZW32xiOem > .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); }#HCzQR6sepmuWfAbxCfzLCuPZW32xiOem > .row .container { border-width: 0; border-radius: 0; }#HCzQR6sepmuWfAbxCfzLCuPZW32xiOem > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HCzQR6sepmuWfAbxCfzLCuPZW32xiOem > .row .container { font-size:14px;font-family:arial;height:1268px;width:1200px;position:relative;display:block; }#IWBVWcfwOrRbyZVM6dxZkN8IMpPVdqTv { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#HS3FQuAKUrKn0LLvt3aWKlQN6dl8eOOT { color:#000000;display:block;width:987.969px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:850.78125px;left:105.99609375px;height:268.7884px;text-align:left;text-align-last:left;display:block; }
#HHzo8avcP35sBmGA55xaLH952Tk7QH7p { color:#000000;display:block;width:512.969px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:165.95703125px;left:105.99609375px;height:575.9774px;text-align:left;text-align-last:left;display:block; }
#mecHo6wIfoWeG8XpODIdWxfIiu5OHPTE { color:#000000;display:block;width:1006px;position:absolute;font-family:raleway;font-size:41px;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:76.42578125px;left:96.9921875px;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;font-style:normal;display:block; }
#gelCAo5Jh7GVDclIIawsBzpKd3WH2NsL { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:558.984px;width:306.992px;top:193.046875px;left:653.84765625px;overflow:hidden;display:block; }
#lZhF92MGFIrkAPk5gzwa7d8JwAHhfLex { 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;height:549px;width:306px;top:260.9765625px;left:797.24609375px;overflow:hidden;display:block; }
#RC05rsObAHfO8EwVl061Uvfenxp155hh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001e5f;background-image:url("https://images.assets-landingi.com/uc/594ae26f-0111-4676-9707-47d4be7aaa68/Frame60.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RC05rsObAHfO8EwVl061Uvfenxp155hh.adaptive-delivery-prevent-bg, #RC05rsObAHfO8EwVl061Uvfenxp155hh.lazyload, #RC05rsObAHfO8EwVl061Uvfenxp155hh.lazyloading { background-image: none; }#RC05rsObAHfO8EwVl061Uvfenxp155hh > .row .container { background-color: transparent; background-image: none; }#RC05rsObAHfO8EwVl061Uvfenxp155hh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RC05rsObAHfO8EwVl061Uvfenxp155hh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RC05rsObAHfO8EwVl061Uvfenxp155hh > .row .container > .video-iframe-container { display: none; }#RC05rsObAHfO8EwVl061Uvfenxp155hh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RC05rsObAHfO8EwVl061Uvfenxp155hh > .row > .video-iframe-container { display: none; }#RC05rsObAHfO8EwVl061Uvfenxp155hh > .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); }#RC05rsObAHfO8EwVl061Uvfenxp155hh > .row .container { border-width: 0; border-radius: 0; }#RC05rsObAHfO8EwVl061Uvfenxp155hh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RC05rsObAHfO8EwVl061Uvfenxp155hh > .row .container { font-size:14px;font-family:arial;height:1535px;width:1200px;position:relative;display:block; }#p42Kf9qq2I0UGiRvWHPwAm4TyyAs2dgx { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#LcTO2yUkHNGwM8hbsRdzoVPOAQEf15Wu { color:#000000;display:block;width:973.945px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:203.8671875px;left:113.0078125px;height:499.1798px;text-align:left;text-align-last:left;display:block; }
#T4uHurncm9sOcZAdyr9TDykCDvc91k5Z { color:#000000;display:block;width:1006px;position:absolute;font-family:raleway;font-size:41px;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:85.46875px;left:96.9921875px;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;font-style:normal;display:block; }
#y4soMESI3GFvK4r2vQPZaCs64mCusBmS { color:#000000;display:block;width:525.977px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:767.44140625px;left:113.0078125px;height:422.3824px;text-align:left;text-align-last:left;display:block; }
#qiEFEElRHKWnhapgoMXVeO2SlRfnKRTQ { color:#000000;display:block;width:973.926px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:1300.078125px;left:113.02734375px;height:115.195px;text-align:left;text-align-last:left;display:block; }
#Td6JbTAcW77TkA5JizzFGf9k6ETv3vzi { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:440px;width:297px;top:797.03125px;left:680.859375px;overflow:hidden;display:block; }
#oDhagI8NDd5NSwyTao4H1hwda3LRZKen { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0503a9;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; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container { background-color: transparent; background-image: none; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container > .video-iframe-container { display: none; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row > .video-iframe-container { display: none; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .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); }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container { border-width: 0; border-radius: 0; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container { font-size:14px;font-family:arial;height:627px;width:1200px;position:relative;display:block; }#UbtbCIzN1TmsIr1gcO1Mi5G8XLhgPkDV { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#KptGhaWRINTHugy9JZGc7l4OnLs1eNul { color:#000000;display:block;width:296px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:492px;left:428px;height:20.7812px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Vdf2uguZ5o2DWUUzx8TOwU2nu57XXGc2 { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:525px;left:461px;display:block; }
#wtlgJ6BnnBweLbyHeVJXLbeGCxWkLNtU { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:525px;left:523px;display:block; }
#zgz0JAb6PXceQWksTDhqrvhTyEGayVFU { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:525px;left:583px;display:block; }
#eel0flI1V4MMlTPW6WC1ZO4ZuCyQBn8c { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:525px;left:641px;display:block; }
#A6iTE93DCvxFIb7sZQ6oWFT811vfEqTz { color:#000000;display:block;width:800.977px;position:absolute;font-family:"open sans";font-size:30px;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:88px;left:176px;height:47.9883px;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;font-style:normal;display:block; }
#zlqLMsroHz7a1sAt7ILoy719Z9HPt64L { color:#000000;display:block;width:800.977px;position:absolute;font-family:"open sans";font-size:30px;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:128px;left:172px;height:48px;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;font-style:normal;display:block; }
#uGTtMxriCzODmUQJkTaSN2fuqMHloOZA { background-color:#017ffa;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:38px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:395.977px;height:80px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:213px;left:376px;display:block; }
#ELNVCoOw0xenvhXDloBrTCTKRwEn5roN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hK1OEM81bWwAbnP7wJwTV7bRt0E1ivDL { 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;height:86.9922px;width:301.992px;top:396.25px;left:421.46484375px;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw { display:block; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CzsS3Cc7wUEbAT6oRTUtUmuUomF3MQzK { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #hCRtRl9R0wtxnPBft5MTroaNOKQlSG0T { width:448px;height:90px;top:207px;left:157.48828125px;font-size:29px;display:block; }
 }@media only screen and (max-width: 1199px) { #kqFXmotSBTbuOORwUTolGXwWn0QI2psy { width:321px;height:93.694850803747px;top:82px;left:220.984375px;display:block; }
 }@media only screen and (max-width: 1199px) { #a3aJskokweCVglw89rnGfA0hxkv1ZB7O { display:block; }#a3aJskokweCVglw89rnGfA0hxkv1ZB7O > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #b2159X5R5ldaVr6KxTVr7zLnoTDQTT1x { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #HzBJRfGk634LHpqQeEqOoFNLToPeI6MW { width:764px;height:900px;top:46px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 1199px) { #CVdBrZ8dQgRKo0yFRaqlFGHbUTr18PX8 { width:377px;height:71px;top:987px;left:192.99609375px;display:block; }
 }@media only screen and (max-width: 1199px) { #VoUOULKTc63Qzm2knGOeodfuHavPppUi { display:block; }
 }@media only screen and (max-width: 1199px) { #Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu { display:block; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HkOH44pTgxDaWOTtdaCHdAwZ1fPhOUhw { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #Ndd4xtFwttx63ObUJCSzWOG1vblhPDSp { width:764px;height:;top:70px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #UCuHkaVtPXpoy0V0z9F9ZvKwKA8zSTnr { width:764px;height:;top:90px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #nFqlOyurd3Cx1I67a8rdx1rRKTDgFBvd { width:368px;height:81.772635538944px;top:70px;left:287.5078125px;display:block; }
 }@media only screen and (max-width: 1199px) { #kE5RSxwbQqf9XdoH4toZN2Epehk5cOFn { width:764px;height:;top:204px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #ODHfLRTaWS9chn5LBcEwGxGRQVKOqcvW { width:368px;height:81.777755613676px;top:70px;left:85.8671875px;display:block; }
 }@media only screen and (max-width: 1199px) { #UxyHRrwHDQXydzNxL0R2ybhmW0G9S4ck { width:512px;height:268px;top:676px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #EJM4TTe7qEJSDDO9v6TmVMvJ2PR0O0Rb { width:764px;height:;top:976px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #qht6vbHOi87uNG033cNQ5ICTSTrhg5oR { width:311px;height:311px;top:635px;left:443.953125px;display:block; }
 }@media only screen and (max-width: 1199px) { #f0LinOG7I4agqNBavMJ0TvtubBLUxSve { display:block; }#f0LinOG7I4agqNBavMJ0TvtubBLUxSve > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WRRP4l7CWaPTB4FXqRyTWQFSaIIXtqw8 { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #q2Pl1Qlo1PxdaQ6xb5rrdgeMz0GR2l2z { width:764px;height:691px;top:199px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #z9WCFrRDbnziV7gHKIyV7PrtVnq2ni5b { width:764px;height:;top:85px;left:0px;font-size:41px;display:block; }
 }@media only screen and (max-width: 1199px) { #iS57MgtuQfFWDTrrUNGe6RfiPuofxWmT { width:525px;height:422px;top:917px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZQLf7D8ZSPLNCgGPmKTSgT2r5vSbVZMV { width:764px;height:307px;top:1398px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #gzBRvNm6BQSJsgUg3ddKCWQcepBXKlLw { width:764px;height:65px;top:1748px;left:0px;font-size:41px;display:block; }
 }@media only screen and (max-width: 1199px) { #A3yVdmX0XDfSQmBD9KggID9Pg4XmS3H9 { width:764px;height:76px;top:1841px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #CTSa3rIKr2HqmmOp1WHp9h3qc5WykVvh { width:336px;height:420.74978634508px;top:929px;left:427px;display:block; }
 }@media only screen and (max-width: 1199px) { #vphPceXVmFU4TpBgTrHatBJQnvg1laxd { display:block; }#vphPceXVmFU4TpBgTrHatBJQnvg1laxd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #q7VQZvtOkuLhOikMZlBxp8zKB7ROLXzL { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #dTo5CLVHWCwfLacZ1IO8MAopmwJrZgMO { width:764px;height:;top:70px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #gTB58UGO3hu3QAK5QrxckyrVIZDXtETv { width:764px;height:;top:90px;left:0px;font-size:38px;display:block; }
 }@media only screen and (max-width: 1199px) { #LAREgKeJ11pyaQx52AdS2l2AKkKOm8s8 { width:764px;height:;top:204px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #rRVBN80o0ibzMAtJyZblUhQlT42B6fzT { width:512px;height:211px;top:643px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #NIhsSRHt0g4A8cqdB30wmsIRwtuKyT8V { width:764px;height:;top:920px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #McWvxVlVRDZ6rlTFq9CuSdZdTd2JWcfD { width:764px;height:57px;top:1453px;left:0px;font-size:38px;display:block; }
 }@media only screen and (max-width: 1199px) { #unq0fDJcchTOy4hvn1hQ4Tc29yR98Tti { width:764px;height:492px;top:1541px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #c6gIHALAy0G6XLZUUZn7t6xsy3CPyaE6 { width:512px;height:457px;top:2058px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #VnhxvrDONTRecCBTaXVEpuOhGgA9KRlb { width:764px;height:140px;top:2563px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #I3bcVS4AVF1eTSgCHpL48hsQu8OZANe0 { width:282px;height:282px;top:607px;left:462.41015625px;display:block; }
 }@media only screen and (max-width: 1199px) { #VGvPhRiJLP3NiIAZSLWI5rIaCxESUg33 { width:305px;height:453.984px;top:2059px;left:459px;display:block; }
 }@media only screen and (max-width: 1199px) { #WCFxTi7rof6WXHTgOe6PmWuOVF3JU9AA { display:block; }#WCFxTi7rof6WXHTgOe6PmWuOVF3JU9AA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MlQVvT2KQmnmiI4gW75ToFux25Awv35p { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #xDEwfzuUr2pecoiBrTaCEqrhOwrtcwXH { width:764px;height:;top:70px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #las6HAPxv9gG3kV6iRuQKBi5NVKQnnb5 { width:764px;height:;top:90px;left:0px;font-size:38px;display:block; }
 }@media only screen and (max-width: 1199px) { #HVJQRKQiOJ7aqH4pZQGVwx6etf9QqGaT { width:764px;height:;top:204px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #PzLAnWit1Eku1zN05Taw09T51KafcqH7 { width:512px;height:246px;top:578px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #TelXuVKa5rHho7n31b2BWUrXZVz3TmJs { width:315px;height:315px;top:533px;left:421.4921875px;display:block; }
 }@media only screen and (max-width: 1199px) { #llybyeCTn8AGAwhLnvPRnSC8yqrLTFOT { display:block; }#llybyeCTn8AGAwhLnvPRnSC8yqrLTFOT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hUZO0SzhCvTxS1LOp04IayW2Kf4HyA1H { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #xwo2Xy1JJoFDqaWNGGhFf5E1RRiTlaHM { width:764px;height:;top:70px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #UTohmHUbZbatozp9X3CV9RktBS3ZHfnq { width:764px;height:;top:90px;left:0px;font-size:38px;display:block; }
 }@media only screen and (max-width: 1199px) { #IprTJht7cv0dbSXKsLlItI0fS9kJP54P { width:764px;height:;top:204px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #vNSNqR6vNQk7zFu7a1vATOdgv9wrgQwN { width:589px;height:211px;top:649px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #HCizJcawWiIbhXCOvJEZ1Str6q6bbKfG { width:764px;height:175px;top:901px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #AxvpRmrp7UAo6vVIiqgqnek6lMBQPDhb { width:266px;height:266px;top:608px;left:498px;display:block; }
 }@media only screen and (max-width: 1199px) { #fypVeG45zyALeh60frZHnU5gthKx2607 { display:block; }#fypVeG45zyALeh60frZHnU5gthKx2607 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WB5lmPtq2JCfiWBgfx1F0ylJtkheLWwO { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #nCCdcfRoemrGotABpezbJnLPIOXirtn0 { width:764px;height:76px;top:155px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #elT0D16Mb3xUf2BrXLHah4KkC9Eu3pog { width:764px;height:49px;top:73px;left:0px;font-size:41px;display:block; }
 }@media only screen and (max-width: 1199px) { #M1nDi6AFRJGeiglDNtwcbromPvhfsxkZ { display:block; }#M1nDi6AFRJGeiglDNtwcbromPvhfsxkZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rE0PzXVM5ENsd57FbBEiHtseyg1nBKh1 { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZipG1dspTJ8R6VGd1MpwPLX3Sf3W7SFS { width:764px;height:;top:70px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #vCvy6oOiIXb14fIgmzhrSHdTSSLVRkVB { width:764px;height:;top:90px;left:0px;font-size:38px;display:block; }
 }@media only screen and (max-width: 1199px) { #yA8Umc3x7XCOowIicPNXoqZPVHqdh9h8 { width:764px;height:;top:204px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #Tw3Tt3WMn3mUWNt3oWRqE0hzbF9dsrBB { width:497px;height:492px;top:697px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #y0ZUKPLpxlvM7SpHNM8yiS1npOUXf3L9 { width:351px;height:438.75997181754px;top:723px;left:412px;display:block; }
 }@media only screen and (max-width: 1199px) { #kyykQvLVTE1s8WC3SlDGGGVQJ4cb8BiW { display:block; }#kyykQvLVTE1s8WC3SlDGGGVQJ4cb8BiW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #g5FD8dPhegJsxpelHT1ze3oM1sBqxiQa { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #yVCHv03T9TQw97T5A7foroMWblG7mEhV { width:764px;height:;top:70px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #BCrft7ghlqaceQXK8OVEB7r4WufvoNUV { width:764px;height:;top:90px;left:0px;font-size:38px;display:block; }
 }@media only screen and (max-width: 1199px) { #BhCeJiDxDOT7VMsUNFHD5BDskPOzD9qt { width:764px;height:;top:204px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #TCWygXedHHu3VGaGpmeqTcJqrs2zpgZ6 { width:512px;height:386px;top:782px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #tTzm61rcyzxDLXBzBUm7KFF4Tbah2zTb { width:395px;height:395px;top:778px;left:369px;display:block; }
 }@media only screen and (max-width: 1199px) { #HCzQR6sepmuWfAbxCfzLCuPZW32xiOem { display:block; }#HCzQR6sepmuWfAbxCfzLCuPZW32xiOem > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IWBVWcfwOrRbyZVM6dxZkN8IMpPVdqTv { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #HS3FQuAKUrKn0LLvt3aWKlQN6dl8eOOT { width:764px;height:268px;top:850px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #HHzo8avcP35sBmGA55xaLH952Tk7QH7p { width:512px;height:652px;top:165px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #mecHo6wIfoWeG8XpODIdWxfIiu5OHPTE { width:764px;height:;top:76px;left:0px;font-size:41px;display:block; }
 }@media only screen and (max-width: 1199px) { #gelCAo5Jh7GVDclIIawsBzpKd3WH2NsL { width:306px;height:557.17772450096px;top:193px;left:435.84765625px;display:block; }
 }@media only screen and (max-width: 1199px) { #lZhF92MGFIrkAPk5gzwa7d8JwAHhfLex { width:306px;height:549px;top:260px;left:458px;display:block; }
 }@media only screen and (max-width: 1199px) { #RC05rsObAHfO8EwVl061Uvfenxp155hh { display:block; }#RC05rsObAHfO8EwVl061Uvfenxp155hh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p42Kf9qq2I0UGiRvWHPwAm4TyyAs2dgx { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #LcTO2yUkHNGwM8hbsRdzoVPOAQEf15Wu { width:764px;height:537px;top:203px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #T4uHurncm9sOcZAdyr9TDykCDvc91k5Z { width:764px;height:;top:85px;left:0px;font-size:41px;display:block; }
 }@media only screen and (max-width: 1199px) { #y4soMESI3GFvK4r2vQPZaCs64mCusBmS { width:525px;height:499px;top:767px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #qiEFEElRHKWnhapgoMXVeO2SlRfnKRTQ { width:764px;height:153px;top:1300px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #Td6JbTAcW77TkA5JizzFGf9k6ETv3vzi { width:297px;height:440px;top:797px;left:413px;display:block; }
 }@media only screen and (max-width: 1199px) { #oDhagI8NDd5NSwyTao4H1hwda3LRZKen { display:block; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UbtbCIzN1TmsIr1gcO1Mi5G8XLhgPkDV { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #KptGhaWRINTHugy9JZGc7l4OnLs1eNul { width:295px;height:20px;top:492px;left:210px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #Vdf2uguZ5o2DWUUzx8TOwU2nu57XXGc2 { width:50px;height:50px;top:525px;left:243px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #wtlgJ6BnnBweLbyHeVJXLbeGCxWkLNtU { width:50px;height:50px;top:525px;left:305px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #zgz0JAb6PXceQWksTDhqrvhTyEGayVFU { width:50px;height:50px;top:525px;left:365px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #eel0flI1V4MMlTPW6WC1ZO4ZuCyQBn8c { width:50px;height:50px;top:525px;left:423px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #A6iTE93DCvxFIb7sZQ6oWFT811vfEqTz { width:764px;height:47px;top:88px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #zlqLMsroHz7a1sAt7ILoy719Z9HPt64L { width:764px;height:47px;top:128px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #uGTtMxriCzODmUQJkTaSN2fuqMHloOZA { width:395px;height:80px;top:213px;left:158px;display:block; }
 }@media only screen and (max-width: 1199px) { #ELNVCoOw0xenvhXDloBrTCTKRwEn5roN { display:block; }
 }@media only screen and (max-width: 1199px) { #hK1OEM81bWwAbnP7wJwTV7bRt0E1ivDL { width:301px;height:86.706443217039px;top:396px;left:203.46484375px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw { background-color:#000000;background-image:url("https://images.assets-landingi.com/ssrjhGFC/LP_Ornare.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw.adaptive-delivery-prevent-bg, #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw.lazyload, #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw.lazyloading { background-image: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { background-color: transparent; background-image: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container > .video-iframe-container { display: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container { display: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .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); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { width:320px;height:742px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzsS3Cc7wUEbAT6oRTUtUmuUomF3MQzK { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hCRtRl9R0wtxnPBft5MTroaNOKQlSG0T { width:320px;height:95.6719px;top:124.984375px;left:0px;text-align:center;text-align-last:center;font-size:29px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kqFXmotSBTbuOORwUTolGXwWn0QI2psy { width:320px;height:93.408478350669px;top:239.984375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #a3aJskokweCVglw89rnGfA0hxkv1ZB7O { background-color:#000000;background-image:url("https://images.assets-landingi.com/ssrjhGFC/LP_Ornare.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#a3aJskokweCVglw89rnGfA0hxkv1ZB7O.adaptive-delivery-prevent-bg, #a3aJskokweCVglw89rnGfA0hxkv1ZB7O.lazyload, #a3aJskokweCVglw89rnGfA0hxkv1ZB7O.lazyloading { background-image: none; }#a3aJskokweCVglw89rnGfA0hxkv1ZB7O > .row .container { background-color: transparent; background-image: none; }#a3aJskokweCVglw89rnGfA0hxkv1ZB7O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3aJskokweCVglw89rnGfA0hxkv1ZB7O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3aJskokweCVglw89rnGfA0hxkv1ZB7O > .row .container > .video-iframe-container { display: none; }#a3aJskokweCVglw89rnGfA0hxkv1ZB7O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3aJskokweCVglw89rnGfA0hxkv1ZB7O > .row > .video-iframe-container { display: none; }#a3aJskokweCVglw89rnGfA0hxkv1ZB7O > .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); }#a3aJskokweCVglw89rnGfA0hxkv1ZB7O > .row .container { width:320px;height:742px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2159X5R5ldaVr6KxTVr7zLnoTDQTT1x { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HzBJRfGk634LHpqQeEqOoFNLToPeI6MW { width:280px;height:181.875px;top:254px;left:20px;font-size:14px;text-shadow:1px 1px 3px rgba(0,0,0,0.5);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CVdBrZ8dQgRKo0yFRaqlFGHbUTr18PX8 { width:255px;height:54px;top:465.296875px;left:32.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #VoUOULKTc63Qzm2knGOeodfuHavPppUi { display:block; }
 }@media only screen and (max-width: 763px) { #Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu { background-color:#ffffff;background-image:none;display:block; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { background-color: transparent; background-image: none; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container > .video-iframe-container { display: none; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row > .video-iframe-container { display: none; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .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); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { width:320px;height:3867px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkOH44pTgxDaWOTtdaCHdAwZ1fPhOUhw { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ndd4xtFwttx63ObUJCSzWOG1vblhPDSp { width:309px;height:90px;top:30px;left:5.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #UCuHkaVtPXpoy0V0z9F9ZvKwKA8zSTnr { width:320px;height:0;top:140px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nFqlOyurd3Cx1I67a8rdx1rRKTDgFBvd { width:320px;height:71.098033582241px;top:293.10329183798px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kE5RSxwbQqf9XdoH4toZN2Epehk5cOFn { width:320px;height:0;top:384.20132542022px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ODHfLRTaWS9chn5LBcEwGxGRQVKOqcvW { width:320px;height:71.111091837979px;top:201.9922px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UxyHRrwHDQXydzNxL0R2ybhmW0G9S4ck { width:320px;height:0;top:861.46732542022px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EJM4TTe7qEJSDDO9v6TmVMvJ2PR0O0Rb { width:320px;height:0;top:1442.8583254202px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #qht6vbHOi87uNG033cNQ5ICTSTrhg5oR { width:311px;height:311px;top:1111.8583254202px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #f0LinOG7I4agqNBavMJ0TvtubBLUxSve { background-color:#ffffff;background-image:none;display:block; }#f0LinOG7I4agqNBavMJ0TvtubBLUxSve > .row .container { background-color: transparent; background-image: none; }#f0LinOG7I4agqNBavMJ0TvtubBLUxSve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0LinOG7I4agqNBavMJ0TvtubBLUxSve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0LinOG7I4agqNBavMJ0TvtubBLUxSve > .row .container > .video-iframe-container { display: none; }#f0LinOG7I4agqNBavMJ0TvtubBLUxSve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0LinOG7I4agqNBavMJ0TvtubBLUxSve > .row > .video-iframe-container { display: none; }#f0LinOG7I4agqNBavMJ0TvtubBLUxSve > .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); }#f0LinOG7I4agqNBavMJ0TvtubBLUxSve > .row .container { width:320px;height:3099px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRRP4l7CWaPTB4FXqRyTWQFSaIIXtqw8 { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #q2Pl1Qlo1PxdaQ6xb5rrdgeMz0GR2l2z { width:306px;height:153.562px;top:444.296875px;left:7px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #z9WCFrRDbnziV7gHKIyV7PrtVnq2ni5b { width:320px;height:0;top:617.296875px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #iS57MgtuQfFWDTrrUNGe6RfiPuofxWmT { width:320px;height:0;top:702.863275px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ZQLf7D8ZSPLNCgGPmKTSgT2r5vSbVZMV { width:320px;height:0;top:1495.3399082436px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gzBRvNm6BQSJsgUg3ddKCWQcepBXKlLw { width:320px;height:0;top:1745.7109082436px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #A3yVdmX0XDfSQmBD9KggID9Pg4XmS3H9 { width:320px;height:0;top:1831.2773082436px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CTSa3rIKr2HqmmOp1WHp9h3qc5WykVvh { width:320px;height:400.71863324361px;top:1074.621275px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vphPceXVmFU4TpBgTrHatBJQnvg1laxd { background-color:#ffffff;background-image:none;display:block; }#vphPceXVmFU4TpBgTrHatBJQnvg1laxd > .row .container { background-color: transparent; background-image: none; }#vphPceXVmFU4TpBgTrHatBJQnvg1laxd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vphPceXVmFU4TpBgTrHatBJQnvg1laxd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vphPceXVmFU4TpBgTrHatBJQnvg1laxd > .row .container > .video-iframe-container { display: none; }#vphPceXVmFU4TpBgTrHatBJQnvg1laxd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vphPceXVmFU4TpBgTrHatBJQnvg1laxd > .row > .video-iframe-container { display: none; }#vphPceXVmFU4TpBgTrHatBJQnvg1laxd > .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); }#vphPceXVmFU4TpBgTrHatBJQnvg1laxd > .row .container { width:320px;height:3867px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7VQZvtOkuLhOikMZlBxp8zKB7ROLXzL { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dTo5CLVHWCwfLacZ1IO8MAopmwJrZgMO { width:309px;height:90px;top:30px;left:5.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #gTB58UGO3hu3QAK5QrxckyrVIZDXtETv { width:320px;height:0;top:140px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #LAREgKeJ11pyaQx52AdS2l2AKkKOm8s8 { width:320px;height:0;top:216.9922px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #rRVBN80o0ibzMAtJyZblUhQlT42B6fzT { width:320px;height:0;top:659.1012px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #NIhsSRHt0g4A8cqdB30wmsIRwtuKyT8V { width:320px;height:0;top:1156.9802px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #McWvxVlVRDZ6rlTFq9CuSdZdTd2JWcfD { width:320px;height:0;top:1634.2652px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #unq0fDJcchTOy4hvn1hQ4Tc29yR98Tti { width:320px;height:0;top:1711.2574px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #c6gIHALAy0G6XLZUUZn7t6xsy3CPyaE6 { width:320px;height:0;top:2153.3474px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #VnhxvrDONTRecCBTaXVEpuOhGgA9KRlb { width:320px;height:0;top:3034.2464px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #I3bcVS4AVF1eTSgCHpL48hsQu8OZANe0 { width:282px;height:282px;top:854.9802px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #VGvPhRiJLP3NiIAZSLWI5rIaCxESUg33 { width:305px;height:453.965px;top:2560.2814px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #WCFxTi7rof6WXHTgOe6PmWuOVF3JU9AA { background-color:#ffffff;background-image:none;display:block; }#WCFxTi7rof6WXHTgOe6PmWuOVF3JU9AA > .row .container { background-color: transparent; background-image: none; }#WCFxTi7rof6WXHTgOe6PmWuOVF3JU9AA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCFxTi7rof6WXHTgOe6PmWuOVF3JU9AA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCFxTi7rof6WXHTgOe6PmWuOVF3JU9AA > .row .container > .video-iframe-container { display: none; }#WCFxTi7rof6WXHTgOe6PmWuOVF3JU9AA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCFxTi7rof6WXHTgOe6PmWuOVF3JU9AA > .row > .video-iframe-container { display: none; }#WCFxTi7rof6WXHTgOe6PmWuOVF3JU9AA > .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); }#WCFxTi7rof6WXHTgOe6PmWuOVF3JU9AA > .row .container { width:320px;height:3867px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlQVvT2KQmnmiI4gW75ToFux25Awv35p { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xDEwfzuUr2pecoiBrTaCEqrhOwrtcwXH { width:309px;height:90px;top:30px;left:5.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #las6HAPxv9gG3kV6iRuQKBi5NVKQnnb5 { width:320px;height:0;top:140px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #HVJQRKQiOJ7aqH4pZQGVwx6etf9QqGaT { width:320px;height:0;top:217.0117px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #PzLAnWit1Eku1zN05Taw09T51KafcqH7 { width:320px;height:0;top:588.7697px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #TelXuVKa5rHho7n31b2BWUrXZVz3TmJs { width:315px;height:315px;top:819.8247px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #llybyeCTn8AGAwhLnvPRnSC8yqrLTFOT { background-color:#ffffff;background-image:none;display:block; }#llybyeCTn8AGAwhLnvPRnSC8yqrLTFOT > .row .container { background-color: transparent; background-image: none; }#llybyeCTn8AGAwhLnvPRnSC8yqrLTFOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llybyeCTn8AGAwhLnvPRnSC8yqrLTFOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llybyeCTn8AGAwhLnvPRnSC8yqrLTFOT > .row .container > .video-iframe-container { display: none; }#llybyeCTn8AGAwhLnvPRnSC8yqrLTFOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llybyeCTn8AGAwhLnvPRnSC8yqrLTFOT > .row > .video-iframe-container { display: none; }#llybyeCTn8AGAwhLnvPRnSC8yqrLTFOT > .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); }#llybyeCTn8AGAwhLnvPRnSC8yqrLTFOT > .row .container { width:320px;height:3867px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUZO0SzhCvTxS1LOp04IayW2Kf4HyA1H { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xwo2Xy1JJoFDqaWNGGhFf5E1RRiTlaHM { width:309px;height:90px;top:30px;left:5.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #UTohmHUbZbatozp9X3CV9RktBS3ZHfnq { width:320px;height:0;top:140px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #IprTJht7cv0dbSXKsLlItI0fS9kJP54P { width:320px;height:0;top:217.0117px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #vNSNqR6vNQk7zFu7a1vATOdgv9wrgQwN { width:320px;height:0;top:694.2967px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #HCizJcawWiIbhXCOvJEZ1Str6q6bbKfG { width:320px;height:0;top:1176.1757px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #AxvpRmrp7UAo6vVIiqgqnek6lMBQPDhb { width:266px;height:266px;top:890.1757px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #fypVeG45zyALeh60frZHnU5gthKx2607 { background-color:#ffffff;background-image:none;display:block; }#fypVeG45zyALeh60frZHnU5gthKx2607 > .row .container { background-color: transparent; background-image: none; }#fypVeG45zyALeh60frZHnU5gthKx2607::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fypVeG45zyALeh60frZHnU5gthKx2607 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fypVeG45zyALeh60frZHnU5gthKx2607 > .row .container > .video-iframe-container { display: none; }#fypVeG45zyALeh60frZHnU5gthKx2607 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fypVeG45zyALeh60frZHnU5gthKx2607 > .row > .video-iframe-container { display: none; }#fypVeG45zyALeh60frZHnU5gthKx2607 > .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); }#fypVeG45zyALeh60frZHnU5gthKx2607 > .row .container { width:320px;height:3099px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WB5lmPtq2JCfiWBgfx1F0ylJtkheLWwO { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nCCdcfRoemrGotABpezbJnLPIOXirtn0 { width:306px;height:153.562px;top:444.296875px;left:7px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #elT0D16Mb3xUf2BrXLHah4KkC9Eu3pog { width:320px;height:0;top:617.296875px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #M1nDi6AFRJGeiglDNtwcbromPvhfsxkZ { background-color:#ffffff;background-image:none;display:block; }#M1nDi6AFRJGeiglDNtwcbromPvhfsxkZ > .row .container { background-color: transparent; background-image: none; }#M1nDi6AFRJGeiglDNtwcbromPvhfsxkZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1nDi6AFRJGeiglDNtwcbromPvhfsxkZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1nDi6AFRJGeiglDNtwcbromPvhfsxkZ > .row .container > .video-iframe-container { display: none; }#M1nDi6AFRJGeiglDNtwcbromPvhfsxkZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1nDi6AFRJGeiglDNtwcbromPvhfsxkZ > .row > .video-iframe-container { display: none; }#M1nDi6AFRJGeiglDNtwcbromPvhfsxkZ > .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); }#M1nDi6AFRJGeiglDNtwcbromPvhfsxkZ > .row .container { width:320px;height:3867px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rE0PzXVM5ENsd57FbBEiHtseyg1nBKh1 { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZipG1dspTJ8R6VGd1MpwPLX3Sf3W7SFS { width:309px;height:90px;top:30px;left:5.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #vCvy6oOiIXb14fIgmzhrSHdTSSLVRkVB { width:320px;height:0;top:140px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #yA8Umc3x7XCOowIicPNXoqZPVHqdh9h8 { width:320px;height:0;top:217.0117px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Tw3Tt3WMn3mUWNt3oWRqE0hzbF9dsrBB { width:320px;height:0;top:729.4727px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #y0ZUKPLpxlvM7SpHNM8yiS1npOUXf3L9 { width:320px;height:400.0306841718px;top:1171.5627px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kyykQvLVTE1s8WC3SlDGGGVQJ4cb8BiW { background-color:#ffffff;background-image:none;display:block; }#kyykQvLVTE1s8WC3SlDGGGVQJ4cb8BiW > .row .container { background-color: transparent; background-image: none; }#kyykQvLVTE1s8WC3SlDGGGVQJ4cb8BiW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyykQvLVTE1s8WC3SlDGGGVQJ4cb8BiW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyykQvLVTE1s8WC3SlDGGGVQJ4cb8BiW > .row .container > .video-iframe-container { display: none; }#kyykQvLVTE1s8WC3SlDGGGVQJ4cb8BiW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyykQvLVTE1s8WC3SlDGGGVQJ4cb8BiW > .row > .video-iframe-container { display: none; }#kyykQvLVTE1s8WC3SlDGGGVQJ4cb8BiW > .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); }#kyykQvLVTE1s8WC3SlDGGGVQJ4cb8BiW > .row .container { width:320px;height:3867px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5FD8dPhegJsxpelHT1ze3oM1sBqxiQa { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yVCHv03T9TQw97T5A7foroMWblG7mEhV { width:309px;height:90px;top:30px;left:5.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #BCrft7ghlqaceQXK8OVEB7r4WufvoNUV { width:320px;height:0;top:140px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #BhCeJiDxDOT7VMsUNFHD5BDskPOzD9qt { width:320px;height:0;top:217.0117px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TCWygXedHHu3VGaGpmeqTcJqrs2zpgZ6 { width:320px;height:0;top:834.9997px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #tTzm61rcyzxDLXBzBUm7KFF4Tbah2zTb { width:320px;height:320px;top:1171.5617px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HCzQR6sepmuWfAbxCfzLCuPZW32xiOem { background-color:#ffffff;background-image:none;display:block; }#HCzQR6sepmuWfAbxCfzLCuPZW32xiOem > .row .container { background-color: transparent; background-image: none; }#HCzQR6sepmuWfAbxCfzLCuPZW32xiOem::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCzQR6sepmuWfAbxCfzLCuPZW32xiOem > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCzQR6sepmuWfAbxCfzLCuPZW32xiOem > .row .container > .video-iframe-container { display: none; }#HCzQR6sepmuWfAbxCfzLCuPZW32xiOem > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCzQR6sepmuWfAbxCfzLCuPZW32xiOem > .row > .video-iframe-container { display: none; }#HCzQR6sepmuWfAbxCfzLCuPZW32xiOem > .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); }#HCzQR6sepmuWfAbxCfzLCuPZW32xiOem > .row .container { width:320px;height:3803px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWBVWcfwOrRbyZVM6dxZkN8IMpPVdqTv { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HS3FQuAKUrKn0LLvt3aWKlQN6dl8eOOT { width:320px;height:0;top:1867.7473474247px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HHzo8avcP35sBmGA55xaLH952Tk7QH7p { width:320px;height:0;top:125.5859px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mecHo6wIfoWeG8XpODIdWxfIiu5OHPTE { width:320px;height:0;top:40px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #gelCAo5Jh7GVDclIIawsBzpKd3WH2NsL { width:306px;height:557.19327106944px;top:721.5629px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #lZhF92MGFIrkAPk5gzwa7d8JwAHhfLex { width:306px;height:548.99117635525px;top:1298.7561710694px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #RC05rsObAHfO8EwVl061Uvfenxp155hh { background-color:#ffffff;background-image:none;display:block; }#RC05rsObAHfO8EwVl061Uvfenxp155hh > .row .container { background-color: transparent; background-image: none; }#RC05rsObAHfO8EwVl061Uvfenxp155hh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RC05rsObAHfO8EwVl061Uvfenxp155hh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RC05rsObAHfO8EwVl061Uvfenxp155hh > .row .container > .video-iframe-container { display: none; }#RC05rsObAHfO8EwVl061Uvfenxp155hh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RC05rsObAHfO8EwVl061Uvfenxp155hh > .row > .video-iframe-container { display: none; }#RC05rsObAHfO8EwVl061Uvfenxp155hh > .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); }#RC05rsObAHfO8EwVl061Uvfenxp155hh > .row .container { width:320px;height:3662px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p42Kf9qq2I0UGiRvWHPwAm4TyyAs2dgx { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LcTO2yUkHNGwM8hbsRdzoVPOAQEf15Wu { width:306px;height:153.562px;top:444.296875px;left:7px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T4uHurncm9sOcZAdyr9TDykCDvc91k5Z { width:320px;height:0;top:617.296875px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #y4soMESI3GFvK4r2vQPZaCs64mCusBmS { width:320px;height:0;top:702.882775px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qiEFEElRHKWnhapgoMXVeO2SlRfnKRTQ { width:320px;height:0;top:1605.2576271711px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Td6JbTAcW77TkA5JizzFGf9k6ETv3vzi { width:297px;height:440.0118521711px;top:1145.245775px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #oDhagI8NDd5NSwyTao4H1hwda3LRZKen { background-color:#022546;background-image:none;display:block; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container { background-color: transparent; background-image: none; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container > .video-iframe-container { display: none; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row > .video-iframe-container { display: none; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .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); }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container { width:320px;height:930.6884987459143px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbtbCIzN1TmsIr1gcO1Mi5G8XLhgPkDV { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KptGhaWRINTHugy9JZGc7l4OnLs1eNul { width:247px;height:19.5px;top:494px;left:36.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Vdf2uguZ5o2DWUUzx8TOwU2nu57XXGc2 { width:50px;height:50px;top:518px;left:42px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #wtlgJ6BnnBweLbyHeVJXLbeGCxWkLNtU { width:50px;height:50px;top:518px;left:105px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #zgz0JAb6PXceQWksTDhqrvhTyEGayVFU { width:50px;height:50px;top:518px;left:168px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #eel0flI1V4MMlTPW6WC1ZO4ZuCyQBn8c { width:50px;height:50px;top:518px;left:230.5px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #A6iTE93DCvxFIb7sZQ6oWFT811vfEqTz { width:320px;height:0;top:588px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #zlqLMsroHz7a1sAt7ILoy719Z9HPt64L { width:320px;height:0;top:655.9883px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #uGTtMxriCzODmUQJkTaSN2fuqMHloOZA { width:304px;height:80px;top:723.9766px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #ELNVCoOw0xenvhXDloBrTCTKRwEn5roN { display:block; }
 }@media only screen and (max-width: 763px) { #hK1OEM81bWwAbnP7wJwTV7bRt0E1ivDL { width:301px;height:86.711898745914px;top:823.9766px;left:9px;display:block; }
 }