.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/127ae043-78df-4423-9efe-4af86957805b/2.gif");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v5PHAQSna32FChHCoIHV5261dupd15Od { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6200ff, rgba(98,0,255,0.04));background-image: -moz-linear-gradient(180deg, #6200ff, rgba(98,0,255,0.04));background-image: -ms-linear-gradient(180deg, #6200ff, rgba(98,0,255,0.04));background-image: -o-linear-gradient(180deg, #6200ff, rgba(98,0,255,0.04));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6200ff', endColorstr='#0a6200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6200ff', endColorstr='#0a6200ff' );";background-image: linear-gradient(180deg, #6200ff, rgba(98,0,255,0.04));background-size:auto !important;position:relative;z-index:auto;bottom:auto;right:auto;display:block; }#v5PHAQSna32FChHCoIHV5261dupd15Od > .row .container { background-color: transparent; background-image: none; }#v5PHAQSna32FChHCoIHV5261dupd15Od::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v5PHAQSna32FChHCoIHV5261dupd15Od > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v5PHAQSna32FChHCoIHV5261dupd15Od > .row .container > .video-iframe-container { display: none; }#v5PHAQSna32FChHCoIHV5261dupd15Od > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v5PHAQSna32FChHCoIHV5261dupd15Od > .row > .video-iframe-container { display: none; }#v5PHAQSna32FChHCoIHV5261dupd15Od > .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); }#v5PHAQSna32FChHCoIHV5261dupd15Od > .row .container { border-width: 0; border-radius: 0; }#v5PHAQSna32FChHCoIHV5261dupd15Od > .row .container { font-size:14px;font-family:arial;height:87px;width:1200px;position:relative;display:block; }#DGbvaTAK4Rfdq9okc44yLWPefv22V9se { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:53px;width:287px;top:32px;left:18px;overflow:hidden;display:block; }
#CFTTg9S143gJbMdR2pz6Ng8lidDAnFvu { background-color:rgba(0,0,0,0);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:"azo sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:130px;height:38.994567871094px;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:47.98913192749px;left:551.77993774414px;display:none; }
#BEoetBzhdDUFsvT6bOP3BEOn7TA9orxT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#z9pDJskZx8tElf5N6kMAQfAwfoirAARc { background-color:rgba(0,0,0,0);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:"azo sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:130.97825622559px;height:38.980979919434px;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:48.016307830811px;left:681.7663269043px;display:block; }
#Sg0GB0REqqLTCDTSBmIL4NFwmLK8F48l { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#H2I0W7LVU5NiavL1GyyhZTEg128uO1kf { background-color:rgba(0,0,0,0);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:"azo sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:171.99728393555px;height:38.994567871094px;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:47.98913192749px;left:812.73104858398px;display:block; }
#EP4J7PSmO61Shfx7JZTAUw9S5pAnCLdG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#wVm8VXzMfAQyX1K6QzBGQl8q5oPxitPE { background-color:rgba(0,0,0,0);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:"azo sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:73.994567871094px;height:38.994567871094px;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:47.98913192749px;left:984.7282409668px;display:block; }
#JqMblqE1IGzKg6XHAPxyk6iCXkSP1hTo { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#QXmG32yMEsg5QoCDWOsQup3fdtQZ5tEZ { background-color:rgba(0,0,0,0);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:"azo sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:115px;height:38.980979919434px;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:48.016307830811px;left:1058.722869873px;display:block; }
#fwCUOxNLUlaKXxtzAFWVEzb6cbUAUlTL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;z-index:auto;bottom:auto;right:auto;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { font-size:14px;font-family:"open sans";height:515px;width:1200px;position:relative;display:block; }#dOsrQpI6SvTVTDeQkFh1F1DALWZo7U0f { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:117.99632263184px;width:840.99261474609px;top:152.7720489502px;left:179.48526000977px;overflow:hidden;display:block; }
#WqOiXStSlKyWuaVleMet6af3o9M3anD9 { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:75.992645263672px;width:503.98895263672px;top:83.944847106934px;left:347.95950317383px;overflow:hidden;display:block; }
#qTT1G1mfXzVBbThkI5yphrSB3Mk0EnIw { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:91.984375px;width:115.984375px;top:330.671875px;left:755.40625px;overflow:hidden;display:block; }
#TNoh0Q0TTSHQ8B40XJEmvQ6r9IXscCJo { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:440.99264526367px;width:1085.9926757812px;top:232.70219421387px;left:56.985290527344px;overflow:hidden;display:block; }
#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { background-color: transparent; background-image: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container > .video-iframe-container { display: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container { display: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .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); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { border-width: 0; border-radius: 0; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { font-size:14px;font-family:arial;height:596px;width:1200px;position:relative;display:block; }#yfg1wHfAG854KuqR5yaJIXhGQCWF7FEm { position:absolute;display:block;z-index:100008;height:46.985294342041px;width:91.985290527344px;top:113.30880737305px;left:1020.9742431641px;display:block; }
#EVga29qimftqCtlz1daKoqL7wOQpf175 { color:#000000;display:block;width:348px;position:absolute;font-family:"azo sans";font-size:16px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:289px;left:53.09375px;height:60px;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:left;text-align-last:left;display:none; }
#QKstFeg5NpZCItadqPbv4eAZBs6rzBJ8 { position:absolute;display:block;z-index:99995;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;height:499px;width:1197px;top:91.290771484375px;left:1.9972839355469px;display:block; }
#ZEwbwHhr8EwAs10RJgLqG4zQIDpkDkpe { color:#000000;display:block;width:687px;position:absolute;font-family:"azo sans";font-size:18px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:212.640625px;left:53.09375px;height:23.478261947632px;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:left;text-align-last:left;display:none; }
#r0dO1s8kaphtxITZmtmIbhQ7i1D1fUpB { color:#0086ff;display:block;width:750.99261474609px;position:absolute;font-family:"azo sans black";font-size:36px;font-weight:700;z-index:100011;line-height:.6;letter-spacing:0;top:159.44854736328px;left:28.933776855469px;height:41.73913192749px;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:none; }
#aXg5HWBnqbxllNdqz5qwh0hDctuS2Q1r { color:#00c5ff;display:block;width:272.984375px;position:absolute;font-family:"azo sans black";font-size:20px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:255px;left:53.09375px;height:25.217391967773px;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:left;text-align-last:left;display:none; }
#mE2D7medbkCNQiUQooB7Vxhy4Fsx4EcM { color:#00c5ff;display:block;width:271px;position:absolute;font-family:"azo sans black";font-size:20px;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;top:401.578125px;left:423.96875px;height:43.478260040283px;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:left;text-align-last:left;display:none; }
#SXbQ2rTQLh4pzpLFA3NBJkyTH6dTXCt2 { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:425.99185180664px;width:1101.9973144531px;top:169.38861083984px;left:97.989135742188px;overflow:hidden;display:block; }
#X2A61TCAHhzIQDnvA6qOMk6WkKQLZPdg { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:296.99728393555px;width:210px;top:293.54620361328px;left:0px;overflow:hidden;display:block; }
#NPfPSJHuEQFBaygVmEzrk1NXU7fhiXMG { color:#000000;display:block;width:232px;position:absolute;font-family:"azo sans";font-size:12px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:360.25px;left:53.09375px;height:31.304347991943px;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:left;text-align-last:left;display:none; }
#f0hiwCI9nqWQXsmCLXaUEkkkdOV2SBIo { color:#00c5ff;display:block;width:311px;position:absolute;font-family:"azo sans black";font-size:20px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:255px;left:423.96875px;height:25.217391967773px;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:left;text-align-last:left;display:none; }
#DLm7LDsMwKEFMWna2rnD2tlK7TclRKNu { color:#000000;display:block;width:331px;position:absolute;font-family:"azo sans";font-size:16px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:289px;left:423.96875px;height:80px;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:left;text-align-last:left;display:none; }
#XEQFySZQvZwG1Em6dg0uLRobrUVl7IHv { color:#000000;display:block;width:331px;position:absolute;font-family:"azo sans";font-size:16px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:459px;left:423.96875px;height:40px;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:left;text-align-last:left;display:none; }
#mvOzktwTJkCAseiPTU0gBuy12KlJHBoK { color:#000000;display:block;width:317px;position:absolute;font-family:"azo sans";font-size:12px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:511.25px;left:423.96875px;height:31.304347991943px;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:left;text-align-last:left;display:none; }
#hdqqQght25T8POIhmTGdz2EKTzyzSw3o { color:#0e8bff;display:block;width:1116px;position:absolute;font-family:"azo sans black";font-size:36px;font-weight:700;z-index:100011;line-height:1.2;letter-spacing:0;top:159.67395019531px;left:33.997283935547px;height:43.2px;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; }
#rBlPWEUkWQWDKHuRy5xLWJGo4sAsmaXM { color:#000000;display:block;width:835.99188232422px;position:absolute;font-family:"azo sans";font-size:16px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:257.06524658203px;left:230.99185180664px;height:20.8px;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:left;text-align-last:left;display:block; }
#JfHIdFh1Gl9zP3ICDfB3kKeuV7PGlJRT { color:#0e8bff;display:block;width:780.99188232422px;position:absolute;font-family:"azo sans black";font-size:36px;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:201.35870361328px;left:209.49728393555px;height:43.2px;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; }
#rHfE4ffZMntPAu1sq5UvBBCls5ENXbKZ { color:#000000;display:block;width:835.99188232422px;position:absolute;font-family:"azo sans";font-size:16px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:292.62231445312px;left:210.00003051758px;height:41.6px;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; }
#xBDSLCWeF9hiMIRzrSRanLagwvdCZVT0 { position:relative;display:block; }#xBDSLCWeF9hiMIRzrSRanLagwvdCZVT0 { background-color: transparent; background-image: none; }#xBDSLCWeF9hiMIRzrSRanLagwvdCZVT0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xBDSLCWeF9hiMIRzrSRanLagwvdCZVT0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xBDSLCWeF9hiMIRzrSRanLagwvdCZVT0 > .row .container > .video-iframe-container { display: none; }#xBDSLCWeF9hiMIRzrSRanLagwvdCZVT0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xBDSLCWeF9hiMIRzrSRanLagwvdCZVT0 > .row > .video-iframe-container { display: none; }#xBDSLCWeF9hiMIRzrSRanLagwvdCZVT0 > .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); }#xBDSLCWeF9hiMIRzrSRanLagwvdCZVT0 { border-width: 0; border-radius: 0; }#xBDSLCWeF9hiMIRzrSRanLagwvdCZVT0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:482px;width:1200px;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;position:relative;display:block; }#NBTy30eTWif0T0iTO0QIaLsRfDo95WhH { color:#ffffff;display:block;width:755.99188232422px;position:absolute;font-family:"azo sans black";font-size:36px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:1px 3px 5px #47008b;top:242.59515380859px;left:37.214660644531px;height:46.4px;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; }
#GQGEBx3cglAPrHEMEHluqkR3CfWx37AO { color:#ffffff;display:block;width:323.98098754883px;position:absolute;font-family:"azo sans";font-size:16px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:307.21478271484px;left:77.010864257812px;height:104px;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:left;text-align-last:left;display:block; }
#kMF7rsl4K5ap7hdLB95FhJBhTTmuFCk3 { color:#ffffff;display:block;width:360.99185180664px;position:absolute;font-family:"azo sans";font-size:16px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:306.29083251953px;left:419.49728393555px;height:104px;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:left;text-align-last:left;display:block; }
#rV34m0LHW7LCarNqJOerxnKbncZB6UNg { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:78.980979919434px;width:586.98370361328px;top:163.54620361328px;left:111.76629638672px;overflow:hidden;display:block; }
#TqUfe5U3BW6qqAVn9vk5zuCdXwrAwGyd { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:55px;width:393.98098754883px;top:108.49188232422px;left:218.19293212891px;overflow:hidden;display:block; }
#qPCvTAFPSIV4LToH5Vf3GHh6o29XICA8 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:168.99456787109px;width:182.98913574219px;top:77.5380859375px;left:872.50003051758px;overflow:hidden;display:block; }
#L9NgofrhgO0QpKNmRobsETuVOF3oD4xM { background-color:#00c5ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"azo sans black";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:318.99456787109px;height:52.98913192749px;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:371.95654296875px;left:840.50271606445px;display:block; }
#ZtkTwumSnaWxa1rAEE9AII8ZGivqdwdQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#slhsZpaHuA6tMazcI7lBLcN5lNg4oIyk { position:absolute;display:block;z-index:99998;background-color:rgba(98,0,255,0.82);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:420px;width:1200px;top:53.491821289062px;left:0px;display:block; }
#aPDaubErZKs9DQU0IlHLtbGD9iEWc2VW { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:392.97555541992px;width:366.98370361328px;top:15.190307617188px;left:793.17935180664px;overflow:hidden;display:block; }
#l1PElK1JxhyUUqtJrRyD5rIwylf2MJCd { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:461.98370361328px;width:461.98370361328px;top:10.08154296875px;left:738.00271606445px;overflow:hidden;display:block; }
#dNTaThgOSu2sDEVkSU73UWyViv9TelEM { position:relative;display:block; }#dNTaThgOSu2sDEVkSU73UWyViv9TelEM { background-color: transparent; background-image: none; }#dNTaThgOSu2sDEVkSU73UWyViv9TelEM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dNTaThgOSu2sDEVkSU73UWyViv9TelEM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dNTaThgOSu2sDEVkSU73UWyViv9TelEM > .row .container > .video-iframe-container { display: none; }#dNTaThgOSu2sDEVkSU73UWyViv9TelEM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dNTaThgOSu2sDEVkSU73UWyViv9TelEM > .row > .video-iframe-container { display: none; }#dNTaThgOSu2sDEVkSU73UWyViv9TelEM > .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); }#dNTaThgOSu2sDEVkSU73UWyViv9TelEM { border-width: 0; border-radius: 0; }#dNTaThgOSu2sDEVkSU73UWyViv9TelEM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:809px;width:1200px;position:relative;display:block; }#LlnZq3rCxzaaTXdMMyewD1vzotTaEPcN { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:413.98895263672px;width:400px;top:158px;left:411px;overflow:hidden;display:block; }
#NES0FIZow5w3l2MvRUBJLzer9MhsiBny { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:336px;width:591px;top:159px;left:305px;overflow:hidden;display:block; }
#dTud7ypMaUURw3ETb6AUlzqOcDqsf8No { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:247px;width:164px;top:294px;left:144px;overflow:hidden;display:block; }
#l1shMnTqcdMSPlCCFEM9zEqbkDfPnlVg { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:282px;width:288px;top:276.5px;left:839.5px;overflow:hidden;display:block; }
#dMCxT1v1vqxo8t8pHrGsQaDChAN0m1be { color:#000000;display:block;width:247.984375px;position:absolute;font-family:"azo sans black";font-size:20px;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:565.984375px;left:476px;height:25.6px;text-align:center;text-align-last:center;display:block; }
#PTiTEvKWJUDu2zmCNmqhaM1LL9lg3G8T { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:55.984375px;width:245.984375px;top:548px;left:477px;display:block; }
#eOMutzg4pWbM50SqlsZ1wh04WnL8LL8n { color:#ffffff;display:block;width:272.984375px;position:absolute;font-family:"azo sans";font-size:24px;font-weight:700;z-index:100016;line-height:1;letter-spacing:0;top:621.0625px;left:463.5px;height:48px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m9KvbZ5LoD4kvAEONoNhqFVckkfOC5dw { color:#ffffff;display:block;width:247.984375px;position:absolute;font-family:"azo sans";font-size:20px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:571.984375px;left:110.5px;height:25.6px;text-align:center;text-align-last:center;display:block; }
#sz1yTPk4Ttndz7L7OZVTOEEdbUzWTEtT { color:#ffffff;display:block;width:247.984375px;position:absolute;font-family:"azo sans";font-size:20px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:571.984375px;left:839.5px;height:25.6px;text-align:center;text-align-last:center;display:block; }
#ZuFbxvldrzNPqKFbybpBHFfpPuX0a9lV { color:#ffffff;display:block;width:755.99261474609px;position:absolute;font-family:"azo sans black";font-size:36px;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;text-shadow:1px 3px 5px #0086ff;top:91.9853515625px;left:221.98532104492px;height:46.4px;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; }
#GvhXlA9HS71gIzDfbl9eLPeRsJDyvWvR { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #00efff, rgba(0,134,255,0.77));background-image: -moz-linear-gradient(175deg, #00efff, rgba(0,134,255,0.77));background-image: -ms-linear-gradient(175deg, #00efff, rgba(0,134,255,0.77));background-image: -o-linear-gradient(175deg, #00efff, rgba(0,134,255,0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efff', endColorstr='#c40086ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efff', endColorstr='#c40086ff' );";background-image: linear-gradient(175deg, #00efff, rgba(0,134,255,0.77));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:738px;width:1200px;top:54.497314453125px;left:0px;display:block; }
#letgN2GpfgUqOfBzDp47ZAWTMczoSX4o { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:264px;width:469px;top:232.984375px;left:0px;overflow:hidden;display:block; }
#MZFTUgWAEA4NUWq57xaBHwDRCRoN2OHh { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:320px;width:570px;top:175px;left:686px;overflow:hidden;display:block; }
#RgTQl0MQbxDbJ516nSu3hFyyrSznE9JB { color:#ffffff;display:block;width:254px;position:absolute;font-family:"azo sans";font-size:24px;font-weight:700;z-index:100017;line-height:1;letter-spacing:0;top:621.0625px;left:107.484375px;height:48px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DT3Typ0VvX2blUTzDGMxsftoZs07FnDv { color:#fafbff;display:block;width:196px;position:absolute;font-family:"azo sans";font-size:12px;font-weight:normal;z-index:100019;line-height:1.7;letter-spacing:0;top:696.15625px;left:131px;height:40px;text-align:center;text-align-last:center;display:block; }
#SFAg70mgl8crzJozDiWJkwJC2eIPkfqM { color:#fafbff;display:block;width:281px;position:absolute;font-family:"azo sans";font-size:12px;font-weight:normal;z-index:100020;line-height:1.7;letter-spacing:0;top:686.15625px;left:459.5px;height:60px;text-align:center;text-align-last:center;display:block; }
#AGaEg81JRLrBXVMRcPEE3fqpwoaFi6Us { position:absolute;display:block;z-index:100022;background-color:rgba(255,255,255,0.14);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:150px;width:3px;top:571.37866210938px;left:410.27572631836px;display:block; }
#Z0r3hKzBVF2ORupXlpLz41XmhpSgbI3H { position:absolute;display:block;z-index:100023;background-color:rgba(255,255,255,0.14);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:150px;width:3px;top:571.41540527344px;left:820.97421264648px;display:block; }
#TcfatbPDVhFOHLiXXFaQCuOsBkOL0qJ2 { color:#ffffff;display:block;width:246.984375px;position:absolute;font-family:"azo sans";font-size:24px;font-weight:700;z-index:100019;line-height:1;letter-spacing:0;top:621.0625px;left:845.5px;height:48px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OqZUFg5aTcn8BSaOi2aTE47WQ3KtDFfT { color:#fafbff;display:block;width:266px;position:absolute;font-family:"azo sans";font-size:12px;font-weight:normal;z-index:100020;line-height:1.5;letter-spacing:0;top:686.15625px;left:843.484375px;height:52.8px;text-align:center;text-align-last:center;display:block; }
#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { background-color: transparent; background-image: none; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container > .video-iframe-container { display: none; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row > .video-iframe-container { display: none; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .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); }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { border-width: 0; border-radius: 0; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { font-size:14px;font-family:arial;height:642px;width:1200px;position:relative;display:block; }#DBxA1Z19wJSHUlk4kR3iyP3MoA4Z7UE5 { color:#000000;display:block;width:439px;position:absolute;font-family:"azo sans";font-size:16px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:183.984375px;left:654.859375px;height:41.6px;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:left;text-align-last:left;display:block; }
#xoqwTWlXapPp86JbPTUxcg4WHILvrlnS { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:499px;width:593px;top:115.21250152588px;left:34.225006103516px;overflow:hidden;display:block; }
#TgnORvqzgkO10wkIBGNgBcA1O9M59z9p { position:absolute;display:block;z-index:100000;background-color:#f4f7fa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;height:595px;width:1200px;top:45.4619140625px;left:0px;display:block; }
#pTZPTQP0MrVfxSfKMfCnZPhZkSvpePS2 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:499px;width:256px;top:67.720458984375px;left:69.031286177893px;overflow:hidden;display:block; }
#c2oKGFerccGnoHaT216NC2AsVgFeOqxL { color:#0086ff;display:block;width:380.984375px;position:absolute;font-family:"azo sans black";font-size:36px;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:97.546875px;left:654.859375px;height:72px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AgNSXCq6ZEUrsmvBkXqKNt9eqGETeNvX { background-color:transparent;background-image: -webkit-linear-gradient(284deg, #6200ff, #0086ff);background-image: -moz-linear-gradient(284deg, #6200ff, #0086ff);background-image: -ms-linear-gradient(284deg, #6200ff, #0086ff);background-image: -o-linear-gradient(284deg, #6200ff, #0086ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6200ff', endColorstr='#0086ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6200ff', endColorstr='#0086ff' );";background-image: linear-gradient(284deg, #6200ff, #0086ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"azo sans black";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:486px;height:50px;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:531.19995117188px;left:654.85000610352px;display:block; }
#IB4SPcLZUS5zRKVJliC1rwB7nVzQUbSo { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#cHT6TKhdMk4ObTH4qMN4T3HncQRZADHc { color:#000000;display:block;width:196px;position:absolute;font-family:"azo sans";font-size:15px;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:483.97499084473px;left:678.85000610352px;height:19.2px;text-align:center;text-align-last:center;display:block; }
#oz7x9DUTrOC0tgcR84axeMJZ0waeB1P0 { color:#000000;display:block;width:180px;position:absolute;font-family:"azo sans";font-size:15px;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:483.97499084473px;left:937.85006713867px;height:19.2px;text-align:center;text-align-last:center;display:block; }
#NGReEb578Uh9rOHM2b1y871VINvx2qcQ { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/123db1f1-e2dd-4799-a8b7-bbae5755fee7/Asset1.png");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:rgba(0,0,0,0);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"azo sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:198px;height:158px;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:242px;left:677.85000610352px;display:block; }
#NGReEb578Uh9rOHM2b1y871VINvx2qcQ.adaptive-delivery-prevent-bg { background-image: none; }
#GtVxUnKww47EOt9wKvXW4rJ1aZiLFpeo { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#hLlhXlPKfVP9huVzKV6ZRitZ6xTVMnTF { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1f7b0c0a-0fcd-49a7-a354-a1d987d27ccb/Asset2.png");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:rgba(0,0,0,0);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"azo sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:197.988px;height:133.988px;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:254px;left:922.35006713867px;display:block; }
#hLlhXlPKfVP9huVzKV6ZRitZ6xTVMnTF.adaptive-delivery-prevent-bg { background-image: none; }
#eFUxGR19nU51fDkyAoOQ1aT3Lqtd86Rr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#F0BrdAxEgTw5HZNKTwpfOKL4THMuyXB3 { background-color:#0a4f8b;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:arial;font-size:13px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:182px;height:26px;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:398.97499084473px;left:685.85000610352px;display:block; }
#INJn1vtWnM2ILloFUtzNRZlR6b93R6iB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ZpJIKFTxAqlEUcObUhX6muRt9haQ2m30 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"azo sans";font-size:16px;font-weight:700;z-index:100010;line-height:1.1;letter-spacing:0;top:440.97499084473px;left:688.35000610352px;height:35.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HyRNLCsVTuHVNa1nkyXUTFHux9rkrtTz { background-color:#893f98;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:arial;font-size:13px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:182px;height:26px;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:400.00001525879px;left:938.35006713867px;display:block; }
#MQLQd1RwDpHGBks5FK8q3hnsvD4aA3CW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#SG1RRmaiASaIqQXQkNGMRu1WsnH6Rs0J { color:#000000;display:block;width:183px;position:absolute;font-family:"azo sans";font-size:16px;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:440.97499084473px;left:937.35006713867px;height:35.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { position:relative;z-index:auto;bottom:auto;right:auto;display:block; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { background-color: transparent; background-image: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container > .video-iframe-container { display: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row > .video-iframe-container { display: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .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); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { border-width: 0; border-radius: 0; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:470px;width:1200px;position:relative;display:block; }#OWTZ7QR0aLcQlAzgiLBaEKI3giEcrvpp { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"azo sans black";font-size:47px;font-weight:700;z-index:100000;line-height:1;letter-spacing:0;top:153.51904296875px;left:0px;height:46.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RycfskRB883L92Mm90imeRSaXCXGwlB0 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43.988967895508px;width:250.99264526367px;top:340.99267578125px;left:474.48529052734px;overflow:hidden;display:block; }
#XdzCZRR3n7Mg93AXWQgsx0JGZDG1dAlZ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:63.980979919434px;width:53.980979919434px;top:70.1357421875px;left:573.00271606445px;overflow:hidden;display:block; }
#u11nWhx9WasXtmk7IHAyOzedeIiWidff { color:#ffffff;display:block;width:865.99188232422px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:210.96459960938px;left:179.97280883789px;height:27.2px;text-align:center;text-align-last:center;display:block; }
#T4nVySTulb7D8Mx1RbKQGzH1qIKJqvey { color:rgba(255,255,255,0.74);display:block;width:200px;position:absolute;font-family:"open sans";font-size:11px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:403.9521484375px;left:499.96319580078px;height:13.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #v5PHAQSna32FChHCoIHV5261dupd15Od { display:block; }#v5PHAQSna32FChHCoIHV5261dupd15Od > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGbvaTAK4Rfdq9okc44yLWPefv22V9se { top:32px;left:0px;width:287px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #CFTTg9S143gJbMdR2pz6Ng8lidDAnFvu { width:130px;height:38px;top:47px;left:333.77993774414px;display:block; }
 }@media only screen and (max-width: 763px) { #BEoetBzhdDUFsvT6bOP3BEOn7TA9orxT { display:block; }
 }@media only screen and (max-width: 763px) { #z9pDJskZx8tElf5N6kMAQfAwfoirAARc { width:130px;height:38px;top:48px;left:463.7663269043px;display:block; }
 }@media only screen and (max-width: 763px) { #Sg0GB0REqqLTCDTSBmIL4NFwmLK8F48l { display:block; }
 }@media only screen and (max-width: 763px) { #H2I0W7LVU5NiavL1GyyhZTEg128uO1kf { width:171px;height:38px;top:47px;left:593px;display:block; }
 }@media only screen and (max-width: 763px) { #EP4J7PSmO61Shfx7JZTAUw9S5pAnCLdG { display:block; }
 }@media only screen and (max-width: 763px) { #wVm8VXzMfAQyX1K6QzBGQl8q5oPxitPE { width:73px;height:38px;top:47px;left:691px;display:block; }
 }@media only screen and (max-width: 763px) { #JqMblqE1IGzKg6XHAPxyk6iCXkSP1hTo { display:block; }
 }@media only screen and (max-width: 763px) { #QXmG32yMEsg5QoCDWOsQup3fdtQZ5tEZ { width:115px;height:38px;top:48px;left:649px;display:block; }
 }@media only screen and (max-width: 763px) { #fwCUOxNLUlaKXxtzAFWVEzb6cbUAUlTL { display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOsrQpI6SvTVTDeQkFh1F1DALWZo7U0f { top:152px;left:0px;width:764px;height:107.19379565294px;display:block; }
 }@media only screen and (max-width: 763px) { #WqOiXStSlKyWuaVleMet6af3o9M3anD9 { top:83px;left:129.95950317383px;width:503px;height:75.843528648096px;display:block; }
 }@media only screen and (max-width: 763px) { #qTT1G1mfXzVBbThkI5yphrSB3Mk0EnIw { top:330px;left:537.40625px;width:115px;height:91.203691229961px;display:block; }
 }@media only screen and (max-width: 763px) { #TNoh0Q0TTSHQ8B40XJEmvQ6r9IXscCJo { top:232px;left:0px;width:764px;height:310.24001219812px;display:block; }
 }@media only screen and (max-width: 763px) { #Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { display:block; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfg1wHfAG854KuqR5yaJIXhGQCWF7FEm { top:113px;left:673px;width:91px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #EVga29qimftqCtlz1daKoqL7wOQpf175 { top:289px;left:0px;width:348px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QKstFeg5NpZCItadqPbv4eAZBs6rzBJ8 { top:91px;left:0px;width:764px;height:499px;display:block; }
 }@media only screen and (max-width: 763px) { #ZEwbwHhr8EwAs10RJgLqG4zQIDpkDkpe { top:212px;left:0px;width:687px;height:23px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #r0dO1s8kaphtxITZmtmIbhQ7i1D1fUpB { top:159px;left:0px;width:750px;height:42px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #aXg5HWBnqbxllNdqz5qwh0hDctuS2Q1r { top:255px;left:0px;width:272px;height:26px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #mE2D7medbkCNQiUQooB7Vxhy4Fsx4EcM { top:401px;left:205.96875px;width:271px;height:44px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #SXbQ2rTQLh4pzpLFA3NBJkyTH6dTXCt2 { top:169px;left:0px;width:764px;height:295.33445364319px;display:block; }
 }@media only screen and (max-width: 763px) { #X2A61TCAHhzIQDnvA6qOMk6WkKQLZPdg { top:293px;left:0px;width:210px;height:296.99728393555px;display:block; }
 }@media only screen and (max-width: 763px) { #NPfPSJHuEQFBaygVmEzrk1NXU7fhiXMG { top:360px;left:0px;width:232px;height:30px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #f0hiwCI9nqWQXsmCLXaUEkkkdOV2SBIo { top:255px;left:205.96875px;width:311px;height:26px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #DLm7LDsMwKEFMWna2rnD2tlK7TclRKNu { top:289px;left:205.96875px;width:331px;height:80px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XEQFySZQvZwG1Em6dg0uLRobrUVl7IHv { top:459px;left:205.96875px;width:331px;height:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mvOzktwTJkCAseiPTU0gBuy12KlJHBoK { top:511px;left:205.96875px;width:317px;height:30px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #hdqqQght25T8POIhmTGdz2EKTzyzSw3o { top:159px;left:0px;width:764px;height:42px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #rBlPWEUkWQWDKHuRy5xLWJGo4sAsmaXM { top:257px;left:0px;width:764px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JfHIdFh1Gl9zP3ICDfB3kKeuV7PGlJRT { top:201px;left:0px;width:764px;height:42px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #rHfE4ffZMntPAu1sq5UvBBCls5ENXbKZ { top:292px;left:0px;width:764px;height:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xBDSLCWeF9hiMIRzrSRanLagwvdCZVT0 { display:block; }#xBDSLCWeF9hiMIRzrSRanLagwvdCZVT0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBTy30eTWif0T0iTO0QIaLsRfDo95WhH { top:242px;left:0px;width:755px;height:46px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #GQGEBx3cglAPrHEMEHluqkR3CfWx37AO { top:307px;left:0px;width:323px;height:100px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kMF7rsl4K5ap7hdLB95FhJBhTTmuFCk3 { top:306px;left:147px;width:360px;height:100px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rV34m0LHW7LCarNqJOerxnKbncZB6UNg { top:163px;left:0px;width:586px;height:78.848618705913px;display:block; }
 }@media only screen and (max-width: 763px) { #TqUfe5U3BW6qqAVn9vk5zuCdXwrAwGyd { top:108px;left:0px;width:393px;height:54.863053505396px;display:block; }
 }@media only screen and (max-width: 763px) { #qPCvTAFPSIV4LToH5Vf3GHh6o29XICA8 { top:77px;left:508px;width:182px;height:168.08107884543px;display:block; }
 }@media only screen and (max-width: 763px) { #L9NgofrhgO0QpKNmRobsETuVOF3oD4xM { width:318px;height:52px;top:371px;left:443px;display:block; }
 }@media only screen and (max-width: 763px) { #ZtkTwumSnaWxa1rAEE9AII8ZGivqdwdQ { display:block; }
 }@media only screen and (max-width: 763px) { #slhsZpaHuA6tMazcI7lBLcN5lNg4oIyk { top:53px;left:0px;width:764px;height:420px;display:block; }
 }@media only screen and (max-width: 763px) { #aPDaubErZKs9DQU0IlHLtbGD9iEWc2VW { top:15px;left:142px;width:366px;height:391.92218037904px;display:block; }
 }@media only screen and (max-width: 763px) { #l1PElK1JxhyUUqtJrRyD5rIwylf2MJCd { top:10px;left:47px;width:461px;height:461px;display:block; }
 }@media only screen and (max-width: 763px) { #dNTaThgOSu2sDEVkSU73UWyViv9TelEM { display:block; }#dNTaThgOSu2sDEVkSU73UWyViv9TelEM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlnZq3rCxzaaTXdMMyewD1vzotTaEPcN { top:158px;left:193px;width:400px;height:413.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #NES0FIZow5w3l2MvRUBJLzer9MhsiBny { top:159px;left:87px;width:590px;height:335.42832136868px;display:block; }
 }@media only screen and (max-width: 763px) { #dTud7ypMaUURw3ETb6AUlzqOcDqsf8No { top:294px;left:0px;width:164px;height:247px;display:block; }
 }@media only screen and (max-width: 763px) { #l1shMnTqcdMSPlCCFEM9zEqbkDfPnlVg { top:276px;left:476px;width:288px;height:282px;display:block; }
 }@media only screen and (max-width: 763px) { #dMCxT1v1vqxo8t8pHrGsQaDChAN0m1be { top:565px;left:258px;width:247px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #PTiTEvKWJUDu2zmCNmqhaM1LL9lg3G8T { top:548px;left:259px;width:245px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #eOMutzg4pWbM50SqlsZ1wh04WnL8LL8n { top:621px;left:245.5px;width:272px;height:48px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #m9KvbZ5LoD4kvAEONoNhqFVckkfOC5dw { top:571px;left:0px;width:247px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #sz1yTPk4Ttndz7L7OZVTOEEdbUzWTEtT { top:571px;left:517px;width:247px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZuFbxvldrzNPqKFbybpBHFfpPuX0a9lV { top:91px;left:3.984375px;width:755px;height:46px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #GvhXlA9HS71gIzDfbl9eLPeRsJDyvWvR { top:54px;left:0px;width:764px;height:738px;display:block; }
 }@media only screen and (max-width: 763px) { #letgN2GpfgUqOfBzDp47ZAWTMczoSX4o { top:232px;left:0px;width:469px;height:264px;display:block; }
 }@media only screen and (max-width: 763px) { #MZFTUgWAEA4NUWq57xaBHwDRCRoN2OHh { top:175px;left:194px;width:570px;height:320px;display:block; }
 }@media only screen and (max-width: 763px) { #RgTQl0MQbxDbJ516nSu3hFyyrSznE9JB { top:621px;left:0px;width:254px;height:48px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #DT3Typ0VvX2blUTzDGMxsftoZs07FnDv { top:696px;left:0px;width:196px;height:40px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #SFAg70mgl8crzJozDiWJkwJC2eIPkfqM { top:686px;left:241.5px;width:281px;height:60px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #AGaEg81JRLrBXVMRcPEE3fqpwoaFi6Us { top:571px;left:192.27572631836px;width:3px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #Z0r3hKzBVF2ORupXlpLz41XmhpSgbI3H { top:571px;left:602.97421264648px;width:3px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #TcfatbPDVhFOHLiXXFaQCuOsBkOL0qJ2 { top:621px;left:518px;width:246px;height:48px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #OqZUFg5aTcn8BSaOi2aTE47WQ3KtDFfT { top:686px;left:498px;width:266px;height:54px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ { display:block; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBxA1Z19wJSHUlk4kR3iyP3MoA4Z7UE5 { top:183px;left:325px;width:439px;height:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xoqwTWlXapPp86JbPTUxcg4WHILvrlnS { top:115px;left:0px;width:593px;height:499px;display:block; }
 }@media only screen and (max-width: 763px) { #TgnORvqzgkO10wkIBGNgBcA1O9M59z9p { top:45px;left:0px;width:764px;height:595px;display:block; }
 }@media only screen and (max-width: 763px) { #pTZPTQP0MrVfxSfKMfCnZPhZkSvpePS2 { top:67px;left:0px;width:256px;height:499px;display:block; }
 }@media only screen and (max-width: 763px) { #c2oKGFerccGnoHaT216NC2AsVgFeOqxL { top:97px;left:384px;width:380px;height:72px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #AgNSXCq6ZEUrsmvBkXqKNt9eqGETeNvX { width:486px;height:50px;top:531px;left:278px;display:block; }
 }@media only screen and (max-width: 763px) { #IB4SPcLZUS5zRKVJliC1rwB7nVzQUbSo { display:block; }
 }@media only screen and (max-width: 763px) { #cHT6TKhdMk4ObTH4qMN4T3HncQRZADHc { top:483px;left:460.85000610352px;width:196px;height:19px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #oz7x9DUTrOC0tgcR84axeMJZ0waeB1P0 { top:483px;left:568px;width:180px;height:19px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #NGReEb578Uh9rOHM2b1y871VINvx2qcQ { width:198px;height:158px;top:242px;left:459.85000610352px;display:block; }
 }@media only screen and (max-width: 763px) { #GtVxUnKww47EOt9wKvXW4rJ1aZiLFpeo { display:block; }
 }@media only screen and (max-width: 763px) { #hLlhXlPKfVP9huVzKV6ZRitZ6xTVMnTF { width:197px;height:133px;top:254px;left:567px;display:block; }
 }@media only screen and (max-width: 763px) { #eFUxGR19nU51fDkyAoOQ1aT3Lqtd86Rr { display:block; }
 }@media only screen and (max-width: 763px) { #F0BrdAxEgTw5HZNKTwpfOKL4THMuyXB3 { width:182px;height:26px;top:398px;left:467.85000610352px;display:block; }
 }@media only screen and (max-width: 763px) { #INJn1vtWnM2ILloFUtzNRZlR6b93R6iB { display:block; }
 }@media only screen and (max-width: 763px) { #ZpJIKFTxAqlEUcObUhX6muRt9haQ2m30 { top:440px;left:470.35000610352px;width:177px;height:35px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #HyRNLCsVTuHVNa1nkyXUTFHux9rkrtTz { width:182px;height:26px;top:400px;left:582px;display:block; }
 }@media only screen and (max-width: 763px) { #MQLQd1RwDpHGBks5FK8q3hnsvD4aA3CW { display:block; }
 }@media only screen and (max-width: 763px) { #SG1RRmaiASaIqQXQkNGMRu1WsnH6Rs0J { top:440px;left:581px;width:183px;height:35px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { display:block; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWTZ7QR0aLcQlAzgiLBaEKI3giEcrvpp { top:153px;left:0px;width:764px;height:46px;font-size:47px;display:block; }
 }@media only screen and (max-width: 763px) { #RycfskRB883L92Mm90imeRSaXCXGwlB0 { top:340px;left:132px;width:250px;height:43.81499689891px;display:block; }
 }@media only screen and (max-width: 763px) { #XdzCZRR3n7Mg93AXWQgsx0JGZDG1dAlZ { top:70px;left:329px;width:53px;height:62.818273043413px;display:block; }
 }@media only screen and (max-width: 763px) { #u11nWhx9WasXtmk7IHAyOzedeIiWidff { top:210px;left:0px;width:764px;height:26px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #T4nVySTulb7D8Mx1RbKQGzH1qIKJqvey { top:403px;left:182px;width:200px;height:12px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/127ae043-78df-4423-9efe-4af86957805b/2.gif");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #v5PHAQSna32FChHCoIHV5261dupd15Od { position:relative;z-index:auto;display:block; }#v5PHAQSna32FChHCoIHV5261dupd15Od > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGbvaTAK4Rfdq9okc44yLWPefv22V9se { width:220px;height:38px;top:19.989130973816px;left:50.000002861023px;display:block; }
 }@media only screen and (max-width: 763px) { #CFTTg9S143gJbMdR2pz6Ng8lidDAnFvu { width:100px;height:38px;top:91.799999237061px;left:110px;display:none; }
 }@media only screen and (max-width: 763px) { #BEoetBzhdDUFsvT6bOP3BEOn7TA9orxT { display:block; }
 }@media only screen and (max-width: 763px) { #z9pDJskZx8tElf5N6kMAQfAwfoirAARc { width:130px;height:38px;top:149.79999923706px;left:95px;display:none; }
 }@media only screen and (max-width: 763px) { #Sg0GB0REqqLTCDTSBmIL4NFwmLK8F48l { display:block; }
 }@media only screen and (max-width: 763px) { #H2I0W7LVU5NiavL1GyyhZTEg128uO1kf { width:146px;height:38px;top:207.79999923706px;left:87px;display:none; }
 }@media only screen and (max-width: 763px) { #EP4J7PSmO61Shfx7JZTAUw9S5pAnCLdG { display:block; }
 }@media only screen and (max-width: 763px) { #wVm8VXzMfAQyX1K6QzBGQl8q5oPxitPE { width:91px;height:38px;top:265.79999923706px;left:114px;display:none; }
 }@media only screen and (max-width: 763px) { #JqMblqE1IGzKg6XHAPxyk6iCXkSP1hTo { display:block; }
 }@media only screen and (max-width: 763px) { #QXmG32yMEsg5QoCDWOsQup3fdtQZ5tEZ { width:115px;height:38px;top:323.79999923706px;left:102px;display:none; }
 }@media only screen and (max-width: 763px) { #fwCUOxNLUlaKXxtzAFWVEzb6cbUAUlTL { display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/127ae043-78df-4423-9efe-4af86957805b/2.gif");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }
#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.adaptive-delivery-prevent-bg { background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:320px;height:205.425048828125px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOsrQpI6SvTVTDeQkFh1F1DALWZo7U0f { width:320px;height:44.897924880812px;top:50px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WqOiXStSlKyWuaVleMet6af3o9M3anD9 { width:218px;height:32px;top:18.800003051758px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #qTT1G1mfXzVBbThkI5yphrSB3Mk0EnIw { width:32px;height:24px;top:94.887496948242px;left:223px;display:block; }
 }@media only screen and (max-width: 763px) { #TNoh0Q0TTSHQ8B40XJEmvQ6r9IXscCJo { width:320px;height:125px;top:80.434814453125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { background-color:#00b0ff;background-image:none;display:block; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { background-color: transparent; background-image: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container > .video-iframe-container { display: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container { display: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .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); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { width:320px;height:380px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfg1wHfAG854KuqR5yaJIXhGQCWF7FEm { width:31.983695983887px;height:17.97554397583px;top:774.95922851562px;left:260.44837474823px;display:none; }
 }@media only screen and (max-width: 763px) { #EVga29qimftqCtlz1daKoqL7wOQpf175 { width:249px;height:41.73913192749px;top:162.78533935547px;left:35.489130973816px;font-size:12px;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #QKstFeg5NpZCItadqPbv4eAZBs6rzBJ8 { width:320px;height:371px;top:0.86956787109375px;left:0px;border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZEwbwHhr8EwAs10RJgLqG4zQIDpkDkpe { width:289px;height:34.782608032227px;top:60.866836547852px;left:15.500002861023px;font-size:15px;line-height:1.2;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #r0dO1s8kaphtxITZmtmIbhQ7i1D1fUpB { width:290px;height:86.08695602417px;top:0px;left:16.489130973816px;font-size:24px;line-height:1.2;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #aXg5HWBnqbxllNdqz5qwh0hDctuS2Q1r { width:272px;height:20.869565963745px;top:131.91577148438px;left:35.489130973816px;font-size:17px;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #mE2D7medbkCNQiUQooB7Vxhy4Fsx4EcM { width:173.99456787109px;height:38.260871887207px;top:357.26904296875px;left:126.87501049042px;font-size:17px;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #SXbQ2rTQLh4pzpLFA3NBJkyTH6dTXCt2 { width:230.99185180664px;height:85.991851806641px;top:285.95108032227px;left:89.008158683777px;display:block; }
 }@media only screen and (max-width: 763px) { #X2A61TCAHhzIQDnvA6qOMk6WkKQLZPdg { width:121.99728393555px;height:172.98913574219px;top:198.9538269043px;left:0px;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #NPfPSJHuEQFBaygVmEzrk1NXU7fhiXMG { width:166.99728393555px;height:0;top:208.21734619141px;left:35.489130973816px;font-size:9px;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #f0hiwCI9nqWQXsmCLXaUEkkkdOV2SBIo { width:265px;height:20.869565963745px;top:253.32061767578px;left:35.489130973816px;font-size:17px;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #DLm7LDsMwKEFMWna2rnD2tlK7TclRKNu { width:248px;height:55.65217590332px;top:280.58697509766px;left:36.494566917419px;font-size:12px;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #XEQFySZQvZwG1Em6dg0uLRobrUVl7IHv { width:170.99185180664px;height:41.73913192749px;top:401.08151245117px;left:127.87772655487px;font-size:12px;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #mvOzktwTJkCAseiPTU0gBuy12KlJHBoK { width:155px;height:31.304347991943px;top:447.45111083984px;left:128.353266716px;font-size:9px;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #hdqqQght25T8POIhmTGdz2EKTzyzSw3o { width:310px;height:49.6px;top:34.456527709961px;left:6.0000009536743px;font-size:21px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rBlPWEUkWQWDKHuRy5xLWJGo4sAsmaXM { width:155.99185180664px;height:72px;top:131.04080200195px;left:126.50815868378px;font-size:12px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JfHIdFh1Gl9zP3ICDfB3kKeuV7PGlJRT { width:320px;height:24.8px;top:88.445663452148px;left:0px;font-size:21px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rHfE4ffZMntPAu1sq5UvBBCls5ENXbKZ { width:165px;height:100.8px;top:213.00274658203px;left:126.50815868378px;font-size:12px;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xBDSLCWeF9hiMIRzrSRanLagwvdCZVT0 { display:block; }#xBDSLCWeF9hiMIRzrSRanLagwvdCZVT0 > .row .container { width:320px;height:745px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBTy30eTWif0T0iTO0QIaLsRfDo95WhH { width:235.99185180664px;height:57.6px;top:115.20385742188px;left:41.997282981873px;font-size:24px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GQGEBx3cglAPrHEMEHluqkR3CfWx37AO { width:260px;height:72px;top:492.10607910156px;left:30.000002861023px;font-size:12px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kMF7rsl4K5ap7hdLB95FhJBhTTmuFCk3 { width:245.99185180664px;height:86.4px;top:581.79089355469px;left:32.866850852966px;font-size:12px;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rV34m0LHW7LCarNqJOerxnKbncZB6UNg { width:320px;height:43.057067871094px;top:61.616943359375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TqUfe5U3BW6qqAVn9vk5zuCdXwrAwGyd { width:265.99185180664px;height:33.994564056396px;top:32.141296386719px;left:26.997282981873px;display:block; }
 }@media only screen and (max-width: 763px) { #qPCvTAFPSIV4LToH5Vf3GHh6o29XICA8 { width:136.99728393555px;height:125.99185180664px;top:219.41577148438px;left:100.48913097382px;display:block; }
 }@media only screen and (max-width: 763px) { #L9NgofrhgO0QpKNmRobsETuVOF3oD4xM { width:252.98913574219px;height:37.98913192749px;top:685.86157226562px;left:33.491850852966px;display:block; }
 }@media only screen and (max-width: 763px) { #ZtkTwumSnaWxa1rAEE9AII8ZGivqdwdQ { display:block; }
 }@media only screen and (max-width: 763px) { #slhsZpaHuA6tMazcI7lBLcN5lNg4oIyk { width:320px;height:736px;top:7.540771484375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aPDaubErZKs9DQU0IlHLtbGD9iEWc2VW { width:271.99728393555px;height:290.99185180664px;top:172.58154296875px;left:41.997282981873px;display:block; }
 }@media only screen and (max-width: 763px) { #l1PElK1JxhyUUqtJrRyD5rIwylf2MJCd { width:320px;height:320px;top:172.50006103516px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dNTaThgOSu2sDEVkSU73UWyViv9TelEM { display:block; }#dNTaThgOSu2sDEVkSU73UWyViv9TelEM > .row .container { width:320px;height:1420px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlnZq3rCxzaaTXdMMyewD1vzotTaEPcN { width:270.99185180664px;height:280.99185180664px;top:133.88061523438px;left:38.491850852966px;display:block; }
 }@media only screen and (max-width: 763px) { #NES0FIZow5w3l2MvRUBJLzer9MhsiBny { width:320px;height:181.92722514911px;top:164.03759765625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dTud7ypMaUURw3ETb6AUlzqOcDqsf8No { width:155px;height:235.99185180664px;top:604.19836425781px;left:82.500002861023px;display:block; }
 }@media only screen and (max-width: 763px) { #l1shMnTqcdMSPlCCFEM9zEqbkDfPnlVg { width:257.98913574219px;height:251.99728393555px;top:999.97290039062px;left:30.991850852966px;display:block; }
 }@media only screen and (max-width: 763px) { #dMCxT1v1vqxo8t8pHrGsQaDChAN0m1be { width:247px;height:19.2px;top:395.6875px;left:38.5px;font-size:18px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PTiTEvKWJUDu2zmCNmqhaM1LL9lg3G8T { width:206px;height:30px;top:389.6875px;left:59.5px;display:block; }
 }@media only screen and (max-width: 763px) { #eOMutzg4pWbM50SqlsZ1wh04WnL8LL8n { width:210.99185180664px;height:38.4px;top:429.87768554688px;left:54.49728679657px;font-size:18px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #m9KvbZ5LoD4kvAEONoNhqFVckkfOC5dw { width:247.98913574219px;height:21.6px;top:839.71484375px;left:35.991850852966px;font-size:20px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sz1yTPk4Ttndz7L7OZVTOEEdbUzWTEtT { width:246.99728393555px;height:21.6px;top:1252.3615722656px;left:30.991850852966px;font-size:20px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZuFbxvldrzNPqKFbybpBHFfpPuX0a9lV { width:271.99728393555px;height:57.6px;top:52.56787109375px;left:23.994566917419px;font-size:24px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GvhXlA9HS71gIzDfbl9eLPeRsJDyvWvR { width:320px;height:1395px;top:20.5px;left:-0.4891300201416px;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #00efff, rgba(0,134,255,0.77));background-image: -moz-linear-gradient(225deg, #00efff, rgba(0,134,255,0.77));background-image: -ms-linear-gradient(225deg, #00efff, rgba(0,134,255,0.77));background-image: -o-linear-gradient(225deg, #00efff, rgba(0,134,255,0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efff', endColorstr='#c40086ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efff', endColorstr='#c40086ff' );";background-image: linear-gradient(225deg, #00efff, rgba(0,134,255,0.77));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #letgN2GpfgUqOfBzDp47ZAWTMczoSX4o { width:320px;height:177.98913574219px;top:1026.701171875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MZFTUgWAEA4NUWq57xaBHwDRCRoN2OHh { width:320px;height:180.67935180664px;top:603.80444335938px;left:0px;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #RgTQl0MQbxDbJ516nSu3hFyyrSznE9JB { width:212.98913574219px;height:35.2px;top:871.68481445312px;left:53.478266716003px;font-size:18px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DT3Typ0VvX2blUTzDGMxsftoZs07FnDv { width:255px;height:35.2px;top:919.19848632812px;left:32.500002861023px;font-size:12px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SFAg70mgl8crzJozDiWJkwJC2eIPkfqM { width:220px;height:70.4px;top:480.84240722656px;left:50.000002861023px;font-size:12px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AGaEg81JRLrBXVMRcPEE3fqpwoaFi6Us { width:1px;height:150px;top:929.42470741272px;left:319px;display:block; }
 }@media only screen and (max-width: 763px) { #Z0r3hKzBVF2ORupXlpLz41XmhpSgbI3H { width:1px;height:150px;top:929.46230506897px;left:319px;display:block; }
 }@media only screen and (max-width: 763px) { #TcfatbPDVhFOHLiXXFaQCuOsBkOL0qJ2 { width:245.99185180664px;height:17.6px;top:1290.4619140625px;left:36.997282981873px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OqZUFg5aTcn8BSaOi2aTE47WQ3KtDFfT { width:265.99185180664px;height:52.8px;top:1326.4809570312px;left:26.997282981873px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ { display:block; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { width:320px;height:701px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBxA1Z19wJSHUlk4kR3iyP3MoA4Z7UE5 { width:257px;height:43.2px;top:137.35327148438px;left:33.872282981873px;font-size:12px;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xoqwTWlXapPp86JbPTUxcg4WHILvrlnS { width:295px;height:248.99456787109px;top:187.89135742188px;left:9.5000009536743px;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #TgnORvqzgkO10wkIBGNgBcA1O9M59z9p { width:311px;height:658px;top:36.787502288818px;left:2.5px;display:block; }
 }@media only screen and (max-width: 763px) { #pTZPTQP0MrVfxSfKMfCnZPhZkSvpePS2 { width:155px;height:305px;top:150.28540039062px;left:12.500000953674px;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #c2oKGFerccGnoHaT216NC2AsVgFeOqxL { width:270.99185180664px;height:48px;top:74.171142578125px;left:24.497282981873px;font-size:24px;text-align:center;text-align-last:center;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #AgNSXCq6ZEUrsmvBkXqKNt9eqGETeNvX { width:279px;height:50px;top:621.76248168945px;left:18.5px;display:block; }
 }@media only screen and (max-width: 763px) { #IB4SPcLZUS5zRKVJliC1rwB7nVzQUbSo { display:block; }
 }@media only screen and (max-width: 763px) { #cHT6TKhdMk4ObTH4qMN4T3HncQRZADHc { width:124px;height:13.6px;top:600.11251831055px;left:15px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #oz7x9DUTrOC0tgcR84axeMJZ0waeB1P0 { width:124px;height:13.6px;top:598.80001831055px;left:171px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #NGReEb578Uh9rOHM2b1y871VINvx2qcQ { width:119px;height:95px;top:436.87499237061px;left:33.862499237061px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/123db1f1-e2dd-4799-a8b7-bbae5755fee7/Asset1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }
#NGReEb578Uh9rOHM2b1y871VINvx2qcQ.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #GtVxUnKww47EOt9wKvXW4rJ1aZiLFpeo { display:block; }
 }@media only screen and (max-width: 763px) { #hLlhXlPKfVP9huVzKV6ZRitZ6xTVMnTF { width:137px;height:89px;top:441.37499237061px;left:161.86250305176px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1f7b0c0a-0fcd-49a7-a354-a1d987d27ccb/Asset2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }
#hLlhXlPKfVP9huVzKV6ZRitZ6xTVMnTF.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #eFUxGR19nU51fDkyAoOQ1aT3Lqtd86Rr { display:block; }
 }@media only screen and (max-width: 763px) { #F0BrdAxEgTw5HZNKTwpfOKL4THMuyXB3 { width:143px;height:26px;top:536.87500762939px;left:11.5px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #INJn1vtWnM2ILloFUtzNRZlR6b93R6iB { display:block; }
 }@media only screen and (max-width: 763px) { #ZpJIKFTxAqlEUcObUhX6muRt9haQ2m30 { width:146px;height:24px;top:567.87501525879px;left:9px;font-size:11px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HyRNLCsVTuHVNa1nkyXUTFHux9rkrtTz { width:143px;height:26px;top:536.87501525879px;left:161.5px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #MQLQd1RwDpHGBks5FK8q3hnsvD4aA3CW { display:block; }
 }@media only screen and (max-width: 763px) { #SG1RRmaiASaIqQXQkNGMRu1WsnH6Rs0J { width:142px;height:24px;top:567.87501525879px;left:163px;font-size:11px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { position:relative;z-index:auto;display:block; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { width:320px;height:440px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWTZ7QR0aLcQlAzgiLBaEKI3giEcrvpp { width:320px;height:49.6px;top:119px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #RycfskRB883L92Mm90imeRSaXCXGwlB0 { width:182px;height:31px;top:290px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #XdzCZRR3n7Mg93AXWQgsx0JGZDG1dAlZ { width:54px;height:64px;top:33.400390625px;left:133px;display:block; }
 }@media only screen and (max-width: 763px) { #u11nWhx9WasXtmk7IHAyOzedeIiWidff { width:227px;height:57.6px;top:179.60009765625px;left:46.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #T4nVySTulb7D8Mx1RbKQGzH1qIKJqvey { width:200px;height:13.6px;top:334px;left:60px;font-size:11px;display:block; }
 }