.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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(277deg, #000000, #00459d);background-image: -moz-linear-gradient(277deg, #000000, #00459d);background-image: -ms-linear-gradient(277deg, #000000, #00459d);background-image: -o-linear-gradient(277deg, #000000, #00459d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00459d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00459d' );";background-image: linear-gradient(277deg, #000000, #00459d);background-size:auto !important;position:relative;display:block; }
#fH6gCk16qWQq6a8ftohyvnLcE81BDE24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container { display: none; }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR { background-color:#04f9ff;background-image:url("https://images.assets-landingi.com/Ag1Hcpbc/circle_bg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR.adaptive-delivery-prevent-bg, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyload, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyloading { background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { background-color: transparent; background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { border-width: 0; border-radius: 0; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:960px;height:740px;font-size:14px;font-family:"open sans";position:relative;display:block; }#eK0emACOdGAfgP8KH4qhPrC6JPxMc6dK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 10px 50px rgba(0,0,0,0.24) ;height:280px;width:499px;top:274px;left:220.50003051758px;display:block; }
#pxWcsXTfOtK93dfqZIcwLsRHBy4OH44J { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.2);background-image:none;background-position:top left !important;background-repeat: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;box-shadow: 1px 1px 30px rgba(0,0,0,0.21) ;height:382px;width:570px;top:223px;left:185px;display:block; }
#DNndOKP38ewKKo4rMMAJALJCeop1m9mG { color:#ffffff;display:block;width:244px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:247px;left:346.5px;height:20.7917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f1THs0ldra2m0BIMnsITddUOU3dW2nmW { color:#d3d3d3;display:block;width:960px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:174.64584350586px;left:0px;height:23.3958px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fdZga2ocTSJJ6izGlrpITilzcvXXbax6 { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:245.39584350586px;left:386.16665649414px; }
#WqyiIRz4vtF5G9tt50dTGvgevtpknkbt { position:absolute;display:block;z-index:15017;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:251px;width:347px;top:-78.35417175293px;left:291.50171257288px;overflow:hidden;display:block; }
#CbxKFvbUOHHJT6dSkZ8TuTryGdVIWIRa { color:#ffffff;display:block;width:960px;position:absolute;font-family:oswald;font-size:28px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:136px;left:-1.3333435058594px;height:36.3958px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JVWFm4UayJvMmdIMCBqimroE5hh8QlsW { color:#ffffff;display:block;width:960px;position:absolute;font-family:"open sans";font-size:36px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:693px;left:0px;height:46.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QaHwtwkFyxfKe7whpb73HzRFRcWs3c2p { color:#000000;display:block;width:200px;position:absolute;font-family:exo;font-size:16px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:571.66667175293px;left:380.00003051758px;height:20.7917px;text-align:center;text-align-last:center;display:block; }
#RJcTlihX9gzt8VcCBcWHxNwtk5CEiSf5 { position:absolute;display:block;z-index:15020;height:348px;width:620px;top:408.0625px;left:340px;display:block; }
#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000c3c;background-image:url("https://images.assets-landingi.com/oeebD5Pq/section_bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn.adaptive-delivery-prevent-bg, #NQ93NwnH49ituQxAA8TeAXU0PHG02ehn.lazyload, #NQ93NwnH49ituQxAA8TeAXU0PHG02ehn.lazyloading { background-image: none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { background-color: transparent; background-image: none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container > .video-iframe-container { display: none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row > .video-iframe-container { display: none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .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); }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { border-width: 0; border-radius: 0; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row > .video-iframe-container { border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { font-size:14px;font-family:"open sans";height:579px;width:960px;position:relative;display:block; }#kvD8PpbTonWGdpIohNbx0ET8gsEThNyN { position:absolute;display:block;z-index:15000;background-color:#04f9ff;background-image:none;background-position:top left !important;background-repeat: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;box-shadow: 1px 1px 21px #0e9ae5 ;height:230px;width:220px;top:85px;left:225px;display:block; }
#TOxeogPlQhrXqycxNT8kw1NQrqeKTZAh { position:absolute;display:block;z-index:15001;background-color:#04f9ff;background-image:none;background-position:top left !important;background-repeat: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;box-shadow: 1px 1px 21px #0e9ae5 ;height:230px;width:220px;top:85px;left:517px;display:block; }
#dAnqQcv1QFkhHn9xvzqSrfwov54qET7o { position:absolute;display:block;z-index:15001;background-color:#04f9ff;background-image:none;background-position:top left !important;background-repeat: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;box-shadow: 1px 1px 021px #0e9ae5 ;height:230px;width:220px;top:349px;left:224px;display:block; }
#PCE1sZzUdvo9qQ8d3onpy1Uv5nmS4v83 { position:absolute;display:block;z-index:15001;background-color:#030522;background-image:url("https://images.assets-landingi.com/WoBOdOv3/network.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:65px;width:65px;top:95px;left:302px;display:block; }#PCE1sZzUdvo9qQ8d3onpy1Uv5nmS4v83.adaptive-delivery-prevent-bg, #PCE1sZzUdvo9qQ8d3onpy1Uv5nmS4v83.lazyload, #PCE1sZzUdvo9qQ8d3onpy1Uv5nmS4v83.lazyloading { background-image: none; }
#R2SEmRMUtE555gGuJMQWA1vWe7cCp43u { position:absolute;display:block;z-index:15002;background-color:#030522;background-image:url("https://images.assets-landingi.com/04VeiNm8/lead.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:010px;border-top-right-radius:010px;border-bottom-left-radius:010px;border-bottom-right-radius:010px;height:65px;width:65px;top:95px;left:595px;display:block; }#R2SEmRMUtE555gGuJMQWA1vWe7cCp43u.adaptive-delivery-prevent-bg, #R2SEmRMUtE555gGuJMQWA1vWe7cCp43u.lazyload, #R2SEmRMUtE555gGuJMQWA1vWe7cCp43u.lazyloading { background-image: none; }
#yrm7Imr1Ak9xO2phXPDvmvRR5uPvOL6W { position:absolute;display:block;z-index:15003;background-color:#030522;background-image:url("https://images.assets-landingi.com/ed7cfBa2/b3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:65px;width:65px;top:369px;left:302px;display:block; }#yrm7Imr1Ak9xO2phXPDvmvRR5uPvOL6W.adaptive-delivery-prevent-bg, #yrm7Imr1Ak9xO2phXPDvmvRR5uPvOL6W.lazyload, #yrm7Imr1Ak9xO2phXPDvmvRR5uPvOL6W.lazyloading { background-image: none; }
#RisKKOTOP03SClSxh7UMG9Ck4anOrfDE { color:#712c2c;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #070707;top:188px;left:234px;height:23.3958px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M4a5BOSkPpxIzHPexBkq6I51dl6BqUwM { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:225px;left:234px;height:63px;text-align:center;text-align-last:center;display:block; }
#Be3VZR9ksoQih84fKf7OnncAK0wzXNJb { color:#04f9ff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:188px;left:527px;height:23.3958px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MdxnLvGQBwHOukF2xBSAzRaG9wOKc0Nf { color:#000000;display:block;width:219px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:225px;left:518px;height:42px;text-align:center;text-align-last:center;display:block; }
#WvMnPVIt9F4TlevlTSMTH6RtTnw8BU5i { color:#f4f4f4;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:452px;left:235px;height:23.3958px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TBgnmHVaCLpSu5LgAXhDTKTnp9zITVzn { color:#d3d3d3;display:block;width:960px;position:absolute;font-family:"open sans";font-size:15px;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:22px;left:0px;height:19.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O1hX4Sx3x9JsFnDqWLQoGeI4LkMBqRqI { position:absolute;display:block;z-index:14999;background-color:#030522;background-image:none;background-position:top left !important;background-repeat: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;box-shadow: 1px 1px 30px rgba(0,0,0,0.2) ;height:713px;width:752px;top:-85px;left:101.5px;display:block; }
#cNMZoJv5KEZ7zZSmJ5M5C5eGrySZvLot { color:#000000;display:block;width:206px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:487px;left:232px;height:63px;text-align:center;text-align-last:center;display:block; }
#uHgS6yMqEFHKRy4Ep3kAF6Xim78qJsow { position:absolute;display:block;z-index:15002;background-color:#04f9ff;background-image:none;background-position:top left !important;background-repeat: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;box-shadow: 1px 1px 21px #0e9ae5 ;height:230px;width:220px;top:349px;left:517px;display:block; }
#RDQvQKnM7F0DGnplxVuFhgo1oOKw8z1d { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15014;opacity:1;top:377px;left:602px;filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.5)); }
#OCF5aaHsXSLU4hMJ0nBcFRrPRKRbnSPd { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:452px;left:527px;height:23.3958px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Icnp6GT3u9VqbPuleWkEeKukrxe9GPQG { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:487px;left:527px;height:84px;text-align:center;text-align-last:center;display:block; }
#IVFErVrxxOy5UPTpTGqE9LwtkpURvPA7 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/04VeiNm8/lead.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:010px;border-top-right-radius:010px;border-bottom-left-radius:010px;border-bottom-right-radius:010px;height:65px;width:65px;top:369px;left:594.5px;display:block; }#IVFErVrxxOy5UPTpTGqE9LwtkpURvPA7.adaptive-delivery-prevent-bg, #IVFErVrxxOy5UPTpTGqE9LwtkpURvPA7.lazyload, #IVFErVrxxOy5UPTpTGqE9LwtkpURvPA7.lazyloading { background-image: none; }
#IVFErVrxxOy5UPTpTGqE9LwtkpURvPA7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:010px;border-top-right-radius:010px;border-bottom-left-radius:010px;border-bottom-right-radius:010px; }#IVFErVrxxOy5UPTpTGqE9LwtkpURvPA7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #030522; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { position:relative;display:block; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { background-color: transparent; background-image: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container > .video-iframe-container { display: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row > .video-iframe-container { display: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .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); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { border-width: 0; border-radius: 0; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:"open sans";height:3716px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fc0wtQge7sHWV5Kor27Irr4edrAJcxVw { color:#ffffff;display:block;width:664px;position:absolute;font-family:"open sans";font-size:36px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 11px #00f9ff;top:246px;left:154px;height:46.7969px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#mCJ0iBGZVzITLJTxe5eoth50HPTebMfy { 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:392px;width:593px;top:316px;left:189px;overflow:hidden;display:block; }
#FcC41IOTG8qHQT7bbJuU7eSrnCvm3hOU { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:359px;width:596px;top:731px;left:188px;overflow:hidden;display:block; }
#g7JNPLe1SeNnSUl7TIJUe27eCG2iy6aQ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:464px;width:598px;top:1103px;left:185px;overflow:hidden;display:block; }
#fznfU7LGmWngWtixUnHzPTuqLCsW5nEP { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:355px;width:598px;top:1584px;left:186px;overflow:hidden;display:block; }
#mVp1IZT1b77szKfriQxtxoNSrxJsp1dl { 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:660px;width:660px;top:2233px;left:0px;overflow:hidden;display:block; }
#hpEhfn48DLoCQ0ampyS2wDEXJmMONRNQ { 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:643px;width:352px;top:2251px;left:480px;overflow:hidden;display:block; }
#rt0Fx3X3nAk0t1uH4f8NaDqzcz4C5yG4 { color:#ffffff;display:block;width:321px;position:absolute;font-family:"open sans";font-size:65px;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0);top:2149.1669921875px;left:311px;height:84.5px;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:italic;text-align:center;text-align-last:center;display:block; }
#touM0a6Rewhk73yqyzGzOQ7LMeWJQm8s { position:absolute;display:block;z-index:15017;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:654px;width:654px;top:3047px;left:5px;overflow:hidden;display:block; }
#oM8mscOVLfce13SInykXIhDBU1eNNFJk { position:absolute;display:block;z-index:15018;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:679px;width:679px;top:3035px;left:326px;overflow:hidden;display:block; }
#BNXBABsHSazRiPSi28e3aO5XySuczdSe { color:#ffffff;display:block;width:509px;position:absolute;font-family:"open sans";font-size:65px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2963.1563415527px;left:231.5px;height:84.5px;text-align:center;text-align-last:center;display:block; }
#GadMrkieuJmvD5n5DwebN1gEp3mTueVW { color:#ffffff;display:block;width:360px;position:absolute;font-family:oswald;font-size:16px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:292px;left:325px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/oeebD5Pq/section_bg.png");background-position:top center !important;background-repeat: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; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0.adaptive-delivery-prevent-bg, #xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0.lazyload, #xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0.lazyloading { background-image: none; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container { background-color: transparent; background-image: none; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container > .video-iframe-container { display: none; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row > .video-iframe-container { display: none; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .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); }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container { border-width: 0; border-radius: 0; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container { font-size:14px;font-family:"open sans";height:217px;width:960px;position:relative;display:block; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH { background-color:transparent;background-image:url("https://images.assets-landingi.com/ace1aadL/bottom_bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH.adaptive-delivery-prevent-bg, #TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH.lazyload, #TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH.lazyloading { background-image: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { background-color: transparent; background-image: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container > .video-iframe-container { display: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row > .video-iframe-container { display: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .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); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { border-width: 0; border-radius: 0; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { width:960px;height:940.666666px;font-size:14px;font-family:"open sans";position:relative;display:block; }#qOI6zGk0ldRI8PSzpm2z2Qvk5yT1qvJX { color:#ffffff;display:block;width:960px;position:absolute;font-family:"open sans";font-size:46px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:1px -4px 3px #000000;top:190.50001525879px;left:0px;height:59.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lLea5Q5RAF4JzTNQKWlGeiC06vGzDuFr { color:#d3d3d3;display:block;width:960px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:275.00001525879px;left:0px;height:23.3958px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y411EPnzynweU564IR2k2gg4ym0OxSVm { position:absolute;display:block;z-index:15018;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:466px;width:645px;top:444.37501525879px;left:157.5px;overflow:hidden;display:block; }
#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/l2cfDL6v/share_bg.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; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1.adaptive-delivery-prevent-bg, #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1.lazyload, #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1.lazyloading { background-image: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { background-color: transparent; background-image: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container > .video-iframe-container { display: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container { display: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .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); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { border-width: 0; border-radius: 0; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { font-size:14px;font-family:"open sans";height:300px;width:960px;position:relative;display:block; }#gkvqKFHMBTRIMQADh4dnudUp9c7w7xUh { color:#ffffff;display:block;width:960px;position:absolute;font-family:"open sans";font-size:36px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:65px;left:0px;height:46.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#El5KivVSb4iu2nOo8IzmZcP5z3LZbQ8f { color:#d3d3d3;display:block;width:960px;position:absolute;font-family:"open sans";font-size:15px;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:123px;left:0px;height:19.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JJLboskv00d0pbaTpM1eR8vTJay7Ilhp { position:absolute;display:block;z-index:15016;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:45px;width:45px;top:162px;left:500px;overflow:hidden;display:block; }
#dC0AFKJHcf1yvmtcSUGywRxNvrgnUIV9 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15018;opacity:1;top:160px;left:415px; }
#dC0AFKJHcf1yvmtcSUGywRxNvrgnUIV9 > img { max-width: 100%;max-height:100%; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #trSooUb15pwW13PRdSwT9HXXDRpIvmUR { display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eK0emACOdGAfgP8KH4qhPrC6JPxMc6dK { width:499px;height:280px;top:274px;left:122.50003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #pxWcsXTfOtK93dfqZIcwLsRHBy4OH44J { width:570px;height:382px;top:223px;left:87px;display:block; }
 }@media only screen and (max-width: 763px) { #DNndOKP38ewKKo4rMMAJALJCeop1m9mG { width:244px;height:20px;top:247px;left:248.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #f1THs0ldra2m0BIMnsITddUOU3dW2nmW { width:764px;height:23px;top:174px;left:0px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #fdZga2ocTSJJ6izGlrpITilzcvXXbax6 { width:24px;height:24px;top:245px;left:288.16665649414px;display:block; }
 }@media only screen and (max-width: 763px) { #WqyiIRz4vtF5G9tt50dTGvgevtpknkbt { top:-78px;left:193.50171257288px;width:347px;height:251px;display:block; }
 }@media only screen and (max-width: 763px) { #CbxKFvbUOHHJT6dSkZ8TuTryGdVIWIRa { top:136px;left:0px;width:764px;height:36px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #JVWFm4UayJvMmdIMCBqimroE5hh8QlsW { width:764px;height:46px;top:693px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QaHwtwkFyxfKe7whpb73HzRFRcWs3c2p { top:571px;left:282.00003051758px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RJcTlihX9gzt8VcCBcWHxNwtk5CEiSf5 { top:408px;left:144px;width:620px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #NQ93NwnH49ituQxAA8TeAXU0PHG02ehn { display:block; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvD8PpbTonWGdpIohNbx0ET8gsEThNyN { width:220px;height:230px;top:85px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #TOxeogPlQhrXqycxNT8kw1NQrqeKTZAh { width:220px;height:230px;top:85px;left:288px;display:block; }
 }@media only screen and (max-width: 763px) { #dAnqQcv1QFkhHn9xvzqSrfwov54qET7o { width:220px;height:230px;top:349px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #PCE1sZzUdvo9qQ8d3onpy1Uv5nmS4v83 { width:65px;height:65px;top:95px;left:189px;display:block; }
 }@media only screen and (max-width: 763px) { #R2SEmRMUtE555gGuJMQWA1vWe7cCp43u { width:65px;height:65px;top:95px;left:443px;display:block; }
 }@media only screen and (max-width: 763px) { #yrm7Imr1Ak9xO2phXPDvmvRR5uPvOL6W { width:65px;height:65px;top:369px;left:189px;display:block; }
 }@media only screen and (max-width: 763px) { #RisKKOTOP03SClSxh7UMG9Ck4anOrfDE { width:200px;height:23px;top:188px;left:54px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #M4a5BOSkPpxIzHPexBkq6I51dl6BqUwM { width:200px;height:63px;top:225px;left:54px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Be3VZR9ksoQih84fKf7OnncAK0wzXNJb { width:200px;height:23px;top:188px;left:308px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MdxnLvGQBwHOukF2xBSAzRaG9wOKc0Nf { width:219px;height:42px;top:225px;left:289px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #WvMnPVIt9F4TlevlTSMTH6RtTnw8BU5i { width:200px;height:23px;top:452px;left:54px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TBgnmHVaCLpSu5LgAXhDTKTnp9zITVzn { width:764px;height:19px;top:22px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #O1hX4Sx3x9JsFnDqWLQoGeI4LkMBqRqI { width:752px;height:713px;top:-85px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cNMZoJv5KEZ7zZSmJ5M5C5eGrySZvLot { width:206px;height:84px;top:487px;left:48px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #uHgS6yMqEFHKRy4Ep3kAF6Xim78qJsow { width:220px;height:230px;top:349px;left:288px;display:block; }
 }@media only screen and (max-width: 763px) { #RDQvQKnM7F0DGnplxVuFhgo1oOKw8z1d { top:377px;left:458px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #OCF5aaHsXSLU4hMJ0nBcFRrPRKRbnSPd { width:200px;height:23px;top:452px;left:308px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Icnp6GT3u9VqbPuleWkEeKukrxe9GPQG { width:200px;height:84px;top:487px;left:308px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #IVFErVrxxOy5UPTpTGqE9LwtkpURvPA7 { width:65px;height:65px;top:369px;left:443px;display:block; }
 }@media only screen and (max-width: 763px) { #CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { display:block; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fc0wtQge7sHWV5Kor27Irr4edrAJcxVw { width:664px;height:46px;top:246px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #mCJ0iBGZVzITLJTxe5eoth50HPTebMfy { top:316px;left:0px;width:593px;height:392px;display:block; }
 }@media only screen and (max-width: 763px) { #FcC41IOTG8qHQT7bbJuU7eSrnCvm3hOU { top:731px;left:0px;width:596px;height:359px;display:block; }
 }@media only screen and (max-width: 763px) { #g7JNPLe1SeNnSUl7TIJUe27eCG2iy6aQ { top:1103px;left:0px;width:598px;height:464px;display:block; }
 }@media only screen and (max-width: 763px) { #fznfU7LGmWngWtixUnHzPTuqLCsW5nEP { top:1584px;left:0px;width:598px;height:355px;display:block; }
 }@media only screen and (max-width: 763px) { #mVp1IZT1b77szKfriQxtxoNSrxJsp1dl { top:2233px;left:0px;width:660px;height:660px;display:block; }
 }@media only screen and (max-width: 763px) { #hpEhfn48DLoCQ0ampyS2wDEXJmMONRNQ { top:2251px;left:382px;width:352px;height:643px;display:block; }
 }@media only screen and (max-width: 763px) { #rt0Fx3X3nAk0t1uH4f8NaDqzcz4C5yG4 { top:2149px;left:61px;width:321px;height:84px;font-size:65px;display:block; }
 }@media only screen and (max-width: 763px) { #touM0a6Rewhk73yqyzGzOQ7LMeWJQm8s { top:3047px;left:0px;width:654px;height:654px;display:block; }
 }@media only screen and (max-width: 763px) { #oM8mscOVLfce13SInykXIhDBU1eNNFJk { top:3035px;left:0px;width:679px;height:679px;display:block; }
 }@media only screen and (max-width: 763px) { #BNXBABsHSazRiPSi28e3aO5XySuczdSe { top:2963px;left:0px;width:509px;height:84px;font-size:65px;display:block; }
 }@media only screen and (max-width: 763px) { #GadMrkieuJmvD5n5DwebN1gEp3mTueVW { top:292px;left:22px;width:360px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 { display:block; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH { display:block; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOI6zGk0ldRI8PSzpm2z2Qvk5yT1qvJX { width:764px;height:59px;top:190px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lLea5Q5RAF4JzTNQKWlGeiC06vGzDuFr { width:764px;height:23px;top:275px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #y411EPnzynweU564IR2k2gg4ym0OxSVm { top:444px;left:59.5px;width:645px;height:466px;display:block; }
 }@media only screen and (max-width: 763px) { #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { display:block; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkvqKFHMBTRIMQADh4dnudUp9c7w7xUh { width:764px;height:46px;top:65px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #El5KivVSb4iu2nOo8IzmZcP5z3LZbQ8f { width:764px;height:19px;top:123px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JJLboskv00d0pbaTpM1eR8vTJay7Ilhp { width:45px;height:45px;top:162px;left:402px;display:block; }
 }@media only screen and (max-width: 763px) { #dC0AFKJHcf1yvmtcSUGywRxNvrgnUIV9 { top:160px;left:317px;width:50px;height:50px;display:block; }
#dC0AFKJHcf1yvmtcSUGywRxNvrgnUIV9 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #trSooUb15pwW13PRdSwT9HXXDRpIvmUR { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00459d, #04f9ff);background-image: -moz-linear-gradient(180deg, #00459d, #04f9ff);background-image: -ms-linear-gradient(180deg, #00459d, #04f9ff);background-image: -o-linear-gradient(180deg, #00459d, #04f9ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00459d', endColorstr='#04f9ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00459d', endColorstr='#04f9ff' );";background-image: linear-gradient(180deg, #00459d, #04f9ff);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { background-color: transparent; background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { border-width: 0; border-radius: 0; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:320px;height:1504px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eK0emACOdGAfgP8KH4qhPrC6JPxMc6dK { height:145px;width:258px;top:266px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #pxWcsXTfOtK93dfqZIcwLsRHBy4OH44J { width:320px;height:272px;top:188px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DNndOKP38ewKKo4rMMAJALJCeop1m9mG { width:84px;height:18.1979px;top:233.5px;left:142px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #f1THs0ldra2m0BIMnsITddUOU3dW2nmW { width:320px;height:11.6979px;top:161.86459350586px;left:0px;text-align:center;text-align-last:center;font-size:9px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fdZga2ocTSJJ6izGlrpITilzcvXXbax6 { width:24px;height:24px;top:230.58334350586px;left:106.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #WqyiIRz4vtF5G9tt50dTGvgevtpknkbt { width:131px;height:93px;top:4.625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CbxKFvbUOHHJT6dSkZ8TuTryGdVIWIRa { width:320px;height:49.3958px;top:96.958335876465px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #JVWFm4UayJvMmdIMCBqimroE5hh8QlsW { width:320px;height:31.1979px;top:1085px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #QaHwtwkFyxfKe7whpb73HzRFRcWs3c2p { width:200px;height:20.7917px;top:428.1875px;left:60.000004768372px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RJcTlihX9gzt8VcCBcWHxNwtk5CEiSf5 { width:320px;height:348px;top:1136px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NQ93NwnH49ituQxAA8TeAXU0PHG02ehn { display:block; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { width:320px;height:1260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvD8PpbTonWGdpIohNbx0ET8gsEThNyN { width:220px;height:230px;top:116px;left:50px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 21px #0e9ae5 ;display:block; }
 }@media only screen and (max-width: 763px) { #TOxeogPlQhrXqycxNT8kw1NQrqeKTZAh { width:220px;height:230px;top:371px;left:50px;box-shadow: 1px 1px 21px #0e9ae5 ;display:block; }
 }@media only screen and (max-width: 763px) { #dAnqQcv1QFkhHn9xvzqSrfwov54qET7o { width:220px;height:230px;top:640px;left:50px;box-shadow: 1px 1px 021px #0e9ae5 ;display:block; }
 }@media only screen and (max-width: 763px) { #PCE1sZzUdvo9qQ8d3onpy1Uv5nmS4v83 { width:65px;height:65px;top:142px;left:128px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #R2SEmRMUtE555gGuJMQWA1vWe7cCp43u { width:65px;height:65px;top:397px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #yrm7Imr1Ak9xO2phXPDvmvRR5uPvOL6W { width:65px;height:65px;top:670px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #RisKKOTOP03SClSxh7UMG9Ck4anOrfDE { width:200px;height:20.7917px;top:219px;left:60px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M4a5BOSkPpxIzHPexBkq6I51dl6BqUwM { width:200px;height:67.1875px;top:256px;left:60px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Be3VZR9ksoQih84fKf7OnncAK0wzXNJb { width:200px;height:20.7917px;top:475.60418701172px;left:60.000004768372px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdxnLvGQBwHOukF2xBSAzRaG9wOKc0Nf { width:200px;height:63px;top:511px;left:60px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #WvMnPVIt9F4TlevlTSMTH6RtTnw8BU5i { width:200px;height:20.7917px;top:744px;left:60px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBgnmHVaCLpSu5LgAXhDTKTnp9zITVzn { width:320px;height:41.5833px;top:17px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O1hX4Sx3x9JsFnDqWLQoGeI4LkMBqRqI { width:320px;height:1322px;top:-78px;left:-1.9895830154419px;display:block; }
 }@media only screen and (max-width: 763px) { #cNMZoJv5KEZ7zZSmJ5M5C5eGrySZvLot { width:195px;height:84px;top:773.79167175293px;left:62.500004768372px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #uHgS6yMqEFHKRy4Ep3kAF6Xim78qJsow { width:220px;height:230px;top:915px;left:50px;box-shadow: 1px 1px 21px #0e9ae5 ;display:block; }
 }@media only screen and (max-width: 763px) { #RDQvQKnM7F0DGnplxVuFhgo1oOKw8z1d { display:flex;width:50px;height:50px;top:942px;left:135px; }
 }@media only screen and (max-width: 763px) { #OCF5aaHsXSLU4hMJ0nBcFRrPRKRbnSPd { width:200px;height:20.7917px;top:1018px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Icnp6GT3u9VqbPuleWkEeKukrxe9GPQG { width:200px;height:84px;top:1049px;left:60.000004768372px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #IVFErVrxxOy5UPTpTGqE9LwtkpURvPA7 { width:65px;height:65px;top:935px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { display:block; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { background-color: transparent; background-image: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container > .video-iframe-container { display: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row > .video-iframe-container { display: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .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); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { border-width: 0; border-radius: 0; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container { width:320px;height:2687px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fc0wtQge7sHWV5Kor27Irr4edrAJcxVw { width:320px;height:70.1875px;top:16px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #mCJ0iBGZVzITLJTxe5eoth50HPTebMfy { width:222px;height:146px;top:124.9375px;left:15.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #FcC41IOTG8qHQT7bbJuU7eSrnCvm3hOU { width:250px;height:150px;top:288.27084350586px;left:60.000004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #g7JNPLe1SeNnSUl7TIJUe27eCG2iy6aQ { width:218px;height:168px;top:474.02083587646px;left:15.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #fznfU7LGmWngWtixUnHzPTuqLCsW5nEP { width:231px;height:137px;top:672.3125px;left:79.666668891907px;display:block; }
 }@media only screen and (max-width: 763px) { #mVp1IZT1b77szKfriQxtxoNSrxJsp1dl { width:320px;height:320px;top:1018.8333358765px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hpEhfn48DLoCQ0ampyS2wDEXJmMONRNQ { width:178px;height:335px;top:1366.375px;left:71.000004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #rt0Fx3X3nAk0t1uH4f8NaDqzcz4C5yG4 { width:160px;height:41.5938px;top:947.58334350586px;left:80.000004768372px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #touM0a6Rewhk73yqyzGzOQ7LMeWJQm8s { width:320px;height:320px;top:2188.8333358765px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oM8mscOVLfce13SInykXIhDBU1eNNFJk { width:320px;height:320px;top:1856.7604217529px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BNXBABsHSazRiPSi28e3aO5XySuczdSe { width:244px;height:41.5938px;top:1815.1666717529px;left:38.000000953674px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #GadMrkieuJmvD5n5DwebN1gEp3mTueVW { width:320px;height:20.7969px;top:93.802093505859px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 { display:block; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container { width:320px;height:11px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH { display:block; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { width:320px;height:920px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOI6zGk0ldRI8PSzpm2z2Qvk5yT1qvJX { width:320px;height:67.5833px;top:165.00000506639px;left:0px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #lLea5Q5RAF4JzTNQKWlGeiC06vGzDuFr { width:320px;height:20.7969px;top:246.99998474121px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y411EPnzynweU564IR2k2gg4ym0OxSVm { width:320px;height:230px;top:569.00001525879px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { display:block; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { width:320px;height:307px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkvqKFHMBTRIMQADh4dnudUp9c7w7xUh { width:320px;height:31.1979px;top:50.312591552734px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #El5KivVSb4iu2nOo8IzmZcP5z3LZbQ8f { width:276px;height:41.5833px;top:81.5px;left:22.000000953674px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JJLboskv00d0pbaTpM1eR8vTJay7Ilhp { width:45px;height:45px;top:131px;left:162px;display:block; }
 }@media only screen and (max-width: 763px) { #dC0AFKJHcf1yvmtcSUGywRxNvrgnUIV9 { display:flex;width:50px;height:50px;top:129px;left:113px; }
#dC0AFKJHcf1yvmtcSUGywRxNvrgnUIV9 > img { max-width: 100%;max-height:100%; } }