.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-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);
}
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-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:transparent;background-image:url("https://images.assets-landingi.com/D9ik7s4y/bg_s_2.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20,20,54,0.3); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20,20,54,0.3); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:1915px;width:1200px;position:relative;display:block; }#HT0LTRqvZbVzrt1DazTwybhihGxEqhVO { color:#debb4d;display:block;width:1033px;position:absolute;font-family:"source sans pro";font-size:76px;font-weight:700;z-index:100034;line-height:1;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.67);top:168px;left:83.5px;height:76px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HMGbPmQDxezXZqwFhPKCKUfWG1Q97QCq { z-index:100005;top:457px;left:453.5px;background-color:#2ecc71;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 0 3px 0 rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:293px;height:68px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TVIpIzKrPIxRuu67aWylvnXtAe1aGCu8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#TAyh8s9h5UeoeSfCUKUiyk3k7zPKh9d1 { box-sizing:content-box;color:#debb4d;font-size:67px;font-weight:400;line-height:1;height:96px;width:96px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:1475px;left:33px;display:block; }
#HpTq475U1csiCyzm1TcLaFGKlriTrDEt { box-sizing:content-box;color:#debb4d;font-size:67px;font-weight:400;line-height:1;height:96px;width:96px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:1475px;left:449px;display:block; }
#yckWntzszkR2HgcnO57TT3aWbbTUenir { box-sizing:content-box;color:#debb4d;font-size:67px;font-weight:400;line-height:1;height:96px;width:96px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:1475px;left:849px;display:block; }
#q8C3pmlt1i6LqfySefDp8F9GT0gwaKgl { color:#debb4d;display:block;width:164px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:1515px;left:149px;height:26px;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;font-style:normal;display:block; }
#uW5P2i3unBNiTflIZTGVUkTZ3iHEEUCp { color:#debb4d;display:block;width:231px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:1515px;left:549px;height:26px;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;font-style:normal;display:block; }
#mK8IkfykfpxC0cXsfTW0P2xuDoAbGicG { color:#debb4d;display:block;width:222px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:1510px;left:945px;height:26px;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;font-style:normal;display:block; }
#KWqv4Zk4pcnL6WzeuKPwS9xJqr6nCiIv { color:#ffffff;display:block;width:1038px;position:absolute;font-family:"source sans pro";font-size:13px;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:1864px;left:100px;height:16px;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;font-style:normal;display:block; }
#myQ0yiLF9A9unxkDQtyt8IuhhQEmsGLK { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:112px;width:187px;top:36px;left:496.5px;overflow:hidden;display:block; }
#ac459bVzcvK17QuSMsadp0gz68qcVuK6 { color:#000000;display:block;width:1200px;position:absolute;font-family:"source sans pro";font-size:28px;font-weight:400;z-index:100003;line-height:1;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.67);top:283px;left:0px;height:56px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nn2LuCxw88tdB7Lo3loHrizZ4EGlSm1H { color:#000000;display:block;width:739px;position:absolute;font-family:"source sans pro";font-size:30px;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.67);top:1409px;left:230px;height:30px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pndgc8NNgMm9ofw7t9eiaVxnTe5yKee9 { position:absolute;display:block;z-index:100028;background-color:rgba(20,20,54,0.5);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:265px;width:1200px;top:1649px;left:0px;display:block; }
#wZRWRirpvLGwyTTrRT8Sy6lcZdJiduTk { color:#000000;display:block;width:739px;position:absolute;font-family:"source sans pro";font-size:30px;font-weight:700;z-index:100030;line-height:1;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.67);top:1671px;left:231px;height:30px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XnvrKXJN8Dx0w74ZXkshg1UStlt3PrCp { box-sizing:content-box;color:#ffffff;font-size:67px;font-weight:400;line-height:1;height:96px;width:96px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:1731.5px;left:129px;display:block; }
#UqEfy3MxrPHagGahThsDbQ0TyVoPrJ5g { color:#debb4d;display:block;width:740px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:100036;line-height:1;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.67);top:1755px;left:249px;height:80px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n9hviCllc4S6gy7IHORbW7Pko5CTyqhg { box-sizing:content-box;color:#ffffff;font-size:95px;font-weight:400;line-height:1;height:137px;width:137px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:1711px;left:980.5px;display:block; }
#ni8zWzJgUcDneKETBBcki0JeoPETcvNO { color:#000000;display:block;width:1200px;position:absolute;font-family:"source sans pro";font-size:30px;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.67);top:611px;left:2px;height:30px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hGiCJycFtbbkwoV49kVyJuLD1MTgATN9 { color:#000000;display:block;width:1200px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.67);top:663px;left:0px;height:48px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d8oiwEzzo25JyxoS6xWAZmT5eTRpRiz3 { color:#000000;display:block;width:1200px;position:absolute;font-family:"source sans pro";font-size:30px;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.67);top:755px;left:0px;height:30px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fvmmIbtJpaDbWxxGHmGaxFDh8lN624bG { color:#000000;display:block;width:1200px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:100007;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.67);top:805px;left:0px;height:24px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MoyISfgBHR7PGlgwMc4Rrnw4z0OAmo6C { color:#000000;display:block;width:1200px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:100008;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.67);top:923px;left:0px;height:48px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CSRazrFASA5ABRD0TmWbrrgtJ17S6zNO { color:#000000;display:block;width:1200px;position:absolute;font-family:"source sans pro";font-size:30px;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.67);top:869px;left:0px;height:30px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sy32TlZFIye4ha8il6IpDtseQusTvgtE { color:#000000;display:block;width:1200px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:100009;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.67);top:1063px;left:0px;height:72px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HpMetu8Z1OdhU6aMGTDTRm6zO4EAXhzR { color:#000000;display:block;width:1200px;position:absolute;font-family:"source sans pro";font-size:30px;font-weight:700;z-index:100008;line-height:1;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.67);top:1013px;left:0px;height:30px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xD9LoM5UCq2fzO1PrLxGXLCLh8bWwZDp { z-index:100006;top:1241px;left:453.5px;background-color:#2ecc71;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 0 3px 0 rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:293px;height:68px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Q8epb2HBEhn02lrIIhGoX8tmGhKqnoOw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#omNJWZpTmEyqs1ygN7k2GMTV12THm6BE { position:absolute;display:block;z-index:100028;background-color:rgba(20,20,54,0.5);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:261px;width:1200px;top:1834px;left:0px;display:none; }
#BPIhWkxAPT92TQHDTFGKucGLSQ1hFt8T { position:relative;display:block; }#BPIhWkxAPT92TQHDTFGKucGLSQ1hFt8T { background-color: transparent; background-image: none; }#BPIhWkxAPT92TQHDTFGKucGLSQ1hFt8T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BPIhWkxAPT92TQHDTFGKucGLSQ1hFt8T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BPIhWkxAPT92TQHDTFGKucGLSQ1hFt8T > .row .container > .video-iframe-container { display: none; }#BPIhWkxAPT92TQHDTFGKucGLSQ1hFt8T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BPIhWkxAPT92TQHDTFGKucGLSQ1hFt8T > .row > .video-iframe-container { display: none; }#BPIhWkxAPT92TQHDTFGKucGLSQ1hFt8T > .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); }#BPIhWkxAPT92TQHDTFGKucGLSQ1hFt8T { border-width: 0; border-radius: 0; }#BPIhWkxAPT92TQHDTFGKucGLSQ1hFt8T > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141436;background-image:none;font-size:14px;font-family:arial;height:415px;width:1200px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;position:relative;display:block; }#mIdSx3U2biyUd042ykxd0W9hvhyBPNNA { color:#000000;display:block;width:1200px;position:absolute;font-family:"source sans pro";font-size:60px;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.67);top:53px;left:0px;height:60px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DnbBQ4FrqQRQBfUO7zuLEHmEXKlOMNdm { box-sizing:content-box;color:#5a7aff;font-size:67px;font-weight:400;line-height:1;height:96px;width:96px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:180px;left:338px;display:block; }
#TtsTxmsaVD5M09pdctMRWRBECeZuURAu { box-sizing:content-box;color:#5a7aff;font-size:67px;font-weight:400;line-height:1;height:96px;width:96px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:180px;left:546px;display:block; }
#TtN3oW7Mk5PiXbcXZ5TW3oeCT3aei19g { box-sizing:content-box;color:#5a7aff;font-size:67px;font-weight:400;line-height:1;height:96px;width:96px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:180px;left:767px;display:block; }
#wx1nDNQfdUt2VWXoI3nDokOfKxBzRvHO { box-sizing:content-box;color:#5a7aff;font-size:67px;font-weight:400;line-height:1;height:96px;width:96px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:180px;left:975px;display:block; }
#cZqhvBogavUPJGMCQELAAZ9i2VJ7SVuv { color:#ffffff;display:block;width:205px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:275px;left:294px;height:52px;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;font-style:normal;display:block; }
#ivlNoKTow8Srh2Q4KGLDysP95mG3Q1u9 { color:#ffffff;display:block;width:205px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:275px;left:495px;height:52px;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;font-style:normal;display:block; }
#LvMx0sCpQTgg67meutdWVyUiZIHWe3ED { position:absolute;display:block;z-index:100009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0a3aff, #6e00d6);background-image: -moz-linear-gradient(90deg, #0a3aff, #6e00d6);background-image: -ms-linear-gradient(90deg, #0a3aff, #6e00d6);background-image: -o-linear-gradient(90deg, #0a3aff, #6e00d6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3aff', endColorstr='#6e00d6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3aff', endColorstr='#6e00d6' );";background-image: linear-gradient(90deg, #0a3aff, #6e00d6);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:4px;width:429px;top:124px;left:386px;display:block; }
#hN5UTci2wJzJBtHsJ4o0sC6ZyA1MqtX1 { color:#ffffff;display:block;width:205px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:275px;left:716px;height:52px;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;font-style:normal;display:block; }
#hSeV5BRdLwmQeGXzcZ3y4s467WUSGJ5T { color:#ffffff;display:block;width:205px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:275px;left:924px;height:78px;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;font-style:normal;display:block; }
#IWQmhh4ktiCOggbMdQkxJT1MUl2lG6vy { color:#ffffff;display:block;width:205px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:276.00000572205px;left:68.5px;height:52px;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;font-style:normal;display:block; }
#DOwxFXCMT8DC2iIJ0HudRAlqNx1SXPxk { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:103px;top:203px;left:119.5px;overflow:hidden;display:block; }
#UsWqOS5CayDbcoxSvEMqvNs8ILArogNk { z-index:100006;top:353px;left:408px;background-color:#2ecc71;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 0 3px 0 rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:293px;height:68px;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#my4tdwNqtrzbE1PfvzTWzCnrt0xKmAka { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#t0rTqZcuxi8v9F6dp1XNWS9ndEvJStlP { position:relative;display:block; }#t0rTqZcuxi8v9F6dp1XNWS9ndEvJStlP { background-color: transparent; background-image: none; }#t0rTqZcuxi8v9F6dp1XNWS9ndEvJStlP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t0rTqZcuxi8v9F6dp1XNWS9ndEvJStlP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t0rTqZcuxi8v9F6dp1XNWS9ndEvJStlP > .row .container > .video-iframe-container { display: none; }#t0rTqZcuxi8v9F6dp1XNWS9ndEvJStlP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t0rTqZcuxi8v9F6dp1XNWS9ndEvJStlP > .row > .video-iframe-container { display: none; }#t0rTqZcuxi8v9F6dp1XNWS9ndEvJStlP > .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); }#t0rTqZcuxi8v9F6dp1XNWS9ndEvJStlP { border-width: 0; border-radius: 0; }#t0rTqZcuxi8v9F6dp1XNWS9ndEvJStlP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#141436;background-image:none;font-size:14px;font-family:arial;height:424px;width:1200px;position:relative;display:block; }#ik88iaPJkRxhL3F0hye7wJCWed8W6FBT { color:#ffffff;display:block;width:426px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:18px;left:100px;height:26px;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;font-style:normal;display:block; }
#rfl1eUKhfPSDX9J1mi6cHToDZxHZdUzx { color:#ffffff;display:block;width:426px;position:absolute;font-family:"source sans pro";font-size:14px;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:64px;left:100px;height:18px;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;font-style:normal;display:block; }
#qxA4GhpTTT6N9W9LPz52HnwyHTGH2MbJ { color:#ffffff;display:block;width:426px;position:absolute;font-family:"source sans pro";font-size:14px;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:94.399993896484px;left:100px;height:18px;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;font-style:normal;display:block; }
#h7ZF8APRIli4zT3MQZNz1mkwe2ZR0hc3 { color:#ffffff;display:block;width:996px;position:absolute;font-family:"source sans pro";font-size:14px;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:249px;left:100px;height:36px;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;font-style:normal;display:block; }
#yIMvlmwDoM73KnT7z1K2Ow8Hcc4DspBl { color:#ffffff;display:block;width:996px;position:absolute;font-family:"source sans pro";font-size:14px;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:309px;left:100px;height:72px;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;font-style:normal;display:block; }
#y5KHXvxX372owuvRusUm6rxZF49DVhdI { position:absolute;display:block;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0a3aff, #6e00d6);background-image: -moz-linear-gradient(90deg, #0a3aff, #6e00d6);background-image: -ms-linear-gradient(90deg, #0a3aff, #6e00d6);background-image: -o-linear-gradient(90deg, #0a3aff, #6e00d6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3aff', endColorstr='#6e00d6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3aff', endColorstr='#6e00d6' );";background-image: linear-gradient(90deg, #0a3aff, #6e00d6);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:4px;width:120px;top:47px;left:100px;display:block; }
#a3ncBIfI4Zvfhwyh7M23x7qDyawVm4XA { color:#ffffff;display:block;width:196px;position:absolute;font-family:"source sans pro";font-size:14px;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:182px;left:100px;height:18px;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;font-style:normal;display:block; }
#xyaUO9JVRn0gIyMzdrefbemWMqtiDaKF { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:40px;top:171px;left:300px;overflow:hidden;display:block; }
#HsKJ06cuQgoB1gCaPlPvXxG4BVobept2 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42px;width:152px;top:171px;left:360px;overflow:hidden;display:block; }
#uT5NAKeUgP8L2dWXzvnGimDKq4lqXByp { position:absolute;display:block;z-index:100040;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0a3aff, #6e00d6);background-image: -moz-linear-gradient(90deg, #0a3aff, #6e00d6);background-image: -ms-linear-gradient(90deg, #0a3aff, #6e00d6);background-image: -o-linear-gradient(90deg, #0a3aff, #6e00d6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3aff', endColorstr='#6e00d6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3aff', endColorstr='#6e00d6' );";background-image: linear-gradient(90deg, #0a3aff, #6e00d6);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:4px;width:261px;top:48px;left:766px;display:block; }
#k5e5OBrwSUaAOXMSLM3CWmEgpVEZIXCb { color:#ffffff;display:block;width:426px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:300;z-index:100036;line-height:1.3;letter-spacing:0;top:19px;left:765px;height:26px;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;font-style:normal;display:block; }
#FHANv1VoTc52Q0lT5PvlclkK5lATrAXX { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48px;width:493px;top:111px;left:653.5px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT0LTRqvZbVzrt1DazTwybhihGxEqhVO { top:168px;left:0px;width:764px;height:76px;font-size:76px;display:block; }
 }@media only screen and (max-width: 763px) { #HMGbPmQDxezXZqwFhPKCKUfWG1Q97QCq { top:457px;left:235.5px;width:293px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #TVIpIzKrPIxRuu67aWylvnXtAe1aGCu8 { display:block; }
 }@media only screen and (max-width: 763px) { #TAyh8s9h5UeoeSfCUKUiyk3k7zPKh9d1 { top:1475px;left:0px;width:96px;height:96px;font-size:67px;display:block; }
 }@media only screen and (max-width: 763px) { #HpTq475U1csiCyzm1TcLaFGKlriTrDEt { top:1475px;left:231px;width:96px;height:96px;font-size:67px;display:block; }
 }@media only screen and (max-width: 763px) { #yckWntzszkR2HgcnO57TT3aWbbTUenir { top:1475px;left:631px;width:96px;height:96px;font-size:67px;display:block; }
 }@media only screen and (max-width: 763px) { #q8C3pmlt1i6LqfySefDp8F9GT0gwaKgl { top:1515px;left:0px;width:164px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uW5P2i3unBNiTflIZTGVUkTZ3iHEEUCp { top:1515px;left:331px;width:231px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mK8IkfykfpxC0cXsfTW0P2xuDoAbGicG { top:1510px;left:542px;width:222px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #KWqv4Zk4pcnL6WzeuKPwS9xJqr6nCiIv { top:1864px;left:0px;width:764px;height:16px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #myQ0yiLF9A9unxkDQtyt8IuhhQEmsGLK { top:36px;left:278.5px;width:187px;height:112px;display:block; }
 }@media only screen and (max-width: 763px) { #ac459bVzcvK17QuSMsadp0gz68qcVuK6 { top:283px;left:0px;width:764px;height:56px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #nn2LuCxw88tdB7Lo3loHrizZ4EGlSm1H { top:1409px;left:12px;width:739px;height:30px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Pndgc8NNgMm9ofw7t9eiaVxnTe5yKee9 { top:1649px;left:0px;width:764px;height:265px;display:block; }
 }@media only screen and (max-width: 763px) { #wZRWRirpvLGwyTTrRT8Sy6lcZdJiduTk { top:1671px;left:13px;width:739px;height:30px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #XnvrKXJN8Dx0w74ZXkshg1UStlt3PrCp { top:1731px;left:0px;width:96px;height:96px;font-size:67px;display:block; }
 }@media only screen and (max-width: 763px) { #UqEfy3MxrPHagGahThsDbQ0TyVoPrJ5g { top:1755px;left:24px;width:740px;height:80px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #n9hviCllc4S6gy7IHORbW7Pko5CTyqhg { top:1711px;left:627px;width:137px;height:137px;font-size:95px;display:block; }
 }@media only screen and (max-width: 763px) { #ni8zWzJgUcDneKETBBcki0JeoPETcvNO { top:611px;left:0px;width:764px;height:30px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #hGiCJycFtbbkwoV49kVyJuLD1MTgATN9 { top:663px;left:0px;width:764px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #d8oiwEzzo25JyxoS6xWAZmT5eTRpRiz3 { top:755px;left:0px;width:764px;height:30px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #fvmmIbtJpaDbWxxGHmGaxFDh8lN624bG { top:805px;left:0px;width:764px;height:24px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MoyISfgBHR7PGlgwMc4Rrnw4z0OAmo6C { top:923px;left:0px;width:764px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CSRazrFASA5ABRD0TmWbrrgtJ17S6zNO { top:869px;left:0px;width:764px;height:30px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #sy32TlZFIye4ha8il6IpDtseQusTvgtE { top:1063px;left:0px;width:764px;height:72px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HpMetu8Z1OdhU6aMGTDTRm6zO4EAXhzR { top:1013px;left:0px;width:764px;height:30px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #xD9LoM5UCq2fzO1PrLxGXLCLh8bWwZDp { top:1241px;left:235.5px;width:293px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #Q8epb2HBEhn02lrIIhGoX8tmGhKqnoOw { display:block; }
 }@media only screen and (max-width: 763px) { #omNJWZpTmEyqs1ygN7k2GMTV12THm6BE { top:1834px;left:0px;width:764px;height:261px;display:none; }
 }@media only screen and (max-width: 763px) { #BPIhWkxAPT92TQHDTFGKucGLSQ1hFt8T { display:block; }#BPIhWkxAPT92TQHDTFGKucGLSQ1hFt8T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIdSx3U2biyUd042ykxd0W9hvhyBPNNA { top:53px;left:0px;width:764px;height:60px;font-size:60px;display:block; }
 }@media only screen and (max-width: 763px) { #DnbBQ4FrqQRQBfUO7zuLEHmEXKlOMNdm { top:180px;left:120px;width:96px;height:96px;font-size:67px;display:block; }
 }@media only screen and (max-width: 763px) { #TtsTxmsaVD5M09pdctMRWRBECeZuURAu { top:180px;left:328px;width:96px;height:96px;font-size:67px;display:block; }
 }@media only screen and (max-width: 763px) { #TtN3oW7Mk5PiXbcXZ5TW3oeCT3aei19g { top:180px;left:549px;width:96px;height:96px;font-size:67px;display:block; }
 }@media only screen and (max-width: 763px) { #wx1nDNQfdUt2VWXoI3nDokOfKxBzRvHO { top:180px;left:668px;width:96px;height:96px;font-size:67px;display:block; }
 }@media only screen and (max-width: 763px) { #cZqhvBogavUPJGMCQELAAZ9i2VJ7SVuv { top:275px;left:76px;width:205px;height:52px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ivlNoKTow8Srh2Q4KGLDysP95mG3Q1u9 { top:275px;left:277.00003051758px;width:205px;height:51px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #LvMx0sCpQTgg67meutdWVyUiZIHWe3ED { top:124px;left:168px;width:429px;height:4px;display:block; }
 }@media only screen and (max-width: 763px) { #hN5UTci2wJzJBtHsJ4o0sC6ZyA1MqtX1 { top:275px;left:498px;width:205px;height:52px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #hSeV5BRdLwmQeGXzcZ3y4s467WUSGJ5T { top:275px;left:559px;width:205px;height:78px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #IWQmhh4ktiCOggbMdQkxJT1MUl2lG6vy { top:276px;left:0px;width:205px;height:51px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #DOwxFXCMT8DC2iIJ0HudRAlqNx1SXPxk { top:203px;left:0px;width:103px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #UsWqOS5CayDbcoxSvEMqvNs8ILArogNk { top:353px;left:190px;width:293px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #my4tdwNqtrzbE1PfvzTWzCnrt0xKmAka { display:block; }
 }@media only screen and (max-width: 763px) { #t0rTqZcuxi8v9F6dp1XNWS9ndEvJStlP { display:block; }#t0rTqZcuxi8v9F6dp1XNWS9ndEvJStlP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ik88iaPJkRxhL3F0hye7wJCWed8W6FBT { top:18px;left:0px;width:426px;height:26px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #rfl1eUKhfPSDX9J1mi6cHToDZxHZdUzx { top:64px;left:0px;width:426px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #qxA4GhpTTT6N9W9LPz52HnwyHTGH2MbJ { top:94px;left:0px;width:426px;height:17px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #h7ZF8APRIli4zT3MQZNz1mkwe2ZR0hc3 { top:249px;left:0px;width:764px;height:36px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #yIMvlmwDoM73KnT7z1K2Ow8Hcc4DspBl { top:309px;left:0px;width:764px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #y5KHXvxX372owuvRusUm6rxZF49DVhdI { top:47px;left:0px;width:120px;height:4px;display:block; }
 }@media only screen and (max-width: 763px) { #a3ncBIfI4Zvfhwyh7M23x7qDyawVm4XA { top:182px;left:0px;width:196px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xyaUO9JVRn0gIyMzdrefbemWMqtiDaKF { top:171px;left:191px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #HsKJ06cuQgoB1gCaPlPvXxG4BVobept2 { top:171px;left:230px;width:152px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #uT5NAKeUgP8L2dWXzvnGimDKq4lqXByp { top:48px;left:439px;width:261px;height:4px;display:block; }
 }@media only screen and (max-width: 763px) { #k5e5OBrwSUaAOXMSLM3CWmEgpVEZIXCb { top:19px;left:338px;width:426px;height:26px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #FHANv1VoTc52Q0lT5PvlclkK5lATrAXX { top:111px;left:271px;width:493px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#141436;background-image:url("https://images.assets-landingi.com/D9ik7s4y/bg_s_2.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:fixed;background-size:initial;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:2525px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT0LTRqvZbVzrt1DazTwybhihGxEqhVO { width:300px;height:80px;top:135px;left:10px;font-size:40px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HMGbPmQDxezXZqwFhPKCKUfWG1Q97QCq { top:476px;left:21px;width:278px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #TVIpIzKrPIxRuu67aWylvnXtAe1aGCu8 { display:block; }
 }@media only screen and (max-width: 763px) { #TAyh8s9h5UeoeSfCUKUiyk3k7zPKh9d1 { width:60px;height:60px;top:1926px;left:24px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #HpTq475U1csiCyzm1TcLaFGKlriTrDEt { width:60px;height:60px;top:1926px;left:130px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #yckWntzszkR2HgcnO57TT3aWbbTUenir { width:60px;height:60px;top:1926px;left:235px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #q8C3pmlt1i6LqfySefDp8F9GT0gwaKgl { width:80px;height:30px;top:1986px;left:14px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uW5P2i3unBNiTflIZTGVUkTZ3iHEEUCp { width:96px;height:30px;top:1986px;left:112px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mK8IkfykfpxC0cXsfTW0P2xuDoAbGicG { width:106px;height:30px;top:1986px;left:214px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KWqv4Zk4pcnL6WzeuKPwS9xJqr6nCiIv { width:320px;height:39px;top:2296px;left:0px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #myQ0yiLF9A9unxkDQtyt8IuhhQEmsGLK { width:140px;height:84px;top:20px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #ac459bVzcvK17QuSMsadp0gz68qcVuK6 { width:302px;height:95px;top:245px;left:9px;font-size:19px;text-align:center;text-align-last:center;font-weight:400;font-style:normal;text-shadow:1px 1px 11px rgba(0,0,0,0.67);display:block; }
 }@media only screen and (max-width: 763px) { #nn2LuCxw88tdB7Lo3loHrizZ4EGlSm1H { width:320px;height:60px;top:1840px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pndgc8NNgMm9ofw7t9eiaVxnTe5yKee9 { width:320px;height:313px;top:2033px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wZRWRirpvLGwyTTrRT8Sy6lcZdJiduTk { width:320px;height:30px;top:2053px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XnvrKXJN8Dx0w74ZXkshg1UStlt3PrCp { width:53px;height:55px;top:2093px;left:134px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #UqEfy3MxrPHagGahThsDbQ0TyVoPrJ5g { width:320px;height:48px;top:2165px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n9hviCllc4S6gy7IHORbW7Pko5CTyqhg { width:51px;height:49px;top:2236px;left:135px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #ni8zWzJgUcDneKETBBcki0JeoPETcvNO { width:320px;height:23px;top:885px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGiCJycFtbbkwoV49kVyJuLD1MTgATN9 { width:301px;height:192px;top:927px;left:10px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d8oiwEzzo25JyxoS6xWAZmT5eTRpRiz3 { width:320px;height:23px;top:1154px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvmmIbtJpaDbWxxGHmGaxFDh8lN624bG { width:320px;height:96px;top:1197px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MoyISfgBHR7PGlgwMc4Rrnw4z0OAmo6C { width:320px;height:168px;top:1363px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CSRazrFASA5ABRD0TmWbrrgtJ17S6zNO { width:320px;height:23px;top:1320px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sy32TlZFIye4ha8il6IpDtseQusTvgtE { width:320px;height:168px;top:1602px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HpMetu8Z1OdhU6aMGTDTRm6zO4EAXhzR { width:320px;height:23px;top:1566px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xD9LoM5UCq2fzO1PrLxGXLCLh8bWwZDp { top:2390px;left:13.5px;width:293px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #Q8epb2HBEhn02lrIIhGoX8tmGhKqnoOw { display:block; }
 }@media only screen and (max-width: 763px) { #omNJWZpTmEyqs1ygN7k2GMTV12THm6BE { width:320px;height:249px;top:867px;left:0px;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #BPIhWkxAPT92TQHDTFGKucGLSQ1hFt8T { background-color:#141436;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }#BPIhWkxAPT92TQHDTFGKucGLSQ1hFt8T > .row .container { background-color: transparent; background-image: none; }#BPIhWkxAPT92TQHDTFGKucGLSQ1hFt8T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BPIhWkxAPT92TQHDTFGKucGLSQ1hFt8T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BPIhWkxAPT92TQHDTFGKucGLSQ1hFt8T > .row .container > .video-iframe-container { display: none; }#BPIhWkxAPT92TQHDTFGKucGLSQ1hFt8T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BPIhWkxAPT92TQHDTFGKucGLSQ1hFt8T > .row > .video-iframe-container { display: none; }#BPIhWkxAPT92TQHDTFGKucGLSQ1hFt8T > .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); }#BPIhWkxAPT92TQHDTFGKucGLSQ1hFt8T > .row .container { border-width: 0; border-radius: 0; }#BPIhWkxAPT92TQHDTFGKucGLSQ1hFt8T > .row .container { width:320px;height:1051px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIdSx3U2biyUd042ykxd0W9hvhyBPNNA { width:320px;height:32px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DnbBQ4FrqQRQBfUO7zuLEHmEXKlOMNdm { width:96px;height:96px;top:260px;left:121px;font-size:67px;display:block; }
 }@media only screen and (max-width: 763px) { #TtsTxmsaVD5M09pdctMRWRBECeZuURAu { width:96px;height:96px;top:412px;left:112px;font-size:67px;display:block; }
 }@media only screen and (max-width: 763px) { #TtN3oW7Mk5PiXbcXZ5TW3oeCT3aei19g { width:96px;height:96px;top:579px;left:112px;font-size:67px;display:block; }
 }@media only screen and (max-width: 763px) { #wx1nDNQfdUt2VWXoI3nDokOfKxBzRvHO { width:96px;height:96px;top:741px;left:111.99999809265px;font-size:67px;display:block; }
 }@media only screen and (max-width: 763px) { #cZqhvBogavUPJGMCQELAAZ9i2VJ7SVuv { width:317px;height:30px;top:360px;left:3px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ivlNoKTow8Srh2Q4KGLDysP95mG3Q1u9 { width:119px;height:30px;top:508px;left:100.5px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LvMx0sCpQTgg67meutdWVyUiZIHWe3ED { width:280px;height:4px;top:60px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hN5UTci2wJzJBtHsJ4o0sC6ZyA1MqtX1 { width:145px;height:30px;top:674px;left:87.5px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hSeV5BRdLwmQeGXzcZ3y4s467WUSGJ5T { width:144px;height:30px;top:837px;left:87.999998092651px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IWQmhh4ktiCOggbMdQkxJT1MUl2lG6vy { width:205px;height:30px;top:196px;left:56.999998092651px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DOwxFXCMT8DC2iIJ0HudRAlqNx1SXPxk { width:103px;height:50px;top:122.796875px;left:108.5px;display:block; }
 }@media only screen and (max-width: 763px) { #UsWqOS5CayDbcoxSvEMqvNs8ILArogNk { top:925px;left:13.5px;width:293px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #my4tdwNqtrzbE1PfvzTWzCnrt0xKmAka { display:block; }
 }@media only screen and (max-width: 763px) { #t0rTqZcuxi8v9F6dp1XNWS9ndEvJStlP { background-color:#141436;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#t0rTqZcuxi8v9F6dp1XNWS9ndEvJStlP > .row .container { background-color: transparent; background-image: none; }#t0rTqZcuxi8v9F6dp1XNWS9ndEvJStlP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t0rTqZcuxi8v9F6dp1XNWS9ndEvJStlP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t0rTqZcuxi8v9F6dp1XNWS9ndEvJStlP > .row .container > .video-iframe-container { display: none; }#t0rTqZcuxi8v9F6dp1XNWS9ndEvJStlP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t0rTqZcuxi8v9F6dp1XNWS9ndEvJStlP > .row > .video-iframe-container { display: none; }#t0rTqZcuxi8v9F6dp1XNWS9ndEvJStlP > .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); }#t0rTqZcuxi8v9F6dp1XNWS9ndEvJStlP > .row .container { border-width: 0; border-radius: 0; }#t0rTqZcuxi8v9F6dp1XNWS9ndEvJStlP > .row .container { width:320px;height:732px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ik88iaPJkRxhL3F0hye7wJCWed8W6FBT { width:320px;height:15px;top:20px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rfl1eUKhfPSDX9J1mi6cHToDZxHZdUzx { width:320px;height:18px;top:73px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qxA4GhpTTT6N9W9LPz52HnwyHTGH2MbJ { width:320px;height:18px;top:101px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h7ZF8APRIli4zT3MQZNz1mkwe2ZR0hc3 { width:320px;height:90px;top:275px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yIMvlmwDoM73KnT7z1K2Ow8Hcc4DspBl { width:320px;height:234px;top:482px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y5KHXvxX372owuvRusUm6rxZF49DVhdI { width:120px;height:4px;top:45px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #a3ncBIfI4Zvfhwyh7M23x7qDyawVm4XA { width:320px;height:18px;top:241px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xyaUO9JVRn0gIyMzdrefbemWMqtiDaKF { width:40px;height:40px;top:159px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #HsKJ06cuQgoB1gCaPlPvXxG4BVobept2 { width:152px;height:42px;top:159px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #uT5NAKeUgP8L2dWXzvnGimDKq4lqXByp { width:261px;height:4px;top:418px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #k5e5OBrwSUaAOXMSLM3CWmEgpVEZIXCb { width:320px;height:15px;top:393px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FHANv1VoTc52Q0lT5PvlclkK5lATrAXX { width:299px;height:29px;top:433px;left:0px;display:block; }
 }