.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;
}body { background-color:transparent;background-image: -webkit-linear-gradient(221deg, #344c60, #000000);background-image: -moz-linear-gradient(221deg, #344c60, #000000);background-image: -ms-linear-gradient(221deg, #344c60, #000000);background-image: -o-linear-gradient(221deg, #344c60, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#344c60', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#344c60', endColorstr='#000000' );";background-image: linear-gradient(221deg, #344c60, #000000);background-size:auto !important;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); }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #282e38, #000000);background-image: -moz-linear-gradient(360deg, #282e38, #000000);background-image: -ms-linear-gradient(360deg, #282e38, #000000);background-image: -o-linear-gradient(360deg, #282e38, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282e38', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282e38', endColorstr='#000000' );";background-image: linear-gradient(360deg, #282e38, #000000);background-size:auto !important;z-index:199999;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:0px;left:0px;right:0px;display:block; }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp > .row .container { background-color: transparent; background-image: none; }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp > .row .container > .video-iframe-container { display: none; }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp > .row > .video-iframe-container { display: none; }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp > .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); }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp > .row .container { border-width: 0; border-radius: 0; }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp > .row .container { font-size:14px;font-family:"open sans";height:70px;width:1200px;overflow:visible;position:relative;display:block; }#TBZGU2ToZ6R9BV2DGaGk0b9PRbxUPxET { color:#00dcff;display:block;width:34px;position:absolute;font-family:montserrat;font-size:12px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:286px;left:868px;height:15px;font-style:normal;display:none; }
#oDRk6tNrPJqIBFhM7IB0T8TfCWuv4WFe { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39px;width:100px;top:15.5px;left:22.5px;overflow:hidden;display:block; }
#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#111a21;background-image:url("https://images.assets-landingi.com/uc/fbafd32e-28cc-44f8-bc5d-af1a0cfe5149/VECTRA960x2601.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4.adaptive-delivery-prevent-bg, #g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4.lazyload, #g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4.lazyloading { background-image: none; }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row .container { background-color: transparent; background-image: none; }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row .container > .video-iframe-container { display: none; }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row > .video-iframe-container { display: none; }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .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); }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row .container { border-width: 0; border-radius: 0; }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row .container { font-size:14px;font-family:"open sans";height:70px;width:1200px;position:relative;display:block; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f7f8;background-image:url("https://images.assets-landingi.com/uc/04276678-be51-4210-af1d-61e48b80ab75/BannerVectradesktop900x200.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu.adaptive-delivery-prevent-bg, #qg5yGRC4saZchSNg61XNOgPBwT2BnMLu.lazyload, #qg5yGRC4saZchSNg61XNOgPBwT2BnMLu.lazyloading { background-image: none; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container { background-color: transparent; background-image: none; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container > .video-iframe-container { display: none; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row > .video-iframe-container { display: none; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .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); }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container { border-width: 0; border-radius: 0; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container { font-size:14px;font-family:"open sans";height:209px;width:1200px;position:relative;display:block; }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f8;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; }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row .container { background-color: transparent; background-image: none; }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row .container > .video-iframe-container { display: none; }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row > .video-iframe-container { display: none; }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .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); }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row .container { border-width: 0; border-radius: 0; }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row .container { font-size:14px;font-family:"open sans";height:74px;width:1200px;position:relative;display:block; }#Edy4XNO8ZqsJSM42T6D4KnBAIyEq1k1S { position:absolute;display:block;z-index:15087;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #00dcff;border-left:3px solid #00dcff;border-right:3px solid #00dcff;border-bottom:3px solid #00dcff;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: none;height:52px;width:314px;top:0px;left:440px;display:block; }
#QuBkn5W3f5O4HBRDiK9lDUuQkkUTfZ7E { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;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:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:320px;height:58px;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:0px;left:440px;display:block; }
#XHvHOOsDMC4i4GpNvUvn9kEtXA9kkygn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vehqPfq6fVE8gBknUSRLehEBxsclnuE6 { color:#00dcff;display:block;width:178px;position:absolute;font-family:"source sans pro";font-size:22px;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:15px;left:495px;height:28.6px;font-style:normal;display:block; }
#auNGAgPdtq7SV0LcZfVRfTiC9R3NTleq { box-sizing:content-box;color:#5d92ff;font-size:22px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:14px;left:674px; }
#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ { position:relative;display:none; }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ { border-width: 0; border-radius: 0; }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ > .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; }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ > .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:300px;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:none; }#DZJMlV3JOHJL9b58BbwoRu6SmbeNtXi7 { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(176deg, #ffffff, #e5e5e5);background-image: -moz-linear-gradient(176deg, #ffffff, #e5e5e5);background-image: -ms-linear-gradient(176deg, #ffffff, #e5e5e5);background-image: -o-linear-gradient(176deg, #ffffff, #e5e5e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5' );";background-image: linear-gradient(176deg, #ffffff, #e5e5e5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:663.984px;width:1175px;top:112.49609375px;left:10.5px;display:none; }
#u9On5mHw8lIhEn3qgqQGK9NzdAkJiTND { color:#000000;display:block;width:113px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20px;top:120px;left:386px;display:none; }
#wAv2mxaq6TblNldSmDXHmiFDx4izBBOT { color:#000000;display:block;width:103px;position:absolute;font-family:montserrat;font-size:13px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:22px;top:150px;left:123px;display:none; }
#kMMdidU46prgQTSbGBEqMoTZlNdro9ri { color:#000000;display:block;width:113px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20px;top:120px;left:386px;display:none; }
#LG1xEWVTxUDD2h6F1e6hbT81Lc89AnF8 { color:#000000;display:block;width:103px;position:absolute;font-family:montserrat;font-size:13px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:22px;top:150px;left:123px;display:none; }
#Lg7XoHEM24fSEkR9pc7splJqL8TkIOTz { color:#000000;display:block;width:59px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:39px;top:89px;left:254px;display:none; }
#WDTUmA9tItAAuA7feZTndATLyUEufk1z { color:#000000;display:block;width:45px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20px;top:136px;left:87px;display:none; }
#lVuh8ONxGtbnCHkb9b1R9lwn0ZnAlbzS { color:#000000;display:block;width:103px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:22px;top:209px;left:89px;display:none; }
#TF67MUkOEGERmJfK4ymbZoNu8lpSETPl { color:#000000;display:block;width:44px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20px;top:136px;left:175px;display:none; }
#mKiWySmwwVWbvDvaUlHampoKFTzagmUB { color:#000000;display:block;width:103px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:22px;top:209px;left:89px;display:none; }
#rzuUBVdifbvDmu7OUg0T3JS9fuKPCqVs { color:#000000;display:block;width:200px;position:absolute;font-family:montserrat;font-size:10px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:124px;top:211px;left:155px;display:none; }
#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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:none; }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 > .row .container { border-width: 0; border-radius: 0; }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 > .row .container { font-size:14px;font-family:arial;height:719px;width:1200px;position:relative;display:none; }#RnPUfRfO3tXmwG1SSKmCyXPT68TMi88Q { color:#00dcff;display:block;width:130px;position:absolute;font-family:montserrat;font-size:21px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:437px;left:605.5px;height:0;font-style:normal;display:none; }
#rIIPa2FKqwt1rCaQiK8ZqIu702NLWynH { background-color:#00dcff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#121a21;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:173px;height:43px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:283.5px;left:605.5px;display:none; }
#HJGpEafP8MAfVDJ8C7qgf01TAXWtA792 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#I1webB1gyALeJ5cnR3n1Nwa3kuTm8fRm { display:block;width:43.9931px;position:absolute;font-family:montserrat;font-size:28px;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:413px;left:524px;height:36px;color:#03bddc;font-style:normal;display:none; }
#Xtsq7p5muaEU6Ipi20Qv5Vn8yWKWg6wi { display:block;width:30px;position:absolute;font-family:montserrat;font-size:16px;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:425px;left:564px;height:20px;color:#03bddc;font-style:normal;display:none; }
#wTEh0TfAiNZTKuTA2DiK1EeAnUDOolao { display:block;width:70.9896px;position:absolute;font-family:montserrat;font-size:29px;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:449px;left:568px;height:37px;color:#03bddc;font-style:normal;display:none; }
#ZDwxe9PcCtDRnHcFGJKOUqbnEaiS7axf { background-color:#00dcff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#eaf3f4;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:60px;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:508px;left:500px;display:none; }
#wwcwNytmuUSMdoMDQtPKK3PSKF0xoZFT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#OQi0H7kKTp5TU4llBmAHXB48Nl2my2uW { display:block;width:43.9931px;position:absolute;font-family:montserrat;font-size:28px;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #eaf3f4;top:413px;left:524px;height:36px;color:#03bddc;font-style:normal;display:none; }
#MTQBUQbTORRBizcnp34glSE45D2TVQU8 { display:block;width:30px;position:absolute;font-family:montserrat;font-size:16px;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #eaf3f4;top:425px;left:564px;height:20px;color:#03bddc;font-style:normal;display:none; }
#f4L1miDCDDwyGu3izRotdiUCTrE7O41O { display:block;width:102.969px;position:absolute;font-family:montserrat;font-size:29px;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #eaf3f4;top:454px;left:548.5px;height:37px;color:#03bddc;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iIrV131bFpc3egON0uTsmeFoTZZhrl3l { background-color:#00dcff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#eaf3f4;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:60px;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:508px;left:500px;display:none; }
#DCO79cOC2aAZAH4ML5ESUo3ErKHzGXgy { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IA1MhTvQDbPXCs8fp0maTSWETHD8EUFt { color:#000000;display:block;width:215px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:15px;top:435px;left:62px;display:none; }
#KaLou9nckrRGdGT701zs1DIaoGPKqyzF { color:#000000;display:block;width:302px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:58px;top:532px;left:9px;display:none; }
#dqLPDQ0lE54Vs2MTcvD2ssotHTtvmALh { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:200px;display:none; }
#ERVRIwC7igOxUScMxy4qBJUIG5PvrXiM { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:200px;display:none; }
#EncIENgtMULOSTvrBpqQxqGCEoZK7NyG { color:#000000;display:block;width:292px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:19px;top:737px;left:14px;display:none; }
#A5duwsDFxZ3ZSfCN3My1iXqvCzoy2KnV { position:absolute;display:block;z-index:15000;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:15px;width:18px;display:none; }
#UQsA9RoQpE7wGhRAETOFQ6EM60JBEWRB { color:#000000;display:block;width:118px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:45px;top:556px;left:99px;display:none; }
#VH4ixn8e6kTC4EEzvxPn1BSoQBF9sch2 { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:15px;top:138px;left:115px;display:none; }
#HvXRHhINicT2P5ThPhgeaOOfW2cvxzoP { color:#000000;display:block;width:153px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:46px;top:202px;left:81px;display:none; }
#NPvbOMKWtNe0IsHT3kJMwCTAKVHtBDbZ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:200px;display:none; }
#CwtBWznO3TFxAbMlG83vU00HT2QrSDVX { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:200px;display:none; }
#y3OcDPkF9lWkqvA80xZThUycOIveStMz { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:200px;display:none; }
#qqWFv0zTImKXWxmXZTQdwfxcTNfQUv8b { position:absolute;display:block;z-index:15000;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:20px;width:25px;display:none; }
#cA9S3zux4TZJOXBNwgMJm9Zpzn6udTBe { position:absolute;display:block;z-index:15000;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:20px;width:25px;display:none; }
#We0Acd8dxXF5tFssar3iH7sD3S3QzKqt { position:absolute;display:block;z-index:15000;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:20px;width:25px;display:none; }
#r9Wv1tEAUGa50F2mA4LcZkbUaaid60ca { position:absolute;display:block;z-index:15000;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:20px;width:25px;display:none; }
#kAbTptZ1QQkGSfTAALezO4yP7rNbkZzT { position:absolute;display:block;z-index:15000;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:20px;width:25px;display:none; }
#snhfIIrdPTfSriOWVJgJQU2uh8pltx51 { position:absolute;display:block;z-index:15000;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:20px;width:25px;display:none; }
#oLynapDem7c6skOuMS2kLH8IGCOliWiG { position:absolute;display:block;z-index:15000;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:20px;width:25px;display:none; }
#GRzQrmrTaPNpTJe8pSd1bF4JRNJdiDyF { color:#000000;display:block;width:245px;position:absolute;font-family:montserrat;font-size:12px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:149px;left:925px;height:15px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SrfB05M6V5PGTbX4NT4zF6QQnWOgB07B { color:#000000;display:block;width:191px;position:absolute;font-family:montserrat;font-size:13px;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:627px;left:26.171875px;height:16px;text-align:left;text-align-last:left;display:none; }
#TOJziXzXGiMf4rdi8TZfCnMTvtQZxNeq { color:#bdbdbf;display:block;width:287px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:780px;left:901.5px;height:20px;font-style:normal;text-align:right;text-align-last:right;display:none; }
#oAkkb2ODGqeiMktHIgKfhn4FTvZXJEyg { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:117px;top:314px;left:0px;display:none; }
#AiDnKalH5uAdOi2IHFhfWGoZgAvFv7V1 { position:absolute;display:block;z-index:15000;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:20px;width:25px;display:none; }
#q1NmQgDmmTv2FrgVvxKUDFf2h90A2fhH { color:#000000;display:block;width:315px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:58px;top:614px;left:2px;display:none; }
#T9VVCcJdQRmEB4x7rtaqHUvgNoifLJzr { position:absolute;display:block;z-index:15000;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:20px;width:25px;display:none; }
#uq6OdeIz8P5AlDGC4PXBAzQq7PrbRQ16 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:200px;display:none; }
#LmCLstJaSK44XIfdhW6NRyfFHcFxQqUd { color:#000000;display:block;width:212px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:19px;top:887px;left:54px;display:none; }
#TUbvgCCEFGkggit8mWkPnoxiwZzf3MEi { position:absolute;display:block;z-index:15000;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:20px;width:25px;display:none; }
#yUII1J526ialnzuTfWQMKoLeEmVRfq2c { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:200px;display:none; }
#cUzP5AO4UzVzf8x7Nfxw1sS8TB2UZ3rd { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:200px;display:none; }
#gEppsSvzmvCMmral3AtOW2dHSs30PTsP { position:absolute;display:block;z-index:15000;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:15px;width:18px;display:none; }
#P3lAV6tDdx1EMckkslMHo35GpsCxCcSE { position:absolute;display:block;z-index:15000;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:20px;width:25px;display:none; }
#NpZB7uAGHWLLXuNN5TcCB2mTVwSsxCLH { position:absolute;display:block;z-index:15000;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:20px;width:25px;display:none; }
#iEiR6v6UEuuBLHtaLthqOA5q7xX2nb7c { position:absolute;display:block;z-index:15000;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:20px;width:25px;display:none; }
#iwTTqBGCWVOU1iQv1l98u2akz0vlIsUe { position:absolute;display:block;z-index:15000;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:20px;width:25px;display:none; }
#JWuTTw4rkCoBlt1TG70XaWm8fTAg2G27 { position:absolute;display:block;z-index:15000;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:20px;width:25px;display:none; }
#gMkgDczPMdIym5EM7z8ff21NumEkUKim { position:absolute;display:block;z-index:15000;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:20px;width:25px;display:none; }
#MmEEltcobkFKiFpUlCVbGxT2nEKi9TC8 { position:absolute;display:block;z-index:15000;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:20px;width:25px;display:none; }
#eRU3gTC9yN6zyTGakQZPDS124Ohk4wV8 { position:absolute;display:block;z-index:15000;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:20px;width:25px;display:none; }
#FwIueTsxaIdwrxQpVg0xtxmeIhITpiwb { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:200px;display:none; }
#Dot3NZP0lSUf8SWAfirNicEEiHhtsfy9 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:200px;display:none; }
#zgJdclWyTNBGoGqPcSOMrPU7LC5u0oZS { color:#000000;display:block;width:300px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:19px;top:1002px;left:20px;display:none; }
#MwzcaXDOW7moGsgxe0KRfO34Hotl7OgX { position:absolute;display:block;z-index:15000;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:20px;width:25px;display:none; }
#c2qQp7FGasEiXA5TfcCJypTo6mphzpbJ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:200px;display:none; }
#aViM6VMmM4GCTA6OrQ7gl4Z0G1fvZ5qt { color:#000000;display:block;width:300px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:19px;top:1094px;left:20px;display:none; }
#SfTSrxqCpInRoBBRrGik08Fp4DRdEScZ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:200px;display:none; }
#TC8Mp1ES5Pkw1x5iu1yX36nEe021rDZN { position:absolute;display:block;z-index:15000;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:20px;width:25px;display:none; }
#JvHSOQp5mz7GtEPLEBdWdJBMBpqxyck6 { color:#000000;display:block;width:210px;position:absolute;font-family:"source sans pro";font-size:25px;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:61.75px;left:38px;height:32.5px;font-style:normal;display:none; }
#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f8;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; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row .container { background-color: transparent; background-image: none; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row .container > .video-iframe-container { display: none; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row > .video-iframe-container { display: none; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .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); }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row .container { border-width: 0; border-radius: 0; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row .container { font-size:14px;font-family:arial;height:1346px;width:1200px;position:relative;display:block; }#OMffdIcaxwIeK6i04KwdoJZ7uifgGJTs { color:#00dcff;display:block;width:34px;position:absolute;font-family:montserrat;font-size:12px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:286px;left:868px;height:15px;font-style:normal;display:none; }
#U6MPRhyJWSqWxIL3zVzPvQ6kAWmaHzWn { color:#00dcff;display:block;width:130px;position:absolute;font-family:montserrat;font-size:21px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:437px;left:605.5px;height:0;font-style:normal;display:none; }
#DqJcGJT0TPUInp0q7hQdtUcvVpANmZri { background-color:#00dcff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#121a21;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:173px;height:43px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:283.5px;left:605.5px;display:none; }
#lx8Ey6KcZEnFVd3xLbHRrDWyVTSfJGwe { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Kh32cTEDMn05OQakii7eJALTBS7TGwTn { display:block;width:43.9931px;position:absolute;font-family:montserrat;font-size:28px;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:413px;left:524px;height:36px;color:#03bddc;font-style:normal;display:none; }
#Ju3ERbxTLWaS27UZG2LaH53VltCusOTI { display:block;width:30px;position:absolute;font-family:montserrat;font-size:16px;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:425px;left:564px;height:20px;color:#03bddc;font-style:normal;display:none; }
#Z9aIr3X9r07Garc080gOOUdZT7C9zSsS { display:block;width:70.9896px;position:absolute;font-family:montserrat;font-size:29px;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:449px;left:568px;height:37px;color:#03bddc;font-style:normal;display:none; }
#XUA2iEEHUNlJz2eqv6bEX2BoVK6CRKMQ { background-color:#00dcff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#eaf3f4;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:60px;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:508px;left:500px;display:none; }
#tk6mdInHxJWmqtqBAhQvlrk3QrDwvGvG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tEmI5Jw0dWuTTTW9voAeyiWOMXR6ERCz { display:block;width:43.9931px;position:absolute;font-family:montserrat;font-size:28px;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #eaf3f4;top:413px;left:524px;height:36px;color:#03bddc;font-style:normal;display:none; }
#LBSS6xZ9IxD3Q5ymlTVp59OaT08MhGR0 { display:block;width:30px;position:absolute;font-family:montserrat;font-size:16px;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #eaf3f4;top:425px;left:564px;height:20px;color:#03bddc;font-style:normal;display:none; }
#bqHTHgSIrZ3kqsCbCGtvV9BZK3cKu9N6 { display:block;width:102.969px;position:absolute;font-family:montserrat;font-size:29px;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #eaf3f4;top:454px;left:548.5px;height:37px;color:#03bddc;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KPDTF8en0b7DkAXpeVoRpr2tsoIUKvSJ { background-color:#00dcff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#eaf3f4;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:60px;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:508px;left:500px;display:none; }
#pH2N3LLhf3hTipZhfiX5NfwP4TAZI4mo { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IwbkiNlrVb4mPasAsE0nurn3ZHFDxxkB { color:#000000;display:block;width:200px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:40px;top:198px;left:59px;display:none; }
#ABZwVWmuIr6fuTQDdOo8tpBygJubtG5U { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(176deg, #ffffff, #e5e5e5);background-image: -moz-linear-gradient(176deg, #ffffff, #e5e5e5);background-image: -ms-linear-gradient(176deg, #ffffff, #e5e5e5);background-image: -o-linear-gradient(176deg, #ffffff, #e5e5e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5' );";background-image: linear-gradient(176deg, #ffffff, #e5e5e5);background-size:auto !important;border-top:1px solid #bdbdbf;border-left:1px solid #bdbdbf;border-right:1px solid #bdbdbf;border-bottom:1px solid #bdbdbf;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 1px 3px #344c60 ;height:1139px;width:323px;top:56px;left:224px;display:block; }
#DkkX1RAyPs1zi0h39DdLJXeLXLzZkkCr { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(176deg, #ffffff, #e5e5e5);background-image: -moz-linear-gradient(176deg, #ffffff, #e5e5e5);background-image: -ms-linear-gradient(176deg, #ffffff, #e5e5e5);background-image: -o-linear-gradient(176deg, #ffffff, #e5e5e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5' );";background-image: linear-gradient(176deg, #ffffff, #e5e5e5);background-size:auto !important;border-top:10px solid #00dcff;border-left:1px solid #63666a;border-right:1px solid #63666a;border-bottom:1px solid #63666a;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 1px 1px 3px #344c60 ;height:1139px;width:214px;top:53px;left:549px;display:block; }
#g2ZV1xFIogt0ZFaVKPPIJBXRHL9S1Fep { color:#000000;display:block;width:210px;position:absolute;font-family:"source sans pro";font-size:25px;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:74px;left:248px;height:32.5px;font-style:normal;display:block; }
#m4oJC9XaQ2GNq13KJDCOzZqixV923s85 { color:#344c60;display:block;width:311px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:874.99256896973px;left:238.98022460938px;height:23.3964px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q1dq4SxDBVNJBllt8gMfl1a2kZWN6wyu { color:#000000;display:block;width:303px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:611.9991607666px;left:238.98022460938px;height:70.1891px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#du2B5bTP2T7e9JDxtZwQ58HZtq0TpQcq { color:#000000;display:block;width:308px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:803.98109436035px;left:240.99499511719px;height:46.7928px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tceeXXw2FNBx2axfpRAc5TTirclHryMz { color:#000000;display:block;width:311px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:912.98597717285px;left:237.99340820312px;height:46.7928px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FlMM6teiSfXg917y2QHu1c9Brn5L4W7L { color:#000000;display:block;width:250px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:250.99998474121px;left:236.98596191406px;height:23.3964px;font-style:normal;display:block; }
#Ng5N9wKorCsvPK6q4DW0nl2dtcBLW74m { color:#000000;display:block;width:314px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:303.98109436035px;left:236.98596191406px;height:46.7928px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iomvvKNdAv9BVqbbh7JZBpCCRKnVrnbb { position:absolute;display:block;z-index:15088;background-color:rgba(189,189,191,0.5);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:0.996094px;width:752px;top:362.98603820801px;left:223.99255371094px;display:block; }
#ybylTT9d6p4pQ33slulKcXBLSdQkJyAX { position:absolute;display:block;z-index:15089;background-color:rgba(189,189,191,0.5);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:0.996094px;width:752px;top:415.98768615723px;left:223.99255371094px;display:block; }
#H7UoSBaLHxsHXBktkVFe1QJuZnQfk9d0 { position:absolute;display:block;z-index:15091;background-color:rgba(189,189,191,0.5);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:0.996094px;width:752px;top:793.98927307129px;left:225px;display:block; }
#lTIr5qcCnkSkQTW09D3LfFHc9qJWUzli { position:absolute;display:block;z-index:15092;background-color:rgba(189,189,191,0.5);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:0.996094px;width:752px;top:860.99171447754px;left:225px;display:block; }
#SP36e8eaabP4l73PIOUvm8OilmpiC0JG { position:absolute;display:block;z-index:15131;background-color:rgba(189,189,191,0.5);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:0.996094px;width:752px;top:902.9942779541px;left:225px;display:block; }
#qteQ29xkv8dhmJfQ8zwelzkq9cOtoCwa { position:absolute;display:block;z-index:15096;background-color:rgba(189,189,191,0.5);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:1px;width:752px;top:285.9917755127px;left:225.98681640625px;display:block; }
#UbzAqG8AWsc05RPTBI82MKFnPUKTsevR { color:#000000;display:block;width:188px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:77px;left:561px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PK9IJOpmGb32MRdf9FFuX9F5l6HyuXTE { position:absolute;display:block;z-index:15115;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:0;width:0;top:250.99998474121px;left:625.98681640625px;overflow:hidden;display:block; }
#uP4kroZ7azt1DV9RzX8PGP0sh3ZAQqbd { position:absolute;display:block;z-index:15123;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:14.9877px;width:17.9688px;top:255.19407653809px;left:637px;overflow:hidden;display:block; }
#hMbtI000zpRk4HVvLKCTM4FqM2VgDsFc { position:absolute;display:block;z-index:15124;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:15px;width:17.9844px;top:317.98191833496px;left:636.98608398438px;overflow:hidden;display:block; }
#FEXWLh9FODhGvlbNcTMsNTnLsImv3eBK { position:absolute;display:block;z-index:15125;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:200px;top:552px;left:511.625px;display:none; }
#o0BLWPvNmEZN36yQgxGrf7bwliFtdeco { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:200px;top:605px;left:523.625px;display:none; }
#Rr5Rs9EVefWqlnPgtMZdGkHyWqTKQs5f { position:absolute;display:block;z-index:15125;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:15px;width:17.9844px;top:382.99012756348px;left:636.98608398438px;overflow:hidden;display:block; }
#RxxoAd58p0pM7hiukmsRSFxXCl4O1BcU { color:#000000;display:block;width:306px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:380.99586486816px;left:235.99914550781px;height:23.3964px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mVF6k1fyWEVv7WcW2BpahTcW0SBBtrDp { position:absolute;display:block;z-index:15125;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:15px;width:17.9844px;top:626.98683166504px;left:636.98608398438px;overflow:hidden;display:block; }
#caPf0I4786TNa5uK3XGs76lS0zipZedR { position:absolute;display:block;z-index:15128;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:15px;width:17.9844px;top:874.99256896973px;left:636.98608398438px;overflow:hidden;display:block; }
#c8wcpkoPnTvnc5Jg0PFaQ5t0MzVoS6kR { position:absolute;display:block;z-index:15129;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:15px;width:17.9844px;top:940.98768615723px;left:636.98608398438px;overflow:hidden;display:block; }
#XxOkrnAAD0NzJT1ZQJpW5SM9B4xxeboc { color:#000000;display:block;width:192px;position:absolute;font-family:"source sans pro";font-size:14px;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:967.98194885254px;left:236.98596191406px;height:18.1949px;text-align:left;text-align-last:left;display:block; }
#Cyw7t36Pssr0Lu4JJ3gzsEaUrxpggLe1 { color:#000000;display:block;width:286.986px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1252.9720611572px;left:879.95483398438px;height:20.7854px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lQHMk3MXM9UXTTsX5pNyHw5ltq5CgCUO { color:#000000;display:block;width:304px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:428.98109436035px;left:238.98022460938px;height:163.775px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hhoO6wcTyyIeeiGFTx4TpKuvd4AXdZK6 { position:absolute;display:block;z-index:15091;background-color:rgba(189,189,191,0.5);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:0.984375px;width:752px;top:599.99256896973px;left:225px;display:block; }
#MQCPAmCngZIoG3EbwTlOfQbQx5m5N2ST { color:#000000;display:block;width:39px;position:absolute;font-family:"source sans pro";font-size:36px;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:126px;left:592px;height:46.7969px;font-style:normal;display:block; }
#SaHFhPgWcl8NTyGeH3G7wEGKpTkCC9u2 { color:#000000;display:block;width:20px;position:absolute;font-family:"source sans pro";font-size:17px;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:130px;left:634px;height:22.1012px;font-style:normal;display:block; }
#N0xLKODJ7FO3MTcTKiTrfR6gGxLZQ5si { color:#000000;display:block;width:55px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:136px;left:662px;height:26px;font-style:normal;display:block; }
#tuAZqF0wHTHbFDza0IFovgavJSMnUa6r { color:#000000;display:block;width:291px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:694.99671936035px;left:239.98767089844px;height:93.5855px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mfp14aFlZu05FP4gg5ZCwPWbAzn5CJ2b { position:absolute;display:block;z-index:15092;background-color:rgba(189,189,191,0.5);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:0.984375px;width:752px;top:688.99342346191px;left:225px;display:block; }
#qnDTOyp4lFW1u9m6CSFXqiTVvaicRopx { position:absolute;display:block;z-index:15122;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:15px;width:17.9844px;top:732.99012756348px;left:636.98608398438px;overflow:hidden;display:block; }
#UthNiRx75wxUCwIIQAwJiIxBXKXGA0Tw { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:200px;display:none; }
#DGzHN71e1ccwbLZQAgm2iak4us1CCpst { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(176deg, #ffffff, #e5e5e5);background-image: -moz-linear-gradient(176deg, #ffffff, #e5e5e5);background-image: -ms-linear-gradient(176deg, #ffffff, #e5e5e5);background-image: -o-linear-gradient(176deg, #ffffff, #e5e5e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5' );";background-image: linear-gradient(176deg, #ffffff, #e5e5e5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 1px 1px 3px #344c60 ;height:1139px;width:211px;top:61px;left:765px;display:block; }
#X2C8dADssCpoPyqbV0PalZwPfsTl3ubo { color:#000000;display:block;width:188px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:77px;left:778px;height:51.9736px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o3HVOrsLCF7aaafoEy9t5t3U5LMDrxMK { color:#000000;display:block;width:39px;position:absolute;font-family:"source sans pro";font-size:36px;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:126px;left:798px;height:46.7969px;font-style:normal;display:block; }
#OEtIllSsA1zq1NOq4K2fHsuZrCrx0C5a { color:#000000;display:block;width:20px;position:absolute;font-family:"source sans pro";font-size:17px;font-weight:700;z-index:15121;line-height:1.3;letter-spacing:0;top:130px;left:840px;height:22.1012px;font-style:normal;display:block; }
#w73ZVFU628yeOher6DFCtUk5Osaxp3cQ { color:#000000;display:block;width:13.9844px;position:absolute;font-family:"source sans pro";font-size:25px;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:133px;left:858px;height:32.5px;font-style:normal;display:block; }
#qsRVfyGC7hWKXywT7RWda3k87LtzT39t { color:#000000;display:block;width:55px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:15122;line-height:1.3;letter-spacing:0;top:136px;left:868px;height:26px;font-style:normal;display:block; }
#N6MLTxAbhs0dxKMOnsyCbQZmKMzVDCnP { position:absolute;display:block;z-index:15153;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:15px;width:17.9844px;top:254.99998474121px;left:859.98608398438px;overflow:hidden;display:block; }
#LAuL3TyUlAaVNNVBoby1O0eTt415cGyO { position:absolute;display:block;z-index:15154;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:15px;width:17.9844px;top:317.98027038574px;left:859.98608398438px;overflow:hidden;display:block; }
#CDbnyfvqHTCogr4ZibgbByzTP0MiZngM { position:absolute;display:block;z-index:15155;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:15px;width:17.9844px;top:382.98109436035px;left:859.98608398438px;overflow:hidden;display:block; }
#urx7GuHQhs7VgZe0Goqbh6Haemt5rlM6 { position:absolute;display:block;z-index:15152;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:15px;width:17.9844px;top:485.98439025879px;left:859.98608398438px;overflow:hidden;display:block; }
#n3LH4KOoemZJIZ8HqbJxAoQrgcmu1AWB { position:absolute;display:block;z-index:15155;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:15px;width:17.9844px;top:626.99836730957px;left:859.98608398438px;overflow:hidden;display:block; }
#DHUW2XNzFpWZFmQJk0l98zWbBBBTC0CR { position:absolute;display:block;z-index:15152;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:15px;width:17.9844px;top:732.98109436035px;left:859.98022460938px;overflow:hidden;display:block; }
#A9fkrUPgLDCRRkuoLTG8SZaaxqs2boor { color:#000000;display:block;width:287px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:1012.9859771729px;left:237.99340820312px;height:46.7928px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wH2vJZyLgfpQyt1TVzwvKKzQH8Tg7AJe { position:absolute;display:block;z-index:15132;background-color:rgba(189,189,191,0.5);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:0.9875px;width:752px;top:1007.9901275635px;left:223.99255371094px;display:block; }
#xhEfEyIdpSnFWp7yhfRoc30JCZJpy0Cw { position:absolute;display:block;z-index:15133;background-color:rgba(189,189,191,0.5);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:0.9875px;width:752px;top:1076.986831665px;left:222.98510742188px;display:block; }
#ptzPtox0vZEuX5ekV0A0SxCgg0FFgoT5 { color:#000000;display:block;width:311px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:1088.9934234619px;left:237.99340820312px;height:46.7928px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZiExQ4BHcCDvHrs4NIQpDl3WR0Vh07Kf { position:absolute;display:block;z-index:15132;background-color:#63666a;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:1px;width:20px;top:1042.9819488525px;left:636.98608398438px;display:block; }
#OSXUANLtFy7xWwGk415CyyMX9HAxqati { color:#000000;display:block;width:112px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:41px;top:57px;left:401px;display:none; }
#eTXaf0yIoWGIBBpPOEWGMvprOWbSTPdQ { color:#000000;display:block;width:126px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:62px;top:57px;left:638px;display:none; }
#AphdyJiTsRkfB3sO83Fu0deT1gQh1FbL { position:absolute;display:block;z-index:15126;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:14.9877px;width:17.9688px;top:485.9917755127px;left:637px;overflow:hidden;display:block; }
#TgyovtZiHIli2D1pyLwK4edTB2TNhmHD { position:absolute;display:block;z-index:15123;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:14.9877px;width:17.9688px;top:819.99671936035px;left:636.98608398438px;overflow:hidden;display:block; }
#pswrrHDAJkEAIki8orEhsPN0Zn893opp { position:absolute;display:block;z-index:15133;background-color:#63666a;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:1.99424px;width:19.9836px;top:1111.9991607666px;left:636.98608398438px;display:block; }
#bSNnIGkPSL3WuTvohDs7KTbHZMMor7z5 { position:absolute;display:block;z-index:15153;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:14.9877px;width:17.9688px;top:819.99671936035px;left:859.98022460938px;overflow:hidden;display:block; }
#NTKOZFGnqhPQKMdwxXxoKk2lyizZUq7J { position:absolute;display:block;z-index:15154;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:14.9877px;width:17.9688px;top:874.9884185791px;left:859.98022460938px;overflow:hidden;display:block; }
#AI2MUSIpFqJUqFaW71SaJaoVNqzLimL4 { position:absolute;display:block;z-index:15155;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:14.9877px;width:17.9688px;top:940.98768615723px;left:859.98022460938px;overflow:hidden;display:block; }
#Lp84HMFPE6s3bX4Ta4mxcKIf3Vram8yJ { position:absolute;display:block;z-index:15156;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:14.9877px;width:17.9688px;top:1032.9810943604px;left:859.98022460938px;overflow:hidden;display:block; }
#lJ9H3nkIHZS2HZLbZXOx88NQu6GeWdpy { position:absolute;display:block;z-index:15157;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:14.9877px;width:17.9688px;top:1103.9991607666px;left:859.98022460938px;overflow:hidden;display:block; }
#M1hyP3STcymys3nfnXdih2d9RFAR8GwW { color:#63666a;display:block;width:200.987px;position:absolute;font-family:"source sans pro";font-size:11px;font-weight:normal;z-index:15158;line-height:1.3;letter-spacing:0;top:181.31167602539px;left:769.25415039062px;height:57.1546px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp { position:fixed;z-index:199999;top:0px;left:0px;right:0px;display:block; }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp > .row .container { height:70px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TBZGU2ToZ6R9BV2DGaGk0b9PRbxUPxET { width:29px;height:11px;top:180.96305847168px;left:550.96589851379px;font-size:9px;display:none; }
 }@media only screen and (max-width: 1199px) { #oDRk6tNrPJqIBFhM7IB0T8TfCWuv4WFe { width:90px;height:35px;top:17.5px;left:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 { display:block; }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qg5yGRC4saZchSNg61XNOgPBwT2BnMLu { background-color:#f6f7f8;background-image:url("https://images.assets-landingi.com/uc/3056d421-cdc1-4a58-a94e-53b9eeb3c8c6/BannerVectratablet608x160.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu.adaptive-delivery-prevent-bg, #qg5yGRC4saZchSNg61XNOgPBwT2BnMLu.lazyload, #qg5yGRC4saZchSNg61XNOgPBwT2BnMLu.lazyloading { background-image: none; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container { background-color: transparent; background-image: none; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container > .video-iframe-container { display: none; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row > .video-iframe-container { display: none; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .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); }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TGBzVfwkfOHheElvveCU2NzZIc8zDMPb { display:block; }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Edy4XNO8ZqsJSM42T6D4KnBAIyEq1k1S { width:314px;height:52px;top:0px;left:222px;z-index:15087;display:block; }
 }@media only screen and (max-width: 1199px) { #QuBkn5W3f5O4HBRDiK9lDUuQkkUTfZ7E { width:320px;height:58px;top:0px;left:222px;z-index:15088;display:block; }
 }@media only screen and (max-width: 1199px) { #XHvHOOsDMC4i4GpNvUvn9kEtXA9kkygn { display:block; }
 }@media only screen and (max-width: 1199px) { #vehqPfq6fVE8gBknUSRLehEBxsclnuE6 { width:210px;height:32.5px;top:12px;left:266px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #auNGAgPdtq7SV0LcZfVRfTiC9R3NTleq { width:32px;height:32px;top:14px;left:466px;display:block; }
 }@media only screen and (max-width: 1199px) { #x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ { display:none; }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #DZJMlV3JOHJL9b58BbwoRu6SmbeNtXi7 { width:745px;height:526px;top:100.99609375px;left:9.47265625px;z-index:14998;display:none; }
 }@media only screen and (max-width: 1199px) { #u9On5mHw8lIhEn3qgqQGK9NzdAkJiTND { top:118.125px;left:386.85546875px;width:113.984px;height:22.5px;z-index:15090;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #wAv2mxaq6TblNldSmDXHmiFDx4izBBOT { top:118.125px;left:386.85546875px;width:113.984px;height:22.5px;z-index:15090;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #kMMdidU46prgQTSbGBEqMoTZlNdro9ri { top:118.125px;left:386.85546875px;width:113.984px;height:22.5px;z-index:15090;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #LG1xEWVTxUDD2h6F1e6hbT81Lc89AnF8 { top:118.125px;left:386.85546875px;width:113.984px;height:22.5px;z-index:15090;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #Lg7XoHEM24fSEkR9pc7splJqL8TkIOTz { width:59px;height:39px;top:89px;left:36.99999332428px;font-size:15px;display:none; }
 }@media only screen and (max-width: 1199px) { #WDTUmA9tItAAuA7feZTndATLyUEufk1z { top:118.125px;left:386.85546875px;width:113.984px;height:22.5px;z-index:15090;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #lVuh8ONxGtbnCHkb9b1R9lwn0ZnAlbzS { top:118.125px;left:386.85546875px;width:113.984px;height:22.5px;z-index:15090;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #TF67MUkOEGERmJfK4ymbZoNu8lpSETPl { top:118.125px;left:386.85546875px;width:113.984px;height:22.5px;z-index:15090;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #mKiWySmwwVWbvDvaUlHampoKFTzagmUB { top:118.125px;left:386.85546875px;width:113.984px;height:22.5px;z-index:15090;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #rzuUBVdifbvDmu7OUg0T3JS9fuKPCqVs { width:200px;height:124px;top:211px;left:0px;font-size:10px;display:none; }
 }@media only screen and (max-width: 1199px) { #nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 { background-color:#000000;background-image:none;display:none; }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 > .row .container { width:764px;height:776px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #RnPUfRfO3tXmwG1SSKmCyXPT68TMi88Q { width:283px;height:0;top:451px;left:400px;font-size:20px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #rIIPa2FKqwt1rCaQiK8ZqIu702NLWynH { width:154px;height:44px;top:501px;left:428px;font-size:12px;display:none; }
 }@media only screen and (max-width: 1199px) { #HJGpEafP8MAfVDJ8C7qgf01TAXWtA792 { display:block; }
 }@media only screen and (max-width: 1199px) { #I1webB1gyALeJ5cnR3n1Nwa3kuTm8fRm { width:53.9931px;height:36px;top:218px;left:293px;display:none; }
 }@media only screen and (max-width: 1199px) { #Xtsq7p5muaEU6Ipi20Qv5Vn8yWKWg6wi { width:60px;height:20px;top:228px;left:335px;display:none; }
 }@media only screen and (max-width: 1199px) { #wTEh0TfAiNZTKuTA2DiK1EeAnUDOolao { width:102.969px;height:36px;top:254px;left:325px;font-size:28px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #ZDwxe9PcCtDRnHcFGJKOUqbnEaiS7axf { width:206px;height:50px;top:302px;left:269px;font-size:16px;display:none; }
 }@media only screen and (max-width: 1199px) { #wwcwNytmuUSMdoMDQtPKK3PSKF0xoZFT { display:block; }
 }@media only screen and (max-width: 1199px) { #OQi0H7kKTp5TU4llBmAHXB48Nl2my2uW { width:53.9844px;height:0;top:283px;left:75px;z-index:15077;display:none; }
 }@media only screen and (max-width: 1199px) { #MTQBUQbTORRBizcnp34glSE45D2TVQU8 { width:60px;height:0;top:294px;left:117px;z-index:15079;display:none; }
 }@media only screen and (max-width: 1199px) { #f4L1miDCDDwyGu3izRotdiUCTrE7O41O { width:102.969px;height:0;top:319px;left:103px;font-size:28px;text-align:center;text-align-last:center;z-index:15073;display:none; }
 }@media only screen and (max-width: 1199px) { #iIrV131bFpc3egON0uTsmeFoTZZhrl3l { width:200px;height:16px;top:365px;left:47px;font-size:12px;z-index:15054;color:#eaf3f4;display:none; }
 }@media only screen and (max-width: 1199px) { #DCO79cOC2aAZAH4ML5ESUo3ErKHzGXgy { display:block; }
 }@media only screen and (max-width: 1199px) { #IA1MhTvQDbPXCs8fp0maTSWETHD8EUFt { top:118.125px;left:386.85546875px;width:113.984px;height:22.5px;z-index:15090;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #KaLou9nckrRGdGT701zs1DIaoGPKqyzF { top:118.125px;left:386.85546875px;width:113.984px;height:22.5px;z-index:15090;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #dqLPDQ0lE54Vs2MTcvD2ssotHTtvmALh { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 1199px) { #ERVRIwC7igOxUScMxy4qBJUIG5PvrXiM { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 1199px) { #EncIENgtMULOSTvrBpqQxqGCEoZK7NyG { top:118.125px;left:386.85546875px;width:113.984px;height:22.5px;z-index:15090;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #A5duwsDFxZ3ZSfCN3My1iXqvCzoy2KnV { width:18px;height:15px;display:none; }
 }@media only screen and (max-width: 1199px) { #UQsA9RoQpE7wGhRAETOFQ6EM60JBEWRB { top:118.125px;left:386.85546875px;width:113.984px;height:22.5px;z-index:15090;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #VH4ixn8e6kTC4EEzvxPn1BSoQBF9sch2 { top:118.125px;left:386.85546875px;width:113.984px;height:22.5px;z-index:15090;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #HvXRHhINicT2P5ThPhgeaOOfW2cvxzoP { top:118.125px;left:386.85546875px;width:113.984px;height:22.5px;z-index:15090;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #NPvbOMKWtNe0IsHT3kJMwCTAKVHtBDbZ { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 1199px) { #CwtBWznO3TFxAbMlG83vU00HT2QrSDVX { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 1199px) { #y3OcDPkF9lWkqvA80xZThUycOIveStMz { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 1199px) { #qqWFv0zTImKXWxmXZTQdwfxcTNfQUv8b { width:25px;height:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #cA9S3zux4TZJOXBNwgMJm9Zpzn6udTBe { width:25px;height:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #We0Acd8dxXF5tFssar3iH7sD3S3QzKqt { width:25px;height:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #r9Wv1tEAUGa50F2mA4LcZkbUaaid60ca { width:25px;height:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #kAbTptZ1QQkGSfTAALezO4yP7rNbkZzT { width:25px;height:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #snhfIIrdPTfSriOWVJgJQU2uh8pltx51 { width:25px;height:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #oLynapDem7c6skOuMS2kLH8IGCOliWiG { width:25px;height:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #GRzQrmrTaPNpTJe8pSd1bF4JRNJdiDyF { top:198px;left:266px;width:232px;height:13.75px;font-size:11px;display:none; }
 }@media only screen and (max-width: 1199px) { #SrfB05M6V5PGTbX4NT4zF6QQnWOgB07B { width:201px;height:15px;top:550px;left:65.5px;font-size:12px;z-index:15044;display:none; }
 }@media only screen and (max-width: 1199px) { #TOJziXzXGiMf4rdi8TZfCnMTvtQZxNeq { top:704px;left:282.5px;width:223px;height:18px;font-size:14px;z-index:15005;display:none; }
 }@media only screen and (max-width: 1199px) { #oAkkb2ODGqeiMktHIgKfhn4FTvZXJEyg { top:118.125px;left:386.85546875px;width:113.984px;height:22.5px;z-index:15090;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #AiDnKalH5uAdOi2IHFhfWGoZgAvFv7V1 { width:25px;height:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #q1NmQgDmmTv2FrgVvxKUDFf2h90A2fhH { top:118.125px;left:386.85546875px;width:113.984px;height:22.5px;z-index:15090;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #T9VVCcJdQRmEB4x7rtaqHUvgNoifLJzr { width:25px;height:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #uq6OdeIz8P5AlDGC4PXBAzQq7PrbRQ16 { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 1199px) { #LmCLstJaSK44XIfdhW6NRyfFHcFxQqUd { top:118.125px;left:386.85546875px;width:113.984px;height:22.5px;z-index:15090;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #TUbvgCCEFGkggit8mWkPnoxiwZzf3MEi { width:25px;height:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #yUII1J526ialnzuTfWQMKoLeEmVRfq2c { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 1199px) { #cUzP5AO4UzVzf8x7Nfxw1sS8TB2UZ3rd { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 1199px) { #gEppsSvzmvCMmral3AtOW2dHSs30PTsP { width:18px;height:15px;display:none; }
 }@media only screen and (max-width: 1199px) { #P3lAV6tDdx1EMckkslMHo35GpsCxCcSE { width:25px;height:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #NpZB7uAGHWLLXuNN5TcCB2mTVwSsxCLH { width:25px;height:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #iEiR6v6UEuuBLHtaLthqOA5q7xX2nb7c { width:25px;height:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #iwTTqBGCWVOU1iQv1l98u2akz0vlIsUe { width:25px;height:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #JWuTTw4rkCoBlt1TG70XaWm8fTAg2G27 { width:25px;height:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #gMkgDczPMdIym5EM7z8ff21NumEkUKim { width:25px;height:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #MmEEltcobkFKiFpUlCVbGxT2nEKi9TC8 { width:25px;height:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #eRU3gTC9yN6zyTGakQZPDS124Ohk4wV8 { width:25px;height:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #FwIueTsxaIdwrxQpVg0xtxmeIhITpiwb { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 1199px) { #Dot3NZP0lSUf8SWAfirNicEEiHhtsfy9 { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 1199px) { #zgJdclWyTNBGoGqPcSOMrPU7LC5u0oZS { top:118.125px;left:386.85546875px;width:113.984px;height:22.5px;z-index:15090;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #MwzcaXDOW7moGsgxe0KRfO34Hotl7OgX { width:25px;height:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #c2qQp7FGasEiXA5TfcCJypTo6mphzpbJ { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 1199px) { #aViM6VMmM4GCTA6OrQ7gl4Z0G1fvZ5qt { top:118.125px;left:386.85546875px;width:113.984px;height:22.5px;z-index:15090;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #SfTSrxqCpInRoBBRrGik08Fp4DRdEScZ { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 1199px) { #TC8Mp1ES5Pkw1x5iu1yX36nEe021rDZN { width:25px;height:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #JvHSOQp5mz7GtEPLEBdWdJBMBpqxyck6 { width:210px;height:32.5px;top:62px;left:5px;font-size:25px;display:none; }
 }@media only screen and (max-width: 1199px) { #lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe { background-color:#f6f7f8;background-image:none;display:block; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row .container { background-color: transparent; background-image: none; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row .container > .video-iframe-container { display: none; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row > .video-iframe-container { display: none; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .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); }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row .container { width:764px;height:1369px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OMffdIcaxwIeK6i04KwdoJZ7uifgGJTs { width:29px;height:11px;top:180.96305847168px;left:550.96589851379px;font-size:9px;display:none; }
 }@media only screen and (max-width: 1199px) { #U6MPRhyJWSqWxIL3zVzPvQ6kAWmaHzWn { width:283px;height:0;top:451px;left:400px;font-size:20px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #DqJcGJT0TPUInp0q7hQdtUcvVpANmZri { width:154px;height:44px;top:501px;left:428px;font-size:12px;display:none; }
 }@media only screen and (max-width: 1199px) { #lx8Ey6KcZEnFVd3xLbHRrDWyVTSfJGwe { display:block; }
 }@media only screen and (max-width: 1199px) { #Kh32cTEDMn05OQakii7eJALTBS7TGwTn { width:53.9931px;height:36px;top:218px;left:293px;display:none; }
 }@media only screen and (max-width: 1199px) { #Ju3ERbxTLWaS27UZG2LaH53VltCusOTI { width:60px;height:20px;top:228px;left:335px;display:none; }
 }@media only screen and (max-width: 1199px) { #Z9aIr3X9r07Garc080gOOUdZT7C9zSsS { width:102.969px;height:36px;top:254px;left:325px;font-size:28px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #XUA2iEEHUNlJz2eqv6bEX2BoVK6CRKMQ { width:206px;height:50px;top:302px;left:269px;font-size:16px;display:none; }
 }@media only screen and (max-width: 1199px) { #tk6mdInHxJWmqtqBAhQvlrk3QrDwvGvG { display:block; }
 }@media only screen and (max-width: 1199px) { #tEmI5Jw0dWuTTTW9voAeyiWOMXR6ERCz { width:53.9844px;height:0;top:283px;left:75px;z-index:15077;display:none; }
 }@media only screen and (max-width: 1199px) { #LBSS6xZ9IxD3Q5ymlTVp59OaT08MhGR0 { width:60px;height:0;top:294px;left:117px;z-index:15079;display:none; }
 }@media only screen and (max-width: 1199px) { #bqHTHgSIrZ3kqsCbCGtvV9BZK3cKu9N6 { width:102.969px;height:0;top:319px;left:103px;font-size:28px;text-align:center;text-align-last:center;z-index:15073;display:none; }
 }@media only screen and (max-width: 1199px) { #KPDTF8en0b7DkAXpeVoRpr2tsoIUKvSJ { width:200px;height:16px;top:365px;left:47px;font-size:12px;z-index:15054;color:#eaf3f4;display:none; }
 }@media only screen and (max-width: 1199px) { #pH2N3LLhf3hTipZhfiX5NfwP4TAZI4mo { display:block; }
 }@media only screen and (max-width: 1199px) { #IwbkiNlrVb4mPasAsE0nurn3ZHFDxxkB { width:200px;height:40px;top:198px;left:0px;font-size:15px;display:none; }
 }@media only screen and (max-width: 1199px) { #ABZwVWmuIr6fuTQDdOo8tpBygJubtG5U { width:259px;height:1210px;top:22px;left:125px;z-index:14995;display:block; }
 }@media only screen and (max-width: 1199px) { #DkkX1RAyPs1zi0h39DdLJXeLXLzZkkCr { width:125px;height:1210px;top:16px;left:386px;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #g2ZV1xFIogt0ZFaVKPPIJBXRHL9S1Fep { width:210px;height:32.4836px;top:55px;left:129px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #m4oJC9XaQ2GNq13KJDCOzZqixV923s85 { width:290px;height:20.7854px;top:942.97200012207px;left:126.99424266815px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #Q1dq4SxDBVNJBllt8gMfl1a2kZWN6wyu { width:228px;height:83.1414px;top:629.97859191895px;left:126.99424266815px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #du2B5bTP2T7e9JDxtZwQ58HZtq0TpQcq { width:240px;height:41.5707px;top:865.97773742676px;left:126.99424266815px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #tceeXXw2FNBx2axfpRAc5TTirclHryMz { width:223px;height:41.5707px;top:987.9761505127px;left:126.99424266815px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #FlMM6teiSfXg917y2QHu1c9Brn5L4W7L { width:216px;height:20.7854px;top:266.98518371582px;left:126.99424266815px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #Ng5N9wKorCsvPK6q4DW0nl2dtcBLW74m { width:248px;height:41.5707px;top:319.98683166504px;left:126.99424266815px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #iomvvKNdAv9BVqbbh7JZBpCCRKnVrnbb { width:517px;height:1px;top:381.97285461426px;left:123.97204113007px;z-index:15134;display:block; }
 }@media only screen and (max-width: 1199px) { #ybylTT9d6p4pQ33slulKcXBLSdQkJyAX { width:517px;height:1px;top:434.97450256348px;left:123.97204113007px;z-index:15135;display:block; }
 }@media only screen and (max-width: 1199px) { #H7UoSBaLHxsHXBktkVFe1QJuZnQfk9d0 { width:517px;height:1px;top:856.97285461426px;left:123.97204113007px;z-index:15138;display:block; }
 }@media only screen and (max-width: 1199px) { #lTIr5qcCnkSkQTW09D3LfFHc9qJWUzli { width:517px;height:1px;top:923.97529602051px;left:123.97204113007px;z-index:15139;display:block; }
 }@media only screen and (max-width: 1199px) { #SP36e8eaabP4l73PIOUvm8OilmpiC0JG { width:517px;height:1px;top:980.98603820801px;left:123.97204113007px;z-index:15141;display:block; }
 }@media only screen and (max-width: 1199px) { #qteQ29xkv8dhmJfQ8zwelzkq9cOtoCwa { width:517px;height:1px;top:304.97862243652px;left:123.97204113007px;z-index:15133;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #UbzAqG8AWsc05RPTBI82MKFnPUKTsevR { width:223px;height:26px;top:65.25px;left:536.5px;font-size:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #PK9IJOpmGb32MRdf9FFuX9F5l6HyuXTE { width:0;height:;top:311.98930358887px;left:457.9975233078px;display:block; }
 }@media only screen and (max-width: 1199px) { #uP4kroZ7azt1DV9RzX8PGP0sh3ZAQqbd { width:17px;height:14.1719px;top:266.98518371582px;left:564.96712779999px;display:block; }
 }@media only screen and (max-width: 1199px) { #hMbtI000zpRk4HVvLKCTM4FqM2VgDsFc { width:17px;height:14.1625px;top:330.98603820801px;left:440.99505138397px;display:block; }
 }@media only screen and (max-width: 1199px) { #FEXWLh9FODhGvlbNcTMsNTnLsImv3eBK { width:;height:;top:562px;left:303.625px;display:none; }
 }@media only screen and (max-width: 1199px) { #o0BLWPvNmEZN36yQgxGrf7bwliFtdeco { width:;height:;top:615px;left:315.625px;display:none; }
 }@media only screen and (max-width: 1199px) { #Rr5Rs9EVefWqlnPgtMZdGkHyWqTKQs5f { width:16.9819px;height:14.1653px;top:503.97120666504px;left:564.96712779999px;display:block; }
 }@media only screen and (max-width: 1199px) { #RxxoAd58p0pM7hiukmsRSFxXCl4O1BcU { width:250px;height:41.5707px;top:387.9761505127px;left:126.99424266815px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #mVF6k1fyWEVv7WcW2BpahTcW0SBBtrDp { width:17px;height:14.1719px;top:651.97694396973px;left:564.96712779999px;display:block; }
 }@media only screen and (max-width: 1199px) { #caPf0I4786TNa5uK3XGs76lS0zipZedR { width:16.9819px;height:14.1653px;top:879.97859191895px;left:564.96712779999px;display:block; }
 }@media only screen and (max-width: 1199px) { #c8wcpkoPnTvnc5Jg0PFaQ5t0MzVoS6kR { width:17px;height:14.1719px;top:945.9868927002px;left:564.96712779999px;display:block; }
 }@media only screen and (max-width: 1199px) { #XxOkrnAAD0NzJT1ZQJpW5SM9B4xxeboc { width:290px;height:15.6044px;top:1058.9876251221px;left:126.99424266815px;font-size:12px;z-index:15043;display:block; }
 }@media only screen and (max-width: 1199px) { #Cyw7t36Pssr0Lu4JJ3gzsEaUrxpggLe1 { top:1282.9770507812px;left:541.01558971405px;width:222.965px;height:18.1949px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #lQHMk3MXM9UXTTsX5pNyHw5ltq5CgCUO { width:250px;height:166.283px;top:439.97041320801px;left:126.99424266815px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #hhoO6wcTyyIeeiGFTx4TpKuvd4AXdZK6 { width:517px;height:1px;top:624.98274230957px;left:123.97204113007px;z-index:15137;display:block; }
 }@media only screen and (max-width: 1199px) { #MQCPAmCngZIoG3EbwTlOfQbQx5m5N2ST { width:31px;height:38.9803px;top:127px;left:395px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #SaHFhPgWcl8NTyGeH3G7wEGKpTkCC9u2 { width:20px;height:19.5107px;top:129px;left:555px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #N0xLKODJ7FO3MTcTKiTrfR6gGxLZQ5si { width:52px;height:23.3964px;top:133px;left:583px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #tuAZqF0wHTHbFDza0IFovgavJSMnUa6r { width:226px;height:103.927px;top:736.98933410645px;left:126.99424266815px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #Mfp14aFlZu05FP4gg5ZCwPWbAzn5CJ2b { width:517px;height:1px;top:727.98439025879px;left:123.97204113007px;z-index:15137;display:block; }
 }@media only screen and (max-width: 1199px) { #qnDTOyp4lFW1u9m6CSFXqiTVvaicRopx { width:17px;height:14.1625px;top:776.97694396973px;left:440.99505138397px;display:block; }
 }@media only screen and (max-width: 1199px) { #UthNiRx75wxUCwIIQAwJiIxBXKXGA0Tw { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 1199px) { #DGzHN71e1ccwbLZQAgm2iak4us1CCpst { width:125px;height:1210px;top:25px;left:514px;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #X2C8dADssCpoPyqbV0PalZwPfsTl3ubo { width:223px;height:52px;top:65.25px;left:536.5px;font-size:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #o3HVOrsLCF7aaafoEy9t5t3U5LMDrxMK { width:31px;height:38.9803px;top:125px;left:523px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #OEtIllSsA1zq1NOq4K2fHsuZrCrx0C5a { width:20px;height:19.5107px;top:131px;left:429px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #w73ZVFU628yeOher6DFCtUk5Osaxp3cQ { width:13px;height:32.4836px;top:130px;left:445px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #qsRVfyGC7hWKXywT7RWda3k87LtzT39t { width:52px;height:23.3964px;top:135px;left:454px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #N6MLTxAbhs0dxKMOnsyCbQZmKMzVDCnP { width:17px;height:14.1625px;top:266.98518371582px;left:440.99505138397px;display:block; }
 }@media only screen and (max-width: 1199px) { #LAuL3TyUlAaVNNVBoby1O0eTt415cGyO { width:17px;height:14.1719px;top:330.98603820801px;left:564.96712779999px;display:block; }
 }@media only screen and (max-width: 1199px) { #CDbnyfvqHTCogr4ZibgbByzTP0MiZngM { width:17px;height:14.1625px;top:503.97120666504px;left:440.99505138397px;display:block; }
 }@media only screen and (max-width: 1199px) { #urx7GuHQhs7VgZe0Goqbh6Haemt5rlM6 { width:17px;height:14.1625px;top:395.97370910645px;left:440.99505138397px;display:block; }
 }@media only screen and (max-width: 1199px) { #n3LH4KOoemZJIZ8HqbJxAoQrgcmu1AWB { width:17px;height:14.1719px;top:651.97694396973px;left:440.98766613007px;display:block; }
 }@media only screen and (max-width: 1199px) { #DHUW2XNzFpWZFmQJk0l98zWbBBBTC0CR { width:16.9819px;height:14.1653px;top:1169.9868927002px;left:564.96712779999px;display:block; }
 }@media only screen and (max-width: 1199px) { #A9fkrUPgLDCRRkuoLTG8SZaaxqs2boor { width:239px;height:41.5707px;top:1094.9868927002px;left:126.99424266815px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #wH2vJZyLgfpQyt1TVzwvKKzQH8Tg7AJe { width:517px;height:1px;top:1144.9868927002px;left:123.97204113007px;z-index:15141;display:block; }
 }@media only screen and (max-width: 1199px) { #xhEfEyIdpSnFWp7yhfRoc30JCZJpy0Cw { width:517px;height:1px;top:1084.9744415283px;left:123.97204113007px;z-index:15141;display:block; }
 }@media only screen and (max-width: 1199px) { #ptzPtox0vZEuX5ekV0A0SxCgg0FFgoT5 { width:230.983px;height:41.5707px;top:1156.2738800049px;left:126.99424266815px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZiExQ4BHcCDvHrs4NIQpDl3WR0Vh07Kf { width:19.9836px;height:1.99424px;top:1175.9695587158px;left:438.98025035858px;display:block; }
 }@media only screen and (max-width: 1199px) { #OSXUANLtFy7xWwGk415CyyMX9HAxqati { top:52px;left:385px;width:127px;height:41.5708px;z-index:15161;font-family:"source sans pro";font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #eTXaf0yIoWGIBBpPOEWGMvprOWbSTPdQ { top:50px;left:513px;width:126px;height:62.3562px;z-index:15163;font-family:"source sans pro";font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #AphdyJiTsRkfB3sO83Fu0deT1gQh1FbL { width:17px;height:14.1719px;top:397.98109436035px;left:564.96712779999px;display:block; }
 }@media only screen and (max-width: 1199px) { #TgyovtZiHIli2D1pyLwK4edTB2TNhmHD { width:16.9819px;height:14.1447px;top:879.97859191895px;left:440.99505138397px;display:block; }
 }@media only screen and (max-width: 1199px) { #pswrrHDAJkEAIki8orEhsPN0Zn893opp { width:19.9836px;height:1px;top:1113.9835968018px;left:438.98025035858px;display:block; }
 }@media only screen and (max-width: 1199px) { #bSNnIGkPSL3WuTvohDs7KTbHZMMor7z5 { width:16.9819px;height:14.1653px;top:1029.9785919189px;left:564.99508190155px;display:block; }
 }@media only screen and (max-width: 1199px) { #NTKOZFGnqhPQKMdwxXxoKk2lyizZUq7J { width:16.9819px;height:14.1653px;top:1029.9785919189px;left:440.98766613007px;display:block; }
 }@media only screen and (max-width: 1199px) { #AI2MUSIpFqJUqFaW71SaJaoVNqzLimL4 { width:17px;height:14.1719px;top:776.97694396973px;left:564.96712779999px;display:block; }
 }@media only screen and (max-width: 1199px) { #Lp84HMFPE6s3bX4Ta4mxcKIf3Vram8yJ { width:16.9819px;height:14.1653px;top:1107.9803009033px;left:564.96712779999px;display:block; }
 }@media only screen and (max-width: 1199px) { #lJ9H3nkIHZS2HZLbZXOx88NQu6GeWdpy { width:16.9819px;height:14.1653px;top:945.97370910645px;left:440.98766613007px;display:block; }
 }@media only screen and (max-width: 1199px) { #M1hyP3STcymys3nfnXdih2d9RFAR8GwW { width:108.984px;height:77.8372px;top:164.93334960938px;left:521.95559215546px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;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); } }@media only screen and (max-width: 763px) { #zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp { position:fixed;z-index:199999;top:0px;left:0px;right:0px;display:block; }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp > .row .container { height:50px;width:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBZGU2ToZ6R9BV2DGaGk0b9PRbxUPxET { width:34px;height:0;top:0px;left:-12.5px;text-align:center;text-align-last:center;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #oDRk6tNrPJqIBFhM7IB0T8TfCWuv4WFe { width:70px;height:27px;top:17.5px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 { background-color:#111a21;background-image:none;display:block; }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row .container { background-color: transparent; background-image: none; }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row .container > .video-iframe-container { display: none; }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row > .video-iframe-container { display: none; }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .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); }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qg5yGRC4saZchSNg61XNOgPBwT2BnMLu { background-color:#f6f7f8;background-image:url("https://images.assets-landingi.com/uc/33c6a539-c785-4cfa-9c7e-fb08783ce308/BannerVectramobile328x160.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu.adaptive-delivery-prevent-bg, #qg5yGRC4saZchSNg61XNOgPBwT2BnMLu.lazyload, #qg5yGRC4saZchSNg61XNOgPBwT2BnMLu.lazyloading { background-image: none; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container { background-color: transparent; background-image: none; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container > .video-iframe-container { display: none; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row > .video-iframe-container { display: none; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .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); }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container { width:320px;height:150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGBzVfwkfOHheElvveCU2NzZIc8zDMPb { background-color:#f6f7f8;background-image:none;display:block; }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row .container { background-color: transparent; background-image: none; }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row .container > .video-iframe-container { display: none; }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row > .video-iframe-container { display: none; }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .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); }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row .container { width:320px;height:52.261559999999996px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Edy4XNO8ZqsJSM42T6D4KnBAIyEq1k1S { width:214px;height:47px;top:0px;left:52px;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #QuBkn5W3f5O4HBRDiK9lDUuQkkUTfZ7E { width:214px;height:47px;top:3px;left:55px;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #XHvHOOsDMC4i4GpNvUvn9kEtXA9kkygn { display:block; }
 }@media only screen and (max-width: 763px) { #vehqPfq6fVE8gBknUSRLehEBxsclnuE6 { width:133px;height:20.8px;top:17px;left:83px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #auNGAgPdtq7SV0LcZfVRfTiC9R3NTleq { display:flex;width:26px;height:26px;top:14px;left:212px;font-size:18px; }
 }@media only screen and (max-width: 763px) { #x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ { background-color:#f6f7f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ > .row .container { background-color: transparent; background-image: none; }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ > .row .container > .video-iframe-container { display: none; }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ > .row > .video-iframe-container { display: none; }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ > .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); }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ > .row .container { border-width: 0; border-radius: 0; }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ > .row .container { width:320px;height:255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZJMlV3JOHJL9b58BbwoRu6SmbeNtXi7 { width:318px;height:183px;top:56.620056152344px;left:0px;z-index:15000;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 3px 2px 3px #344c60 ;background-color:#ffffff;background-image:none;border-top:1px solid #bdbdbf;border-left:1px solid #bdbdbf;border-right:1px solid #bdbdbf;border-bottom:1px solid #bdbdbf;display:block; }
 }@media only screen and (max-width: 763px) { #u9On5mHw8lIhEn3qgqQGK9NzdAkJiTND { width:65px;height:19.5107px;top:72.985229492188px;left:72.993418693542px;font-size:15px;z-index:15118;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #wAv2mxaq6TblNldSmDXHmiFDx4izBBOT { width:103px;height:16.8791px;top:90.995056152344px;left:56.998354911804px;font-size:13px;z-index:15095;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #kMMdidU46prgQTSbGBEqMoTZlNdro9ri { width:66px;height:19.5107px;top:73px;left:178px;font-size:15px;z-index:15120;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #LG1xEWVTxUDD2h6F1e6hbT81Lc89AnF8 { width:73px;height:16.8791px;top:90.995056152344px;left:178.99670696259px;font-size:13px;z-index:15097;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #Lg7XoHEM24fSEkR9pc7splJqL8TkIOTz { top:89px;left:184px;width:59px;height:39.0214px;z-index:15122;font-family:"source sans pro";font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #WDTUmA9tItAAuA7feZTndATLyUEufk1z { width:45px;height:20.7854px;top:136.75988769531px;left:69.78618144989px;font-size:16px;z-index:15096;font-family:"source sans pro";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lVuh8ONxGtbnCHkb9b1R9lwn0ZnAlbzS { width:39px;height:18.1949px;top:139.20642089844px;left:107.7796049118px;font-size:14px;z-index:15097;font-family:"source sans pro";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TF67MUkOEGERmJfK4ymbZoNu8lpSETPl { width:45px;height:20.7854px;top:136px;left:175px;font-size:16px;z-index:15100;font-family:"source sans pro";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mKiWySmwwVWbvDvaUlHampoKFTzagmUB { width:37px;height:18.1949px;top:138px;left:212px;font-size:14px;z-index:15101;font-family:"source sans pro";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rzuUBVdifbvDmu7OUg0T3JS9fuKPCqVs { top:166.75576782227px;left:174.93832683563px;width:123.993px;height:64.8643px;z-index:15123;color:#63666a;font-family:"source sans pro";font-size:10px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 { background-color:#f6f7f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 > .row .container { background-color: transparent; background-image: none; }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 > .row .container > .video-iframe-container { display: none; }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 > .row > .video-iframe-container { display: none; }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 > .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); }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 > .row .container { border-width: 0; border-radius: 0; }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 > .row .container { width:320px;height:1394px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnPUfRfO3tXmwG1SSKmCyXPT68TMi88Q { width:130px;height:0;top:749.703125px;left:95px;text-align:center;text-align-last:center;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #rIIPa2FKqwt1rCaQiK8ZqIu702NLWynH { width:173px;height:43px;top:796.703125px;left:73px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #HJGpEafP8MAfVDJ8C7qgf01TAXWtA792 { display:block; }
 }@media only screen and (max-width: 763px) { #I1webB1gyALeJ5cnR3n1Nwa3kuTm8fRm { width:42.9844px;height:0;top:502px;left:175px;text-align:center;text-align-last:center;font-size:26px;z-index:15077;display:none; }
 }@media only screen and (max-width: 763px) { #Xtsq7p5muaEU6Ipi20Qv5Vn8yWKWg6wi { width:30px;height:0;top:511px;left:215px;text-align:center;text-align-last:center;font-size:15px;z-index:15079;display:none; }
 }@media only screen and (max-width: 763px) { #wTEh0TfAiNZTKuTA2DiK1EeAnUDOolao { width:70px;height:0;top:304px;left:125px;text-align:center;text-align-last:center;font-size:26px;z-index:15073;display:none; }
 }@media only screen and (max-width: 763px) { #ZDwxe9PcCtDRnHcFGJKOUqbnEaiS7axf { width:190px;height:50px;top:363px;left:65px;font-size:12px;z-index:15054;color:#121a21;display:none; }
 }@media only screen and (max-width: 763px) { #wwcwNytmuUSMdoMDQtPKK3PSKF0xoZFT { display:block; }
 }@media only screen and (max-width: 763px) { #OQi0H7kKTp5TU4llBmAHXB48Nl2my2uW { width:42.9844px;height:0;top:480.36328125px;left:75px;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #MTQBUQbTORRBizcnp34glSE45D2TVQU8 { width:30px;height:0;top:491.36328125px;left:117px;text-align:center;text-align-last:center;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #f4L1miDCDDwyGu3izRotdiUCTrE7O41O { width:70px;height:0;top:516.36328125px;left:103px;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #iIrV131bFpc3egON0uTsmeFoTZZhrl3l { width:190px;height:50px;top:562.36328125px;left:47px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #DCO79cOC2aAZAH4ML5ESUo3ErKHzGXgy { display:block; }
 }@media only screen and (max-width: 763px) { #IA1MhTvQDbPXCs8fp0maTSWETHD8EUFt { width:215.969px;height:19.5107px;top:245px;left:52px;font-size:15px;z-index:15119;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #KaLou9nckrRGdGT701zs1DIaoGPKqyzF { width:302px;height:58.5321px;top:491px;left:9px;font-size:15px;z-index:15120;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #dqLPDQ0lE54Vs2MTcvD2ssotHTtvmALh { top:132px;left:0px;width:320px;height:0.996094px;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #ERVRIwC7igOxUScMxy4qBJUIG5PvrXiM { top:235px;left:0px;width:320px;height:0.996094px;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #EncIENgtMULOSTvrBpqQxqGCEoZK7NyG { width:292px;height:19.5107px;top:737px;left:14px;font-size:15px;z-index:15122;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #A5duwsDFxZ3ZSfCN3My1iXqvCzoy2KnV { top:88px;left:110px;width:18px;height:14px;z-index:15115;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UQsA9RoQpE7wGhRAETOFQ6EM60JBEWRB { width:300px;height:19.5107px;top:906px;left:10px;font-size:15px;z-index:15124;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #VH4ixn8e6kTC4EEzvxPn1BSoQBF9sch2 { width:90px;height:19.5107px;top:58px;left:115px;font-size:15px;z-index:15125;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #HvXRHhINicT2P5ThPhgeaOOfW2cvxzoP { width:237px;height:39.0214px;top:142px;left:41.5px;font-size:15px;z-index:15126;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #NPvbOMKWtNe0IsHT3kJMwCTAKVHtBDbZ { top:481px;left:0px;width:320px;height:0.996094px;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #CwtBWznO3TFxAbMlG83vU00HT2QrSDVX { top:604px;left:0px;width:320px;height:0.996094px;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #y3OcDPkF9lWkqvA80xZThUycOIveStMz { top:811px;left:0px;width:320px;height:0.996094px;z-index:15114;display:block; }
 }@media only screen and (max-width: 763px) { #qqWFv0zTImKXWxmXZTQdwfxcTNfQUv8b { top:191.00003051758px;left:110px;width:18px;height:14px;z-index:15115;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cA9S3zux4TZJOXBNwgMJm9Zpzn6udTBe { top:262px;left:261px;width:17.9883px;height:15px;z-index:15117;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #We0Acd8dxXF5tFssar3iH7sD3S3QzKqt { top:275px;left:197px;width:17.9883px;height:14px;z-index:15119;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r9Wv1tEAUGa50F2mA4LcZkbUaaid60ca { top:559.99182128906px;left:110px;width:17.9844px;height:14px;z-index:15120;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kAbTptZ1QQkGSfTAALezO4yP7rNbkZzT { top:766.99996948242px;left:110px;width:17.9844px;height:14px;z-index:15121;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #snhfIIrdPTfSriOWVJgJQU2uh8pltx51 { top:552px;left:261px;width:17.9883px;height:15px;z-index:15125;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #oLynapDem7c6skOuMS2kLH8IGCOliWiG { top:954.99996948242px;left:110px;width:17.9883px;height:14px;z-index:15126;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GRzQrmrTaPNpTJe8pSd1bF4JRNJdiDyF { width:245px;height:0;top:118px;left:93.625px;font-size:12px;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #SrfB05M6V5PGTbX4NT4zF6QQnWOgB07B { width:191px;height:15.6044px;top:929px;left:64.5px;font-size:12px;z-index:15045;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #TOJziXzXGiMf4rdi8TZfCnMTvtQZxNeq { width:182.998px;height:15.6044px;top:1356.3938293457px;left:136.98602581024px;font-size:12px;z-index:15016;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #oAkkb2ODGqeiMktHIgKfhn4FTvZXJEyg { width:313px;height:117.064px;top:318px;left:5px;font-size:15px;z-index:15120;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #AiDnKalH5uAdOi2IHFhfWGoZgAvFv7V1 { top:440.9951171875px;left:110px;width:17.9844px;height:14px;z-index:15121;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #q1NmQgDmmTv2FrgVvxKUDFf2h90A2fhH { width:312px;height:58.5321px;top:614px;left:5px;font-size:15px;z-index:15121;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #T9VVCcJdQRmEB4x7rtaqHUvgNoifLJzr { top:682.99768066406px;left:110px;width:17.9844px;height:14px;z-index:15121;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uq6OdeIz8P5AlDGC4PXBAzQq7PrbRQ16 { top:727px;left:0px;width:320px;height:0.984375px;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #LmCLstJaSK44XIfdhW6NRyfFHcFxQqUd { width:212px;height:19.5107px;top:821px;left:54px;font-size:15px;z-index:15124;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #TUbvgCCEFGkggit8mWkPnoxiwZzf3MEi { top:850.99996948242px;left:110px;width:17.9844px;height:14px;z-index:15125;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yUII1J526ialnzuTfWQMKoLeEmVRfq2c { top:895px;left:0px;width:320px;height:0.984375px;z-index:15116;display:block; }
 }@media only screen and (max-width: 763px) { #cUzP5AO4UzVzf8x7Nfxw1sS8TB2UZ3rd { top:310px;left:0px;width:320px;height:0.984375px;z-index:15114;display:block; }
 }@media only screen and (max-width: 763px) { #gEppsSvzmvCMmral3AtOW2dHSs30PTsP { top:88px;left:197px;width:18px;height:14px;z-index:15116;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P3lAV6tDdx1EMckkslMHo35GpsCxCcSE { top:191px;left:197px;width:18px;height:14px;z-index:15116;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NpZB7uAGHWLLXuNN5TcCB2mTVwSsxCLH { top:275.00012207031px;left:110px;width:17.9875px;height:14px;z-index:15120;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iEiR6v6UEuuBLHtaLthqOA5q7xX2nb7c { top:441px;left:197px;width:17.975px;height:14px;z-index:15124;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iwTTqBGCWVOU1iQv1l98u2akz0vlIsUe { top:560px;left:197px;width:17.975px;height:14px;z-index:15122;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JWuTTw4rkCoBlt1TG70XaWm8fTAg2G27 { top:683px;left:197px;width:17.975px;height:14px;z-index:15123;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gMkgDczPMdIym5EM7z8ff21NumEkUKim { top:767px;left:197px;width:17.975px;height:14px;z-index:15123;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MmEEltcobkFKiFpUlCVbGxT2nEKi9TC8 { top:851px;left:197px;width:17.975px;height:14px;z-index:15127;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eRU3gTC9yN6zyTGakQZPDS124Ohk4wV8 { top:955px;left:197px;width:17.9875px;height:14px;z-index:15128;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FwIueTsxaIdwrxQpVg0xtxmeIhITpiwb { top:992.00003051758px;left:0px;width:320px;height:0.975px;z-index:15117;display:block; }
 }@media only screen and (max-width: 763px) { #Dot3NZP0lSUf8SWAfirNicEEiHhtsfy9 { top:1078.0000305176px;left:0px;width:320px;height:0.975px;z-index:15118;display:block; }
 }@media only screen and (max-width: 763px) { #zgJdclWyTNBGoGqPcSOMrPU7LC5u0oZS { width:300px;height:19.5107px;top:1002px;left:20.000000953674px;font-size:15px;z-index:15125;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #MwzcaXDOW7moGsgxe0KRfO34Hotl7OgX { top:1038px;left:197px;width:17.9875px;height:14px;z-index:15130;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c2qQp7FGasEiXA5TfcCJypTo6mphzpbJ { top:1044px;left:110px;width:18px;height:2px;z-index:15137;background-color:#63666a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aViM6VMmM4GCTA6OrQ7gl4Z0G1fvZ5qt { width:300px;height:19.5107px;top:1094px;left:20.000000953674px;font-size:15px;z-index:15126;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #SfTSrxqCpInRoBBRrGik08Fp4DRdEScZ { top:1135.799987793px;left:110px;width:18px;height:2px;z-index:15142;background-color:#63666a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TC8Mp1ES5Pkw1x5iu1yX36nEe021rDZN { top:1129px;left:197px;width:17.9875px;height:14px;z-index:15134;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JvHSOQp5mz7GtEPLEBdWdJBMBpqxyck6 { width:320px;height:23.3964px;top:11px;left:0px;font-size:18px;z-index:15085;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe { background-color:#000000;background-image:url("https://images.assets-landingi.com/0VyEJZwe/Chylka_S04_1200x410_Central.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:17px solid #00dcff;border-left:17px solid #00dcff;border-right:17px solid #00dcff;border-bottom:3px solid #00dcff;display:none; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe.adaptive-delivery-prevent-bg, #lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe.lazyload, #lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe.lazyloading { background-image: none; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row .container { border-width: 0; border-radius: 0; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row .container { width:320px;height:9158px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OMffdIcaxwIeK6i04KwdoJZ7uifgGJTs { width:34px;height:20px;top:215px;left:137px;text-align:center;text-align-last:center;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #U6MPRhyJWSqWxIL3zVzPvQ6kAWmaHzWn { width:130px;height:0;top:749.703125px;left:95px;text-align:center;text-align-last:center;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #DqJcGJT0TPUInp0q7hQdtUcvVpANmZri { width:173px;height:43px;top:796.703125px;left:73px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #lx8Ey6KcZEnFVd3xLbHRrDWyVTSfJGwe { display:block; }
 }@media only screen and (max-width: 763px) { #Kh32cTEDMn05OQakii7eJALTBS7TGwTn { width:42.9844px;height:0;top:502px;left:175px;text-align:center;text-align-last:center;font-size:26px;z-index:15077;display:none; }
 }@media only screen and (max-width: 763px) { #Ju3ERbxTLWaS27UZG2LaH53VltCusOTI { width:30px;height:0;top:511px;left:215px;text-align:center;text-align-last:center;font-size:15px;z-index:15079;display:none; }
 }@media only screen and (max-width: 763px) { #Z9aIr3X9r07Garc080gOOUdZT7C9zSsS { width:70px;height:0;top:304px;left:125px;text-align:center;text-align-last:center;font-size:26px;z-index:15073;display:none; }
 }@media only screen and (max-width: 763px) { #XUA2iEEHUNlJz2eqv6bEX2BoVK6CRKMQ { width:190px;height:50px;top:363px;left:65px;font-size:12px;z-index:15054;color:#121a21;display:none; }
 }@media only screen and (max-width: 763px) { #tk6mdInHxJWmqtqBAhQvlrk3QrDwvGvG { display:block; }
 }@media only screen and (max-width: 763px) { #tEmI5Jw0dWuTTTW9voAeyiWOMXR6ERCz { width:42.9844px;height:0;top:382.35546875px;left:75px;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #LBSS6xZ9IxD3Q5ymlTVp59OaT08MhGR0 { width:30px;height:0;top:393.35546875px;left:117px;text-align:center;text-align-last:center;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #bqHTHgSIrZ3kqsCbCGtvV9BZK3cKu9N6 { width:70px;height:0;top:418.35546875px;left:103px;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #KPDTF8en0b7DkAXpeVoRpr2tsoIUKvSJ { width:190px;height:50px;top:464.35546875px;left:47px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #pH2N3LLhf3hTipZhfiX5NfwP4TAZI4mo { display:block; }
 }@media only screen and (max-width: 763px) { #IwbkiNlrVb4mPasAsE0nurn3ZHFDxxkB { top:185.60546875px;left:14.9921875px;width:203px;height:18.75px;z-index:15084;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ABZwVWmuIr6fuTQDdOo8tpBygJubtG5U { width:320px;height:663px;top:224.35546875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DkkX1RAyPs1zi0h39DdLJXeLXLzZkkCr { width:318px;height:660px;top:908.34346875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #g2ZV1xFIogt0ZFaVKPPIJBXRHL9S1Fep { width:210px;height:26px;top:160.33750915527px;left:16.999998092651px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #m4oJC9XaQ2GNq13KJDCOzZqixV923s85 { width:286.992px;height:20.7969px;top:344.35546875px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Q1dq4SxDBVNJBllt8gMfl1a2kZWN6wyu { width:285.996px;height:62.3906px;top:383.33984375px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #du2B5bTP2T7e9JDxtZwQ58HZtq0TpQcq { width:285.996px;height:20.7969px;top:492.34375px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tceeXXw2FNBx2axfpRAc5TTirclHryMz { width:285.996px;height:40px;top:578.35546875px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FlMM6teiSfXg917y2QHu1c9Brn5L4W7L { width:285.996px;height:20px;top:644.35546875px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ng5N9wKorCsvPK6q4DW0nl2dtcBLW74m { width:285.996px;height:20px;top:688.33984375px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iomvvKNdAv9BVqbbh7JZBpCCRKnVrnbb { width:320px;height:0;top:429.35546875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ybylTT9d6p4pQ33slulKcXBLSdQkJyAX { width:320px;height:0;top:471.34765625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #H7UoSBaLHxsHXBktkVFe1QJuZnQfk9d0 { width:320px;height:0;top:564.35546875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lTIr5qcCnkSkQTW09D3LfFHc9qJWUzli { width:320px;height:0;top:630.3515625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SP36e8eaabP4l73PIOUvm8OilmpiC0JG { width:320px;height:0;top:721.34765625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qteQ29xkv8dhmJfQ8zwelzkq9cOtoCwa { width:320px;height:0;top:370.3515625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UbzAqG8AWsc05RPTBI82MKFnPUKTsevR { width:222.988px;height:26.25px;top:1660.83984375px;left:48px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #PK9IJOpmGb32MRdf9FFuX9F5l6HyuXTE { width:18px;height:15px;top:2830.82033125px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #uP4kroZ7azt1DV9RzX8PGP0sh3ZAQqbd { width:17px;height:14.17588098931px;top:3039.46113125px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #hMbtI000zpRk4HVvLKCTM4FqM2VgDsFc { width:17px;height:14.17588098931px;top:3073.62133125px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #FEXWLh9FODhGvlbNcTMsNTnLsImv3eBK { top:3665.70393125px;left:150px;width:20px;height:0.996094px;z-index:15137;background-color:#63666a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #o0BLWPvNmEZN36yQgxGrf7bwliFtdeco { top:3989.18453125px;left:150px;width:20px;height:0.996094px;z-index:15137;background-color:#63666a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Rr5Rs9EVefWqlnPgtMZdGkHyWqTKQs5f { width:17px;height:14.17588098931px;top:3242.94173125px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #RxxoAd58p0pM7hiukmsRSFxXCl4O1BcU { width:320px;height:20.7969px;top:3182.94173125px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mVF6k1fyWEVv7WcW2BpahTcW0SBBtrDp { width:17px;height:14.17588098931px;top:3318.10193125px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #caPf0I4786TNa5uK3XGs76lS0zipZedR { width:17px;height:14.17588098931px;top:3595.38353125px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #c8wcpkoPnTvnc5Jg0PFaQ5t0MzVoS6kR { width:17px;height:14.17588098931px;top:3919.86413125px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #XxOkrnAAD0NzJT1ZQJpW5SM9B4xxeboc { width:191px;height:13px;top:4258.18453125px;left:64px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Cyw7t36Pssr0Lu4JJ3gzsEaUrxpggLe1 { width:287px;height:0;top:4293.18453125px;left:16px;font-size:10px;z-index:15015;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #lQHMk3MXM9UXTTsX5pNyHw5ltq5CgCUO { width:286px;height:145.6px;top:4331.18453125px;left:17px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hhoO6wcTyyIeeiGFTx4TpKuvd4AXdZK6 { width:320px;height:0;top:4516.18453125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MQCPAmCngZIoG3EbwTlOfQbQx5m5N2ST { width:39px;height:0;top:5498.76323125px;left:140px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #SaHFhPgWcl8NTyGeH3G7wEGKpTkCC9u2 { width:20px;height:0;top:5557.76323125px;left:150px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #N0xLKODJ7FO3MTcTKiTrfR6gGxLZQ5si { width:55px;height:0;top:5648.76323125px;left:132px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #tuAZqF0wHTHbFDza0IFovgavJSMnUa6r { width:320px;height:62.3906px;top:6163.76323125px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Mfp14aFlZu05FP4gg5ZCwPWbAzn5CJ2b { width:320px;height:0;top:6142.76323125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qnDTOyp4lFW1u9m6CSFXqiTVvaicRopx { width:17px;height:14.1719px;top:6305.93513125px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #UthNiRx75wxUCwIIQAwJiIxBXKXGA0Tw { top:-17px;left:-5px;width:320px;height:0.984375px;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #DGzHN71e1ccwbLZQAgm2iak4us1CCpst { width:211px;height:874px;top:7275.0726554733px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #X2C8dADssCpoPyqbV0PalZwPfsTl3ubo { width:188px;height:0;top:6386.84763125px;left:58.5px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #o3HVOrsLCF7aaafoEy9t5t3U5LMDrxMK { width:39px;height:0;top:6422.5976302963px;left:112.5px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #OEtIllSsA1zq1NOq4K2fHsuZrCrx0C5a { width:20px;height:0;top:6426.5976302963px;left:147px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #w73ZVFU628yeOher6DFCtUk5Osaxp3cQ { width:13px;height:0;top:6425.8476302963px;left:164.5px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #qsRVfyGC7hWKXywT7RWda3k87LtzT39t { width:55px;height:0;top:6429.5976302963px;left:175.5px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #N6MLTxAbhs0dxKMOnsyCbQZmKMzVDCnP { width:17px;height:14.188580140439px;top:6538.1851280075px;left:161.5px;display:block; }
 }@media only screen and (max-width: 763px) { #LAuL3TyUlAaVNNVBoby1O0eTt415cGyO { width:17px;height:14.188580140439px;top:6602.8726280075px;left:161.5px;display:block; }
 }@media only screen and (max-width: 763px) { #CDbnyfvqHTCogr4ZibgbByzTP0MiZngM { width:17px;height:14.188580140439px;top:6668.1851432663px;left:161.5px;display:block; }
 }@media only screen and (max-width: 763px) { #urx7GuHQhs7VgZe0Goqbh6Haemt5rlM6 { width:17px;height:14.188580140439px;top:6775.5976493698px;left:161.5px;display:block; }
 }@media only screen and (max-width: 763px) { #n3LH4KOoemZJIZ8HqbJxAoQrgcmu1AWB { width:17px;height:14.188580140439px;top:6905.5976188522px;left:161.5px;display:block; }
 }@media only screen and (max-width: 763px) { #DHUW2XNzFpWZFmQJk0l98zWbBBBTC0CR { width:17px;height:14.188580140439px;top:7013.5976188522px;left:161.5px;display:block; }
 }@media only screen and (max-width: 763px) { #A9fkrUPgLDCRRkuoLTG8SZaaxqs2boor { width:287px;height:41.6px;top:1553.4250259399px;left:25.60000038147px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wH2vJZyLgfpQyt1TVzwvKKzQH8Tg7AJe { width:320px;height:0;top:8213.0726554733px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xhEfEyIdpSnFWp7yhfRoc30JCZJpy0Cw { width:320px;height:0;top:8343.4351554733px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ptzPtox0vZEuX5ekV0A0SxCgg0FFgoT5 { width:311px;height:0;top:8405.7976554733px;left:4px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZiExQ4BHcCDvHrs4NIQpDl3WR0Vh07Kf { width:20px;height:0;top:8246.8601920944px;left:300px;display:block; }
 }@media only screen and (max-width: 763px) { #OSXUANLtFy7xWwGk415CyyMX9HAxqati { width:127px;height:0;top:8530.7976554733px;left:96px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eTXaf0yIoWGIBBpPOEWGMvprOWbSTPdQ { width:126px;height:0;top:8673.7976554733px;left:97px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AphdyJiTsRkfB3sO83Fu0deT1gQh1FbL { width:17px;height:14.180397953115px;top:8755.7976554733px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #TgyovtZiHIli2D1pyLwK4edTB2TNhmHD { width:17px;height:14.156426688992px;top:8858.2935554733px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #pswrrHDAJkEAIki8orEhsPN0Zn893opp { width:19px;height:1px;top:8960.8100554733px;left:150px;display:block; }
 }@media only screen and (max-width: 763px) { #bSNnIGkPSL3WuTvohDs7KTbHZMMor7z5 { width:17px;height:14.197620465412px;top:8926.6241554733px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #NTKOZFGnqhPQKMdwxXxoKk2lyizZUq7J { width:17px;height:14.197620465412px;top:8892.4382554733px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #AI2MUSIpFqJUqFaW71SaJaoVNqzLimL4 { width:17px;height:14.180397953115px;top:8789.9629554733px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #Lp84HMFPE6s3bX4Ta4mxcKIf3Vram8yJ { width:17px;height:14.180397953115px;top:8981.8100554733px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #lJ9H3nkIHZS2HZLbZXOx88NQu6GeWdpy { width:17px;height:14.180397953115px;top:8824.1282554733px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #M1hyP3STcymys3nfnXdih2d9RFAR8GwW { width:200px;height:38.9186px;top:9015.9753554733px;left:60px;font-size:10px;display:block; }
 }