.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#1c1c42;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWReJPQAPoKvl8SHbyggnlXtO9gAZzHp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cWReJPQAPoKvl8SHbyggnlXtO9gAZzHp > .row .container { background-color: transparent; background-image: none; }#cWReJPQAPoKvl8SHbyggnlXtO9gAZzHp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWReJPQAPoKvl8SHbyggnlXtO9gAZzHp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWReJPQAPoKvl8SHbyggnlXtO9gAZzHp > .row .container > .video-iframe-container { display: none; }#cWReJPQAPoKvl8SHbyggnlXtO9gAZzHp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWReJPQAPoKvl8SHbyggnlXtO9gAZzHp > .row > .video-iframe-container { display: none; }#cWReJPQAPoKvl8SHbyggnlXtO9gAZzHp > .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); }#cWReJPQAPoKvl8SHbyggnlXtO9gAZzHp > .row .container { border-width: 0; border-radius: 0; }#cWReJPQAPoKvl8SHbyggnlXtO9gAZzHp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cWReJPQAPoKvl8SHbyggnlXtO9gAZzHp > .row .container { font-size:14px;font-family:arial;height:71px;width:1200px;position:relative;display:block; }#rSMNaaNwfiVniU3fF8FS8aK4FNnGz4aO { box-sizing:content-box;color:#e94c40;font-size:30px;font-weight:400;line-height:1;height:43px;width:43px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:12.5px;left:75px;display:block; }
#UfcNPEqmbMM8XMXktQ7Ih932uM6XzAqt { color:#000000;display:block;width:508px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19px;left:117px;height:28.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y5QPCVdgG0Slr1PytW3Js6CIfpttNGaO { position:absolute;display:block;z-index:15009;background-color:#ffd300;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;height:43px;width:559px;top:13px;left:73px;display:block; }
#Tcf5UWy9Xbk3m65eCTic1GEsuQJ24euZ { position:absolute;display:block;z-index:15013;height:45px;width:438px;top:25px;left:762px;display:block; }
#X8Q56K3FuSE3MJ4A3KxcrCClXLCcZAwT { position:relative;display:block; }#X8Q56K3FuSE3MJ4A3KxcrCClXLCcZAwT { background-color: transparent; background-image: none; }#X8Q56K3FuSE3MJ4A3KxcrCClXLCcZAwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8Q56K3FuSE3MJ4A3KxcrCClXLCcZAwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8Q56K3FuSE3MJ4A3KxcrCClXLCcZAwT > .row .container > .video-iframe-container { display: none; }#X8Q56K3FuSE3MJ4A3KxcrCClXLCcZAwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8Q56K3FuSE3MJ4A3KxcrCClXLCcZAwT > .row > .video-iframe-container { display: none; }#X8Q56K3FuSE3MJ4A3KxcrCClXLCcZAwT > .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); }#X8Q56K3FuSE3MJ4A3KxcrCClXLCcZAwT { border-width: 0; border-radius: 0; }#X8Q56K3FuSE3MJ4A3KxcrCClXLCcZAwT > .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; }#X8Q56K3FuSE3MJ4A3KxcrCClXLCcZAwT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1c1c42;background-image:none;font-size:14px;font-family:arial;height:579px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aASRLOtiwxoQBav4fcObJTZ8AggkK8qK { color:#ffffff;display:block;width:673px;position:absolute;font-family:"open sans";font-size:33px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:30px;left:28.484375px;height:85.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XmJJDw5U6sSydiaEe8gqbXK4DTxsESiM { color:#ffffff;display:block;width:615px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:135px;left:57.484375px;height:36.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gr23whVRXp01I21k0f1GIRJTTGT9qC2L { color:#ffffff;display:block;width:460px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:321px;left:100.96875px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ozKQqkdRSLLcOQITIkqcDwSWvSNICHKD { position:absolute;display:block;z-index:15022;height:86px;width:533px;top:360px;left:64.46875px;display:block; }
#u1yF9ZVdNgAuz7CVKrgXs6Jzs2xShHXT { position:absolute;display:block;z-index:15036;height:74px;width:458px;top:457px;left:101.96875px;display:block; }
#FPlRKeGJRFa4ePn1E4qmSnyhzD8kc5sW { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:458px;width:322px;top:30px;left:721.46875px;overflow:hidden;display:block; }
#b1v4QaXvcTlqODb5RKrdNb9uwsbrfVyG { color:#ffffff;display:block;width:543px;position:absolute;font-family:"open sans";font-size:21px;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:232px;left:93.484375px;height:67.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qQnXE35yJiMepoeU3kA81uw4NRQvXc4F { color:#efe800;display:block;width:468px;position:absolute;font-family:"open sans";font-size:41px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:490.6875px;left:672.484375px;height:53.2969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q2vGyhAQ0C54B52l0mwkirxMcmUZQLSs { 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;height:197px;width:68px;top:378.5px;left:1132px;overflow:hidden;display:block; }
#m2gvX30I3ONaSVnq6W0FeiSfwTHJyWIM { position:absolute;display:block;z-index:15019;height:113.972px;width:572.986px;top:461.04168701172px;left:13.486114501953px;display:none; }
#blTbsne7Lfe8O0I1brXWmiBzne9MInKB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dbIwPYR3/cubebackground.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#blTbsne7Lfe8O0I1brXWmiBzne9MInKB.adaptive-delivery-prevent-bg, #blTbsne7Lfe8O0I1brXWmiBzne9MInKB.lazyload, #blTbsne7Lfe8O0I1brXWmiBzne9MInKB.lazyloading { background-image: none; }#blTbsne7Lfe8O0I1brXWmiBzne9MInKB > .row .container { background-color: transparent; background-image: none; }#blTbsne7Lfe8O0I1brXWmiBzne9MInKB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blTbsne7Lfe8O0I1brXWmiBzne9MInKB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blTbsne7Lfe8O0I1brXWmiBzne9MInKB > .row .container > .video-iframe-container { display: none; }#blTbsne7Lfe8O0I1brXWmiBzne9MInKB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blTbsne7Lfe8O0I1brXWmiBzne9MInKB > .row > .video-iframe-container { display: none; }#blTbsne7Lfe8O0I1brXWmiBzne9MInKB > .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); }#blTbsne7Lfe8O0I1brXWmiBzne9MInKB > .row .container { border-width: 0; border-radius: 0; }#blTbsne7Lfe8O0I1brXWmiBzne9MInKB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#blTbsne7Lfe8O0I1brXWmiBzne9MInKB > .row .container { font-size:14px;font-family:arial;height:1014px;width:1200px;position:relative;display:block; }#bOwvlTW9rwDXyO0amacnwklNcAF4NglU { color:#657087;display:block;width:229px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:583px;left:12px;height:179.125px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FuMOLOTTrvt0bfrOaUA09kfhkNtSGHEy { position:absolute;display:block;z-index:15010;background-color:#ffd300;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 8px 10px 37px rgba(128,146,195,0.15) ;height:58px;width:260px;top:97px;left:0px;display:block; }
#bZPNzsafLxmGzE0Blpp4rRfswcNlAi1w { box-sizing:content-box;color:#ffffff;font-size:42px;font-weight:400;line-height:1;height:60px;width:60px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:436px;left:82px;display:block; }
#FX1G0FXKIDtdMBQy1pgQIOcTVrEitIhH { box-sizing:content-box;color:#db2645;font-size:127px;font-weight:400;line-height:1;height:182px;width:182px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:8px 10px 37px rgba(0,0,0,0.21);display:block;z-index:15048;top:490px;left:485px;display:none; }
#cnrghvicaTN011CRuMTPOo2SMseASOXC { color:#000000;display:block;width:913px;position:absolute;font-family:"open sans";font-size:40px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13px;left:161px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S4a9pex9WGcgcC8JaZVl5ApFiW3FaNRg { color:#657087;display:block;width:225px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:577px;left:343px;height:223.906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u6RTxstyAR0akOZiCu5UMaTIaC8t6kQM { color:#000000;display:block;width:260px;position:absolute;font-family:roboto;font-size:22px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:170px;left:631px;height:85.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zuOSLddXTPosG2vaJE7bPrw0uQJdeyWd { color:#657087;display:block;width:222px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:576px;left:650px;height:246.297px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z9W90DNXorQRF3rpCWkeZ3fnXT7N6toU { color:#657087;display:block;width:232px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:583px;left:957px;height:201.516px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#evNHJbBGVtfPlzDb7CVFnkAAdnxFJTTt { color:#ff0000;display:block;width:1067px;position:absolute;font-family:"open sans";font-size:39px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:850px;left:69px;height:50.6875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q2GmLo5pMpz0EQ1Bd4bg3V8PixNxQbZ0 { color:#657087;display:block;width:465px;position:absolute;font-family:roboto;font-size:19px;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:304px;left:648px;height:106.375px;font-style:normal;display:none; }
#WuR8avibsMklvV09pJt7mVBXqP4srDTZ { color:#657087;display:block;width:465px;position:absolute;font-family:roboto;font-size:19px;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:304px;left:648px;height:106.375px;font-style:normal;display:none; }
#q3ovaX4TS1dJlXwWWXtcNp89cxGl06NU { color:#657087;display:block;width:465px;position:absolute;font-family:roboto;font-size:19px;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:304px;left:648px;height:106.375px;font-style:normal;display:none; }
#nO8DOAyw0kQkyx73CQ9V5dxVwQebpcOT { color:#000000;display:block;width:177px;position:absolute;font-family:roboto;font-size:25px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:110px;left:34px;height:32.5px;font-style:normal;display:block; }
#leKE6dVKbMftW6MRXdrQh0a10qRycTHU { position:absolute;display:block;z-index:15012;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #828282;border-left:1px solid #828282;border-right:1px solid #828282;border-bottom:1px solid #828282;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 8px 10px 37px rgba(128,146,195,0.15) ;height:258px;width:249px;top:564px;left:0px;display:block; }
#ngCQRwsPiI98KtIdJq09GQmaiuJn0GEO { color:#000000;display:block;width:258px;position:absolute;font-family:roboto;font-size:22px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:170px;left:0px;height:57.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UBJZmzUx6eb6rbQq0v08w8B20vrvhoh1 { box-sizing:content-box;color:#ffffff;font-size:42px;font-weight:400;line-height:1;height:60px;width:60px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:378px;left:437px;display:none; }
#Boe8w1q9nZC1LS0M0EQBoSySNXyyPafI { position:absolute;display:block;z-index:15012;background-color:#ffd300;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 8px 10px 37px rgba(128,146,195,0.15) ;height:58px;width:260px;top:97px;left:321px;display:block; }
#NzrWmWx6JiezDIva8fWdlLGu9QGD6dkP { color:#000000;display:block;width:177px;position:absolute;font-family:roboto;font-size:25px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:110px;left:363px;height:32.5px;font-style:normal;display:block; }
#kQsAid8hF2hc26mPbSUvNf8BGwFIFcsz { position:absolute;display:block;z-index:15014;background-color:#ffd300;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 8px 10px 37px rgba(128,146,195,0.15) ;height:58px;width:260px;top:97px;left:940px;display:block; }
#awh3QdDBUWJyd8i50hmuKLvAnBwSeysc { color:#000000;display:block;width:177px;position:absolute;font-family:roboto;font-size:25px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:110px;left:974px;height:32.5px;font-style:normal;display:block; }
#rANhiKl4TkQ5SuutemJdXP5eU9KOpog5 { position:absolute;display:block;z-index:15016;background-color:#ffd300;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 8px 10px 37px rgba(128,146,195,0.15) ;height:58px;width:260px;top:97px;left:631px;display:block; }
#TSlP3n5shLeVpPb57eb8Br9SnTnfFQIK { color:#000000;display:block;width:177px;position:absolute;font-family:roboto;font-size:25px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:110px;left:661px;height:32.5px;font-style:normal;display:block; }
#C6Bq0rvXhq1yzrNHr8wVRKFTKOZ9NyT9 { color:#000000;display:block;width:258px;position:absolute;font-family:roboto;font-size:22px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:170px;left:323px;height:57.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I7hMaVaTG5117yVSTyMJ0nyrwmBzTBlb { position:absolute;display:block;z-index:15013;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #828282;border-left:1px solid #828282;border-right:1px solid #828282;border-bottom:1px solid #828282;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 8px 10px 37px rgba(128,146,195,0.15) ;height:258px;width:249px;top:564px;left:330px;display:block; }
#BKfxvKwTBNT2Z3Fs6RCFtypv5PTeOGzS { position:absolute;display:block;z-index:15015;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #828282;border-left:1px solid #828282;border-right:1px solid #828282;border-bottom:1px solid #828282;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 8px 10px 37px rgba(128,146,195,0.15) ;height:259px;width:249px;top:564px;left:635px;display:block; }
#a7g1wywQrEGycZhim9a2ieyBcPHtRJnG { position:absolute;display:block;z-index:15016;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #828282;border-left:1px solid #828282;border-right:1px solid #828282;border-bottom:1px solid #828282;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 8px 10px 37px rgba(128,146,195,0.15) ;height:262px;width:249px;top:560px;left:949px;display:block; }
#ICqHymrSRWc3L5AOSxI6Uf1CufE3vDQX { color:#000000;display:block;width:260px;position:absolute;font-family:roboto;font-size:22px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:170px;left:940px;height:57.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SCsRPJ1SqxzmoqMo3Wh6su2xTUSln5N9 { position:absolute;display:block;z-index:15012;background-color:#ffd300;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 8px 10px 37px rgba(128,146,195,0.15) ;height:58px;width:260px;top:112.25px;left:321px;display:none; }
#FLIrHwsEZbdzzppigObZ4kqb4IHgwWWL { color:#000000;display:block;width:177px;position:absolute;font-family:roboto;font-size:25px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:125px;left:362.5px;height:32.5px;font-style:normal;display:none; }
#zR6ttnS7TpQAEKU27dQDH37ia1auBSdx { position:absolute;display:block;z-index:15010;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #828282;border-left:1px solid #828282;border-right:1px solid #828282;border-bottom:1px solid #828282;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 8px 10px 37px rgba(128,146,195,0.15) ;height:261px;width:500px;top:192px;left:625px;display:none; }
#hUJsTb5CEwl4Ri9sNvVA6qu1i2Ust4md { position:absolute;display:block;z-index:15012;background-color:#ffd300;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 8px 10px 37px rgba(128,146,195,0.15) ;height:58px;width:260px;top:112.25px;left:321px;display:none; }
#cK21AA15wmHsGpsrZx8muWw8T9lPzZ4m { color:#000000;display:block;width:177px;position:absolute;font-family:roboto;font-size:25px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:125px;left:362.5px;height:32.5px;font-style:normal;display:none; }
#MM2f93EVGwxWQlfMRsNmZl9uzVTHOGzo { color:#000000;display:block;width:258px;position:absolute;font-family:roboto;font-size:22px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:184.8125px;left:0px;height:57.1875px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#smcHTq0wAukF30kGHqZQ0KELC4nGplOM { position:absolute;display:block;z-index:15010;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #828282;border-left:1px solid #828282;border-right:1px solid #828282;border-bottom:1px solid #828282;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 8px 10px 37px rgba(128,146,195,0.15) ;height:261px;width:500px;top:192px;left:625px;display:none; }
#MTr0zUD2toUO9UGRCnJ3sHxoVC5F3TBn { position:absolute;display:block;z-index:15012;background-color:#ffd300;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 8px 10px 37px rgba(128,146,195,0.15) ;height:58px;width:260px;top:112.25px;left:321px;display:none; }
#IdVsJFh6TE4E5a49bzLV9VNX8AuMBSte { color:#000000;display:block;width:177px;position:absolute;font-family:roboto;font-size:25px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:125px;left:362.5px;height:32.5px;font-style:normal;display:none; }
#gK0C5JDZe8Vo43roHXcsUFvMVlxoUqh8 { color:#000000;display:block;width:258px;position:absolute;font-family:roboto;font-size:22px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:184.8125px;left:0px;height:57.1875px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sbpzBurKstNuMHxIBtCah0RdCQFXGIDW { position:absolute;display:block;z-index:15010;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #828282;border-left:1px solid #828282;border-right:1px solid #828282;border-bottom:1px solid #828282;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 8px 10px 37px rgba(128,146,195,0.15) ;height:261px;width:500px;top:192px;left:625px;display:none; }
#tDQ8mLm55a0yCROT48zBfZoFTINUcXlS { position:absolute;display:block;z-index:15012;background-color:#ffd300;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 8px 10px 37px rgba(128,146,195,0.15) ;height:58px;width:260px;top:112.25px;left:321px;display:none; }
#OwgiMNkITDOx3NMNk2whCaQxG8Lw5sGV { color:#000000;display:block;width:177px;position:absolute;font-family:roboto;font-size:25px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:125px;left:362.5px;height:32.5px;font-style:normal;display:none; }
#Pv1ES3daReqmN5lslVi4NQk75TgAKEKr { color:#000000;display:block;width:258px;position:absolute;font-family:roboto;font-size:22px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:184.8125px;left:0px;height:57.1875px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#e8g6JSC81iap7HQIHs8EAE5uQquglF3L { position:absolute;display:block;z-index:15010;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #828282;border-left:1px solid #828282;border-right:1px solid #828282;border-bottom:1px solid #828282;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 8px 10px 37px rgba(128,146,195,0.15) ;height:261px;width:500px;top:192px;left:625px;display:none; }
#impRFVXTpEgWIOMTR6zUZqCTLBagWiD0 { position:absolute;display:block;z-index:15037;height:74px;width:458px;top:917px;left:374px;display:block; }
#zbTwfHpBm3nCqVcxwzPEUqLHIvWFRQh6 { position:absolute;display:block;z-index:15019;height:113.972px;width:572.986px;top:461.04168701172px;left:13.486114501953px;display:none; }
#D1Gxzrhr2cWzgLw0BwlSkygrwubD4C4T { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:267px;width:231px;top:255px;left:11px;overflow:hidden;display:block; }
#Xwsgudvq2hmE0N3eoGfZgNd8r0pGbHc4 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:277px;width:219px;top:250px;left:343px;overflow:hidden;display:block; }
#FSx9npfpLaTGNTmkmiq0H0nh9Ve9a6nd { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:17px;border-top-right-radius:17px;border-bottom-left-radius:17px;border-bottom-right-radius:17px;height:180px;width:353px;top:227.1875px;left:600px;overflow:hidden;display:block; }
#yu6ylXKZlNodlpfAgGqg3OB3cSD4wQE0 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:17px;border-top-right-radius:17px;border-bottom-left-radius:17px;border-bottom-right-radius:17px;height:180px;width:371px;top:366px;left:600px;overflow:hidden;display:block; }
#AuZTpuzdhTcnXJmFROr93LGHXlzKisJC { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:276px;width:210px;top:255.75px;left:957px;overflow:hidden;display:block; }
#C7nCUDM79Bl79iLyvI6skJPpsbypOIyA { position:relative;display:block; }#C7nCUDM79Bl79iLyvI6skJPpsbypOIyA { background-color: transparent; background-image: none; }#C7nCUDM79Bl79iLyvI6skJPpsbypOIyA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7nCUDM79Bl79iLyvI6skJPpsbypOIyA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7nCUDM79Bl79iLyvI6skJPpsbypOIyA > .row .container > .video-iframe-container { display: none; }#C7nCUDM79Bl79iLyvI6skJPpsbypOIyA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7nCUDM79Bl79iLyvI6skJPpsbypOIyA > .row > .video-iframe-container { display: none; }#C7nCUDM79Bl79iLyvI6skJPpsbypOIyA > .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); }#C7nCUDM79Bl79iLyvI6skJPpsbypOIyA { border-width: 0; border-radius: 0; }#C7nCUDM79Bl79iLyvI6skJPpsbypOIyA > .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; }#C7nCUDM79Bl79iLyvI6skJPpsbypOIyA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1c1c42;background-image:none;font-size:14px;font-family:arial;height:681px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BlKlUKoKfzKF7h2XNPxngNTbC9Vfp1ct { color:#ffffff;display:block;width:610px;position:absolute;font-family:raleway;font-size:31px;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:26px;left:295px;height:99.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hK7USrDdq4i5uVbs7Sn3JiiNNmWC2DK2 { color:#ffffff;display:block;width:610px;position:absolute;font-family:raleway;font-size:25px;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:170px;left:295px;height:280px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g74CSvKPe6CEqNflnmM0IpQQxOiUDEgc { position:absolute;display:block;z-index:15038;height:74px;width:458px;top:554px;left:371px;display:block; }
#xXE4mi6fH7RXTyo3K8BBXrCyA9K5TGI3 { color:#ffffff;display:block;width:455px;position:absolute;font-family:raleway;font-size:17px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:512px;left:372.5px;height:22.0938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JB65nOoR0GTQWRLt6mL7Hinx7WaONrpe { position:absolute;display:block;z-index:15019;height:113.972px;width:572.986px;top:461.04168701172px;left:13.486114501953px;display:none; }
#xUUW0VHn9luViSiBTnJBbf7ObgUawZdG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe000;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; }#xUUW0VHn9luViSiBTnJBbf7ObgUawZdG > .row .container { border-width: 0; border-radius: 0; }#xUUW0VHn9luViSiBTnJBbf7ObgUawZdG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xUUW0VHn9luViSiBTnJBbf7ObgUawZdG > .row .container { font-size:14px;font-family:arial;height:1261px;width:1200px;position:relative;display:none; }#dRZvaNupH580Ehwlu4ENlnffXtf4MP2e { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 50px rgba(0,0,0,0.15) ;height:105px;width:749px;top:171px;left:235px;display:block; }
#QDOg6UzuTk8USFVQcJZAwBMUHPmhq38m { color:#ffffff;display:block;width:200px;position:absolute;font-family:lato;font-size:18px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:546px;left:843px;height:23.3906px;font-style:normal;display:none; }
#aQrHzXba09LAn842fMAsGsvIT7km2UIp { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1176px;width:960px;top:41px;left:120px;display:block; }
#U4KxiwQ6pcLyukaXr9PMb2RrG4iL6ZmQ { color:#000000;display:block;width:870px;position:absolute;font-family:raleway;font-size:30px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:72px;left:174px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CBb0KT18rguE73eE5i1ytQmbIg3hstDM { position:absolute;display:block;z-index:15035;height:113.938px;width:572.953px;top:185px;left:323px;display:block; }
#PPVxFJtbWLTcL2DKlp4xMShbME7RfKD2 { color:#000000;display:block;width:610px;position:absolute;font-family:raleway;font-size:25px;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:479.9375px;left:295px;height:320px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ViPwLcygqClB1hqEJ76NnvQSoy7qzRU3 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:105px;width:304px;top:1085px;left:448px;overflow:hidden;display:block; }
#cPLuBC8LrSvsaMsGNCHbzdfLGk3qTaKI { position:absolute;display:block;z-index:15019;height:113.972px;width:572.986px;top:461.04168701172px;left:13.486114501953px;display:none; }
#preBZX0t2OcrfuS4J3wywkNVFSBMBJHT { color:#0007ff;display:block;width:371px;position:absolute;font-family:raleway;font-size:20px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:314px;left:414.5px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HTdomDHwahhTqIF71gBZ7dxfvAnBoxLt { color:#000000;display:block;width:610px;position:absolute;font-family:raleway;font-size:34px;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:395px;left:295px;height:54.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BEu9vllvabGWCcayS6XJxQJcAZdn8dhZ { color:#000000;display:block;width:610px;position:absolute;font-family:raleway;font-size:26px;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:821.9375px;left:286.9375px;height:83.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IzWPPNDpXnS2ghZ78UScZEhJi5hWqOr5 { color:#000000;display:block;width:642px;position:absolute;font-family:raleway;font-size:26px;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:939px;left:279px;height:124.781px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cWReJPQAPoKvl8SHbyggnlXtO9gAZzHp { display:block; }#cWReJPQAPoKvl8SHbyggnlXtO9gAZzHp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSMNaaNwfiVniU3fF8FS8aK4FNnGz4aO { top:12px;left:0px;width:43px;height:43px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #UfcNPEqmbMM8XMXktQ7Ih932uM6XzAqt { top:19px;left:0px;width:508px;height:28px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #y5QPCVdgG0Slr1PytW3Js6CIfpttNGaO { top:13px;left:0px;width:559px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #Tcf5UWy9Xbk3m65eCTic1GEsuQJ24euZ { top:25px;left:326px;width:438px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #X8Q56K3FuSE3MJ4A3KxcrCClXLCcZAwT { display:block; }#X8Q56K3FuSE3MJ4A3KxcrCClXLCcZAwT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aASRLOtiwxoQBav4fcObJTZ8AggkK8qK { top:30px;left:0px;width:673px;height:85px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #XmJJDw5U6sSydiaEe8gqbXK4DTxsESiM { top:135px;left:0px;width:615px;height:36px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #gr23whVRXp01I21k0f1GIRJTTGT9qC2L { top:321px;left:0px;width:460px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ozKQqkdRSLLcOQITIkqcDwSWvSNICHKD { top:360px;left:0px;width:533px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #u1yF9ZVdNgAuz7CVKrgXs6Jzs2xShHXT { top:457px;left:0px;width:458px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #FPlRKeGJRFa4ePn1E4qmSnyhzD8kc5sW { top:30px;left:442px;width:322px;height:458px;display:block; }
 }@media only screen and (max-width: 763px) { #b1v4QaXvcTlqODb5RKrdNb9uwsbrfVyG { top:232px;left:0px;width:543px;height:67px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #qQnXE35yJiMepoeU3kA81uw4NRQvXc4F { top:490px;left:296px;width:468px;height:53px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #q2vGyhAQ0C54B52l0mwkirxMcmUZQLSs { top:378px;left:696px;width:68px;height:197px;display:block; }
 }@media only screen and (max-width: 763px) { #m2gvX30I3ONaSVnq6W0FeiSfwTHJyWIM { top:461px;left:0px;width:572px;height:113px;display:none; }
 }@media only screen and (max-width: 763px) { #blTbsne7Lfe8O0I1brXWmiBzne9MInKB { display:block; }#blTbsne7Lfe8O0I1brXWmiBzne9MInKB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOwvlTW9rwDXyO0amacnwklNcAF4NglU { top:583px;left:0px;width:229px;height:179px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #FuMOLOTTrvt0bfrOaUA09kfhkNtSGHEy { top:97px;left:0px;width:260px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #bZPNzsafLxmGzE0Blpp4rRfswcNlAi1w { top:436px;left:0px;width:60px;height:60px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #FX1G0FXKIDtdMBQy1pgQIOcTVrEitIhH { top:490px;left:200px;width:182px;height:182px;font-size:127px;display:block; }
 }@media only screen and (max-width: 763px) { #cnrghvicaTN011CRuMTPOo2SMseASOXC { top:13px;left:0px;width:764px;height:52px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #S4a9pex9WGcgcC8JaZVl5ApFiW3FaNRg { top:577px;left:157px;width:225px;height:223px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #u6RTxstyAR0akOZiCu5UMaTIaC8t6kQM { top:170px;left:382px;width:260px;height:85px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zuOSLddXTPosG2vaJE7bPrw0uQJdeyWd { top:576px;left:382px;width:222px;height:246px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #z9W90DNXorQRF3rpCWkeZ3fnXT7N6toU { top:583px;left:532px;width:232px;height:201px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #evNHJbBGVtfPlzDb7CVFnkAAdnxFJTTt { top:850px;left:0px;width:764px;height:50px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #q2GmLo5pMpz0EQ1Bd4bg3V8PixNxQbZ0 { top:1027px;left:0px;width:302px;height:134px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #WuR8avibsMklvV09pJt7mVBXqP4srDTZ { top:1582px;left:0px;width:302px;height:156px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #q3ovaX4TS1dJlXwWWXtcNp89cxGl06NU { top:2144px;left:0px;width:302px;height:111px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #nO8DOAyw0kQkyx73CQ9V5dxVwQebpcOT { top:110px;left:0px;width:177px;height:32px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #leKE6dVKbMftW6MRXdrQh0a10qRycTHU { top:564px;left:0px;width:249px;height:258px;display:block; }
 }@media only screen and (max-width: 763px) { #ngCQRwsPiI98KtIdJq09GQmaiuJn0GEO { top:170px;left:0px;width:258px;height:57px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UBJZmzUx6eb6rbQq0v08w8B20vrvhoh1 { top:378px;left:322px;width:60px;height:60px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #Boe8w1q9nZC1LS0M0EQBoSySNXyyPafI { top:97px;left:122px;width:260px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #NzrWmWx6JiezDIva8fWdlLGu9QGD6dkP { top:110px;left:205px;width:177px;height:32px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #kQsAid8hF2hc26mPbSUvNf8BGwFIFcsz { top:97px;left:504px;width:260px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #awh3QdDBUWJyd8i50hmuKLvAnBwSeysc { top:110px;left:587px;width:177px;height:32px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #rANhiKl4TkQ5SuutemJdXP5eU9KOpog5 { top:97px;left:382px;width:260px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #TSlP3n5shLeVpPb57eb8Br9SnTnfFQIK { top:110px;left:382px;width:177px;height:32px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #C6Bq0rvXhq1yzrNHr8wVRKFTKOZ9NyT9 { top:170px;left:124px;width:258px;height:57px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #I7hMaVaTG5117yVSTyMJ0nyrwmBzTBlb { top:564px;left:131px;width:249px;height:258px;display:block; }
 }@media only screen and (max-width: 763px) { #BKfxvKwTBNT2Z3Fs6RCFtypv5PTeOGzS { top:564px;left:382px;width:249px;height:259px;display:block; }
 }@media only screen and (max-width: 763px) { #a7g1wywQrEGycZhim9a2ieyBcPHtRJnG { top:560px;left:513px;width:249px;height:262px;display:block; }
 }@media only screen and (max-width: 763px) { #ICqHymrSRWc3L5AOSxI6Uf1CufE3vDQX { top:170px;left:504px;width:260px;height:57px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #SCsRPJ1SqxzmoqMo3Wh6su2xTUSln5N9 { top:112px;left:122px;width:260px;height:58px;display:none; }
 }@media only screen and (max-width: 763px) { #FLIrHwsEZbdzzppigObZ4kqb4IHgwWWL { top:115px;left:0px;width:177px;height:24px;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #zR6ttnS7TpQAEKU27dQDH37ia1auBSdx { top:192px;left:262px;width:500px;height:261px;display:none; }
 }@media only screen and (max-width: 763px) { #hUJsTb5CEwl4Ri9sNvVA6qu1i2Ust4md { top:112px;left:122px;width:260px;height:58px;display:none; }
 }@media only screen and (max-width: 763px) { #cK21AA15wmHsGpsrZx8muWw8T9lPzZ4m { top:683px;left:0px;width:177px;height:24px;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #MM2f93EVGwxWQlfMRsNmZl9uzVTHOGzo { top:751px;left:0px;width:258px;height:52px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #smcHTq0wAukF30kGHqZQ0KELC4nGplOM { top:192px;left:262px;width:500px;height:261px;display:none; }
 }@media only screen and (max-width: 763px) { #MTr0zUD2toUO9UGRCnJ3sHxoVC5F3TBn { top:112px;left:122px;width:260px;height:58px;display:none; }
 }@media only screen and (max-width: 763px) { #IdVsJFh6TE4E5a49bzLV9VNX8AuMBSte { top:1280px;left:0px;width:177px;height:24px;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #gK0C5JDZe8Vo43roHXcsUFvMVlxoUqh8 { top:1331px;left:0px;width:258px;height:52px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #sbpzBurKstNuMHxIBtCah0RdCQFXGIDW { top:192px;left:262px;width:500px;height:261px;display:none; }
 }@media only screen and (max-width: 763px) { #tDQ8mLm55a0yCROT48zBfZoFTINUcXlS { top:112px;left:122px;width:260px;height:58px;display:none; }
 }@media only screen and (max-width: 763px) { #OwgiMNkITDOx3NMNk2whCaQxG8Lw5sGV { top:1874px;left:0px;width:177px;height:24px;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #Pv1ES3daReqmN5lslVi4NQk75TgAKEKr { top:1926px;left:0px;width:258px;height:52px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #e8g6JSC81iap7HQIHs8EAE5uQquglF3L { top:192px;left:262px;width:500px;height:261px;display:none; }
 }@media only screen and (max-width: 763px) { #impRFVXTpEgWIOMTR6zUZqCTLBagWiD0 { top:917px;left:0px;width:458px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #zbTwfHpBm3nCqVcxwzPEUqLHIvWFRQh6 { top:461px;left:0px;width:572px;height:113px;display:none; }
 }@media only screen and (max-width: 763px) { #D1Gxzrhr2cWzgLw0BwlSkygrwubD4C4T { top:255px;left:0px;width:231px;height:267px;display:block; }
 }@media only screen and (max-width: 763px) { #Xwsgudvq2hmE0N3eoGfZgNd8r0pGbHc4 { top:250px;left:163px;width:219px;height:277px;display:block; }
 }@media only screen and (max-width: 763px) { #FSx9npfpLaTGNTmkmiq0H0nh9Ve9a6nd { top:227px;left:382px;width:353px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #yu6ylXKZlNodlpfAgGqg3OB3cSD4wQE0 { top:366px;left:382px;width:371px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #AuZTpuzdhTcnXJmFROr93LGHXlzKisJC { top:255px;left:554px;width:210px;height:276px;display:block; }
 }@media only screen and (max-width: 763px) { #C7nCUDM79Bl79iLyvI6skJPpsbypOIyA { display:block; }#C7nCUDM79Bl79iLyvI6skJPpsbypOIyA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BlKlUKoKfzKF7h2XNPxngNTbC9Vfp1ct { top:26px;left:77px;width:610px;height:99px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #hK7USrDdq4i5uVbs7Sn3JiiNNmWC2DK2 { top:170px;left:77px;width:610px;height:280px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #g74CSvKPe6CEqNflnmM0IpQQxOiUDEgc { top:554px;left:153px;width:458px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #xXE4mi6fH7RXTyo3K8BBXrCyA9K5TGI3 { top:512px;left:154.5px;width:455px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #JB65nOoR0GTQWRLt6mL7Hinx7WaONrpe { top:461px;left:0px;width:572px;height:113px;display:none; }
 }@media only screen and (max-width: 763px) { #xUUW0VHn9luViSiBTnJBbf7ObgUawZdG { display:block; }#xUUW0VHn9luViSiBTnJBbf7ObgUawZdG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRZvaNupH580Ehwlu4ENlnffXtf4MP2e { width:749px;height:105px;top:171px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #QDOg6UzuTk8USFVQcJZAwBMUHPmhq38m { width:200px;height:23px;top:546px;left:564px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aQrHzXba09LAn842fMAsGsvIT7km2UIp { width:764px;height:1176px;top:41px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #U4KxiwQ6pcLyukaXr9PMb2RrG4iL6ZmQ { top:72px;left:0px;width:764px;height:78px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #CBb0KT18rguE73eE5i1ytQmbIg3hstDM { top:185px;left:105px;width:572px;height:113px;display:block; }
 }@media only screen and (max-width: 763px) { #PPVxFJtbWLTcL2DKlp4xMShbME7RfKD2 { top:479px;left:77px;width:610px;height:320px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ViPwLcygqClB1hqEJ76NnvQSoy7qzRU3 { top:1085px;left:230px;width:304px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { #cPLuBC8LrSvsaMsGNCHbzdfLGk3qTaKI { top:461px;left:0px;width:572px;height:113px;display:none; }
 }@media only screen and (max-width: 763px) { #preBZX0t2OcrfuS4J3wywkNVFSBMBJHT { top:314px;left:196.5px;width:371px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HTdomDHwahhTqIF71gBZ7dxfvAnBoxLt { top:395px;left:77px;width:610px;height:54px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #BEu9vllvabGWCcayS6XJxQJcAZdn8dhZ { top:821px;left:68.9375px;width:610px;height:83px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #IzWPPNDpXnS2ghZ78UScZEhJi5hWqOr5 { top:939px;left:61px;width:642px;height:124px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cWReJPQAPoKvl8SHbyggnlXtO9gAZzHp { display:block; }#cWReJPQAPoKvl8SHbyggnlXtO9gAZzHp > .row .container { width:320px;height:142px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSMNaaNwfiVniU3fF8FS8aK4FNnGz4aO { width:33px;height:33px;top:0px;left:139.5px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #UfcNPEqmbMM8XMXktQ7Ih932uM6XzAqt { width:272px;height:44.1875px;top:9px;left:24.000001907349px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #y5QPCVdgG0Slr1PytW3Js6CIfpttNGaO { width:320px;height:50px;top:7.5999984741211px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Tcf5UWy9Xbk3m65eCTic1GEsuQJ24euZ { width:320px;height:45px;top:77.59375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #X8Q56K3FuSE3MJ4A3KxcrCClXLCcZAwT { display:block; }#X8Q56K3FuSE3MJ4A3KxcrCClXLCcZAwT > .row .container { width:320px;height:504px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aASRLOtiwxoQBav4fcObJTZ8AggkK8qK { width:320px;height:85.7812px;top:20px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #XmJJDw5U6sSydiaEe8gqbXK4DTxsESiM { width:320px;height:46.7812px;top:120.96875px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #gr23whVRXp01I21k0f1GIRJTTGT9qC2L { width:320px;height:23.3906px;top:268.9375px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ozKQqkdRSLLcOQITIkqcDwSWvSNICHKD { width:320px;height:86px;top:301.3125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #u1yF9ZVdNgAuz7CVKrgXs6Jzs2xShHXT { width:320px;height:74px;top:457px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #FPlRKeGJRFa4ePn1E4qmSnyhzD8kc5sW { width:207px;height:294px;top:626.3128px;left:3px;display:none; }
 }@media only screen and (max-width: 763px) { #b1v4QaXvcTlqODb5RKrdNb9uwsbrfVyG { width:320px;height:72px;top:185.5625px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qQnXE35yJiMepoeU3kA81uw4NRQvXc4F { width:320px;height:0;top:1090.3128px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #q2vGyhAQ0C54B52l0mwkirxMcmUZQLSs { width:68px;height:197px;top:1136.3128px;left:126px;display:none; }
 }@media only screen and (max-width: 763px) { #m2gvX30I3ONaSVnq6W0FeiSfwTHJyWIM { width:320px;height:70px;top:404px;left:0px;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #blTbsne7Lfe8O0I1brXWmiBzne9MInKB { display:block; }#blTbsne7Lfe8O0I1brXWmiBzne9MInKB > .row .container { width:320px;height:2641px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOwvlTW9rwDXyO0amacnwklNcAF4NglU { width:302px;height:126px;top:485.765625px;left:9px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FuMOLOTTrvt0bfrOaUA09kfhkNtSGHEy { width:318px;height:233px;top:647.21875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #bZPNzsafLxmGzE0Blpp4rRfswcNlAi1w { width:60px;height:60px;top:244.766px;left:130px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #FX1G0FXKIDtdMBQy1pgQIOcTVrEitIhH { width:182px;height:182px;top:773.016px;left:69px;font-size:127px;display:none; }
 }@media only screen and (max-width: 763px) { #cnrghvicaTN011CRuMTPOo2SMseASOXC { width:320px;height:59.7812px;top:20px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S4a9pex9WGcgcC8JaZVl5ApFiW3FaNRg { width:320px;height:126px;top:1096px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u6RTxstyAR0akOZiCu5UMaTIaC8t6kQM { width:299px;height:52px;top:1347px;left:11px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zuOSLddXTPosG2vaJE7bPrw0uQJdeyWd { width:320px;height:168px;top:1700px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z9W90DNXorQRF3rpCWkeZ3fnXT7N6toU { width:320px;height:126px;top:2332px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #evNHJbBGVtfPlzDb7CVFnkAAdnxFJTTt { width:320px;height:49.375px;top:2469px;left:0px;font-size:19px;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #q2GmLo5pMpz0EQ1Bd4bg3V8PixNxQbZ0 { width:302px;height:0;top:1092px;left:9px;font-size:15px;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #WuR8avibsMklvV09pJt7mVBXqP4srDTZ { width:302px;height:0;top:1691px;left:9px;font-size:15px;text-align:center;text-align-last:center;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #q3ovaX4TS1dJlXwWWXtcNp89cxGl06NU { width:302px;height:0;top:2428px;left:9px;font-size:15px;text-align:center;text-align-last:center;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #nO8DOAyw0kQkyx73CQ9V5dxVwQebpcOT { width:177px;height:0;top:2446px;left:71px;font-size:19px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #leKE6dVKbMftW6MRXdrQh0a10qRycTHU { width:249px;height:258px;top:564px;left:34px;display:none; }
 }@media only screen and (max-width: 763px) { #ngCQRwsPiI98KtIdJq09GQmaiuJn0GEO { width:258px;height:52px;top:167.6875px;left:31px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UBJZmzUx6eb6rbQq0v08w8B20vrvhoh1 { width:60px;height:60px;top:2723.0625px;left:130px;font-size:42px;display:none; }
 }@media only screen and (max-width: 763px) { #Boe8w1q9nZC1LS0M0EQBoSySNXyyPafI { width:260px;height:58px;top:2490.6875px;left:30px;display:none; }
 }@media only screen and (max-width: 763px) { #NzrWmWx6JiezDIva8fWdlLGu9QGD6dkP { width:177px;height:0;top:2503.4375px;left:71.5px;font-size:19px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kQsAid8hF2hc26mPbSUvNf8BGwFIFcsz { width:260px;height:58px;top:2881.0625px;left:30px;display:none; }
 }@media only screen and (max-width: 763px) { #awh3QdDBUWJyd8i50hmuKLvAnBwSeysc { width:177px;height:0;top:2894.0625px;left:64px;font-size:19px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rANhiKl4TkQ5SuutemJdXP5eU9KOpog5 { width:260px;height:58px;top:2803.0625px;left:30px;display:none; }
 }@media only screen and (max-width: 763px) { #TSlP3n5shLeVpPb57eb8Br9SnTnfFQIK { width:177px;height:0;top:2815.8125px;left:60.5px;font-size:19px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #C6Bq0rvXhq1yzrNHr8wVRKFTKOZ9NyT9 { width:258px;height:52px;top:737.875px;left:31px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I7hMaVaTG5117yVSTyMJ0nyrwmBzTBlb { width:249px;height:258px;top:564px;left:34px;display:none; }
 }@media only screen and (max-width: 763px) { #BKfxvKwTBNT2Z3Fs6RCFtypv5PTeOGzS { width:249px;height:259px;top:564px;left:34px;display:none; }
 }@media only screen and (max-width: 763px) { #a7g1wywQrEGycZhim9a2ieyBcPHtRJnG { width:249px;height:262px;top:560px;left:34px;display:none; }
 }@media only screen and (max-width: 763px) { #ICqHymrSRWc3L5AOSxI6Uf1CufE3vDQX { width:260px;height:52px;top:1990px;left:30px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SCsRPJ1SqxzmoqMo3Wh6su2xTUSln5N9 { width:260px;height:58px;top:99px;left:30px;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #FLIrHwsEZbdzzppigObZ4kqb4IHgwWWL { width:177px;height:24.6875px;top:115.65625px;left:70.5px;font-size:19px;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #zR6ttnS7TpQAEKU27dQDH37ia1auBSdx { width:318px;height:133px;top:479px;left:0px;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #hUJsTb5CEwl4Ri9sNvVA6qu1i2Ust4md { width:260px;height:58px;top:667px;left:30px;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #cK21AA15wmHsGpsrZx8muWw8T9lPzZ4m { width:177px;height:24.6875px;top:683.65625px;left:71.5px;font-size:19px;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #MM2f93EVGwxWQlfMRsNmZl9uzVTHOGzo { width:258px;height:0;top:737px;left:31px;font-size:20px;text-align:center;text-align-last:center;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #smcHTq0wAukF30kGHqZQ0KELC4nGplOM { width:318px;height:146px;top:1081px;left:0px;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #MTr0zUD2toUO9UGRCnJ3sHxoVC5F3TBn { width:260px;height:58px;top:1274px;left:30px;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #IdVsJFh6TE4E5a49bzLV9VNX8AuMBSte { width:177px;height:24.6875px;top:1291px;left:72px;font-size:19px;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #gK0C5JDZe8Vo43roHXcsUFvMVlxoUqh8 { width:258px;height:0;top:1337px;left:31px;font-size:20px;text-align:center;text-align-last:center;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #sbpzBurKstNuMHxIBtCah0RdCQFXGIDW { width:318px;height:182px;top:1692px;left:0px;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #tDQ8mLm55a0yCROT48zBfZoFTINUcXlS { width:260px;height:58px;top:1924px;left:30px;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #OwgiMNkITDOx3NMNk2whCaQxG8Lw5sGV { width:177px;height:24.6875px;top:1941px;left:73px;font-size:19px;text-align:center;text-align-last:center;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #Pv1ES3daReqmN5lslVi4NQk75TgAKEKr { width:258px;height:0;top:1926.5625px;left:31px;font-size:20px;text-align:center;text-align-last:center;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #e8g6JSC81iap7HQIHs8EAE5uQquglF3L { width:318px;height:133px;top:2327px;left:0px;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #impRFVXTpEgWIOMTR6zUZqCTLBagWiD0 { width:320px;height:74px;top:917px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #zbTwfHpBm3nCqVcxwzPEUqLHIvWFRQh6 { width:320px;height:70px;top:2545px;left:0px;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #D1Gxzrhr2cWzgLw0BwlSkygrwubD4C4T { width:196px;height:227px;top:232.765625px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #Xwsgudvq2hmE0N3eoGfZgNd8r0pGbHc4 { width:219px;height:277px;top:789.875px;left:40px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FSx9npfpLaTGNTmkmiq0H0nh9Ve9a6nd { width:320px;height:163.17280453258px;top:1385px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yu6ylXKZlNodlpfAgGqg3OB3cSD4wQE0 { width:320px;height:155.25606469003px;top:1527.171875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AuZTpuzdhTcnXJmFROr93LGHXlzKisJC { width:204px;height:269px;top:2053px;left:50px;display:block; }
 }@media only screen and (max-width: 763px) { #C7nCUDM79Bl79iLyvI6skJPpsbypOIyA { display:block; }#C7nCUDM79Bl79iLyvI6skJPpsbypOIyA > .row .container { width:320px;height:572px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BlKlUKoKfzKF7h2XNPxngNTbC9Vfp1ct { width:320px;height:69px;top:20px;left:0px;font-size:23px;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hK7USrDdq4i5uVbs7Sn3JiiNNmWC2DK2 { width:320px;height:255px;top:126px;left:0px;font-size:17px;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g74CSvKPe6CEqNflnmM0IpQQxOiUDEgc { width:320px;height:74px;top:554px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #xXE4mi6fH7RXTyo3K8BBXrCyA9K5TGI3 { width:320px;height:51px;top:413px;left:0px;font-size:17px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JB65nOoR0GTQWRLt6mL7Hinx7WaONrpe { width:320px;height:70px;top:474px;left:0px;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #xUUW0VHn9luViSiBTnJBbf7ObgUawZdG { display:none; }#xUUW0VHn9luViSiBTnJBbf7ObgUawZdG > .row .container { width:320px;height:1125px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dRZvaNupH580Ehwlu4ENlnffXtf4MP2e { width:320px;height:88px;top:136px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QDOg6UzuTk8USFVQcJZAwBMUHPmhq38m { width:200px;height:0;top:615px;left:120px;text-align:center;text-align-last:center;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #aQrHzXba09LAn842fMAsGsvIT7km2UIp { width:320px;height:1084px;top:17px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #U4KxiwQ6pcLyukaXr9PMb2RrG4iL6ZmQ { width:320px;height:69px;top:36px;left:0px;font-size:23px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CBb0KT18rguE73eE5i1ytQmbIg3hstDM { width:320px;height:113px;top:254px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #PPVxFJtbWLTcL2DKlp4xMShbME7RfKD2 { width:320px;height:306px;top:384px;left:0px;font-size:17px;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ViPwLcygqClB1hqEJ76NnvQSoy7qzRU3 { width:304px;height:105px;top:973px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #cPLuBC8LrSvsaMsGNCHbzdfLGk3qTaKI { width:320px;height:70px;top:145px;left:0px;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #preBZX0t2OcrfuS4J3wywkNVFSBMBJHT { width:300px;height:45px;top:234px;left:10px;font-size:15px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HTdomDHwahhTqIF71gBZ7dxfvAnBoxLt { width:320px;height:69px;top:290px;left:0px;font-size:23px;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BEu9vllvabGWCcayS6XJxQJcAZdn8dhZ { width:320px;height:81px;top:714px;left:0px;font-size:18px;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IzWPPNDpXnS2ghZ78UScZEhJi5hWqOr5 { width:320px;height:108px;top:824px;left:0px;font-size:18px;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }