.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/12fb5874-4ad3-43a1-8ab9-ffd7e05ba5e8/Frame58.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw.adaptive-delivery-prevent-bg, #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw.lazyload, #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw.lazyloading { background-image: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { background-color: transparent; background-image: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container > .video-iframe-container { display: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container { display: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { border-width: 0; border-radius: 0; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { font-size:14px;font-family:arial;height:712px;width:1200px;position:relative;display:block; }#CzsS3Cc7wUEbAT6oRTUtUmuUomF3MQzK { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#hCRtRl9R0wtxnPBft5MTroaNOKQlSG0T { color:#ffffff;display:block;width:890px;position:absolute;font-family:raleway;font-size:41px;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:252.4609375px;left:155px;height:90.1562px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OL2WTTbOUeDRlsIx2F1K0l2B6pmEQqTk { color:#ffffff;display:block;width:910.996px;position:absolute;font-family:"open sans";font-size:21px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:364.4921875px;left:144.47265625px;height:81.8555px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PO6il9LWJ0KIOXoZfWRI3345kwWdgnMi { background-color:#017ffa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 3px rgba(0,3,5,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:378px;height:72px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:531px;left:411px;display:block; }
#KfeIVTJppl82yBzOdpe2aOTJ39N8XoxB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hIKO7xoqtQzGalRFM463OaXnLJwODSnT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:146px;width:542px;top:54.921875px;left:328.953125px;overflow:hidden;display:block; }
#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { background-color: transparent; background-image: none; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container > .video-iframe-container { display: none; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row > .video-iframe-container { display: none; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { border-width: 0; border-radius: 0; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { font-size:14px;font-family:arial;height:876px;width:1200px;position:relative;display:block; }#HkOH44pTgxDaWOTtdaCHdAwZ1fPhOUhw { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#Ndd4xtFwttx63ObUJCSzWOG1vblhPDSp { color:#ff9600;display:block;width:1109px;position:absolute;font-family:raleway;font-size:28px;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:67px;left:45.5px;height:84.0234px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#paIJKhAfuHTSUgeCeyBx3oEMkK2A0G7t { color:#000000;display:block;width:501.969px;position:absolute;font-family:inter;font-size:19px;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:230.02508544922px;left:669.5px;height:303.906px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#es2P6dAudSWMnHult0PRyUZTEZ8Uffhs { box-sizing:content-box;color:#0080f0;font-size:55px;font-weight:400;line-height:1;height:79px;width:79px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:814.98046875px;left:560.5078125px;display:block; }
#ifqfoNRi3L0XnS7REo9WN3SZkmbLqnzP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:313px;width:536px;top:225.47917175293px;left:81.958343505859px;overflow:hidden;display:block; }
#KP8zCFLJLyfoHaHJ30CFeNP9185xTu2T { color:#000000;display:block;width:958px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:643.25px;left:121px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container { background-color: transparent; background-image: none; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container > .video-iframe-container { display: none; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row > .video-iframe-container { display: none; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .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); }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container { border-width: 0; border-radius: 0; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container { font-size:14px;font-family:arial;height:1649px;width:1200px;position:relative;display:block; }#UyJh451E4braTqTe58Mna0y2TIwhcGnd { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#WFuwGkn9MCiVfRoD4Jt3o8qQQ6CaS1FZ { color:#febc10;display:block;width:1200px;position:absolute;font-family:raleway;font-size:30px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:91px;left:0px;height:39px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#J90QTP4gD8W0ozw5ICFWIrBQAa4gHo1a { box-sizing:content-box;color:#0000fe;font-size:55px;font-weight:400;line-height:1;height:78.9844px;width:78.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:1551.97265625px;left:586.97265625px;display:block; }
#RUQtZmIVew9bx9MytWOQzQoRFBQw1DwA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:82px;width:369px;top:69.5px;left:191px;overflow:hidden;display:block; }
#txcPInCXPhZoXhT3TShEg4zgZf1Bwyo8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:82px;width:369px;top:69.5px;left:442px;overflow:hidden;display:block; }
#Pe6p91HeDDksDJEfHcKJC1Xfz7HxS4Nw { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:82px;width:369px;top:69.5px;left:624px;overflow:hidden;display:block; }
#SG74sleGkCUetTMiVzCl7vBTwrJlClRQ { color:#febc10;display:block;width:997.988px;position:absolute;font-family:raleway;font-size:30px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1425.9765625px;left:127.4609375px;height:77.9688px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SESwDMSL5z1lnyP7s8EOFoNW70sxDi8P { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:0;width:0;top:583.40257504701px;left:19.0078125px;overflow:hidden;display:block; }
#JTmCHmwcEn3NUooUwxKVyODOU9NvQl1q { color:#000000;display:block;width:501.961px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:215.91796875px;left:93.92578125px;height:175.879px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XfT7GFzDOi3wwkbclR3LB0yBGUVL46Xn { color:#000000;display:block;width:501.961px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:416.953125px;left:93.90625px;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#XfT7GFzDOi3wwkbclR3LB0yBGUVL46Xn li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#XfT7GFzDOi3wwkbclR3LB0yBGUVL46Xn li:before{  }
#oV2olMn2vMPEsWbgoGxBA5gCTSL0H0Zt { color:#000000;display:block;width:501.973px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:803px;left:638px;height:35.1758px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IqEMxcrwAaX4k7DVTbog4ZlKOPKoPZrh { color:#000989;display:block;width:501.953px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:897px;left:624px;height:261.23px;text-align:left;text-align-last:left;font-style:normal;display:block; }#IqEMxcrwAaX4k7DVTbog4ZlKOPKoPZrh li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#IqEMxcrwAaX4k7DVTbog4ZlKOPKoPZrh li:before{  }
#BSCFVxp8uFC9Oly2XxETR4OkH5WCzJnO { color:#000000;display:block;width:708.965px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:1270.9375px;left:245.5078125px;height:105.527px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VzqKhDdnCagrokq2AmTVbJ9o54okJx2U { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:450px;width:0;top:234.5625px;left:649.95834350586px;overflow:hidden;display:block; }
#v0yFcCdrqIz0TVC0TkaPWkXludJPgGcF { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:450px;width:450px;top:755.9765625px;left:111.7578125px;overflow:hidden;display:block; }
#oXPirtJuHmZfFDGM3lHGED2bczuhFDyH { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:450px;width:450px;top:215.91659545898px;left:649.95834350586px;overflow:hidden;display:block; }
#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row .container { background-color: transparent; background-image: none; }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row .container > .video-iframe-container { display: none; }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row > .video-iframe-container { display: none; }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .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); }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row .container { border-width: 0; border-radius: 0; }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row .container { font-size:14px;font-family:arial;height:700px;width:1200px;position:relative;display:block; }#BakCV56iv5HlqOIUb4kp6rTaDclnBnEH { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#SQObBrKKTdfAvMC28USm67XbBT7cyuHo { color:#014281;display:block;width:1128px;position:absolute;font-family:raleway;font-size:29px;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:59px;left:36px;height:43.5px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Xu0bvUoVI4y79nDCWUsGcSf0xv4m8bep { color:#000000;display:block;width:1058px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:115.96875px;left:77.96875px;height:335.9371px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#axsJLVN0Og2OIFfR0Nsk2mGCAtTkAOnE { box-sizing:content-box;color:#0000fe;font-size:55px;font-weight:400;line-height:1;height:78.9792px;width:78.9792px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:615.1040802002px;left:560.50003051758px;display:block; }
#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/12fb5874-4ad3-43a1-8ab9-ffd7e05ba5e8/Frame58.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07.adaptive-delivery-prevent-bg, #ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07.lazyload, #ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07.lazyloading { background-image: none; }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row .container { background-color: transparent; background-image: none; }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row .container > .video-iframe-container { display: none; }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row > .video-iframe-container { display: none; }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .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); }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row .container { border-width: 0; border-radius: 0; }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row .container { font-size:14px;font-family:arial;height:1192px;width:1200px;position:relative;display:block; }#frVM2qovzLb3zwv1qMMnUV7AxHfu9nA4 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#WXT74GCno64tSOTVlIzOAeJ3naTAnuaC { color:#febc10;display:block;width:1200px;position:absolute;font-family:raleway;font-size:32px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:87px;left:0px;height:41.5938px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RsfUMn1k2QghiLFzreE7ABZV4J7SVVqQ { color:#ffffff;display:block;width:1071px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:196.97917556763px;left:64.5px;height:307.1877px;text-align:left;text-align-last:left;display:block; }
#D7qORPADxNftoDKb0a9XDLomzmWOBpTI { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:556px;width:1200px;top:546.99993896484px;left:0px;overflow:hidden;display:block; }
#ZPODvRXvDsVDgRBbbhJWJPfZVs2udICe { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:519px;width:519px;top:565.97918701172px;left:629.50003051758px;overflow:hidden;display:block; }
#Np2smxec39Uwxa27fotpNcmG1pOHcPPI { color:#000000;display:block;width:559px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:632.97918701172px;left:64.5px;height:307.1872px;text-align:left;text-align-last:left;display:block; }
#WWLUJshvTX15UPGZK6cG42vo3ma9TFWF { box-sizing:content-box;color:#ffffff;font-size:55px;font-weight:400;line-height:1;height:78.9844px;width:78.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:1112.98828125px;left:507.96875px;display:block; }
#yioWw8H1Q0otvQuagyTGtVi4xdME5Unc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yioWw8H1Q0otvQuagyTGtVi4xdME5Unc > .row .container { background-color: transparent; background-image: none; }#yioWw8H1Q0otvQuagyTGtVi4xdME5Unc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yioWw8H1Q0otvQuagyTGtVi4xdME5Unc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yioWw8H1Q0otvQuagyTGtVi4xdME5Unc > .row .container > .video-iframe-container { display: none; }#yioWw8H1Q0otvQuagyTGtVi4xdME5Unc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yioWw8H1Q0otvQuagyTGtVi4xdME5Unc > .row > .video-iframe-container { display: none; }#yioWw8H1Q0otvQuagyTGtVi4xdME5Unc > .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); }#yioWw8H1Q0otvQuagyTGtVi4xdME5Unc > .row .container { border-width: 0; border-radius: 0; }#yioWw8H1Q0otvQuagyTGtVi4xdME5Unc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yioWw8H1Q0otvQuagyTGtVi4xdME5Unc > .row .container { font-size:14px;font-family:arial;height:2327px;width:1200px;position:relative;display:block; }#TTLBikD6Jyb9OSUFTnGRALU5mIVrF68f { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#K0PsUuAcrMCnRPeIFanK2keshT59Oh1O { color:#febc10;display:block;width:1200px;position:absolute;font-family:raleway;font-size:30px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:91.54296875px;left:0px;height:39px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#URO9bvCDxKVmo3XGRd6r11VlaWcQNTVa { color:#000000;display:block;width:501.953px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:186.015625px;left:78.8671875px;height:281.406px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#E3QXIVmn1n2EWC08Cev7HRnCo7M0mTMw { color:#000000;display:block;width:501.917px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:532.00016784668px;left:78.833343505859px;height:386.9338px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nhN8VqPrLOERhTsLy015NHVAoySGfQwS { color:#000000;display:block;width:501.917px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:936.89453125px;left:606.81640625px;height:316.5818px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EcPAlfSa9DMnavWVsvfsIPTbhHKme5tc { color:#000000;display:block;width:501.934px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:1359.6484375px;left:606.8359375px;height:281.4058px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UTRJf3pbR7c2oiqV9r68XIGPq0ZUwyRl { color:#000000;display:block;width:501.917px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:1740.5834197998px;left:58.083343505859px;height:351.758px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cx4PAVUHi3yNSupN6UAFFxdJmT09Kzg4 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:608px;width:536px;top:226.99984741211px;left:606.83334350586px;overflow:hidden;display:block; }
#ly49aG6KRHoWUvnOO3g6wEMpSOTXJGoU { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:623px;width:546px;top:982px;left:36.104156494141px;overflow:hidden;display:block; }
#g1RFdvOwoeR7sAzmFGW8ngC5OhLkfE9f { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:503px;width:453px;top:1711.171875px;left:606.81640625px;overflow:hidden;display:block; }
#Bpv4Nb3f3ee3sxh3nxhXAKdmHazhUH0E { box-sizing:content-box;color:#0000fe;font-size:55px;font-weight:400;line-height:1;height:78.9792px;width:78.9792px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:2230.9583358765px;left:560.50003051758px;display:block; }
#ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8978b00-d156-44c9-810e-afe22780edac/Frame59.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu.adaptive-delivery-prevent-bg, #ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu.lazyload, #ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu.lazyloading { background-image: none; }#ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu > .row .container { background-color: transparent; background-image: none; }#ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu > .row .container > .video-iframe-container { display: none; }#ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu > .row > .video-iframe-container { display: none; }#ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu > .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); }#ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu > .row .container { border-width: 0; border-radius: 0; }#ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu > .row .container { font-size:14px;font-family:arial;height:1537px;width:1200px;position:relative;display:block; }#LDaQPQNUW4v4Exiii5oirJBx53KTh4fI { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#KvspMrpE6cD6QaTMQwlOpGapZGml9MaE { color:#ffb800;display:block;width:1003px;position:absolute;font-family:raleway;font-size:36px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:77px;left:98.5px;height:93.5547px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VfxL2cJ6G3Tc4I2F0XTKMfxFqLJqBQUA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1241px;width:969px;top:207.1875px;left:115.5px;overflow:hidden;display:block; }
#Ndpo2NtuHrnLFsFpLyb17mPDqXJCV47A { color:#000000;display:block;width:813px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:266.97932434082px;left:193.5px;height:998.3585px;text-align:left;text-align-last:left;display:block; }
#NhXrdr3p17Jrb3NMaXi7lUw11sT5n1kP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#022546;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NhXrdr3p17Jrb3NMaXi7lUw11sT5n1kP > .row .container { background-color: transparent; background-image: none; }#NhXrdr3p17Jrb3NMaXi7lUw11sT5n1kP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhXrdr3p17Jrb3NMaXi7lUw11sT5n1kP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhXrdr3p17Jrb3NMaXi7lUw11sT5n1kP > .row .container > .video-iframe-container { display: none; }#NhXrdr3p17Jrb3NMaXi7lUw11sT5n1kP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhXrdr3p17Jrb3NMaXi7lUw11sT5n1kP > .row > .video-iframe-container { display: none; }#NhXrdr3p17Jrb3NMaXi7lUw11sT5n1kP > .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); }#NhXrdr3p17Jrb3NMaXi7lUw11sT5n1kP > .row .container { border-width: 0; border-radius: 0; }#NhXrdr3p17Jrb3NMaXi7lUw11sT5n1kP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NhXrdr3p17Jrb3NMaXi7lUw11sT5n1kP > .row .container { font-size:14px;font-family:arial;height:367px;width:1200px;position:relative;display:block; }#QTxrsuHNJKtNKOxHpHITZCJWSZSSU05W { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#uK0Le6Ug40BiStFTo5NxcENXQytu4sfR { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:103px;width:387px;top:84px;left:407px;overflow:hidden;display:block; }
#wgLADBQ8dMRdWoGM0hHM6Zh3RKaZcNtX { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:236px;left:485px;display:block; }
#PPqNyJb7ZJdQOx2ZZT04c1olZoA10oNX { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:236px;left:548px;display:block; }
#ci3hPlStMcPfqAD8tSr0qziWTvesvX8Q { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:236px;left:607px;display:block; }
#hALfPl0Jy20fDdV2I5HGQ6ciidsK22f8 { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:236px;left:665px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw { display:block; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzsS3Cc7wUEbAT6oRTUtUmuUomF3MQzK { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hCRtRl9R0wtxnPBft5MTroaNOKQlSG0T { width:764px;height:90px;top:252px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #OL2WTTbOUeDRlsIx2F1K0l2B6pmEQqTk { width:764px;height:81px;top:364px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #PO6il9LWJ0KIOXoZfWRI3345kwWdgnMi { width:378px;height:72px;top:531px;left:193px;display:block; }
 }@media only screen and (max-width: 763px) { #KfeIVTJppl82yBzOdpe2aOTJ39N8XoxB { display:block; }
 }@media only screen and (max-width: 763px) { #hIKO7xoqtQzGalRFM463OaXnLJwODSnT { width:542px;height:146px;top:54px;left:110.953125px;display:block; }
 }@media only screen and (max-width: 763px) { #Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu { display:block; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkOH44pTgxDaWOTtdaCHdAwZ1fPhOUhw { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ndd4xtFwttx63ObUJCSzWOG1vblhPDSp { width:764px;height:;top:67px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #paIJKhAfuHTSUgeCeyBx3oEMkK2A0G7t { width:501px;height:303px;top:230px;left:263px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #es2P6dAudSWMnHult0PRyUZTEZ8Uffhs { width:79px;height:79px;top:814px;left:342.5078125px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #ifqfoNRi3L0XnS7REo9WN3SZkmbLqnzP { width:536px;height:313px;top:225px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KP8zCFLJLyfoHaHJ30CFeNP9185xTu2T { width:764px;height:;top:643px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #fexGNcUaVU5zhfTl7mHulrvBRscpLJkd { display:block; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyJh451E4braTqTe58Mna0y2TIwhcGnd { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WFuwGkn9MCiVfRoD4Jt3o8qQQ6CaS1FZ { width:764px;height:38px;top:91px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #J90QTP4gD8W0ozw5ICFWIrBQAa4gHo1a { width:78px;height:78px;top:1551px;left:368.97265625px;font-size:54px;display:block; }
 }@media only screen and (max-width: 763px) { #RUQtZmIVew9bx9MytWOQzQoRFBQw1DwA { width:369px;height:82px;top:69px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #txcPInCXPhZoXhT3TShEg4zgZf1Bwyo8 { width:369px;height:82px;top:69px;left:224px;display:block; }
 }@media only screen and (max-width: 763px) { #Pe6p91HeDDksDJEfHcKJC1Xfz7HxS4Nw { width:369px;height:82px;top:69px;left:395px;display:block; }
 }@media only screen and (max-width: 763px) { #SG74sleGkCUetTMiVzCl7vBTwrJlClRQ { width:764px;height:77px;top:1425px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #SESwDMSL5z1lnyP7s8EOFoNW70sxDi8P { width:0;height:;top:583px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JTmCHmwcEn3NUooUwxKVyODOU9NvQl1q { width:501px;height:175px;top:215px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #XfT7GFzDOi3wwkbclR3LB0yBGUVL46Xn { width:501px;height:;top:416px;left:0px;font-size:15px;display:block; }#XfT7GFzDOi3wwkbclR3LB0yBGUVL46Xn li:before{  }
 }@media only screen and (max-width: 763px) { #oV2olMn2vMPEsWbgoGxBA5gCTSL0H0Zt { width:501px;height:70px;top:803px;left:263px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #IqEMxcrwAaX4k7DVTbog4ZlKOPKoPZrh { width:501px;height:;top:897px;left:263px;font-size:15px;display:block; }#IqEMxcrwAaX4k7DVTbog4ZlKOPKoPZrh li:before{  }
 }@media only screen and (max-width: 763px) { #BSCFVxp8uFC9Oly2XxETR4OkH5WCzJnO { width:708px;height:105px;top:1270px;left:27.5078125px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #VzqKhDdnCagrokq2AmTVbJ9o54okJx2U { width:0;height:450px;top:234px;left:431.95834350586px;display:block; }
 }@media only screen and (max-width: 763px) { #v0yFcCdrqIz0TVC0TkaPWkXludJPgGcF { width:450px;height:450px;top:755px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oXPirtJuHmZfFDGM3lHGED2bczuhFDyH { width:450px;height:450px;top:215px;left:314px;display:block; }
 }@media only screen and (max-width: 763px) { #AHXcVTnlatM1gdTWho2S98d0k5ru8By3 { display:block; }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BakCV56iv5HlqOIUb4kp6rTaDclnBnEH { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SQObBrKKTdfAvMC28USm67XbBT7cyuHo { width:764px;height:;top:59px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Xu0bvUoVI4y79nDCWUsGcSf0xv4m8bep { width:764px;height:403px;top:115px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #axsJLVN0Og2OIFfR0Nsk2mGCAtTkAOnE { width:78px;height:78px;top:615px;left:342.50003051758px;font-size:54px;display:block; }
 }@media only screen and (max-width: 763px) { #ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 { display:block; }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frVM2qovzLb3zwv1qMMnUV7AxHfu9nA4 { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WXT74GCno64tSOTVlIzOAeJ3naTAnuaC { width:764px;height:41px;top:87px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #RsfUMn1k2QghiLFzreE7ABZV4J7SVVqQ { width:764px;height:307px;top:196px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #D7qORPADxNftoDKb0a9XDLomzmWOBpTI { width:764px;height:353.98666666667px;top:546px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZPODvRXvDsVDgRBbbhJWJPfZVs2udICe { width:519px;height:519px;top:565px;left:245px;display:block; }
 }@media only screen and (max-width: 763px) { #Np2smxec39Uwxa27fotpNcmG1pOHcPPI { width:559px;height:383px;top:632px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #WWLUJshvTX15UPGZK6cG42vo3ma9TFWF { width:78px;height:78px;top:1112px;left:289.96875px;font-size:54px;display:block; }
 }@media only screen and (max-width: 763px) { #yioWw8H1Q0otvQuagyTGtVi4xdME5Unc { display:block; }#yioWw8H1Q0otvQuagyTGtVi4xdME5Unc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTLBikD6Jyb9OSUFTnGRALU5mIVrF68f { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #K0PsUuAcrMCnRPeIFanK2keshT59Oh1O { width:764px;height:;top:91px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #URO9bvCDxKVmo3XGRd6r11VlaWcQNTVa { width:501px;height:316px;top:186px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #E3QXIVmn1n2EWC08Cev7HRnCo7M0mTMw { width:501px;height:386px;top:532px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nhN8VqPrLOERhTsLy015NHVAoySGfQwS { width:501px;height:386px;top:936px;left:263px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #EcPAlfSa9DMnavWVsvfsIPTbhHKme5tc { width:501px;height:316px;top:1359px;left:263px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #UTRJf3pbR7c2oiqV9r68XIGPq0ZUwyRl { width:501px;height:422px;top:1740px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #cx4PAVUHi3yNSupN6UAFFxdJmT09Kzg4 { width:536px;height:608px;top:226px;left:228px;display:block; }
 }@media only screen and (max-width: 763px) { #ly49aG6KRHoWUvnOO3g6wEMpSOTXJGoU { width:546px;height:623px;top:982px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #g1RFdvOwoeR7sAzmFGW8ngC5OhLkfE9f { width:453px;height:503px;top:1711px;left:311px;display:block; }
 }@media only screen and (max-width: 763px) { #Bpv4Nb3f3ee3sxh3nxhXAKdmHazhUH0E { width:78px;height:78px;top:2230px;left:342.50003051758px;font-size:54px;display:block; }
 }@media only screen and (max-width: 763px) { #ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu { display:block; }#ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDaQPQNUW4v4Exiii5oirJBx53KTh4fI { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KvspMrpE6cD6QaTMQwlOpGapZGml9MaE { width:764px;height:93px;top:77px;left:0px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #VfxL2cJ6G3Tc4I2F0XTKMfxFqLJqBQUA { width:764px;height:978.45614035088px;top:207px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ndpo2NtuHrnLFsFpLyb17mPDqXJCV47A { width:764px;height:1075px;top:266px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #NhXrdr3p17Jrb3NMaXi7lUw11sT5n1kP { display:block; }#NhXrdr3p17Jrb3NMaXi7lUw11sT5n1kP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTxrsuHNJKtNKOxHpHITZCJWSZSSU05W { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uK0Le6Ug40BiStFTo5NxcENXQytu4sfR { width:387px;height:103px;top:84px;left:189px;display:block; }
 }@media only screen and (max-width: 763px) { #wgLADBQ8dMRdWoGM0hHM6Zh3RKaZcNtX { width:50px;height:50px;top:236px;left:267px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #PPqNyJb7ZJdQOx2ZZT04c1olZoA10oNX { width:50px;height:50px;top:236px;left:330px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ci3hPlStMcPfqAD8tSr0qziWTvesvX8Q { width:50px;height:50px;top:236px;left:389px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hALfPl0Jy20fDdV2I5HGQ6ciidsK22f8 { width:50px;height:50px;top:236px;left:447px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw { background-color:#000000;background-image:url("https://images.assets-landingi.com/ssrjhGFC/LP_Ornare.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw.adaptive-delivery-prevent-bg, #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw.lazyload, #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw.lazyloading { background-image: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { background-color: transparent; background-image: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container > .video-iframe-container { display: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container { display: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { width:320px;height:742px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzsS3Cc7wUEbAT6oRTUtUmuUomF3MQzK { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hCRtRl9R0wtxnPBft5MTroaNOKQlSG0T { width:320px;height:127.562px;top:124.984375px;left:0px;text-align:center;text-align-last:center;font-size:29px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OL2WTTbOUeDRlsIx2F1K0l2B6pmEQqTk { width:280px;height:127.312px;top:254px;left:20px;font-size:14px;text-shadow:1px 1px 3px rgba(0,0,0,0.5);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PO6il9LWJ0KIOXoZfWRI3345kwWdgnMi { width:255px;height:54px;top:465.296875px;left:32.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #KfeIVTJppl82yBzOdpe2aOTJ39N8XoxB { display:block; }
 }@media only screen and (max-width: 763px) { #hIKO7xoqtQzGalRFM463OaXnLJwODSnT { width:320px;height:86.19926199262px;top:539.296875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu { background-color:#ffffff;background-image:none;display:block; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { background-color: transparent; background-image: none; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container > .video-iframe-container { display: none; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row > .video-iframe-container { display: none; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { width:320px;height:997px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkOH44pTgxDaWOTtdaCHdAwZ1fPhOUhw { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ndd4xtFwttx63ObUJCSzWOG1vblhPDSp { width:309px;height:67.5px;top:30px;left:5.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #paIJKhAfuHTSUgeCeyBx3oEMkK2A0G7t { width:309px;height:312px;top:373.796875px;left:5.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #es2P6dAudSWMnHult0PRyUZTEZ8Uffhs { width:79px;height:79px;top:662.796875px;left:120.5px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #ifqfoNRi3L0XnS7REo9WN3SZkmbLqnzP { width:293px;height:173px;top:163px;left:13.5px;display:block; }
 }@media only screen and (max-width: 763px) { #KP8zCFLJLyfoHaHJ30CFeNP9185xTu2T { width:320px;height:216px;top:761.796875px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #fexGNcUaVU5zhfTl7mHulrvBRscpLJkd { background-color:#022546;background-image:none;display:block; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container { background-color: transparent; background-image: none; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container > .video-iframe-container { display: none; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row > .video-iframe-container { display: none; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .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); }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container { width:320px;height:3143px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyJh451E4braTqTe58Mna0y2TIwhcGnd { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WFuwGkn9MCiVfRoD4Jt3o8qQQ6CaS1FZ { width:320px;height:54.5938px;top:31px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #J90QTP4gD8W0ozw5ICFWIrBQAa4gHo1a { width:79px;height:79px;top:714.9375px;left:120.5px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #RUQtZmIVew9bx9MytWOQzQoRFBQw1DwA { width:320px;height:71.111111111111px;top:813.9375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #txcPInCXPhZoXhT3TShEg4zgZf1Bwyo8 { width:320px;height:71.111111111111px;top:905.0469px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Pe6p91HeDDksDJEfHcKJC1Xfz7HxS4Nw { width:320px;height:71.111111111111px;top:996.1563px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SG74sleGkCUetTMiVzCl7vBTwrJlClRQ { width:320px;height:136.484px;top:2766.92195px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #SESwDMSL5z1lnyP7s8EOFoNW70sxDi8P { width:0;height:;top:1251.2657px;left:160px;display:block; }
 }@media only screen and (max-width: 763px) { #JTmCHmwcEn3NUooUwxKVyODOU9NvQl1q { width:320px;height:144px;top:1087.2657px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #XfT7GFzDOi3wwkbclR3LB0yBGUVL46Xn { width:320px;height:188px;top:1271.2657px;left:0px;font-size:15px;display:block; }#XfT7GFzDOi3wwkbclR3LB0yBGUVL46Xn li:before{  }
 }@media only screen and (max-width: 763px) { #oV2olMn2vMPEsWbgoGxBA5gCTSL0H0Zt { width:320px;height:48px;top:2307.92195px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #IqEMxcrwAaX4k7DVTbog4ZlKOPKoPZrh { width:320px;height:231px;top:2375.92195px;left:0px;font-size:15px;display:block; }#IqEMxcrwAaX4k7DVTbog4ZlKOPKoPZrh li:before{  }
 }@media only screen and (max-width: 763px) { #BSCFVxp8uFC9Oly2XxETR4OkH5WCzJnO { width:320px;height:120px;top:2626.92195px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #VzqKhDdnCagrokq2AmTVbJ9o54okJx2U { width:0;height:450px;top:1497.92195px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #v0yFcCdrqIz0TVC0TkaPWkXludJPgGcF { width:320px;height:320px;top:1967.92195px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oXPirtJuHmZfFDGM3lHGED2bczuhFDyH { width:320px;height:320px;top:1479.2657px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AHXcVTnlatM1gdTWho2S98d0k5ru8By3 { background-color:#ffffff;background-image:none;display:block; }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row .container { background-color: transparent; background-image: none; }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row .container > .video-iframe-container { display: none; }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row > .video-iframe-container { display: none; }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .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); }#AHXcVTnlatM1gdTWho2S98d0k5ru8By3 > .row .container { width:320px;height:1278px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BakCV56iv5HlqOIUb4kp6rTaDclnBnEH { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SQObBrKKTdfAvMC28USm67XbBT7cyuHo { width:306px;height:27px;top:37px;left:7px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Xu0bvUoVI4y79nDCWUsGcSf0xv4m8bep { width:306px;height:716.6248px;top:444.296875px;left:7px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #axsJLVN0Og2OIFfR0Nsk2mGCAtTkAOnE { width:78px;height:78px;top:1180.905875px;left:121px;font-size:54px;display:block; }
 }@media only screen and (max-width: 763px) { #ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 { background-color:#ffffff;background-image:none;display:block; }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row .container { background-color: transparent; background-image: none; }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row .container > .video-iframe-container { display: none; }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row > .video-iframe-container { display: none; }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .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); }#ULaTxxIK7ONJFhNnE3E8hckWzV0MSe07 > .row .container { width:320px;height:2374px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frVM2qovzLb3zwv1qMMnUV7AxHfu9nA4 { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WXT74GCno64tSOTVlIzOAeJ3naTAnuaC { width:320px;height:166.375px;top:711.875px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #RsfUMn1k2QghiLFzreE7ABZV4J7SVVqQ { width:320px;height:435.0946px;top:898.25px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #D7qORPADxNftoDKb0a9XDLomzmWOBpTI { width:320px;height:148.26666666667px;top:1353.344px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZPODvRXvDsVDgRBbbhJWJPfZVs2udICe { width:320px;height:320px;top:1372.328375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Np2smxec39Uwxa27fotpNcmG1pOHcPPI { width:320px;height:281.5312px;top:1439.328375px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WWLUJshvTX15UPGZK6cG42vo3ma9TFWF { width:79px;height:79px;top:612.875px;left:120.5px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #yioWw8H1Q0otvQuagyTGtVi4xdME5Unc { background-color:#ffffff;background-image:none;display:block; }#yioWw8H1Q0otvQuagyTGtVi4xdME5Unc > .row .container { background-color: transparent; background-image: none; }#yioWw8H1Q0otvQuagyTGtVi4xdME5Unc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yioWw8H1Q0otvQuagyTGtVi4xdME5Unc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yioWw8H1Q0otvQuagyTGtVi4xdME5Unc > .row .container > .video-iframe-container { display: none; }#yioWw8H1Q0otvQuagyTGtVi4xdME5Unc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yioWw8H1Q0otvQuagyTGtVi4xdME5Unc > .row > .video-iframe-container { display: none; }#yioWw8H1Q0otvQuagyTGtVi4xdME5Unc > .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); }#yioWw8H1Q0otvQuagyTGtVi4xdME5Unc > .row .container { width:320px;height:3270px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTLBikD6Jyb9OSUFTnGRALU5mIVrF68f { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #K0PsUuAcrMCnRPeIFanK2keshT59Oh1O { width:320px;height:54.5938px;top:40px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #URO9bvCDxKVmo3XGRd6r11VlaWcQNTVa { width:320px;height:240px;top:114.5938px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #E3QXIVmn1n2EWC08Cev7HRnCo7M0mTMw { width:320px;height:312px;top:374.5938px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nhN8VqPrLOERhTsLy015NHVAoySGfQwS { width:320px;height:264px;top:1474.7028px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #EcPAlfSa9DMnavWVsvfsIPTbhHKme5tc { width:320px;height:216px;top:1758.7028px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #UTRJf3pbR7c2oiqV9r68XIGPq0ZUwyRl { width:320px;height:312px;top:1994.7028px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #cx4PAVUHi3yNSupN6UAFFxdJmT09Kzg4 { width:320px;height:362.98507462687px;top:706.5938px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ly49aG6KRHoWUvnOO3g6wEMpSOTXJGoU { width:320px;height:365.12820512821px;top:1089.5778px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #g1RFdvOwoeR7sAzmFGW8ngC5OhLkfE9f { width:320px;height:355.32008830022px;top:2326.7028px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Bpv4Nb3f3ee3sxh3nxhXAKdmHazhUH0E { width:78px;height:78px;top:2702.0148px;left:121px;font-size:54px;display:block; }
 }@media only screen and (max-width: 763px) { #ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu { background-color:#022546;background-image:none;display:block; }#ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu > .row .container { background-color: transparent; background-image: none; }#ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu > .row .container > .video-iframe-container { display: none; }#ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu > .row > .video-iframe-container { display: none; }#ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu > .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); }#ZQKaa3hSOJdlK8I0pNsdmgDZHHxWbXyu > .row .container { width:320px;height:1672px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDaQPQNUW4v4Exiii5oirJBx53KTh4fI { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KvspMrpE6cD6QaTMQwlOpGapZGml9MaE { width:320px;height:109.188px;top:31px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #VfxL2cJ6G3Tc4I2F0XTKMfxFqLJqBQUA { width:320px;height:409.82456140351px;top:160.188px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ndpo2NtuHrnLFsFpLyb17mPDqXJCV47A { width:320px;height:998.157px;top:219.96925px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NhXrdr3p17Jrb3NMaXi7lUw11sT5n1kP { background-color:#022546;background-image:none;display:block; }#NhXrdr3p17Jrb3NMaXi7lUw11sT5n1kP > .row .container { background-color: transparent; background-image: none; }#NhXrdr3p17Jrb3NMaXi7lUw11sT5n1kP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhXrdr3p17Jrb3NMaXi7lUw11sT5n1kP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhXrdr3p17Jrb3NMaXi7lUw11sT5n1kP > .row .container > .video-iframe-container { display: none; }#NhXrdr3p17Jrb3NMaXi7lUw11sT5n1kP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhXrdr3p17Jrb3NMaXi7lUw11sT5n1kP > .row > .video-iframe-container { display: none; }#NhXrdr3p17Jrb3NMaXi7lUw11sT5n1kP > .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); }#NhXrdr3p17Jrb3NMaXi7lUw11sT5n1kP > .row .container { width:320px;height:507px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTxrsuHNJKtNKOxHpHITZCJWSZSSU05W { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uK0Le6Ug40BiStFTo5NxcENXQytu4sfR { width:229px;height:59px;top:333px;left:45.5px;display:block; }
 }@media only screen and (max-width: 763px) { #wgLADBQ8dMRdWoGM0hHM6Zh3RKaZcNtX { width:50px;height:50px;top:421px;left:41px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #PPqNyJb7ZJdQOx2ZZT04c1olZoA10oNX { width:50px;height:50px;top:421px;left:104px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ci3hPlStMcPfqAD8tSr0qziWTvesvX8Q { width:50px;height:50px;top:421px;left:167px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hALfPl0Jy20fDdV2I5HGQ6ciidsK22f8 { width:50px;height:50px;top:421px;left:229px;font-size:35px;display:block; }
 }