.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-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:#f2f3f7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#zcmha4NHTeWm75wunnSqxxCUUhutJBbh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcmha4NHTeWm75wunnSqxxCUUhutJBbh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcmha4NHTeWm75wunnSqxxCUUhutJBbh > .row > .video-iframe-container { display: none; }#zcmha4NHTeWm75wunnSqxxCUUhutJBbh > .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); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz { background-color:#101016;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;display:block; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container { background-color: transparent; background-image: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container > .video-iframe-container { display: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row > .video-iframe-container { display: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .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); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container { border-width: 0; border-radius: 0; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container { width:960px;height:625px;font-size:14px;font-family:arial;position:relative;display:block; }#HtEwSsf12g3Txbzu9g8UFnAuhh3c8oKf { position:absolute;display:block;z-index:15015;background-color:#ffffff;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:79.9844px;width:959.984px;top:475px;left:4px;display:block; }
#PIJTGdqParyEDswJL8TlnkBLxd0F0yeS { color:#1e0a47;display:block;width:450px;position:absolute;font-family:dosis;font-size:24px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:513px;left:51px;height:31.2027px;font-style:normal;display:block; }
#J2RZucf13SGwCHEst2V1De3TJEGu2swa { position:absolute;display:block;z-index:15017;background-color:#1e0a47;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:75px;top:528px;left:471px;display:block; }
#WpT0GDk20t6GH3IoapwTZTEfTslwrinM { box-sizing:content-box;color:#2740c8;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:512px;left:642px;display:block; }
#dfrTx2AtnhztVpgnplWAtq5SAUgQXTWK { box-sizing:content-box;color:#2740c8;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:512px;left:717px;display:block; }
#T2D5lwXfJyg6v2ISqci4BJi2rE9HWtXx { box-sizing:content-box;color:#2740c8;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:512px;left:790px;display:block; }
#uHQCFaQszZxaMWuB1TBVbX9Da6Oa1w3x { box-sizing:content-box;color:#2740c8;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:512px;left:861px;display:block; }
#eCT13JRoVxxpn0quTTSLaCzQ8p3naDTr { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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;box-shadow: none;height:200px;width:200px;display:none; }
#lJn9O9XJBISNKp6adpbzfQi31viM008B { position:absolute;display:block;z-index:15024;border-top:7px solid #f6f6f6;border-left:7px solid #f6f6f6;border-right:7px solid #f6f6f6;border-bottom:7px solid #f6f6f6;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:450px;width:450px;top:0px;left:246.94599914551px;overflow:hidden;display:block; }
#ml0mEIa0GH0uZMoTC1CnhSEtKaAuBmzy { color:#ffffff;display:block;width:960px;position:absolute;font-family:dosis;font-size:48px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:555px;left:3px;height:62.3958px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/flz675bH/bg_section.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !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; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy.adaptive-delivery-prevent-bg, #WQMmse6mpiZOGQyI6HFeTMivChyNAFcy.lazyload, #WQMmse6mpiZOGQyI6HFeTMivChyNAFcy.lazyloading { background-image: none; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row .container { background-color: transparent; background-image: none; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #eab827; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row .container > .video-iframe-container { display: none; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #eab827; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row > .video-iframe-container { display: none; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .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); }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row .container { border-width: 0; border-radius: 0; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row .container { font-size:14px;font-family:arial;height:396px;width:960px;position:relative;display:block; }#TCEBJktw1AcD2kFTy7BPxpriLKVTVR1S { color:#edeff4;display:block;width:460px;position:absolute;font-family:dosis;font-size:52px;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:74.0625px;left:74px;height:62.3935px;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; }
#oenrKSbNxHuqTfhf30pXKJoql20qlmQT { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #2740c8, #2a2373);background-image: -moz-linear-gradient(top, #2740c8, #2a2373);background-image: -ms-linear-gradient(top, #2740c8, #2a2373);background-image: -o-linear-gradient(top, #2740c8, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #2740c8, #2a2373);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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:360px;height:52px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:235.671875px;left:124px;display:block; }
#KyZEWU50TcfFe6Jined0bn2dDbrfQcN4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Uatzn9s3dzwVVTP0dynK0oMOtkzvhyJk { position:absolute;display:block;z-index:15014;border-top:7px solid #0b2968;border-left:7px solid #0b2968;border-right:7px solid #0b2968;border-bottom:7px solid #0b2968;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:379px;width:379px;top:0px;left:561px;overflow:hidden;display:block; }
#dnIWavDTBxdLIPTFXD1vv7lcfD4INAez { color:#ffffff;display:block;width:557px;position:absolute;font-family:dosis;font-size:37px;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:148.99377441406px;left:1.9909820556641px;height:44.401px;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; }
#GTdag559w2b5kFUMOCnuexaEOIrcZnRw { 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;box-shadow: none;height:392px;width:392px;top:395.98721313477px;left:566.4521025166px;overflow:hidden;display:block; }
#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/flz675bH/bg_section.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !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; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ.adaptive-delivery-prevent-bg, #hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ.lazyload, #hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ.lazyloading { background-image: none; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row .container { background-color: transparent; background-image: none; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #70dae5; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row .container > .video-iframe-container { display: none; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #70dae5; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row > .video-iframe-container { display: none; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .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); }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row .container { border-width: 0; border-radius: 0; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row .container { font-size:14px;font-family:arial;height:394px;width:960px;position:relative;display:block; }#SHIa69KEA3qWVb1DgRLVRDSHlSBFqpqG { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #2740c8, #2a2373);background-image: -moz-linear-gradient(top, #2740c8, #2a2373);background-image: -ms-linear-gradient(top, #2740c8, #2a2373);background-image: -o-linear-gradient(top, #2740c8, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #2740c8, #2a2373);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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:360px;height:52px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:264.671875px;left:100.5px;display:block; }
#E8RNOda3xt62005EvhT4Wan8xd11ZbC2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PQTetc9m09cJ6Mpr1c3MtAo1Rk8wmqRC { color:#fffd12;display:block;width:536px;position:absolute;font-family:dosis;font-size:49px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:78px;left:12.5px;height:63.7074px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B9H1BgATUSsep7f3tuDUeAT0dtzqXGr5 { color:#f4f4f4;display:block;width:548px;position:absolute;font-family:dosis;font-size:47px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:168.9375px;left:0px;height:122.206px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fWOQEdiGlmiRgTZvslwJokEi4QMqJKie { 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;box-shadow: none;height:395.999px;width:395.999px;top:393.99856567383px;left:564.00331115723px;overflow:hidden;display:block; }
#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/flz675bH/bg_section.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !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; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l.adaptive-delivery-prevent-bg, #cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l.lazyload, #cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l.lazyloading { background-image: none; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row .container { background-color: transparent; background-image: none; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0e3b74; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row .container > .video-iframe-container { display: none; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0e3b74; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row > .video-iframe-container { display: none; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .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); }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row .container { border-width: 0; border-radius: 0; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row .container { font-size:14px;font-family:arial;height:394px;width:960px;position:relative;display:block; }#AbcGrXaSMMgm4JOSC9zmrIidwcpNHotI { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #2740c8, #2a2373);background-image: -moz-linear-gradient(top, #2740c8, #2a2373);background-image: -ms-linear-gradient(top, #2740c8, #2a2373);background-image: -o-linear-gradient(top, #2740c8, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #2740c8, #2a2373);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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:360px;height:52px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:264.671875px;left:100.5px;display:block; }
#a7Volyi3snyBZ1boZPxv5O2hyBOdPWoo { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#o1EDZJ65XINgU1XPDLgU0IQAGzZn2bWi { color:#fffd12;display:block;width:536px;position:absolute;font-family:dosis;font-size:49px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:78px;left:12.5px;height:63.7074px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V4c4AJK3I9hsvT9i5Eo6IbyOqzfR8Mba { color:#f4f4f4;display:block;width:548px;position:absolute;font-family:dosis;font-size:47px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:168.9375px;left:0px;height:122.206px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VBLqXCKAtk8l4d8UprhXirPqki6qliUR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/flz675bH/bg_section.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !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; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR.adaptive-delivery-prevent-bg, #VBLqXCKAtk8l4d8UprhXirPqki6qliUR.lazyload, #VBLqXCKAtk8l4d8UprhXirPqki6qliUR.lazyloading { background-image: none; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row .container { background-color: transparent; background-image: none; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ec0303; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row .container > .video-iframe-container { display: none; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ec0303; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row > .video-iframe-container { display: none; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .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); }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row .container { border-width: 0; border-radius: 0; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row .container { font-size:14px;font-family:arial;height:346px;width:960px;position:relative;display:block; }#X3rHo9956uPupEkAmXpwMJIdPmFTdTfw { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #2740c8, #2a2373);background-image: -moz-linear-gradient(top, #2740c8, #2a2373);background-image: -ms-linear-gradient(top, #2740c8, #2a2373);background-image: -o-linear-gradient(top, #2740c8, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #2740c8, #2a2373);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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:320px;height:56px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:243.671875px;left:0px;display:block; }
#gWLgeaNc68opnJLWFQpTvq37klkJkbnJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#f6vovS0C1vG0T2RAf6ycXFdf7iRTocz8 { color:#fffd12;display:block;width:343px;position:absolute;font-family:dosis;font-size:40px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:40px;left:0px;height:103.977px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TIeCpkdWwcZtRThoqHSc5OJaV87oxxwE { color:#f4f4f4;display:block;width:338px;position:absolute;font-family:dosis;font-size:47px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:122.9375px;left:0px;height:61.1032px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RTdLrHKIvmbhdipCuGXHDvTFG4McZ3TF { 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;box-shadow: none;height:345px;width:619px;top:0px;left:339.34259259259px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz { display:block; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtEwSsf12g3Txbzu9g8UFnAuhh3c8oKf { width:764px;height:79px;top:475px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PIJTGdqParyEDswJL8TlnkBLxd0F0yeS { width:450px;height:31px;top:513px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #J2RZucf13SGwCHEst2V1De3TJEGu2swa { width:75px;height:0;top:528px;left:373px;display:block; }
 }@media only screen and (max-width: 763px) { #WpT0GDk20t6GH3IoapwTZTEfTslwrinM { width:29px;height:29px;top:512px;left:544px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dfrTx2AtnhztVpgnplWAtq5SAUgQXTWK { width:29px;height:29px;top:512px;left:619px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #T2D5lwXfJyg6v2ISqci4BJi2rE9HWtXx { width:29px;height:29px;top:512px;left:692px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uHQCFaQszZxaMWuB1TBVbX9Da6Oa1w3x { width:29px;height:29px;top:512px;left:735px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #eCT13JRoVxxpn0quTTSLaCzQ8p3naDTr { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 763px) { #lJn9O9XJBISNKp6adpbzfQi31viM008B { top:0px;left:148.94599914551px;width:450px;height:450px;display:block; }
 }@media only screen and (max-width: 763px) { #ml0mEIa0GH0uZMoTC1CnhSEtKaAuBmzy { width:764px;height:62px;top:555px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #WQMmse6mpiZOGQyI6HFeTMivChyNAFcy { display:block; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCEBJktw1AcD2kFTy7BPxpriLKVTVR1S { width:460px;height:;top:74px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #oenrKSbNxHuqTfhf30pXKJoql20qlmQT { width:360px;height:52px;top:235px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #KyZEWU50TcfFe6Jined0bn2dDbrfQcN4 { display:block; }
 }@media only screen and (max-width: 763px) { #Uatzn9s3dzwVVTP0dynK0oMOtkzvhyJk { top:0px;left:367px;width:379px;height:379px;display:block; }
 }@media only screen and (max-width: 763px) { #dnIWavDTBxdLIPTFXD1vv7lcfD4INAez { width:556px;height:44px;top:148px;left:0px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #GTdag559w2b5kFUMOCnuexaEOIrcZnRw { top:395px;left:372px;width:392px;height:392px;display:block; }
 }@media only screen and (max-width: 763px) { #hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ { display:block; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHIa69KEA3qWVb1DgRLVRDSHlSBFqpqG { width:360px;height:52px;top:264px;left:2.5px;display:block; }
 }@media only screen and (max-width: 763px) { #E8RNOda3xt62005EvhT4Wan8xd11ZbC2 { display:block; }
 }@media only screen and (max-width: 763px) { #PQTetc9m09cJ6Mpr1c3MtAo1Rk8wmqRC { top:78px;left:0px;width:536px;height:63px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #B9H1BgATUSsep7f3tuDUeAT0dtzqXGr5 { top:168px;left:0px;width:548px;height:61px;font-size:47px;display:block; }
 }@media only screen and (max-width: 763px) { #fWOQEdiGlmiRgTZvslwJokEi4QMqJKie { top:393px;left:369px;width:395px;height:395px;display:block; }
 }@media only screen and (max-width: 763px) { #cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l { display:block; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbcGrXaSMMgm4JOSC9zmrIidwcpNHotI { width:360px;height:52px;top:264px;left:2.5px;display:block; }
 }@media only screen and (max-width: 763px) { #a7Volyi3snyBZ1boZPxv5O2hyBOdPWoo { display:block; }
 }@media only screen and (max-width: 763px) { #o1EDZJ65XINgU1XPDLgU0IQAGzZn2bWi { top:78px;left:0px;width:536px;height:63px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #V4c4AJK3I9hsvT9i5Eo6IbyOqzfR8Mba { top:168px;left:0px;width:548px;height:61px;font-size:47px;display:block; }
 }@media only screen and (max-width: 763px) { #VBLqXCKAtk8l4d8UprhXirPqki6qliUR { display:block; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3rHo9956uPupEkAmXpwMJIdPmFTdTfw { width:320px;height:56px;top:243px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gWLgeaNc68opnJLWFQpTvq37klkJkbnJ { display:block; }
 }@media only screen and (max-width: 763px) { #f6vovS0C1vG0T2RAf6ycXFdf7iRTocz8 { top:40px;left:0px;width:343px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #TIeCpkdWwcZtRThoqHSc5OJaV87oxxwE { top:122px;left:0px;width:338px;height:61px;font-size:47px;display:block; }
 }@media only screen and (max-width: 763px) { #RTdLrHKIvmbhdipCuGXHDvTFG4McZ3TF { top:0px;left:145px;width:619px;height:345px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz { background-color:#1e0a47;background-image:none;display:block; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container { background-color: transparent; background-image: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container > .video-iframe-container { display: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row > .video-iframe-container { display: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .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); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container { width:320px;height:441.95088940429684px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtEwSsf12g3Txbzu9g8UFnAuhh3c8oKf { width:320px;height:121.969px;top:320px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PIJTGdqParyEDswJL8TlnkBLxd0F0yeS { width:282.984px;height:26.0062px;top:332px;left:18.484375px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #J2RZucf13SGwCHEst2V1De3TJEGu2swa { width:75px;height:1px;top:1978px;left:122px;display:none; }
 }@media only screen and (max-width: 763px) { #WpT0GDk20t6GH3IoapwTZTEfTslwrinM { width:30px;height:30px;top:380px;left:52.484375px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #dfrTx2AtnhztVpgnplWAtq5SAUgQXTWK { width:30px;height:30px;top:380px;left:108px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #T2D5lwXfJyg6v2ISqci4BJi2rE9HWtXx { width:30px;height:30px;top:380px;left:177px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #uHQCFaQszZxaMWuB1TBVbX9Da6Oa1w3x { width:30px;height:30px;top:380px;left:248px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #eCT13JRoVxxpn0quTTSLaCzQ8p3naDTr { top:368px;left:0px;width:320px;height:53.9844px;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lJn9O9XJBISNKp6adpbzfQi31viM008B { width:319px;height:319px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ml0mEIa0GH0uZMoTC1CnhSEtKaAuBmzy { width:320px;height:40.2969px;top:0px;left:0px;text-align:center;text-align-last:center;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #WQMmse6mpiZOGQyI6HFeTMivChyNAFcy { background-color:#ffffff;background-image:none;display:block; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row .container { background-color: transparent; background-image: none; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row .container > .video-iframe-container { display: none; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row > .video-iframe-container { display: none; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .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); }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row .container { width:320px;height:849px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCEBJktw1AcD2kFTy7BPxpriLKVTVR1S { width:320px;height:35.9848px;top:11px;left:0px;text-align:center;text-align-last:center;font-size:30px;font-family:"russo one";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oenrKSbNxHuqTfhf30pXKJoql20qlmQT { width:282px;height:53px;top:436.984375px;left:19px;background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #000000, #2a2373);background-image: -moz-linear-gradient(top, #000000, #2a2373);background-image: -ms-linear-gradient(top, #000000, #2a2373);background-image: -o-linear-gradient(top, #000000, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #000000, #2a2373);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KyZEWU50TcfFe6Jined0bn2dDbrfQcN4 { display:block; }
 }@media only screen and (max-width: 763px) { #Uatzn9s3dzwVVTP0dynK0oMOtkzvhyJk { width:305px;height:305px;top:56.984375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dnIWavDTBxdLIPTFXD1vv7lcfD4INAez { width:320px;height:24.0057px;top:390.984375px;left:0px;text-align:center;text-align-last:center;font-size:20px;font-family:"russo one";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GTdag559w2b5kFUMOCnuexaEOIrcZnRw { width:320px;height:320px;top:509.97392597656px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ { background-color:#ffffff;background-image:none;display:block; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row .container { background-color: transparent; background-image: none; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row .container > .video-iframe-container { display: none; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row > .video-iframe-container { display: none; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .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); }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row .container { width:320px;height:319.993px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHIa69KEA3qWVb1DgRLVRDSHlSBFqpqG { width:282px;height:53px;top:188px;left:19px;background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #000000, #2a2373);background-image: -moz-linear-gradient(top, #000000, #2a2373);background-image: -ms-linear-gradient(top, #000000, #2a2373);background-image: -o-linear-gradient(top, #000000, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #000000, #2a2373);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #E8RNOda3xt62005EvhT4Wan8xd11ZbC2 { display:block; }
 }@media only screen and (max-width: 763px) { #PQTetc9m09cJ6Mpr1c3MtAo1Rk8wmqRC { width:320px;height:41.5938px;top:22px;left:0px;font-size:32px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #B9H1BgATUSsep7f3tuDUeAT0dtzqXGr5 { width:320px;height:83.1676px;top:80px;left:0px;font-size:32px;color:#04090c;display:block; }
 }@media only screen and (max-width: 763px) { #fWOQEdiGlmiRgTZvslwJokEi4QMqJKie { width:320px;height:320px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l { background-color:#ffffff;background-image:none;display:block; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row .container { background-color: transparent; background-image: none; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row .container > .video-iframe-container { display: none; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row > .video-iframe-container { display: none; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .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); }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row .container { width:320px;height:211px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbcGrXaSMMgm4JOSC9zmrIidwcpNHotI { width:281.996px;height:52.9948px;top:142.6965007782px;left:18.986742019653px;background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #000000, #2a2373);background-image: -moz-linear-gradient(top, #000000, #2a2373);background-image: -ms-linear-gradient(top, #000000, #2a2373);background-image: -o-linear-gradient(top, #000000, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #000000, #2a2373);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #a7Volyi3snyBZ1boZPxv5O2hyBOdPWoo { display:block; }
 }@media only screen and (max-width: 763px) { #o1EDZJ65XINgU1XPDLgU0IQAGzZn2bWi { width:319.993px;height:41.5838px;top:17.98070526123px;left:0px;font-size:32px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #V4c4AJK3I9hsvT9i5Eo6IbyOqzfR8Mba { width:319.993px;height:83.1676px;top:59.552436828613px;left:0px;font-size:32px;color:#04090c;display:block; }
 }@media only screen and (max-width: 763px) { #VBLqXCKAtk8l4d8UprhXirPqki6qliUR { background-color:#ffffff;background-image:none;display:block; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row .container { background-color: transparent; background-image: none; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row .container > .video-iframe-container { display: none; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row > .video-iframe-container { display: none; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .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); }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row .container { width:320px;height:407px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3rHo9956uPupEkAmXpwMJIdPmFTdTfw { width:282px;height:53px;top:326px;left:19px;background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #000000, #2a2373);background-image: -moz-linear-gradient(top, #000000, #2a2373);background-image: -ms-linear-gradient(top, #000000, #2a2373);background-image: -o-linear-gradient(top, #000000, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #000000, #2a2373);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gWLgeaNc68opnJLWFQpTvq37klkJkbnJ { display:block; }
 }@media only screen and (max-width: 763px) { #f6vovS0C1vG0T2RAf6ycXFdf7iRTocz8 { width:320px;height:41.5938px;top:208.875px;left:0px;font-size:32px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TIeCpkdWwcZtRThoqHSc5OJaV87oxxwE { width:320px;height:41.5938px;top:264px;left:0px;font-size:32px;color:#04090c;display:block; }
 }@media only screen and (max-width: 763px) { #RTdLrHKIvmbhdipCuGXHDvTFG4McZ3TF { width:320px;height:178.352180937px;top:0px;left:0px;display:block; }
 }