.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:#2d2d2d;background-image:url("https://images.assets-landingi.com/uc/134c39ef-76b2-4c9a-8a4f-5aa8fad8755e/BG_uus_galaxy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { 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); }#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:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:1142px;width:1200px;position:relative;display:block; }#PHr9ANG2g8RPrp12UnLHT7z1ZT1mzfOx { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:290px;width:960px;top:0px;left:120px;overflow:hidden;display:none; }
#rBThN60n6K9JNu1c8EyoLyituzQPPmxL { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:114px;width:113px;top:210px;left:455.5px;overflow:hidden;display:block; }
#mJDEPWyTBuazXUXyfHge3bMx98aTwboE { background-color:#3a5fbd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #e9f1f6;border-left:3px solid #e9f1f6;border-right:3px solid #e9f1f6;border-bottom:3px solid #e9f1f6;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;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:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:342px;height:56px;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:377.5px;left:429px;display:block; }
#kVM1Q4soFneIKoEJ7hwcv6r0M67Bo5t2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#pm2LrssTZVMW9CVm1aZNdrRGJuW6WFk3 { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:82px;width:345px;top:439px;left:115px;overflow:hidden;display:none; }
#hLnWI22Uu50uIhQndJ0gTTWFXwLZUQ94 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:68px;width:370px;top:439px;left:701px;overflow:hidden;display:none; }
#O7eD3QX8uVw4mCWJGyZTPe52lMxHFKAR { color:#ffffff;display:block;width:402px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:99995;line-height:1.3;letter-spacing:0;top:203.5px;left:147.5px;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TnUHsT3IAxQf2AWKJiqvvvxgzcAtbtOr { color:#ffffff;display:block;width:398px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:193px;left:655px;height:0;text-align:center;text-align-last:center;display:none; }
#BkEuUCe1gCnLW5phfLAQ78rfr1J6tJ6A { color:#ffffff;display:block;width:835px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 23px rgba(0,0,0,0.5);top:1010px;left:182.5px;height:78px;text-align:center;text-align-last:center;display:block; }
#wfspcEmfXSkOgVWbXrT4GNLuNUs3ALQf { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:20px;top:219px;left:285px;display:none; }
#apTsfv2S2M13D0LEbR0cMkpHFOM1n6Et { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:20px;top:246px;left:236px;display:none; }
#atCqx3Rhw5vp0SCp2xM8XBqNCw2i0GzI { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:20px;top:260px;left:180px;display:none; }
#K17luZA16JtnZPcomEmrAIEsxHwry395 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:40px;top:291px;left:180px;display:none; }
#VoZ722pAyPi3aK0JJkkzKTVIw3xEoAuR { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:108px;width:422px;display:none; }
#f9XTwVXJeE9FoC45FQi4NDv6XTwxhEeO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:191px;width:960px;display:none; }
#TebilqJ3mZ4XZrCf6TB6Lt0FB53duiQA { color:#ffffff;display:block;width:559px;position:absolute;font-family:"open sans";font-size:40px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:156px;left:320px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SC4nrqQHh83V7WqqrbuJ5ywETSgVBCJT { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#a3IeqUsda6mCeveETF0HFrfUtrc4J1TZ { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#d3cp18PZ5rgidIWn0vs3zGHExQ0eXKRi { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:80px;top:270px;left:276px;display:none; }
#QklU9HZvGB1K45USNd28htmglmVdWTSg { position:absolute;display:block;z-index:99994;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:10px solid #ffffff;border-left:10px solid #ffffff;border-right:10px solid #ffffff;border-bottom:10px solid #ffffff;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:200px;width:451px;top:76px;left:113px;display:none; }
#a5Po5u1f4lB994pbXlsIntqmGJmmgRhT { position:absolute;display:block;z-index:99999;background-color:#5b20bc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #ffffff;border-left:10px solid #ffffff;border-right:10px solid #ffffff;border-bottom:10px solid #ffffff;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:200px;width:451px;top:76px;left:619px;display:none; }
#Cdnyo4KhVhkTA15UoeaEUezPiDnf7x72 { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:74px;width:363px;top:491.5px;left:157px;overflow:hidden;display:none; }
#OcXbIxKdfOa7uhv5Aqqi1i5hC1KZJvpm { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:94px;width:383px;top:490.5px;left:626.5px;overflow:hidden;display:none; }
#mN6C0JJ21SRlzKX586Z2z3dbeyEc7eQI { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:371px;width:88px;top:75.5px;left:72.5px;overflow:hidden;display:none; }
#XG9eJ3hXrXFRBAUHiV6Alvxn1fGQ4CUA { color:#ffffff;display:block;width:441px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:99995;line-height:1.3;letter-spacing:0;top:521px;left:67px;height:32.5px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#v18nvDzWfo2AFOmfszWQC7Uk0vRBT53I { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:141px;width:141px;top:151px;left:782.5px;overflow:hidden;display:none; }
#kXxIXb3zT37A7Nm2zkQ0xMcgfUuVRMJ3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:800px;width:1200px;display:none; }
#AwcKIPmmlcU01lGamwVgkxmyQimzmO6X { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4096px;width:1000px;display:none; }
#SGpRCRkOKgBQMzOrQSBMEKhN5I0VPhBR { color:#ffffff;display:block;width:808px;position:absolute;font-family:"open sans";font-size:50px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:53px;left:196px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tTxux4EzVaqXfFx9WcbTHQT7uu4qAToo { color:#fdfdfd;display:block;width:791px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:118px;left:204.5px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T4A8VumitlBShCcBX9lZa1G8i7ai3IHN { color:#ffffff;display:block;width:441px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:99996;line-height:1.3;letter-spacing:0;top:521px;left:665px;height:32.5px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iNVG53IzRCeLnv55FbLAMISl7P7Om4K1 { color:#ffffff;display:block;width:441px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:99995;line-height:1.3;letter-spacing:0;top:521px;left:67px;height:32px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bIrZsAHfRuXLI6PiIX66gv4yoSlouGkK { color:#ffffff;display:block;width:441px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:99996;line-height:1.3;letter-spacing:0;top:521px;left:665px;height:32px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zTCPO3DufuCVxC6oa8J6L3NkQawlppOI { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:97px;width:137px;top:225px;left:616.50006103516px;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) { #PHr9ANG2g8RPrp12UnLHT7z1ZT1mzfOx { top:0px;left:0px;width:764px;height:230.79166666667px;display:block; }
 }@media only screen and (max-width: 763px) { #rBThN60n6K9JNu1c8EyoLyituzQPPmxL { top:210px;left:237.5px;width:113px;height:114px;display:block; }
 }@media only screen and (max-width: 763px) { #mJDEPWyTBuazXUXyfHge3bMx98aTwboE { width:342px;height:56px;top:377px;left:211px;display:block; }
 }@media only screen and (max-width: 763px) { #kVM1Q4soFneIKoEJ7hwcv6r0M67Bo5t2 { display:block; }
 }@media only screen and (max-width: 763px) { #pm2LrssTZVMW9CVm1aZNdrRGJuW6WFk3 { top:439px;left:0px;width:345px;height:82px;display:block; }
 }@media only screen and (max-width: 763px) { #hLnWI22Uu50uIhQndJ0gTTWFXwLZUQ94 { top:439px;left:394px;width:370px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #O7eD3QX8uVw4mCWJGyZTPe52lMxHFKAR { top:203px;left:0px;width:402px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #TnUHsT3IAxQf2AWKJiqvvvxgzcAtbtOr { top:193px;left:366px;width:398px;height:60px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #BkEuUCe1gCnLW5phfLAQ78rfr1J6tJ6A { top:1010px;left:0px;width:764px;height:78px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #wfspcEmfXSkOgVWbXrT4GNLuNUs3ALQf { top:219px;left:67px;width:200px;height:20px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #apTsfv2S2M13D0LEbR0cMkpHFOM1n6Et { top:246px;left:18px;width:200px;height:20px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #atCqx3Rhw5vp0SCp2xM8XBqNCw2i0GzI { top:260px;left:0px;width:200px;height:20px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #K17luZA16JtnZPcomEmrAIEsxHwry395 { top:291px;left:0px;width:200px;height:40px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #VoZ722pAyPi3aK0JJkkzKTVIw3xEoAuR { width:200px;height:51px;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #f9XTwVXJeE9FoC45FQi4NDv6XTwxhEeO { width:;height:39px;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #TebilqJ3mZ4XZrCf6TB6Lt0FB53duiQA { top:156px;left:102px;width:320px;height:78px;font-size:40px;display:none; }
 }@media only screen and (max-width: 763px) { #SC4nrqQHh83V7WqqrbuJ5ywETSgVBCJT { top:0px;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #a3IeqUsda6mCeveETF0HFrfUtrc4J1TZ { top:0px;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #d3cp18PZ5rgidIWn0vs3zGHExQ0eXKRi { top:98px;left:0px;width:295px;height:62px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #QklU9HZvGB1K45USNd28htmglmVdWTSg { top:76px;left:0px;width:451px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #a5Po5u1f4lB994pbXlsIntqmGJmmgRhT { top:76px;left:293px;width:451px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #Cdnyo4KhVhkTA15UoeaEUezPiDnf7x72 { top:491px;left:0px;width:363px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #OcXbIxKdfOa7uhv5Aqqi1i5hC1KZJvpm { top:490px;left:300px;width:383px;height:94px;display:block; }
 }@media only screen and (max-width: 763px) { #mN6C0JJ21SRlzKX586Z2z3dbeyEc7eQI { top:75px;left:0px;width:88px;height:371px;display:block; }
 }@media only screen and (max-width: 763px) { #XG9eJ3hXrXFRBAUHiV6Alvxn1fGQ4CUA { top:521px;left:0px;width:441px;height:32px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #v18nvDzWfo2AFOmfszWQC7Uk0vRBT53I { top:151px;left:564.5px;width:141px;height:141px;display:none; }
 }@media only screen and (max-width: 763px) { #kXxIXb3zT37A7Nm2zkQ0xMcgfUuVRMJ3 { width:764px;height:509px;display:none; }
 }@media only screen and (max-width: 763px) { #AwcKIPmmlcU01lGamwVgkxmyQimzmO6X { width:764px;height:3129px;display:none; }
 }@media only screen and (max-width: 763px) { #SGpRCRkOKgBQMzOrQSBMEKhN5I0VPhBR { top:53px;left:0px;width:764px;height:65px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #tTxux4EzVaqXfFx9WcbTHQT7uu4qAToo { top:118px;left:0px;width:764px;height:65px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #T4A8VumitlBShCcBX9lZa1G8i7ai3IHN { top:521px;left:323px;width:441px;height:32px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #iNVG53IzRCeLnv55FbLAMISl7P7Om4K1 { top:521px;left:0px;width:441px;height:32px;font-size:10px;display:none; }
 }@media only screen and (max-width: 763px) { #bIrZsAHfRuXLI6PiIX66gv4yoSlouGkK { top:521px;left:323px;width:441px;height:32px;font-size:10px;display:none; }
 }@media only screen and (max-width: 763px) { #zTCPO3DufuCVxC6oa8J6L3NkQawlppOI { top:225px;left:398.50006103516px;width:137px;height:97px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#2d2d2d;background-image:url("https://images.assets-landingi.com/uc/134c39ef-76b2-4c9a-8a4f-5aa8fad8755e/BG_uus_galaxy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { 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) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:676px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHr9ANG2g8RPrp12UnLHT7z1ZT1mzfOx { width:310px;height:94px;top:0px;left:0px;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #rBThN60n6K9JNu1c8EyoLyituzQPPmxL { width:50px;height:50px;top:166.40000915527px;left:79.000004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #mJDEPWyTBuazXUXyfHge3bMx98aTwboE { width:226px;height:42px;top:228px;left:47.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #kVM1Q4soFneIKoEJ7hwcv6r0M67Bo5t2 { display:block; }
 }@media only screen and (max-width: 763px) { #pm2LrssTZVMW9CVm1aZNdrRGJuW6WFk3 { width:122px;height:25px;top:236px;left:16px;display:none; }
 }@media only screen and (max-width: 763px) { #hLnWI22Uu50uIhQndJ0gTTWFXwLZUQ94 { width:81px;height:14px;top:51px;left:125px;display:none; }
 }@media only screen and (max-width: 763px) { #O7eD3QX8uVw4mCWJGyZTPe52lMxHFKAR { width:320px;height:0;top:264.5px;left:0px;font-size:16px;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #TnUHsT3IAxQf2AWKJiqvvvxgzcAtbtOr { width:120px;height:0;top:264.5px;left:181px;font-size:10px;display:none; }
 }@media only screen and (max-width: 763px) { #BkEuUCe1gCnLW5phfLAQ78rfr1J6tJ6A { width:312px;height:39px;top:565px;left:4.0000009536743px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #wfspcEmfXSkOgVWbXrT4GNLuNUs3ALQf { top:208px;left:8px;width:94px;height:0;z-index:100010;color:#ffffff;text-align:center;text-align-last:center;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #apTsfv2S2M13D0LEbR0cMkpHFOM1n6Et { top:204.5px;left:101px;width:200px;height:0;z-index:100011;color:#ffffff;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #atCqx3Rhw5vp0SCp2xM8XBqNCw2i0GzI { top:240px;left:20px;width:151px;height:0;z-index:100011;color:#ffffff;text-align:center;text-align-last:center;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #K17luZA16JtnZPcomEmrAIEsxHwry395 { top:240px;left:168px;width:152px;height:0;z-index:100012;color:#ffffff;font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #VoZ722pAyPi3aK0JJkkzKTVIw3xEoAuR { top:223px;left:24px;width:109px;height:24px;z-index:100013;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #f9XTwVXJeE9FoC45FQi4NDv6XTwxhEeO { top:242px;left:191px;width:104px;height:20px;z-index:100014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TebilqJ3mZ4XZrCf6TB6Lt0FB53duiQA { width:320px;height:78px;top:19px;left:0px;font-size:30px;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #SC4nrqQHh83V7WqqrbuJ5ywETSgVBCJT { top:207px;left:6px;width:148px;height:152px;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:none; }
 }@media only screen and (max-width: 763px) { #a3IeqUsda6mCeveETF0HFrfUtrc4J1TZ { top:207px;left:166px;width:148px;height:152px;z-index:100000;background-color:#5b20bc;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:none; }
 }@media only screen and (max-width: 763px) { #d3cp18PZ5rgidIWn0vs3zGHExQ0eXKRi { top:98px;left:12.500000953674px;width:295px;height:62.4px;z-index:100015;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QklU9HZvGB1K45USNd28htmglmVdWTSg { width:138px;height:141px;top:206.5px;left:5px;z-index:99994;border-top:5px solid #ffffff;border-left:5px solid #ffffff;border-right:5px solid #ffffff;border-bottom:5px solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #a5Po5u1f4lB994pbXlsIntqmGJmmgRhT { width:138px;height:140px;top:207px;left:165px;z-index:99997;border-top:5px solid #ffffff;border-left:5px solid #ffffff;border-right:5px solid #ffffff;border-bottom:5px solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Cdnyo4KhVhkTA15UoeaEUezPiDnf7x72 { width:142px;height:147px;top:208.5px;left:9px;z-index:100016;display:none; }
 }@media only screen and (max-width: 763px) { #OcXbIxKdfOa7uhv5Aqqi1i5hC1KZJvpm { width:142px;height:145px;top:208.5px;left:168px;display:none; }
 }@media only screen and (max-width: 763px) { #mN6C0JJ21SRlzKX586Z2z3dbeyEc7eQI { width:21px;height:87px;top:251.5px;left:0px;overflow:hidden;z-index:100017;display:none; }
 }@media only screen and (max-width: 763px) { #XG9eJ3hXrXFRBAUHiV6Alvxn1fGQ4CUA { width:142px;height:0;top:248px;left:10px;font-size:16px;color:#ffffff;z-index:99996;display:none; }
 }@media only screen and (max-width: 763px) { #v18nvDzWfo2AFOmfszWQC7Uk0vRBT53I { width:86px;height:86px;top:151px;left:200.5px;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #kXxIXb3zT37A7Nm2zkQ0xMcgfUuVRMJ3 { top:160px;left:24.730769230769px;width:105px;height:69px;z-index:100018;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #AwcKIPmmlcU01lGamwVgkxmyQimzmO6X { top:246.99376773834px;left:0px;width:38px;height:158px;z-index:100019;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SGpRCRkOKgBQMzOrQSBMEKhN5I0VPhBR { width:320px;height:auto;top:53px;left:0px;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #tTxux4EzVaqXfFx9WcbTHQT7uu4qAToo { width:320px;height:auto;top:118px;left:0px;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #T4A8VumitlBShCcBX9lZa1G8i7ai3IHN { width:320px;height:0;top:617px;left:0px;font-size:16px;color:#ffffff;z-index:99996;display:none; }
 }@media only screen and (max-width: 763px) { #iNVG53IzRCeLnv55FbLAMISl7P7Om4K1 { width:142px;height:13px;top:262px;left:4px;font-size:10px;color:#ffffff;z-index:99997;display:none; }
 }@media only screen and (max-width: 763px) { #bIrZsAHfRuXLI6PiIX66gv4yoSlouGkK { width:148px;height:13px;top:263px;left:168px;font-size:10px;color:#ffffff;z-index:99997;display:none; }
 }@media only screen and (max-width: 763px) { #zTCPO3DufuCVxC6oa8J6L3NkQawlppOI { width:64px;height:46px;top:168.40000915527px;left:181.99999713898px;display:block; }
 }