.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#073089;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0px;left:0px;right:0px;display:block; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container { background-color: transparent; background-image: none; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container > .video-iframe-container { display: none; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row > .video-iframe-container { display: none; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .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); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container { border-width: 0; border-radius: 0; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container { font-size:14px;font-family:arial;height:76px;width:1200px;position:relative;display:block; }#eN2OuIqvA3DlLuJWuPFL5Uz4FvVbzK8b { position:absolute;display:block;z-index:15000;height:50px;width:857px;top:13px;left:335px;display:block; }
#SqnTVywQhgoIySbdKwaEyxlPsA262ATH { position:absolute;display:block;z-index:15001;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:37px;width:318px;top:19.5px;left:0px;overflow:hidden;display:block; }
#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb { background-color:rgba(0,0,0,0.57);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { background-color: transparent; background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container { display: block; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .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); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { border-width: 0; border-radius: 0; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { font-size:14px;font-family:arial;height:1020px;width:1200px;overflow:visible;position:relative;display:block; }#i7tWTmQuHs1CeH77zHQDPgdaitfqz3C8 { color:#ffffff;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:146px;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:109.78125px;left:0px;height:160.594px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xc7xZ4keOICHMoQzzunirXT91rsGSXVl { z-index:15004;top:850.5px;left:400.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #d10070, #766ec7);background-image: -moz-linear-gradient(178deg, #d10070, #766ec7);background-image: -ms-linear-gradient(178deg, #d10070, #766ec7);background-image: -o-linear-gradient(178deg, #d10070, #766ec7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d10070', endColorstr='#766ec7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d10070', endColorstr='#766ec7' );";background-image: linear-gradient(178deg, #d10070, #766ec7);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: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:46px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:399px;height:94px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#giI3wlFm1CaJZfbfQ7SMJwKJPoDaKRZf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PRd265V2TE4G3DJERbPq22elqwP35N7c { color:#ffffff;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:36px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:740px;left:0px;height:46.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kXHrr1p8Pxf2sCfmR8cNAWT0Hzvaizd7 { color:#e63d05;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:146px;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:269.390625px;left:0px;height:160.594px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IPkskHddMk5ohreTgmMJ64Pf1LTORUZr { color:#ffffff;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:117px;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:440px;left:0px;height:257.375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 { position:relative;display:block; }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 { background-color: transparent; background-image: none; }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .row .container > .video-iframe-container { display: none; }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .row > .video-iframe-container { display: none; }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .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); }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 { border-width: 0; border-radius: 0; }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .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; }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:433px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lkGlLEl59cy4ncS2b8QLAd3wRrlTBwXG { color:#4c4c4c;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.78125px;left:0px;height:28.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#weywndlWKTta5ClqH0Putz494nDhZgJ5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:202px;width:348px;top:55px;left:426px;overflow:hidden;display:block; }
#r3gciJbZuryWRM6Eh088pGEqDedy8vf4 { color:#6a6a6a;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:17px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:285px;left:0px;height:102px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ { position:relative;display:block; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ { background-color: transparent; background-image: none; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row .container > .video-iframe-container { display: none; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row > .video-iframe-container { display: none; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .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); }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ { border-width: 0; border-radius: 0; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .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; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:310px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GgT64Tv16CGZA3nPFyHIq4h4VLf0xZL0 { position:absolute;display:block;z-index:15010;background-color:#fcc289;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19px;width:19px;top:46px;left:602px;display:block; }
#qlCWDmTdd7vO6APVP2ZJ92VF3IEhTPrr { position:absolute;display:block;z-index:15009;background-color:#e0842a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22px;width:22px;top:33px;left:589px;display:block; }
#qTncaTA2FVp5m9oJvXTNUQMmrTSXqlAq { color:#313131;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:49px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:75.0625px;left:0px;height:63.6875px;text-align:center;text-align-last:center;display:block; }
#KcGGGhTd04ElZZuBw2ttIBGaDSTOywNI { color:#6a6a6a;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:17px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:180.25px;left:0px;height:76.5px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#NrQVeJfMLQusWqoNin9JmrHESADSTmQI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Z28fkxmf/bg2.jpg");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; }#NrQVeJfMLQusWqoNin9JmrHESADSTmQI.adaptive-delivery-prevent-bg, #NrQVeJfMLQusWqoNin9JmrHESADSTmQI.lazyload, #NrQVeJfMLQusWqoNin9JmrHESADSTmQI.lazyloading { background-image: none; }#NrQVeJfMLQusWqoNin9JmrHESADSTmQI > .row .container { background-color: transparent; background-image: none; }#NrQVeJfMLQusWqoNin9JmrHESADSTmQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrQVeJfMLQusWqoNin9JmrHESADSTmQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrQVeJfMLQusWqoNin9JmrHESADSTmQI > .row .container > .video-iframe-container { display: none; }#NrQVeJfMLQusWqoNin9JmrHESADSTmQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrQVeJfMLQusWqoNin9JmrHESADSTmQI > .row > .video-iframe-container { display: none; }#NrQVeJfMLQusWqoNin9JmrHESADSTmQI > .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); }#NrQVeJfMLQusWqoNin9JmrHESADSTmQI > .row .container { border-width: 0; border-radius: 0; }#NrQVeJfMLQusWqoNin9JmrHESADSTmQI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NrQVeJfMLQusWqoNin9JmrHESADSTmQI > .row .container { font-size:14px;font-family:arial;height:459px;width:1200px;position:relative;display:block; }#DHvkdTeM54m80wgOgp0ITTOFoEiWhmEW { position:absolute;display:block;z-index:15002;background-color:#e0842a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22px;width:22px;top:52px;left:585px;display:block; }
#Dx4UWPDxEAizUBTFTvvm9uOe9lTX8I3p { position:absolute;display:block;z-index:15003;background-color:#fcc289;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19px;width:19px;top:63px;left:596px;display:block; }
#uVCNAdHTf4dEyS6LTbk6XVifevsyuiKS { color:#313131;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:49px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:81px;left:0px;height:63.6875px;text-align:center;text-align-last:center;display:block; }
#OHsc6STyQqif5KqDkesCVrbhbH5QM5am { position:absolute;display:block;z-index:15005;background-color:#313131;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;height:47px;width:47px;top:277px;left:239px;display:block; }
#h3eTmRHPh4xxMSieSx8DAnyzK7yHhoFB { color:#ffffff;display:block;width:40px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:286px;left:243px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NgiZL4xl9np56nL5HhwMCQr4ZqM4bRb1 { color:#313131;display:block;width:200px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:353px;left:163px;height:36.375px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZH9XoIvgsnp8900PK5UOe99r5iZkNLDf { color:#313131;display:block;width:231px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:353px;left:477px;height:72.75px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y1Pka1pOCZBex2k2f4SzB5Wdz6ke4wPm { position:absolute;display:block;z-index:15008;background-color:#991f07;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;height:47px;width:47px;top:277px;left:570px;display:block; }
#GeyAOLS8aG1B3w52xL7nmsyuERzrWs72 { color:#ffffff;display:block;width:40px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:286px;left:574px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fky7aDJnUlXL6dp5PAorrbHi09PDbHm4 { color:#313131;display:block;width:231px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:353px;left:807px;height:36.375px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m9gFrh04cwI7btqq1b49Z8hqn2ez0aBV { position:absolute;display:block;z-index:15011;background-color:#e0842a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;height:47px;width:47px;top:277px;left:899px;display:block; }
#rKeThpyAtdrtX5qC3dck2np0FQ9AKn5l { color:#ffffff;display:block;width:40px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:286px;left:903px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OSMFw0X2CmP4DJXPmQ4brr7vru3lxTkR { 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;box-shadow: none;height:50px;width:97px;top:276px;left:372px;overflow:hidden;display:block; }
#RF7i24mTOAH4L4xETV3mCDgBNVRUzcLh { 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;box-shadow: none;height:50px;width:97px;top:276px;left:710px;overflow:hidden;display:block; }
#qnluvBsPsJnkaqiuJq4qAWKk6PrdEMnb { color:#6a6a6a;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:17px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:171px;left:0px;height:51px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#wwOWAd4XlkabHnP2Sah1TfJcd7Go9taT { position:relative;display:block; }#wwOWAd4XlkabHnP2Sah1TfJcd7Go9taT { background-color: transparent; background-image: none; }#wwOWAd4XlkabHnP2Sah1TfJcd7Go9taT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwOWAd4XlkabHnP2Sah1TfJcd7Go9taT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwOWAd4XlkabHnP2Sah1TfJcd7Go9taT > .row .container > .video-iframe-container { display: none; }#wwOWAd4XlkabHnP2Sah1TfJcd7Go9taT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwOWAd4XlkabHnP2Sah1TfJcd7Go9taT > .row > .video-iframe-container { display: none; }#wwOWAd4XlkabHnP2Sah1TfJcd7Go9taT > .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); }#wwOWAd4XlkabHnP2Sah1TfJcd7Go9taT { border-width: 0; border-radius: 0; }#wwOWAd4XlkabHnP2Sah1TfJcd7Go9taT > .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; }#wwOWAd4XlkabHnP2Sah1TfJcd7Go9taT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:564px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q2Jpoqq1NyTtVCcNktSlDpVTRS3FVk53 { color:#313131;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:49px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:81px;left:0px;height:63.6875px;text-align:center;text-align-last:center;display:block; }
#fcnhTDqmEoyTbCT9Lsndq9KCkscC6Nkk { position:absolute;display:block;z-index:15003;background-color:#e0842a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22px;width:22px;top:41px;left:589px;display:block; }
#NBJxH7ZlEThtAwT9KnQTgHT4RHe8JZpx { position:absolute;display:block;z-index:15004;background-color:#fcc289;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19px;width:19px;top:54px;left:602px;display:block; }
#rp6mhvcV4Tkbq34CInvGG5vAxCwDNK2P { color:#000000;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:27px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:159px;left:0px;height:70.1875px;text-align:center;text-align-last:center;display:block; }
#mG3SNEJyBuTGzNWhAodo4duoTuV3wJC7 { color:#000000;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:259.1875px;left:0px;height:253.906px;text-align:left;text-align-last:left;font-style:normal;display:block; }#mG3SNEJyBuTGzNWhAodo4duoTuV3wJC7 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#mG3SNEJyBuTGzNWhAodo4duoTuV3wJC7 li:before{  }
#XLeDpBrsK0ctU0K7d5RIRJfDI5rR1Kas { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XLeDpBrsK0ctU0K7d5RIRJfDI5rR1Kas > .row .container { background-color: transparent; background-image: none; }#XLeDpBrsK0ctU0K7d5RIRJfDI5rR1Kas::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLeDpBrsK0ctU0K7d5RIRJfDI5rR1Kas > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLeDpBrsK0ctU0K7d5RIRJfDI5rR1Kas > .row .container > .video-iframe-container { display: none; }#XLeDpBrsK0ctU0K7d5RIRJfDI5rR1Kas > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLeDpBrsK0ctU0K7d5RIRJfDI5rR1Kas > .row > .video-iframe-container { display: none; }#XLeDpBrsK0ctU0K7d5RIRJfDI5rR1Kas > .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); }#XLeDpBrsK0ctU0K7d5RIRJfDI5rR1Kas > .row .container { border-width: 0; border-radius: 0; }#XLeDpBrsK0ctU0K7d5RIRJfDI5rR1Kas > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XLeDpBrsK0ctU0K7d5RIRJfDI5rR1Kas > .row .container { font-size:14px;font-family:arial;height:238px;width:1200px;position:relative;display:block; }#CWi8cknRGaKceNlkSIBoNQ2sPSP28acn { color:#050b26;display:block;width:182px;position:absolute;font-family:ubuntu;font-size:39px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:31px;left:194px;height:50.6875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c7E2K3pTTuXLJG5U2Q1DutWbPDCPUIKD { position:absolute;display:block;z-index:15003;background-color:#ff1c41;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:2px;width:225px;top:223px;left:173px;display:block; }
#EQ1zL7P5GgZdUxuCAc0k36RZnKIesipt { position:absolute;display:block;z-index:15009;background-color:#0f18a3;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:2px;width:225px;top:223px;left:481px;display:block; }
#dER0CaXT5m0TpDt24qIr9KKx4XMmJtPy { color:#050b26;display:block;width:182px;position:absolute;font-family:ubuntu;font-size:39px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:31px;left:502px;height:50.6875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mk4ntVqg2ZmDfPFE1gp607HsgkAstsTl { position:absolute;display:block;z-index:15015;background-color:#ff1c41;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:2px;width:225px;top:223px;left:781px;display:block; }
#yduvvG3TP2E1VuihGpWsVDvXXwHShtct { color:#050b26;display:block;width:182px;position:absolute;font-family:ubuntu;font-size:39px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:31px;left:802px;height:50.6875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hosl0DfUqREhRnXWTJ1ZPSOtRT37eOfX { position:absolute;display:block;z-index:14992;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: 5px 11px 50px rgba(5,11,38,0.15) ;height:225px;width:225px;top:0px;left:480px;display:block; }
#ruCpfTpbr1BlkJxal7CNfh09eoe4sHQM { position:absolute;display:block;z-index:14994;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: 5px 11px 50px rgba(5,11,38,0.15) ;height:225px;width:225px;top:0px;left:173px;display:block; }
#mnt8E9MGMUee4gBMMiZGF0kQApmvg5pR { position:absolute;display:block;z-index:14990;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: 5px 11px 50px rgba(5,11,38,0.15) ;height:225px;width:225px;top:0px;left:780px;display:block; }
#lr25fhRrahDbJFWiHIHRv8SnE6iKuriC { position:absolute;display:block;z-index:15007;background-color:#fda63f;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:65px;border-top-right-radius:65px;border-bottom-left-radius:65px;border-bottom-right-radius:65px;box-shadow: none;height:22px;width:22px;top:108px;left:233px;display:block; }
#oHzOKeAkWLLEeTukDEyAx09iDKrI6Jwu { position:absolute;display:block;z-index:15008;background-color:#fda63f;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:65px;border-top-right-radius:65px;border-bottom-left-radius:65px;border-bottom-right-radius:65px;box-shadow: none;height:18px;width:18px;top:146px;left:637px;display:block; }
#HE4SgzoSozOpin8ebvufZKIoLGEkyoHJ { position:absolute;display:block;z-index:15023;background-color:#ff5335;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:65px;border-top-right-radius:65px;border-bottom-left-radius:65px;border-bottom-right-radius:65px;box-shadow: none;height:32px;width:32px;top:130px;left:913px;display:block; }
#fTM4JawT3GoPJDppeeWfGHFvaGSo8WPM { position:absolute;display:block;z-index:15026;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12px;width:28px;top:130px;left:313px;display:block; }
#WfbCShVTWsNnqnmA59F1WkQ3o9ArxrGy { position:absolute;display:block;z-index:15028;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10px;width:23px;top:114px;left:540px;display:block; }
#MGCuDeBbhAGk1RQGirOTfmhEN4VbTZAW { position:absolute;display:block;z-index:15030;background-color:#fda63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:26px;width:26px;top:106px;left:838px;display:block; }
#H8tRhdTRA74xt56DTZzLwIT93bXBTd8z { position:absolute;display:block;z-index:15041;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:75px;width:75px;top:88px;left:562px;overflow:hidden;display:block; }
#wiAIcNVVmkdg9lFfEmtCX8Bde5rFMQUJ { color:#333333;display:block;width:154px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:168px;left:201px;height:44.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z2lSnGuBZClDBwesKW7q1orz75mO77y5 { color:#333333;display:block;width:154px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:168px;left:516px;height:22.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J2o5kIxeWSNFGezGwZEqns41zok8XcCc { color:#333333;display:block;width:154px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:168px;left:816px;height:44.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#th51mRChQOUqS5QP98PNboktWf0UecNm { position:absolute;display:block;z-index:15042;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:78px;width:78px;top:80px;left:854px;overflow:hidden;display:block; }
#CQrA0AES6NaWWTIC8SWnlVFmplK1u6gO { position:absolute;display:block;z-index:15042;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:75px;width:75px;top:82px;left:248px;overflow:hidden;display:block; }
#ppF8kuKZI1UL4FbUTNszmpM2PhniAlrw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ppF8kuKZI1UL4FbUTNszmpM2PhniAlrw > .row .container { background-color: transparent; background-image: none; }#ppF8kuKZI1UL4FbUTNszmpM2PhniAlrw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppF8kuKZI1UL4FbUTNszmpM2PhniAlrw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppF8kuKZI1UL4FbUTNszmpM2PhniAlrw > .row .container > .video-iframe-container { display: none; }#ppF8kuKZI1UL4FbUTNszmpM2PhniAlrw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppF8kuKZI1UL4FbUTNszmpM2PhniAlrw > .row > .video-iframe-container { display: none; }#ppF8kuKZI1UL4FbUTNszmpM2PhniAlrw > .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); }#ppF8kuKZI1UL4FbUTNszmpM2PhniAlrw > .row .container { border-width: 0; border-radius: 0; }#ppF8kuKZI1UL4FbUTNszmpM2PhniAlrw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ppF8kuKZI1UL4FbUTNszmpM2PhniAlrw > .row .container { font-size:14px;font-family:arial;height:238px;width:1200px;position:relative;display:block; }#oCyzlOBZkHyJTfCE11e8fxEQpJ05TgES { position:absolute;display:block;z-index:15027;background-color:#0f18a3;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:2px;width:225px;top:223px;left:342px;display:block; }
#ROOnfco1VTuvSbQt7XDx56GGDmoivb6z { position:absolute;display:block;z-index:14994;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: 5px 11px 50px rgba(5,11,38,0.15) ;height:225px;width:225px;top:0px;left:339px;display:block; }
#IDRaaPPrb8neKb2r5M6JU35gMyMO6BRe { position:absolute;display:block;z-index:15037;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:13px;width:13px;top:125px;left:498px;display:block; }
#DXcUqLDwcN5VmKyZTWO6iyqzKHSpPqO4 { position:absolute;display:block;z-index:15030;background-color:#fda63f;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:65px;border-top-right-radius:65px;border-bottom-left-radius:65px;border-bottom-right-radius:65px;box-shadow: none;height:24px;width:24px;top:87px;left:390px;display:block; }
#buK5DSGeeZxhRWDJhuBS5SNgxKMRPpHP { color:#050b26;display:block;width:182px;position:absolute;font-family:ubuntu;font-size:39px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:31px;left:361px;height:50.6875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KTgUBXakDOT79amw9T983UdEDH2idNkN { color:#333333;display:block;width:154px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:169px;left:378px;height:22.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UtJVHahD0eCPXaMxPQW38wto7FUsxRmW { position:absolute;display:block;z-index:15044;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:78px;width:78px;top:82px;left:413px;overflow:hidden;display:block; }
#sDKfTJTDUcuf21xdtgNb0hx2G6pZurQa { position:absolute;display:block;z-index:15021;background-color:#0f18a3;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:2px;width:225px;top:223px;left:634px;display:block; }
#VX6FNDlAuHT2QQnIG2cViqf6hRL4BDXr { position:absolute;display:block;z-index:14988;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: 5px 11px 50px rgba(5,11,38,0.15) ;height:225px;width:225px;top:0px;left:636px;display:block; }
#TtrLI80yw0RyaGTPb4QPD9PBaBNSXBBU { color:#333333;display:block;width:154px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:168px;left:672px;height:22.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NzDOpDHUJSPG3i1leCKWR1l8KwtGLC2D { position:absolute;display:block;z-index:15043;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:78px;width:78px;top:87px;left:710px;overflow:hidden;display:block; }
#K0qde046VPZJ5BVAKOc3AIb3BTU34rJu { position:absolute;display:block;z-index:15024;background-color:#fda63f;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:65px;border-top-right-radius:65px;border-bottom-left-radius:65px;border-bottom-right-radius:65px;box-shadow: none;height:24px;width:24px;top:107px;left:687px;display:block; }
#EtEnGNMdZsWPOXCTWc89iuFx24Dnvf8Z { position:absolute;display:block;z-index:15031;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:13px;width:13px;top:113px;left:776px;display:block; }
#JCwIX6rH7TBWAD8KfavlbhXHCLZIREfQ { color:#050b26;display:block;width:182px;position:absolute;font-family:ubuntu;font-size:39px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:31px;left:658px;height:50.6875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TBWKi33kRTtfOBEcOB7ZuBCKB4OT4rlm { position:relative;display:block; }#TBWKi33kRTtfOBEcOB7ZuBCKB4OT4rlm { background-color: transparent; background-image: none; }#TBWKi33kRTtfOBEcOB7ZuBCKB4OT4rlm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBWKi33kRTtfOBEcOB7ZuBCKB4OT4rlm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBWKi33kRTtfOBEcOB7ZuBCKB4OT4rlm > .row .container > .video-iframe-container { display: none; }#TBWKi33kRTtfOBEcOB7ZuBCKB4OT4rlm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBWKi33kRTtfOBEcOB7ZuBCKB4OT4rlm > .row > .video-iframe-container { display: none; }#TBWKi33kRTtfOBEcOB7ZuBCKB4OT4rlm > .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); }#TBWKi33kRTtfOBEcOB7ZuBCKB4OT4rlm { border-width: 0; border-radius: 0; }#TBWKi33kRTtfOBEcOB7ZuBCKB4OT4rlm > .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; }#TBWKi33kRTtfOBEcOB7ZuBCKB4OT4rlm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:186px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wnp1B7UnDwFZVkgeaO0S8WVanxKhdHPf { color:#313131;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:49px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:81px;left:0px;height:63.6875px;text-align:center;text-align-last:center;display:block; }
#kZ9rPiiHsph9zGUI0MvvT5ubBizMVU8h { position:absolute;display:block;z-index:15003;background-color:#e0842a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22px;width:22px;top:41px;left:589px;display:block; }
#KFxV6VId05EpOrrTdPq9fkvfUJGrvm5F { position:absolute;display:block;z-index:15004;background-color:#fcc289;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19px;width:19px;top:54px;left:602px;display:block; }
#Rcgx2hU4q7AIIBTaXRbdgGKJ22AMEcqV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rcgx2hU4q7AIIBTaXRbdgGKJ22AMEcqV > .row .container { background-color: transparent; background-image: none; }#Rcgx2hU4q7AIIBTaXRbdgGKJ22AMEcqV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rcgx2hU4q7AIIBTaXRbdgGKJ22AMEcqV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rcgx2hU4q7AIIBTaXRbdgGKJ22AMEcqV > .row .container > .video-iframe-container { display: none; }#Rcgx2hU4q7AIIBTaXRbdgGKJ22AMEcqV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rcgx2hU4q7AIIBTaXRbdgGKJ22AMEcqV > .row > .video-iframe-container { display: none; }#Rcgx2hU4q7AIIBTaXRbdgGKJ22AMEcqV > .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); }#Rcgx2hU4q7AIIBTaXRbdgGKJ22AMEcqV > .row .container { border-width: 0; border-radius: 0; }#Rcgx2hU4q7AIIBTaXRbdgGKJ22AMEcqV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rcgx2hU4q7AIIBTaXRbdgGKJ22AMEcqV > .row .container { font-size:14px;font-family:arial;height:238px;width:1200px;position:relative;display:block; }#n6IUFc2ZFRp1SioE4MP077Wpm5rJrXWh { color:#050b26;display:block;width:182px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:31.416656494141px;left:51px;height:70.1719px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xJvsKHwBS4y5WsuCs6VdMRqOhw5UM6vX { position:absolute;display:block;z-index:15003;background-color:#ff1c41;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:2px;width:225px;top:223px;left:30px;display:block; }
#ZhUfVBQxNNv23JBU2LJR3hIe8Q6VbnGO { position:absolute;display:block;z-index:15009;background-color:#0f18a3;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:2px;width:225px;top:223px;left:338px;display:block; }
#DeKxJAghFlQK2xa8IZMtStK1ul2E7RbM { color:#050b26;display:block;width:182px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:31.421875px;left:359px;height:46.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WCglm1XdNJl5rNPdfU3RWFlVU0kEx07q { position:absolute;display:block;z-index:15015;background-color:#ff1c41;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:2px;width:225px;top:223px;left:638px;display:block; }
#S4SlovkMZbvQ2zGCnmUgPWwhWGEZHFa1 { color:#050b26;display:block;width:182px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:31.421875px;left:659px;height:46.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NHX9pRxgAqMvgA1cLxgS631pLOV686Tv { position:absolute;display:block;z-index:15021;background-color:#0f18a3;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:2px;width:225px;top:223px;left:937px;display:block; }
#L0HHUTwhI9h5Z9uHHxkMscXHy3k3Qnco { color:#050b26;display:block;width:182px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:31.421875px;left:959px;height:46.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZEC3Cfa8M30PKJCbZIF51JE3bJizsgF3 { position:absolute;display:block;z-index:14992;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: 5px 11px 50px rgba(5,11,38,0.15) ;height:225px;width:225px;top:0px;left:337px;display:block; }
#X3Ack5ItHvvn4L6RkE28oGWn4lSLWwQl { position:absolute;display:block;z-index:14994;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: 5px 11px 50px rgba(5,11,38,0.15) ;height:225px;width:225px;top:0px;left:30px;display:block; }
#IdH5kgt487gMz9XQ8ddLtmed0tlISaf4 { position:absolute;display:block;z-index:14990;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: 5px 11px 50px rgba(5,11,38,0.15) ;height:225px;width:225px;top:0px;left:637px;display:block; }
#cCxdGQuUoytNKkzVaUWVitlEJmQx8HbF { position:absolute;display:block;z-index:14988;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: 5px 11px 50px rgba(5,11,38,0.15) ;height:225px;width:225px;top:0px;left:937px;display:block; }
#psWsZ2TTxRkWl5auM2Thk4BaNbRHmxeb { position:absolute;display:block;z-index:15007;background-color:#fda63f;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:65px;border-top-right-radius:65px;border-bottom-left-radius:65px;border-bottom-right-radius:65px;box-shadow: none;height:22px;width:22px;top:108px;left:112px;display:block; }
#hEACm9KzbmcQiJe8Dc8woJ0hfp1U1toX { position:absolute;display:block;z-index:15008;background-color:#fda63f;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:65px;border-top-right-radius:65px;border-bottom-left-radius:65px;border-bottom-right-radius:65px;box-shadow: none;height:18px;width:18px;top:130px;left:468px;display:block; }
#y8XLEVR31gfX4eHfdEVf0X2d78oeWniQ { position:absolute;display:block;z-index:15023;background-color:#ff5335;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:65px;border-top-right-radius:65px;border-bottom-left-radius:65px;border-bottom-right-radius:65px;box-shadow: none;height:32px;width:32px;top:128.06666305176px;left:752px;display:block; }
#AIluuU5NQmBtaeXD99tBELcgZuAuWa6P { position:absolute;display:block;z-index:15024;background-color:#fda63f;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:65px;border-top-right-radius:65px;border-bottom-left-radius:65px;border-bottom-right-radius:65px;box-shadow: none;height:24px;width:24px;top:107px;left:1020px;display:block; }
#Zz8fUtHKTWAbNheJTICToOHflh0BgkuK { position:absolute;display:block;z-index:15026;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9px;width:17px;top:134.29998779297px;left:152px;display:block; }
#tH7R60X5dU3xG6qgcXkPqHzgmUWVJldy { position:absolute;display:block;z-index:15028;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9px;width:23px;top:116.11669921875px;left:429px;display:block; }
#CXtkW4aWd6gQODquhVy7hxTvfmmuHQG6 { position:absolute;display:block;z-index:15030;background-color:#fda63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:26px;width:26px;top:103.5px;left:726px;display:block; }
#ghFGmms0EPfMhsDLURUEAvp5JGMLsVL7 { position:absolute;display:block;z-index:15031;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:13px;width:13px;top:122px;left:1073px;display:block; }
#yFnTLVSHthAwVTDVApoleyQEscMpWnUF { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:108px;left:124px; }
#TPvnTi5cmlkwFsXFZnp1qqd2OdwF1y7P { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:111px;left:734px; }
#VBJUPybSHEMIUBqpEuvDwZSRT1iTIrlV { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:103px;left:1033px; }
#IMucz7AEU9ANfU72ZivT0KFtXe8XdCpC { position:absolute;display:block;z-index:15041;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:50px;width:50px;top:108px;left:437px;overflow:hidden;display:block; }
#Z8O5FxAn6azmSfgPNXcfF5EodIdqRydw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z8O5FxAn6azmSfgPNXcfF5EodIdqRydw > .row .container { background-color: transparent; background-image: none; }#Z8O5FxAn6azmSfgPNXcfF5EodIdqRydw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8O5FxAn6azmSfgPNXcfF5EodIdqRydw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8O5FxAn6azmSfgPNXcfF5EodIdqRydw > .row .container > .video-iframe-container { display: none; }#Z8O5FxAn6azmSfgPNXcfF5EodIdqRydw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8O5FxAn6azmSfgPNXcfF5EodIdqRydw > .row > .video-iframe-container { display: none; }#Z8O5FxAn6azmSfgPNXcfF5EodIdqRydw > .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); }#Z8O5FxAn6azmSfgPNXcfF5EodIdqRydw > .row .container { border-width: 0; border-radius: 0; }#Z8O5FxAn6azmSfgPNXcfF5EodIdqRydw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z8O5FxAn6azmSfgPNXcfF5EodIdqRydw > .row .container { font-size:14px;font-family:arial;height:238px;width:1200px;position:relative;display:block; }#BgVbIt2o3I74d9LFNDT5aBtWTC87Lrmw { color:#050b26;display:block;width:222px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:31.421875px;left:30px;height:93.5625px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mLnm6MkSRVOmWCdegtSni6Z3zt5zlCDA { position:absolute;display:block;z-index:15003;background-color:#ff1c41;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:2px;width:225px;top:223px;left:30px;display:block; }
#KMpmRq1SOe9WJRlxPTdoXqvX0iO8nU0z { position:absolute;display:block;z-index:15009;background-color:#0f18a3;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:2px;width:225px;top:223px;left:338px;display:block; }
#qgHM6RXXTHRhEmyXuat5ab2PzwioITFN { color:#050b26;display:block;width:182px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:31.421875px;left:359px;height:46.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oZIlFfAqqxoxaxKV7TCg7DGrrPMXgD1n { position:absolute;display:block;z-index:15015;background-color:#ff1c41;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:2px;width:225px;top:223px;left:638px;display:block; }
#luIniX8KLmoDXTbdEoTrv8iy55soT8i9 { color:#050b26;display:block;width:201px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:31.421875px;left:649.5px;height:93.5625px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TXO5DdTtqbt0JKcu6yM10gtnHZsf8xIp { position:absolute;display:block;z-index:15021;background-color:#0f18a3;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:2px;width:225px;top:223px;left:937px;display:block; }
#FxStoL05yiRQVOsk87nTKNgMzdkEGLfc { color:#050b26;display:block;width:182px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:31.421875px;left:959px;height:46.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dXChrimpFKdnEwS5pfnyzKmJOzQ8GTvv { position:absolute;display:block;z-index:14992;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: 5px 11px 50px rgba(5,11,38,0.15) ;height:225px;width:225px;top:0px;left:337px;display:block; }
#PrlFcUkz6TA3NIibq6x4T8FoxJL2OnCp { position:absolute;display:block;z-index:14994;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: 5px 11px 50px rgba(5,11,38,0.15) ;height:225px;width:225px;top:0px;left:31.5px;display:block; }
#ONMo3sBGBV7s9HvCTmrW9O6hDVAeqxGT { position:absolute;display:block;z-index:14990;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: 5px 11px 50px rgba(5,11,38,0.15) ;height:225px;width:225px;top:0px;left:637px;display:block; }
#mBCNr33N7zvPlXUhoUh6ZvRTplUGSScn { position:absolute;display:block;z-index:14988;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: 5px 11px 50px rgba(5,11,38,0.15) ;height:225px;width:225px;top:0px;left:937px;display:block; }
#WHknHCN6vBNaSeAgmMmw4TpVdAf1Re0O { position:absolute;display:block;z-index:15007;background-color:#fda63f;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:65px;border-top-right-radius:65px;border-bottom-left-radius:65px;border-bottom-right-radius:65px;box-shadow: none;height:22px;width:22px;top:163px;left:120px;display:block; }
#MKDzrmHsISiVsWT6G6fbpJF7oIUWB5ln { position:absolute;display:block;z-index:15008;background-color:#fda63f;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:65px;border-top-right-radius:65px;border-bottom-left-radius:65px;border-bottom-right-radius:65px;box-shadow: none;height:18px;width:18px;top:130px;left:468px;display:block; }
#ereZay1eLyVSPJhty5f3hP2xd2B1Fn2m { position:absolute;display:block;z-index:15023;background-color:#ff5335;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:65px;border-top-right-radius:65px;border-bottom-left-radius:65px;border-bottom-right-radius:65px;box-shadow: none;height:32px;width:32px;top:188px;left:748px;display:block; }
#iqv7vJVCvQq8paQfAP44yhoCzO2nciy3 { position:absolute;display:block;z-index:15024;background-color:#fda63f;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:65px;border-top-right-radius:65px;border-bottom-left-radius:65px;border-bottom-right-radius:65px;box-shadow: none;height:24px;width:24px;top:134px;left:1017px;display:block; }
#FMFS1rpHQBSt96E6FzVXHiZo7eZu1Dkk { position:absolute;display:block;z-index:15026;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9px;width:17px;top:189px;left:160px;display:block; }
#wTZNzcyPS1SO7r6Xn4tOEArm3m6QQcMB { position:absolute;display:block;z-index:15028;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9px;width:23px;top:116.11669921875px;left:429px;display:block; }
#b3nysNqTpSdLwy9S9oTzSBtAzH6hPxxP { position:absolute;display:block;z-index:15030;background-color:#fda63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:26px;width:26px;top:163px;left:722px;display:block; }
#aHXcivM44xa1Zfqlq5yUe4UkmdNF2mwt { position:absolute;display:block;z-index:15031;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:13px;width:13px;top:149px;left:1070px;display:block; }
#GtTiOUcT1WWnvohRiaeTJ7meMhVzD4JB { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:163px;left:132px; }
#dvxzpTV3CQchBk6DQaIeWGhDnErrx1Ru { box-sizing:content-box;color:#5d92ff;font-size:31px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:108px;left:427px; }
#ZTVEsHoWsN1ID6fmq2znncqgQplfyTt6 { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:46px;width:52px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:168px;left:720px; }
#OLeDCXMTeyeOcg4LLBRWbCVTJSBodKZo { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:130px;left:1030px; }
#sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PbdFjVd9/bg_3.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;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; }#sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD.adaptive-delivery-prevent-bg, #sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD.lazyload, #sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD.lazyloading { background-image: none; }#sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD > .row .container { background-color: transparent; background-image: none; }#sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD > .row .container > .video-iframe-container { display: none; }#sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD > .row > .video-iframe-container { display: none; }#sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD > .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); }#sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD > .row .container { border-width: 0; border-radius: 0; }#sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD > .row .container { font-size:14px;font-family:arial;height:757px;width:1200px;position:relative;display:block; }#nAmPo74Zek0biMypwxSuT5z6C52MZE6O { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:528px;width:958px;top:162px;left:121px;display:block; }
#GqXXZaKlNT4w8JyUJHZ2wk7VE4Mq3dXH { color:#ffffff;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:36px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:47px;left:0px;height:93.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk { position:relative;display:block; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk { background-color: transparent; background-image: none; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row .container > .video-iframe-container { display: none; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row > .video-iframe-container { display: none; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .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); }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk { border-width: 0; border-radius: 0; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .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; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:910px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zV4axEMNRghrxVspGNc7DC6Rl8nx4zIL { position:absolute;display:block;z-index:15000;height:600px;width:1198px;top:197px;left:0px;display:block; }
#EaA3MCaJTa6HPmoMc03f1KRgQqDDiuIv { position:absolute;display:block;z-index:15006;background-color:#e0842a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22px;width:22px;top:49px;left:589px;display:block; }
#nOi3Jnqku4v8LrBsrSHtXR4AN9kOmCfC { position:absolute;display:block;z-index:15007;background-color:#fcc289;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19px;width:19px;top:62px;left:602px;display:block; }
#e05aQX5lm54a1CAVoOOzSoT9cf0RsXd0 { color:#313131;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:49px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:89px;left:0px;height:63.6875px;text-align:center;text-align-last:center;display:block; }
#RsPks3z878188Buy0BxLV7GGrZ4q7Qde { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { background-color: transparent; background-image: none; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container > .video-iframe-container { display: none; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row > .video-iframe-container { display: none; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .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); }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { border-width: 0; border-radius: 0; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { font-size:14px;font-family:arial;height:240px;width:1200px;position:relative;display:block; }#T7IKyf6aBRCx9HQye8Q0X7wXA8QEVkvc { 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:65.9961px;width:346.992px;top:87.001953125px;left:426px;overflow:hidden;display:block; }
#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f36200;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { background-color: transparent; background-image: none; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container > .video-iframe-container { display: none; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row > .video-iframe-container { display: none; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .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); }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { border-width: 0; border-radius: 0; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { font-size:14px;font-family:arial;height:116px;width:1200px;position:relative;display:block; }#kxd8eugdGa1kCUK9tQO2BuqSE4DtJGsa { color:#e8f7ff;display:block;width:376.992px;position:absolute;font-family:"open sans";font-size:13px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:32.646484375px;left:411px;height:50.6771px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O3heOTz4W6HVFCQTzJnniDbctli7L7Jo { display:block; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eN2OuIqvA3DlLuJWuPFL5Uz4FvVbzK8b { top:13px;left:0px;width:764px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #SqnTVywQhgoIySbdKwaEyxlPsA262ATH { top:19px;left:0px;width:318px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb { display:block; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7tWTmQuHs1CeH77zHQDPgdaitfqz3C8 { width:764px;height:160px;top:109px;left:0px;font-size:146px;display:block; }
 }@media only screen and (max-width: 763px) { #xc7xZ4keOICHMoQzzunirXT91rsGSXVl { top:850px;left:182.5px;width:399px;height:94px;display:block; }
 }@media only screen and (max-width: 763px) { #giI3wlFm1CaJZfbfQ7SMJwKJPoDaKRZf { display:block; }
 }@media only screen and (max-width: 763px) { #PRd265V2TE4G3DJERbPq22elqwP35N7c { width:764px;height:46px;top:740px;left:0px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #kXHrr1p8Pxf2sCfmR8cNAWT0Hzvaizd7 { width:764px;height:160px;top:269px;left:0px;font-size:77px;display:block; }
 }@media only screen and (max-width: 763px) { #IPkskHddMk5ohreTgmMJ64Pf1LTORUZr { width:764px;height:257px;top:440px;left:0px;font-size:117px;display:block; }
 }@media only screen and (max-width: 763px) { #Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 { display:block; }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkGlLEl59cy4ncS2b8QLAd3wRrlTBwXG { width:764px;height:28px;top:10px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #weywndlWKTta5ClqH0Putz494nDhZgJ5 { top:55px;left:208px;width:348px;height:202px;display:block; }
 }@media only screen and (max-width: 763px) { #r3gciJbZuryWRM6Eh088pGEqDedy8vf4 { width:764px;height:102px;top:285px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ { display:block; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GgT64Tv16CGZA3nPFyHIq4h4VLf0xZL0 { top:46px;left:384px;width:19px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #qlCWDmTdd7vO6APVP2ZJ92VF3IEhTPrr { top:33px;left:371px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #qTncaTA2FVp5m9oJvXTNUQMmrTSXqlAq { top:75px;left:0px;width:764px;height:63px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #KcGGGhTd04ElZZuBw2ttIBGaDSTOywNI { width:764px;height:76px;top:180px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #NrQVeJfMLQusWqoNin9JmrHESADSTmQI { display:block; }#NrQVeJfMLQusWqoNin9JmrHESADSTmQI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHvkdTeM54m80wgOgp0ITTOFoEiWhmEW { top:52px;left:367px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Dx4UWPDxEAizUBTFTvvm9uOe9lTX8I3p { top:63px;left:378px;width:19px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #uVCNAdHTf4dEyS6LTbk6XVifevsyuiKS { top:81px;left:0px;width:764px;height:63px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #OHsc6STyQqif5KqDkesCVrbhbH5QM5am { top:277px;left:21px;width:47px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #h3eTmRHPh4xxMSieSx8DAnyzK7yHhoFB { top:286px;left:25px;width:40px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NgiZL4xl9np56nL5HhwMCQr4ZqM4bRb1 { top:353px;left:0px;width:200px;height:36px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #ZH9XoIvgsnp8900PK5UOe99r5iZkNLDf { top:353px;left:259px;width:231px;height:72px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #y1Pka1pOCZBex2k2f4SzB5Wdz6ke4wPm { top:277px;left:352px;width:47px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #GeyAOLS8aG1B3w52xL7nmsyuERzrWs72 { top:286px;left:356px;width:40px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Fky7aDJnUlXL6dp5PAorrbHi09PDbHm4 { top:353px;left:533px;width:231px;height:36px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #m9gFrh04cwI7btqq1b49Z8hqn2ez0aBV { top:277px;left:681px;width:47px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #rKeThpyAtdrtX5qC3dck2np0FQ9AKn5l { top:286px;left:685px;width:40px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OSMFw0X2CmP4DJXPmQ4brr7vru3lxTkR { top:276px;left:154px;width:97px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #RF7i24mTOAH4L4xETV3mCDgBNVRUzcLh { top:276px;left:492px;width:97px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #qnluvBsPsJnkaqiuJq4qAWKk6PrdEMnb { width:764px;height:51px;top:171px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #wwOWAd4XlkabHnP2Sah1TfJcd7Go9taT { display:block; }#wwOWAd4XlkabHnP2Sah1TfJcd7Go9taT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2Jpoqq1NyTtVCcNktSlDpVTRS3FVk53 { top:81px;left:0px;width:764px;height:63px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #fcnhTDqmEoyTbCT9Lsndq9KCkscC6Nkk { top:41px;left:371px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #NBJxH7ZlEThtAwT9KnQTgHT4RHe8JZpx { top:54px;left:384px;width:19px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #rp6mhvcV4Tkbq34CInvGG5vAxCwDNK2P { top:159px;left:0px;width:764px;height:70px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mG3SNEJyBuTGzNWhAodo4duoTuV3wJC7 { top:259px;left:0px;width:764px;height:253px;font-size:15px;display:block; }#mG3SNEJyBuTGzNWhAodo4duoTuV3wJC7 li:before{  }
 }@media only screen and (max-width: 763px) { #XLeDpBrsK0ctU0K7d5RIRJfDI5rR1Kas { display:block; }#XLeDpBrsK0ctU0K7d5RIRJfDI5rR1Kas > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWi8cknRGaKceNlkSIBoNQ2sPSP28acn { width:182px;height:50px;top:31px;left:9px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #c7E2K3pTTuXLJG5U2Q1DutWbPDCPUIKD { width:225px;height:2px;top:223px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EQ1zL7P5GgZdUxuCAc0k36RZnKIesipt { width:225px;height:2px;top:223px;left:157px;display:block; }
 }@media only screen and (max-width: 763px) { #dER0CaXT5m0TpDt24qIr9KKx4XMmJtPy { width:182px;height:50px;top:31px;left:200px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #Mk4ntVqg2ZmDfPFE1gp607HsgkAstsTl { width:225px;height:2px;top:223px;left:348px;display:block; }
 }@media only screen and (max-width: 763px) { #yduvvG3TP2E1VuihGpWsVDvXXwHShtct { width:182px;height:50px;top:31px;left:391px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #Hosl0DfUqREhRnXWTJ1ZPSOtRT37eOfX { width:225px;height:225px;top:0px;left:157px;display:block; }
 }@media only screen and (max-width: 763px) { #ruCpfTpbr1BlkJxal7CNfh09eoe4sHQM { width:225px;height:225px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mnt8E9MGMUee4gBMMiZGF0kQApmvg5pR { width:225px;height:225px;top:0px;left:348px;display:block; }
 }@media only screen and (max-width: 763px) { #lr25fhRrahDbJFWiHIHRv8SnE6iKuriC { width:22px;height:22px;top:108px;left:169px;display:block; }
 }@media only screen and (max-width: 763px) { #oHzOKeAkWLLEeTukDEyAx09iDKrI6Jwu { width:18px;height:18px;top:146px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #HE4SgzoSozOpin8ebvufZKIoLGEkyoHJ { width:32px;height:32px;top:130px;left:573px;display:block; }
 }@media only screen and (max-width: 763px) { #fTM4JawT3GoPJDppeeWfGHFvaGSo8WPM { width:28px;height:12px;top:130px;left:191px;display:block; }
 }@media only screen and (max-width: 763px) { #WfbCShVTWsNnqnmA59F1WkQ3o9ArxrGy { width:23px;height:10px;top:114px;left:359px;display:block; }
 }@media only screen and (max-width: 763px) { #MGCuDeBbhAGk1RQGirOTfmhEN4VbTZAW { width:26px;height:26px;top:106px;left:547px;display:block; }
 }@media only screen and (max-width: 763px) { #H8tRhdTRA74xt56DTZzLwIT93bXBTd8z { top:88px;left:307px;width:75px;height:75px;display:block; }
 }@media only screen and (max-width: 763px) { #wiAIcNVVmkdg9lFfEmtCX8Bde5rFMQUJ { width:154px;height:44px;top:168px;left:37px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #z2lSnGuBZClDBwesKW7q1orz75mO77y5 { width:154px;height:22px;top:168px;left:228px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #J2o5kIxeWSNFGezGwZEqns41zok8XcCc { width:154px;height:44px;top:168px;left:419px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #th51mRChQOUqS5QP98PNboktWf0UecNm { top:80px;left:495px;width:78px;height:78px;display:block; }
 }@media only screen and (max-width: 763px) { #CQrA0AES6NaWWTIC8SWnlVFmplK1u6gO { top:82px;left:116px;width:75px;height:75px;display:block; }
 }@media only screen and (max-width: 763px) { #ppF8kuKZI1UL4FbUTNszmpM2PhniAlrw { display:block; }#ppF8kuKZI1UL4FbUTNszmpM2PhniAlrw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCyzlOBZkHyJTfCE11e8fxEQpJ05TgES { width:225px;height:2px;top:223px;left:157px;display:block; }
 }@media only screen and (max-width: 763px) { #ROOnfco1VTuvSbQt7XDx56GGDmoivb6z { width:225px;height:225px;top:0px;left:157px;display:block; }
 }@media only screen and (max-width: 763px) { #IDRaaPPrb8neKb2r5M6JU35gMyMO6BRe { width:13px;height:13px;top:125px;left:334.5px;display:block; }
 }@media only screen and (max-width: 763px) { #DXcUqLDwcN5VmKyZTWO6iyqzKHSpPqO4 { width:24px;height:24px;top:87px;left:226.5px;display:block; }
 }@media only screen and (max-width: 763px) { #buK5DSGeeZxhRWDJhuBS5SNgxKMRPpHP { width:182px;height:50px;top:31px;left:197.5px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #KTgUBXakDOT79amw9T983UdEDH2idNkN { width:154px;height:22px;top:169px;left:214.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #UtJVHahD0eCPXaMxPQW38wto7FUsxRmW { top:82px;left:249.5px;width:78px;height:78px;display:block; }
 }@media only screen and (max-width: 763px) { #sDKfTJTDUcuf21xdtgNb0hx2G6pZurQa { width:225px;height:2px;top:223px;left:348px;display:block; }
 }@media only screen and (max-width: 763px) { #VX6FNDlAuHT2QQnIG2cViqf6hRL4BDXr { width:225px;height:225px;top:0px;left:348px;display:block; }
 }@media only screen and (max-width: 763px) { #TtrLI80yw0RyaGTPb4QPD9PBaBNSXBBU { width:154px;height:22px;top:168px;left:399.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #NzDOpDHUJSPG3i1leCKWR1l8KwtGLC2D { top:87px;left:437.5px;width:78px;height:78px;display:block; }
 }@media only screen and (max-width: 763px) { #K0qde046VPZJ5BVAKOc3AIb3BTU34rJu { width:24px;height:24px;top:107px;left:414.5px;display:block; }
 }@media only screen and (max-width: 763px) { #EtEnGNMdZsWPOXCTWc89iuFx24Dnvf8Z { width:13px;height:13px;top:113px;left:503.5px;display:block; }
 }@media only screen and (max-width: 763px) { #JCwIX6rH7TBWAD8KfavlbhXHCLZIREfQ { width:182px;height:50px;top:31px;left:385.5px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #TBWKi33kRTtfOBEcOB7ZuBCKB4OT4rlm { display:block; }#TBWKi33kRTtfOBEcOB7ZuBCKB4OT4rlm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnp1B7UnDwFZVkgeaO0S8WVanxKhdHPf { top:81px;left:0px;width:764px;height:63px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #kZ9rPiiHsph9zGUI0MvvT5ubBizMVU8h { top:41px;left:371px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #KFxV6VId05EpOrrTdPq9fkvfUJGrvm5F { top:54px;left:384px;width:19px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Rcgx2hU4q7AIIBTaXRbdgGKJ22AMEcqV { display:block; }#Rcgx2hU4q7AIIBTaXRbdgGKJ22AMEcqV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6IUFc2ZFRp1SioE4MP077Wpm5rJrXWh { width:182px;height:70px;top:31px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xJvsKHwBS4y5WsuCs6VdMRqOhw5UM6vX { width:225px;height:2px;top:223px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZhUfVBQxNNv23JBU2LJR3hIe8Q6VbnGO { width:225px;height:2px;top:223px;left:157px;display:block; }
 }@media only screen and (max-width: 763px) { #DeKxJAghFlQK2xa8IZMtStK1ul2E7RbM { width:182px;height:70px;top:31px;left:195.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WCglm1XdNJl5rNPdfU3RWFlVU0kEx07q { width:225px;height:2px;top:223px;left:348px;display:block; }
 }@media only screen and (max-width: 763px) { #S4SlovkMZbvQ2zGCnmUgPWwhWGEZHFa1 { width:182px;height:70px;top:31px;left:386.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NHX9pRxgAqMvgA1cLxgS631pLOV686Tv { width:225px;height:2px;top:223px;left:539px;display:block; }
 }@media only screen and (max-width: 763px) { #L0HHUTwhI9h5Z9uHHxkMscXHy3k3Qnco { width:182px;height:46px;top:31px;left:577.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZEC3Cfa8M30PKJCbZIF51JE3bJizsgF3 { width:225px;height:225px;top:0px;left:157px;display:block; }
 }@media only screen and (max-width: 763px) { #X3Ack5ItHvvn4L6RkE28oGWn4lSLWwQl { width:225px;height:225px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IdH5kgt487gMz9XQ8ddLtmed0tlISaf4 { width:225px;height:225px;top:0px;left:348px;display:block; }
 }@media only screen and (max-width: 763px) { #cCxdGQuUoytNKkzVaUWVitlEJmQx8HbF { width:225px;height:225px;top:0px;left:539px;display:block; }
 }@media only screen and (max-width: 763px) { #psWsZ2TTxRkWl5auM2Thk4BaNbRHmxeb { width:22px;height:22px;top:108px;left:57.5px;display:block; }
 }@media only screen and (max-width: 763px) { #hEACm9KzbmcQiJe8Dc8woJ0hfp1U1toX { width:18px;height:18px;top:130px;left:304.5px;display:block; }
 }@media only screen and (max-width: 763px) { #y8XLEVR31gfX4eHfdEVf0X2d78oeWniQ { width:32px;height:32px;top:128px;left:479.5px;display:block; }
 }@media only screen and (max-width: 763px) { #AIluuU5NQmBtaeXD99tBELcgZuAuWa6P { width:24px;height:24px;top:107px;left:638.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Zz8fUtHKTWAbNheJTICToOHflh0BgkuK { width:17px;height:9px;top:134px;left:97.5px;display:block; }
 }@media only screen and (max-width: 763px) { #tH7R60X5dU3xG6qgcXkPqHzgmUWVJldy { width:23px;height:9px;top:116px;left:265.5px;display:block; }
 }@media only screen and (max-width: 763px) { #CXtkW4aWd6gQODquhVy7hxTvfmmuHQG6 { width:26px;height:26px;top:103px;left:453.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ghFGmms0EPfMhsDLURUEAvp5JGMLsVL7 { width:13px;height:13px;top:122px;left:691.5px;display:block; }
 }@media only screen and (max-width: 763px) { #yFnTLVSHthAwVTDVApoleyQEscMpWnUF { width:40px;height:40px;top:108px;left:69.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TPvnTi5cmlkwFsXFZnp1qqd2OdwF1y7P { width:40px;height:40px;top:111px;left:461.5px;display:block; }
 }@media only screen and (max-width: 763px) { #VBJUPybSHEMIUBqpEuvDwZSRT1iTIrlV { width:40px;height:40px;top:103px;left:651.5px;display:block; }
 }@media only screen and (max-width: 763px) { #IMucz7AEU9ANfU72ZivT0KFtXe8XdCpC { top:108px;left:273.5px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #Z8O5FxAn6azmSfgPNXcfF5EodIdqRydw { display:block; }#Z8O5FxAn6azmSfgPNXcfF5EodIdqRydw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgVbIt2o3I74d9LFNDT5aBtWTC87Lrmw { width:222px;height:117px;top:31px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mLnm6MkSRVOmWCdegtSni6Z3zt5zlCDA { width:225px;height:2px;top:223px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KMpmRq1SOe9WJRlxPTdoXqvX0iO8nU0z { width:225px;height:2px;top:223px;left:157px;display:block; }
 }@media only screen and (max-width: 763px) { #qgHM6RXXTHRhEmyXuat5ab2PzwioITFN { width:182px;height:46px;top:31px;left:195.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oZIlFfAqqxoxaxKV7TCg7DGrrPMXgD1n { width:225px;height:2px;top:223px;left:348px;display:block; }
 }@media only screen and (max-width: 763px) { #luIniX8KLmoDXTbdEoTrv8iy55soT8i9 { width:201px;height:116px;top:31px;left:372px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TXO5DdTtqbt0JKcu6yM10gtnHZsf8xIp { width:225px;height:2px;top:223px;left:539px;display:block; }
 }@media only screen and (max-width: 763px) { #FxStoL05yiRQVOsk87nTKNgMzdkEGLfc { width:182px;height:70px;top:31px;left:577.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dXChrimpFKdnEwS5pfnyzKmJOzQ8GTvv { width:225px;height:225px;top:0px;left:157px;display:block; }
 }@media only screen and (max-width: 763px) { #PrlFcUkz6TA3NIibq6x4T8FoxJL2OnCp { width:225px;height:225px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ONMo3sBGBV7s9HvCTmrW9O6hDVAeqxGT { width:225px;height:225px;top:0px;left:348px;display:block; }
 }@media only screen and (max-width: 763px) { #mBCNr33N7zvPlXUhoUh6ZvRTplUGSScn { width:225px;height:225px;top:0px;left:539px;display:block; }
 }@media only screen and (max-width: 763px) { #WHknHCN6vBNaSeAgmMmw4TpVdAf1Re0O { width:22px;height:22px;top:163px;left:65.5px;display:block; }
 }@media only screen and (max-width: 763px) { #MKDzrmHsISiVsWT6G6fbpJF7oIUWB5ln { width:18px;height:18px;top:130px;left:304.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ereZay1eLyVSPJhty5f3hP2xd2B1Fn2m { width:32px;height:32px;top:188px;left:475.5px;display:block; }
 }@media only screen and (max-width: 763px) { #iqv7vJVCvQq8paQfAP44yhoCzO2nciy3 { width:24px;height:24px;top:134px;left:635.5px;display:block; }
 }@media only screen and (max-width: 763px) { #FMFS1rpHQBSt96E6FzVXHiZo7eZu1Dkk { width:17px;height:9px;top:189px;left:105.5px;display:block; }
 }@media only screen and (max-width: 763px) { #wTZNzcyPS1SO7r6Xn4tOEArm3m6QQcMB { width:23px;height:9px;top:116px;left:265.5px;display:block; }
 }@media only screen and (max-width: 763px) { #b3nysNqTpSdLwy9S9oTzSBtAzH6hPxxP { width:26px;height:26px;top:163px;left:449.5px;display:block; }
 }@media only screen and (max-width: 763px) { #aHXcivM44xa1Zfqlq5yUe4UkmdNF2mwt { width:13px;height:13px;top:149px;left:688.5px;display:block; }
 }@media only screen and (max-width: 763px) { #GtTiOUcT1WWnvohRiaeTJ7meMhVzD4JB { width:40px;height:40px;top:163px;left:77.5px;display:block; }
 }@media only screen and (max-width: 763px) { #dvxzpTV3CQchBk6DQaIeWGhDnErrx1Ru { width:45px;height:45px;top:108px;left:263.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTVEsHoWsN1ID6fmq2znncqgQplfyTt6 { width:52px;height:46px;top:168px;left:447.5px;display:block; }
 }@media only screen and (max-width: 763px) { #OLeDCXMTeyeOcg4LLBRWbCVTJSBodKZo { width:40px;height:40px;top:130px;left:648.5px;display:block; }
 }@media only screen and (max-width: 763px) { #sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD { display:block; }#sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAmPo74Zek0biMypwxSuT5z6C52MZE6O { width:764px;height:421.07724425887px;top:162px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GqXXZaKlNT4w8JyUJHZ2wk7VE4Mq3dXH { width:764px;height:93px;top:47px;left:0px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #PRBVwT2knslTckqUnKPyCcGGcJPfRWuk { display:block; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zV4axEMNRghrxVspGNc7DC6Rl8nx4zIL { top:197px;left:0px;width:764px;height:600px;display:block; }
 }@media only screen and (max-width: 763px) { #EaA3MCaJTa6HPmoMc03f1KRgQqDDiuIv { top:49px;left:371px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #nOi3Jnqku4v8LrBsrSHtXR4AN9kOmCfC { top:62px;left:384px;width:19px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #e05aQX5lm54a1CAVoOOzSoT9cf0RsXd0 { top:89px;left:0px;width:764px;height:63px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #RsPks3z878188Buy0BxLV7GGrZ4q7Qde { display:block; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7IKyf6aBRCx9HQye8Q0X7wXA8QEVkvc { top:87px;left:208px;width:346px;height:65.797277107878px;display:block; }
 }@media only screen and (max-width: 763px) { #R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw { display:block; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxd8eugdGa1kCUK9tQO2BuqSE4DtJGsa { top:32px;left:193px;width:376px;height:50px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O3heOTz4W6HVFCQTzJnniDbctli7L7Jo { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #0072ff, #00c6ff);background-image: -moz-linear-gradient(45deg, #0072ff, #00c6ff);background-image: -ms-linear-gradient(45deg, #0072ff, #00c6ff);background-image: -o-linear-gradient(45deg, #0072ff, #00c6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072ff', endColorstr='#00c6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072ff', endColorstr='#00c6ff' );";background-image: linear-gradient(45deg, #0072ff, #00c6ff);background-size:auto !important;display:block; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container { background-color: transparent; background-image: none; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container > .video-iframe-container { display: none; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row > .video-iframe-container { display: none; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .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); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container { width:320px;height:147px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eN2OuIqvA3DlLuJWuPFL5Uz4FvVbzK8b { width:47.9844px;height:50px;top:70px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #SqnTVywQhgoIySbdKwaEyxlPsA262ATH { width:318px;height:37px;top:20px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5eacaca4-804f-4d5c-af82-358e16ae7b61/fondomobileseriewebinars.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.adaptive-delivery-prevent-bg, #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.lazyload, #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.lazyloading { background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { background-color: transparent; background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .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); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { width:320px;height:576px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7tWTmQuHs1CeH77zHQDPgdaitfqz3C8 { width:319.922px;height:61.0938px;top:28.625px;left:0px;text-align:center;text-align-last:center;font-size:47px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xc7xZ4keOICHMoQzzunirXT91rsGSXVl { top:430px;left:8.015625px;width:303.938px;height:93.9844px;display:block; }
 }@media only screen and (max-width: 763px) { #giI3wlFm1CaJZfbfQ7SMJwKJPoDaKRZf { display:block; }
 }@media only screen and (max-width: 763px) { #PRd265V2TE4G3DJERbPq22elqwP35N7c { width:320px;height:27.2969px;top:358.40625px;left:0px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #kXHrr1p8Pxf2sCfmR8cNAWT0Hzvaizd7 { width:320px;height:100.094px;top:66.203125px;left:0px;text-align:center;text-align-last:center;font-size:77px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IPkskHddMk5ohreTgmMJ64Pf1LTORUZr { width:320px;height:163.781px;top:166.296875px;left:0px;text-align:center;text-align-last:center;font-size:42px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 { display:block; }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .row .container { width:320px;height:439px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkGlLEl59cy4ncS2b8QLAd3wRrlTBwXG { width:320px;height:41.5938px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #weywndlWKTta5ClqH0Putz494nDhZgJ5 { width:320px;height:186px;top:81.5938px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #r3gciJbZuryWRM6Eh088pGEqDedy8vf4 { width:320px;height:132px;top:287.5938px;left:0px;text-align:center;text-align-last:center;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ { display:block; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row .container { width:320px;height:290px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GgT64Tv16CGZA3nPFyHIq4h4VLf0xZL0 { width:19px;height:19px;top:62px;left:150px;display:block; }
 }@media only screen and (max-width: 763px) { #qlCWDmTdd7vO6APVP2ZJ92VF3IEhTPrr { width:22px;height:22px;top:20px;left:149px;display:block; }
 }@media only screen and (max-width: 763px) { #qTncaTA2FVp5m9oJvXTNUQMmrTSXqlAq { width:320px;height:72.7812px;top:101px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KcGGGhTd04ElZZuBw2ttIBGaDSTOywNI { width:320px;height:66px;top:193.7656px;left:0px;text-align:center;text-align-last:center;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #NrQVeJfMLQusWqoNin9JmrHESADSTmQI { display:block; }#NrQVeJfMLQusWqoNin9JmrHESADSTmQI > .row .container { width:320px;height:781px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHvkdTeM54m80wgOgp0ITTOFoEiWhmEW { width:22px;height:22px;top:20px;left:149px;display:block; }
 }@media only screen and (max-width: 763px) { #Dx4UWPDxEAizUBTFTvvm9uOe9lTX8I3p { width:19px;height:19px;top:154.7656px;left:150px;display:block; }
 }@media only screen and (max-width: 763px) { #uVCNAdHTf4dEyS6LTbk6XVifevsyuiKS { width:320px;height:72.7812px;top:62px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHsc6STyQqif5KqDkesCVrbhbH5QM5am { width:47px;height:47px;top:263.2656px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #h3eTmRHPh4xxMSieSx8DAnyzK7yHhoFB { width:40px;height:26px;top:272.2656px;left:140px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NgiZL4xl9np56nL5HhwMCQr4ZqM4bRb1 { width:91px;height:26px;top:334.25px;left:114.5px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZH9XoIvgsnp8900PK5UOe99r5iZkNLDf { width:91px;height:78px;top:487px;left:115px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y1Pka1pOCZBex2k2f4SzB5Wdz6ke4wPm { width:47px;height:47px;top:425px;left:137px;display:block; }
 }@media only screen and (max-width: 763px) { #GeyAOLS8aG1B3w52xL7nmsyuERzrWs72 { width:40px;height:26px;top:434px;left:141px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Fky7aDJnUlXL6dp5PAorrbHi09PDbHm4 { width:91px;height:52px;top:681px;left:115px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m9gFrh04cwI7btqq1b49Z8hqn2ez0aBV { width:47px;height:47px;top:624px;left:137px;display:block; }
 }@media only screen and (max-width: 763px) { #rKeThpyAtdrtX5qC3dck2np0FQ9AKn5l { width:40px;height:26px;top:633px;left:141px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OSMFw0X2CmP4DJXPmQ4brr7vru3lxTkR { width:61px;height:32px;top:379px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #RF7i24mTOAH4L4xETV3mCDgBNVRUzcLh { width:61px;height:32px;top:579px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #qnluvBsPsJnkaqiuJq4qAWKk6PrdEMnb { width:320px;height:49.5px;top:193.7656px;left:0px;text-align:center;text-align-last:center;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #wwOWAd4XlkabHnP2Sah1TfJcd7Go9taT { display:block; }#wwOWAd4XlkabHnP2Sah1TfJcd7Go9taT > .row .container { width:320px;height:867px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2Jpoqq1NyTtVCcNktSlDpVTRS3FVk53 { width:320px;height:41.5938px;top:101px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fcnhTDqmEoyTbCT9Lsndq9KCkscC6Nkk { width:22px;height:22px;top:20px;left:149px;display:block; }
 }@media only screen and (max-width: 763px) { #NBJxH7ZlEThtAwT9KnQTgHT4RHe8JZpx { width:19px;height:19px;top:62px;left:150px;display:block; }
 }@media only screen and (max-width: 763px) { #rp6mhvcV4Tkbq34CInvGG5vAxCwDNK2P { width:320px;height:110px;top:162.5938px;left:0px;font-size:20px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mG3SNEJyBuTGzNWhAodo4duoTuV3wJC7 { width:320px;height:556px;top:311px;left:0px;font-size:15px;text-align:center;text-align-last:center;line-height:1;display:block; }#mG3SNEJyBuTGzNWhAodo4duoTuV3wJC7 li:not(:first-child){ padding-top:34px;padding-right:0;padding-bottom:0;padding-left:0; }#mG3SNEJyBuTGzNWhAodo4duoTuV3wJC7 li:before{  }
 }@media only screen and (max-width: 763px) { #XLeDpBrsK0ctU0K7d5RIRJfDI5rR1Kas { display:block; }#XLeDpBrsK0ctU0K7d5RIRJfDI5rR1Kas > .row .container { width:320px;height:821px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWi8cknRGaKceNlkSIBoNQ2sPSP28acn { width:176px;height:20.7969px;top:73px;left:68px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c7E2K3pTTuXLJG5U2Q1DutWbPDCPUIKD { width:225px;height:2px;top:20px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #EQ1zL7P5GgZdUxuCAc0k36RZnKIesipt { width:225px;height:2px;top:532px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #dER0CaXT5m0TpDt24qIr9KKx4XMmJtPy { width:176px;height:20.7969px;top:318px;left:69px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mk4ntVqg2ZmDfPFE1gp607HsgkAstsTl { width:225px;height:2px;top:799px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #yduvvG3TP2E1VuihGpWsVDvXXwHShtct { width:176px;height:20.7969px;top:585px;left:69px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hosl0DfUqREhRnXWTJ1ZPSOtRT37eOfX { width:225px;height:225px;top:287px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #ruCpfTpbr1BlkJxal7CNfh09eoe4sHQM { width:225px;height:225px;top:42px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #mnt8E9MGMUee4gBMMiZGF0kQApmvg5pR { width:225px;height:225px;top:554px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #lr25fhRrahDbJFWiHIHRv8SnE6iKuriC { width:19px;height:19px;top:150px;left:107px;display:block; }
 }@media only screen and (max-width: 763px) { #oHzOKeAkWLLEeTukDEyAx09iDKrI6Jwu { width:15px;height:15px;top:433px;left:204px;display:block; }
 }@media only screen and (max-width: 763px) { #HE4SgzoSozOpin8ebvufZKIoLGEkyoHJ { width:20px;height:20px;top:684px;left:180px;display:block; }
 }@media only screen and (max-width: 763px) { #fTM4JawT3GoPJDppeeWfGHFvaGSo8WPM { width:17px;height:9px;top:172px;left:187px;display:block; }
 }@media only screen and (max-width: 763px) { #WfbCShVTWsNnqnmA59F1WkQ3o9ArxrGy { width:23px;height:9px;top:401px;left:107px;display:block; }
 }@media only screen and (max-width: 763px) { #MGCuDeBbhAGk1RQGirOTfmhEN4VbTZAW { width:26px;height:26px;top:660px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #H8tRhdTRA74xt56DTZzLwIT93bXBTd8z { width:50px;height:50px;top:375px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #wiAIcNVVmkdg9lFfEmtCX8Bde5rFMQUJ { width:154px;height:44.7812px;top:210px;left:75px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #z2lSnGuBZClDBwesKW7q1orz75mO77y5 { width:154px;height:22.3906px;top:455px;left:83px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #J2o5kIxeWSNFGezGwZEqns41zok8XcCc { width:154px;height:44.7812px;top:722px;left:83px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #th51mRChQOUqS5QP98PNboktWf0UecNm { width:78px;height:78px;top:634px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #CQrA0AES6NaWWTIC8SWnlVFmplK1u6gO { width:75px;height:75px;top:124px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #ppF8kuKZI1UL4FbUTNszmpM2PhniAlrw { display:block; }#ppF8kuKZI1UL4FbUTNszmpM2PhniAlrw > .row .container { width:320px;height:554px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCyzlOBZkHyJTfCE11e8fxEQpJ05TgES { width:225px;height:2px;top:265px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #ROOnfco1VTuvSbQt7XDx56GGDmoivb6z { width:225px;height:225px;top:20px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #IDRaaPPrb8neKb2r5M6JU35gMyMO6BRe { width:13px;height:13px;top:145px;left:206px;display:block; }
 }@media only screen and (max-width: 763px) { #DXcUqLDwcN5VmKyZTWO6iyqzKHSpPqO4 { width:24px;height:24px;top:107px;left:98px;display:block; }
 }@media only screen and (max-width: 763px) { #buK5DSGeeZxhRWDJhuBS5SNgxKMRPpHP { width:182px;height:41.5938px;top:51px;left:69px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTgUBXakDOT79amw9T983UdEDH2idNkN { width:154px;height:22.3906px;top:189px;left:86px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #UtJVHahD0eCPXaMxPQW38wto7FUsxRmW { width:78px;height:78px;top:102px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #sDKfTJTDUcuf21xdtgNb0hx2G6pZurQa { width:225px;height:2px;top:287px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #VX6FNDlAuHT2QQnIG2cViqf6hRL4BDXr { width:225px;height:225px;top:309px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #TtrLI80yw0RyaGTPb4QPD9PBaBNSXBBU { width:154px;height:22.3906px;top:477px;left:83px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #NzDOpDHUJSPG3i1leCKWR1l8KwtGLC2D { width:78px;height:78px;top:396px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #K0qde046VPZJ5BVAKOc3AIb3BTU34rJu { width:21px;height:21px;top:416px;left:98px;display:block; }
 }@media only screen and (max-width: 763px) { #EtEnGNMdZsWPOXCTWc89iuFx24Dnvf8Z { width:13px;height:13px;top:422px;left:187px;display:block; }
 }@media only screen and (max-width: 763px) { #JCwIX6rH7TBWAD8KfavlbhXHCLZIREfQ { width:176px;height:20.7969px;top:340px;left:69px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBWKi33kRTtfOBEcOB7ZuBCKB4OT4rlm { display:block; }#TBWKi33kRTtfOBEcOB7ZuBCKB4OT4rlm > .row .container { width:320px;height:193px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnp1B7UnDwFZVkgeaO0S8WVanxKhdHPf { width:320px;height:72.7812px;top:101px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZ9rPiiHsph9zGUI0MvvT5ubBizMVU8h { width:22px;height:22px;top:20px;left:149px;display:block; }
 }@media only screen and (max-width: 763px) { #KFxV6VId05EpOrrTdPq9fkvfUJGrvm5F { width:19px;height:19px;top:62px;left:150px;display:block; }
 }@media only screen and (max-width: 763px) { #Rcgx2hU4q7AIIBTaXRbdgGKJ22AMEcqV { display:block; }#Rcgx2hU4q7AIIBTaXRbdgGKJ22AMEcqV > .row .container { width:320px;height:1088px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6IUFc2ZFRp1SioE4MP077Wpm5rJrXWh { width:176px;height:62.3906px;top:73.40625px;left:68px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJvsKHwBS4y5WsuCs6VdMRqOhw5UM6vX { width:225px;height:2px;top:20px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #ZhUfVBQxNNv23JBU2LJR3hIe8Q6VbnGO { width:225px;height:2px;top:532px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #DeKxJAghFlQK2xa8IZMtStK1ul2E7RbM { width:176px;height:41.5938px;top:318.421875px;left:69px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WCglm1XdNJl5rNPdfU3RWFlVU0kEx07q { width:225px;height:2px;top:799px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #S4SlovkMZbvQ2zGCnmUgPWwhWGEZHFa1 { width:176px;height:41.5938px;top:585.421875px;left:69px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHX9pRxgAqMvgA1cLxgS631pLOV686Tv { width:225px;height:2px;top:821px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #L0HHUTwhI9h5Z9uHHxkMscXHy3k3Qnco { width:176px;height:41.5938px;top:874.421875px;left:69px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZEC3Cfa8M30PKJCbZIF51JE3bJizsgF3 { width:225px;height:225px;top:287px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #X3Ack5ItHvvn4L6RkE28oGWn4lSLWwQl { width:225px;height:225px;top:42px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #IdH5kgt487gMz9XQ8ddLtmed0tlISaf4 { width:225px;height:225px;top:554px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #cCxdGQuUoytNKkzVaUWVitlEJmQx8HbF { width:225px;height:225px;top:843px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #psWsZ2TTxRkWl5auM2Thk4BaNbRHmxeb { width:19px;height:19px;top:150px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #hEACm9KzbmcQiJe8Dc8woJ0hfp1U1toX { width:15px;height:15px;top:417px;left:178px;display:block; }
 }@media only screen and (max-width: 763px) { #y8XLEVR31gfX4eHfdEVf0X2d78oeWniQ { width:20px;height:20px;top:682.0625px;left:162px;display:block; }
 }@media only screen and (max-width: 763px) { #AIluuU5NQmBtaeXD99tBELcgZuAuWa6P { width:21px;height:21px;top:950px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #Zz8fUtHKTWAbNheJTICToOHflh0BgkuK { width:17px;height:9px;top:176.296875px;left:169px;display:block; }
 }@media only screen and (max-width: 763px) { #tH7R60X5dU3xG6qgcXkPqHzgmUWVJldy { width:23px;height:9px;top:403.109375px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #CXtkW4aWd6gQODquhVy7hxTvfmmuHQG6 { width:26px;height:26px;top:657.5px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #ghFGmms0EPfMhsDLURUEAvp5JGMLsVL7 { width:13px;height:13px;top:965px;left:183px;display:block; }
 }@media only screen and (max-width: 763px) { #yFnTLVSHthAwVTDVApoleyQEscMpWnUF { width:40px;height:40px;top:150px;left:141px;display:block; }
 }@media only screen and (max-width: 763px) { #TPvnTi5cmlkwFsXFZnp1qqd2OdwF1y7P { width:40px;height:40px;top:665px;left:144px;display:block; }
 }@media only screen and (max-width: 763px) { #VBJUPybSHEMIUBqpEuvDwZSRT1iTIrlV { width:40px;height:40px;top:946px;left:143px;display:block; }
 }@media only screen and (max-width: 763px) { #IMucz7AEU9ANfU72ZivT0KFtXe8XdCpC { width:50px;height:50px;top:395px;left:147px;display:block; }
 }@media only screen and (max-width: 763px) { #Z8O5FxAn6azmSfgPNXcfF5EodIdqRydw { display:block; }#Z8O5FxAn6azmSfgPNXcfF5EodIdqRydw > .row .container { width:320px;height:1088px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgVbIt2o3I74d9LFNDT5aBtWTC87Lrmw { width:176px;height:145.578px;top:74.40625px;left:72.5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mLnm6MkSRVOmWCdegtSni6Z3zt5zlCDA { width:225px;height:2px;top:20px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #KMpmRq1SOe9WJRlxPTdoXqvX0iO8nU0z { width:225px;height:2px;top:532px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #qgHM6RXXTHRhEmyXuat5ab2PzwioITFN { width:176px;height:41.5938px;top:318.421875px;left:69px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oZIlFfAqqxoxaxKV7TCg7DGrrPMXgD1n { width:225px;height:2px;top:799px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #luIniX8KLmoDXTbdEoTrv8iy55soT8i9 { width:176px;height:124.781px;top:585.421875px;left:59.5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXO5DdTtqbt0JKcu6yM10gtnHZsf8xIp { width:225px;height:2px;top:821px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #FxStoL05yiRQVOsk87nTKNgMzdkEGLfc { width:176px;height:41.5938px;top:874.421875px;left:69px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dXChrimpFKdnEwS5pfnyzKmJOzQ8GTvv { width:225px;height:225px;top:287px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #PrlFcUkz6TA3NIibq6x4T8FoxJL2OnCp { width:227px;height:227px;top:42px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #ONMo3sBGBV7s9HvCTmrW9O6hDVAeqxGT { width:225px;height:225px;top:554px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #mBCNr33N7zvPlXUhoUh6ZvRTplUGSScn { width:225px;height:225px;top:843px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #WHknHCN6vBNaSeAgmMmw4TpVdAf1Re0O { width:19px;height:19px;top:229.46875px;left:193px;display:block; }
 }@media only screen and (max-width: 763px) { #MKDzrmHsISiVsWT6G6fbpJF7oIUWB5ln { width:15px;height:15px;top:417px;left:178px;display:block; }
 }@media only screen and (max-width: 763px) { #ereZay1eLyVSPJhty5f3hP2xd2B1Fn2m { width:20px;height:20px;top:732px;left:174px;display:block; }
 }@media only screen and (max-width: 763px) { #iqv7vJVCvQq8paQfAP44yhoCzO2nciy3 { width:21px;height:21px;top:977px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #FMFS1rpHQBSt96E6FzVXHiZo7eZu1Dkk { width:41px;height:19px;top:-26px;left:151.28571428571px;display:block; }
 }@media only screen and (max-width: 763px) { #wTZNzcyPS1SO7r6Xn4tOEArm3m6QQcMB { width:23px;height:9px;top:403.109375px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #b3nysNqTpSdLwy9S9oTzSBtAzH6hPxxP { width:26px;height:26px;top:717px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #aHXcivM44xa1Zfqlq5yUe4UkmdNF2mwt { width:13px;height:13px;top:992px;left:180px;display:block; }
 }@media only screen and (max-width: 763px) { #GtTiOUcT1WWnvohRiaeTJ7meMhVzD4JB { width:40px;height:40px;top:218.96875px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #dvxzpTV3CQchBk6DQaIeWGhDnErrx1Ru { width:40px;height:40px;top:395px;left:137px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTVEsHoWsN1ID6fmq2znncqgQplfyTt6 { width:40px;height:40px;top:722px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #OLeDCXMTeyeOcg4LLBRWbCVTJSBodKZo { width:40px;height:40px;top:973px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PbdFjVd9/bg_3.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD.adaptive-delivery-prevent-bg, #sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD.lazyload, #sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD.lazyloading { background-image: none; }#sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD > .row .container { background-color: transparent; background-image: none; }#sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD > .row .container > .video-iframe-container { display: none; }#sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD > .row > .video-iframe-container { display: none; }#sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD > .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); }#sIdQpIMN2f2JWuEWExfOr8iSrctkPaZD > .row .container { width:320px;height:298px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAmPo74Zek0biMypwxSuT5z6C52MZE6O { height:176px;width:320px;top:102.375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GqXXZaKlNT4w8JyUJHZ2wk7VE4Mq3dXH { width:320px;height:124.75px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #PRBVwT2knslTckqUnKPyCcGGcJPfRWuk { display:block; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row .container { width:320px;height:813px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zV4axEMNRghrxVspGNc7DC6Rl8nx4zIL { width:320px;height:600px;top:193.7656px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EaA3MCaJTa6HPmoMc03f1KRgQqDDiuIv { width:22px;height:22px;top:20px;left:149px;display:block; }
 }@media only screen and (max-width: 763px) { #nOi3Jnqku4v8LrBsrSHtXR4AN9kOmCfC { width:19px;height:19px;top:62px;left:150px;display:block; }
 }@media only screen and (max-width: 763px) { #e05aQX5lm54a1CAVoOOzSoT9cf0RsXd0 { width:320px;height:72.7812px;top:101px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RsPks3z878188Buy0BxLV7GGrZ4q7Qde { display:block; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { width:320px;height:88px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7IKyf6aBRCx9HQye8Q0X7wXA8QEVkvc { width:261.922px;height:48.9219px;top:20px;left:29px;display:block; }
 }@media only screen and (max-width: 763px) { #R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw { display:block; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { width:320px;height:107px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxd8eugdGa1kCUK9tQO2BuqSE4DtJGsa { width:319.922px;height:67.5625px;top:20px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }