.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#ZdkR1piThoas6aShTOwiXcaKSmCCBuPJ { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZdkR1piThoas6aShTOwiXcaKSmCCBuPJ > .row .container { background-color: transparent; background-image: none; }#ZdkR1piThoas6aShTOwiXcaKSmCCBuPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdkR1piThoas6aShTOwiXcaKSmCCBuPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdkR1piThoas6aShTOwiXcaKSmCCBuPJ > .row .container > .video-iframe-container { display: none; }#ZdkR1piThoas6aShTOwiXcaKSmCCBuPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdkR1piThoas6aShTOwiXcaKSmCCBuPJ > .row > .video-iframe-container { display: none; }#ZdkR1piThoas6aShTOwiXcaKSmCCBuPJ > .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); }#ZdkR1piThoas6aShTOwiXcaKSmCCBuPJ > .row .container { border-width: 0; border-radius: 0; }#ZdkR1piThoas6aShTOwiXcaKSmCCBuPJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZdkR1piThoas6aShTOwiXcaKSmCCBuPJ > .row .container { font-size:14px;font-family:georgia;height:100px;width:1200px;overflow:visible;position:relative;display:block; }#FQGPRKlcntPiwSlrUPJqHvM15mxrekdQ { color:#000000;display:block;width:495px;position:absolute;font-family:"source sans pro";font-size:54px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.90625px;left:352.5px;height:70.2px;font-style:normal;display:block; }
#bL4klwahPhTAWKOoTA7SyJsLbVXoUETZ { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bL4klwahPhTAWKOoTA7SyJsLbVXoUETZ > .row .container { background-color: transparent; background-image: none; }#bL4klwahPhTAWKOoTA7SyJsLbVXoUETZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bL4klwahPhTAWKOoTA7SyJsLbVXoUETZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bL4klwahPhTAWKOoTA7SyJsLbVXoUETZ > .row .container > .video-iframe-container { display: none; }#bL4klwahPhTAWKOoTA7SyJsLbVXoUETZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bL4klwahPhTAWKOoTA7SyJsLbVXoUETZ > .row > .video-iframe-container { display: none; }#bL4klwahPhTAWKOoTA7SyJsLbVXoUETZ > .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); }#bL4klwahPhTAWKOoTA7SyJsLbVXoUETZ > .row .container { border-width: 0; border-radius: 0; }#bL4klwahPhTAWKOoTA7SyJsLbVXoUETZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bL4klwahPhTAWKOoTA7SyJsLbVXoUETZ > .row .container { font-size:14px;font-family:georgia;height:6484px;width:1200px;overflow:visible;position:relative;display:block; }#nas0vL7wQuF2NI0bgQ6Mw0lyViQ5kkcD { color:#ffffff;display:block;width:381px;position:absolute;font-family:"source sans pro";font-size:54px;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:31px;left:628px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q5B1qQExZftMy58KK50oTVuAkANPg598 { color:#ffffff;display:block;width:379px;position:absolute;font-family:"source sans pro";font-size:40px;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:324px;left:629px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kglFT9l2ONschgPT2NLlWR5tomPtzUrV { z-index:15004;top:584px;left:630px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0000, #5d0000);background-image: -moz-linear-gradient(180deg, #ff0000, #5d0000);background-image: -ms-linear-gradient(180deg, #ff0000, #5d0000);background-image: -o-linear-gradient(180deg, #ff0000, #5d0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#5d0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#5d0000' );";background-image: linear-gradient(180deg, #ff0000, #5d0000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 0 15px 15px rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:380px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ooJQIXHAzvJkCbV9TiAVub46OZHSJ5Ko { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FSwfcHVWPSNpJ3DtNmiqPFZsw5nQZ2fT { color:#ffffff;display:block;width:571px;position:absolute;font-family:"source sans pro";font-size:38px;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:827px;left:120px;height:53.1944px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Wn5ehNusBAGTBkxfIXD8zowPFGnPK5bP { color:#ffffff;display:block;width:559px;position:absolute;font-family:"source sans pro";font-size:21px;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:879px;left:126px;height:409.5px;display:block; }
#hXeObQz1KQofKq1a3ehlcUyDtqgivJ56 { position:absolute;display:block;z-index:15025;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:537px;width:272px;top:789px;left:807px;overflow:hidden;display:block; }
#MmEHNUfshCXV1gzcORrd5vs2Tu1HJ3Ff { color:#ff0000;display:block;width:840px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:1394px;left:180px;height:34px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eah42vbkfS7TglklTsyfAiVa5XZcsVTN { color:#ffffff;display:block;width:840px;position:absolute;font-family:"source sans pro";font-size:38px;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:1416px;left:180px;height:53.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NIu7l3VVovUhCbA4DJ8kXEULmQLzJ0rC { position:absolute;display:block;z-index:15015;background-color:#000000;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: 1px 1px 10px #ff0000 ;height:320px;width:1200px;top:1515px;left:0px;display:block; }
#uE4o1TcJFRk5d0ppoevVABurTEv97yPo { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1585px;left:30px; }
#VZ1hTCwKNFtECMximKqUlVHdZIcywEn8 { color:#ffffff;display:block;width:240px;position:absolute;font-family:"source sans pro";font-size:24px;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:1629px;left:30px;height:40.8px;font-style:normal;display:block; }
#oTT3OwweRC8E58NhUxmycCpqeC1mtJd0 { color:#ededed;display:block;width:240px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:1670px;left:30px;height:108.778px;font-style:normal;display:block; }
#frwnF1zKC7TF6aDMDIOiw5eQpkQFCdKi { color:#ffffff;display:block;width:240px;position:absolute;font-family:"source sans pro";font-size:24px;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:1629px;left:635px;height:40.8px;font-style:normal;display:block; }
#Ct4mcOvaCysoWhRX3fs2o0xyVFpkXPEO { color:#ededed;display:block;width:240px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:1677px;left:635px;height:81.5833px;font-style:normal;display:block; }
#P7DJxZDdqnVIqQxc5yzpJ5OdgTWOziXU { color:#ededed;display:block;width:240px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:1669px;left:332px;height:108.778px;font-style:normal;display:block; }
#zMek1LkcoFta7TwQDNvC50LlseBNCTmK { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1585px;left:333px; }
#i8Za8XvoGwpTBrH48GJCUCTRaIEeGhTs { color:#ffffff;display:block;width:240px;position:absolute;font-family:"source sans pro";font-size:24px;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:1629px;left:333px;height:40.8px;font-style:normal;display:block; }
#wnSGkrkfNlCenDC6QGDgBzsJqmhNlNuu { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1585px;left:915px; }
#q0mHiWvnMWuOr8gDsWDHV1FiqtAwec3F { color:#ffffff;display:block;width:270px;position:absolute;font-family:"source sans pro";font-size:24px;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:1629px;left:918px;height:40.8px;font-style:normal;display:block; }
#ox082P7sS5QsFscs1tyb5dr7IDLAZSdy { color:#ededed;display:block;width:240px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:1670px;left:920px;height:108.778px;font-style:normal;display:block; }
#APJghzQ3JQxEPa5l284Ax765da96WoKR { color:#ff0000;display:block;width:840px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:1887px;left:167px;height:30.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g9XRa4Txd0lXORQuTb1k327Pzt5nTwTo { color:#ffffff;display:block;width:840px;position:absolute;font-family:"source sans pro";font-size:42px;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:1914px;left:167px;height:58.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mssTbWDxbKXhsoIzcJexgrEJdwUS1m20 { color:#ffffff;display:block;width:514.987px;position:absolute;font-family:"source sans pro";font-size:21px;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:2013.6000976562px;left:627.99377441406px;height:499.7218px;display:block; }
#wAVow9wszSLI80duNnz0DqXnUIU7IWIV { position:absolute;display:block;z-index:15027;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:477px;width:477px;top:2022.9938049316px;left:90.993774414062px;overflow:hidden;display:block; }
#t4KDAAgbPOPA3xR9EByK7MOX35CMkLHV { color:#ff0000;display:block;width:840px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:2593px;left:167px;height:30.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oKf8CWTz1TEqFuR8O9mGIcZf8VqItJRn { color:#ffffff;display:block;width:840px;position:absolute;font-family:"source sans pro";font-size:44px;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:2619px;left:167px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TkMNSifpvccoUQIuPSXBc2OCGz4H6Jc6 { color:#ffffff;display:block;width:320px;position:absolute;font-family:"source sans pro";font-size:26px;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:2737px;left:81px;height:44.2px;font-style:normal;display:block; }
#BaGOHhuDdqPU0W5Ti6vTNeqWX9ldn2rM { color:#ededed;display:block;width:461px;position:absolute;font-family:"source sans pro";font-size:19px;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:2777px;left:81px;height:193.75px;font-style:normal;display:block; }
#K4CKJOTk1cTCTSgUfdxJQi2lzhq5BG0I { color:#ffffff;display:block;width:320px;position:absolute;font-family:"source sans pro";font-size:26px;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:3883px;left:652px;height:44.2px;font-style:normal;display:block; }
#KQVnUL2hz5Sd5gFHdTT6f5apwCT9mbw4 { color:#ededed;display:block;width:467px;position:absolute;font-family:"source sans pro";font-size:19px;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:3923px;left:652px;height:355.2087px;font-style:normal;display:block; }
#MuyrLwPcys1y7IkSJpVgC0D0D5kZKxMH { position:absolute;display:block;z-index:15028;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 3px rgba(255,0,0,0.33) ;height:309px;width:476px;top:3939px;left:82px;overflow:hidden;display:block; }
#fAy00mRWr6E9wi5IFBl2v1LfttH8I3dM { position:absolute;display:block;z-index:15029;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 3px rgba(255,0,0,0.33) ;height:271.988px;width:466.988px;top:2719.9875106812px;left:651.95629882812px;overflow:hidden;display:block; }
#sg6RZx491WXixEN9PCmlOs6wV1M0VTbF { color:#ffffff;display:block;width:840px;position:absolute;font-family:"source sans pro";font-size:42px;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:4835px;left:192px;height:58.7917px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k223aWgotsW1Tn8KCFfGQmAHgfrDiQ3K { box-sizing:content-box;color:#5d92ff;font-size:30px;font-weight:400;line-height:1;height:44px;width:44px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:4971px;left:159px; }
#OuKdzviqauAE2Eh3INErOKdBbPD2xpIQ { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(0,0,0,0), rgba(255,0,0,0.2));background-image: -moz-linear-gradient(183deg, rgba(0,0,0,0), rgba(255,0,0,0.2));background-image: -ms-linear-gradient(183deg, rgba(0,0,0,0), rgba(255,0,0,0.2));background-image: -o-linear-gradient(183deg, rgba(0,0,0,0), rgba(255,0,0,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33ff0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33ff0000' );";background-image: linear-gradient(183deg, rgba(0,0,0,0), rgba(255,0,0,0.2));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:259px;width:960px;top:4925px;left:120px;display:block; }
#EeWDT6vPFHxAg96P2pKqq2OmIvuJwWCE { color:#ededed;display:block;width:801px;position:absolute;font-family:"source sans pro";font-size:22px;font-weight:400;z-index:15043;line-height:1.7;letter-spacing:0;top:4999px;left:200px;height:112.167px;font-style:italic;display:block; }
#OcW3ZsTkqqQWdmUceJ1DStioNyfvJQwO { box-sizing:content-box;color:#5d92ff;font-size:30px;font-weight:400;line-height:1;height:43.9875px;width:43.9875px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:5091px;left:628px; }
#aUTJvKKzmgFFsIp4OkEXtmeK2H8TNDJm { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(0,0,0,0), rgba(0,168,255,0.2));background-image: -moz-linear-gradient(360deg, rgba(0,0,0,0), rgba(0,168,255,0.2));background-image: -ms-linear-gradient(360deg, rgba(0,0,0,0), rgba(0,168,255,0.2));background-image: -o-linear-gradient(360deg, rgba(0,0,0,0), rgba(0,168,255,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3300a8ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3300a8ff' );";background-image: linear-gradient(360deg, rgba(0,0,0,0), rgba(0,168,255,0.2));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:259px;width:300px;top:5257px;left:0px;display:block; }
#e1IGQmpOrvsTX0LMKQAMfeIG85tf9uam { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(69deg, rgba(0,0,0,0), rgba(0,168,255,0.2));background-image: -moz-linear-gradient(69deg, rgba(0,0,0,0), rgba(0,168,255,0.2));background-image: -ms-linear-gradient(69deg, rgba(0,0,0,0), rgba(0,168,255,0.2));background-image: -o-linear-gradient(69deg, rgba(0,0,0,0), rgba(0,168,255,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3300a8ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3300a8ff' );";background-image: linear-gradient(69deg, rgba(0,0,0,0), rgba(0,168,255,0.2));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:259px;width:300px;top:5257px;left:300px;display:block; }
#dWadwoZ0G63CTIb1bHIR0kZbiETo8yyN { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(0,0,0,0), rgba(0,168,255,0.2));background-image: -moz-linear-gradient(225deg, rgba(0,0,0,0), rgba(0,168,255,0.2));background-image: -ms-linear-gradient(225deg, rgba(0,0,0,0), rgba(0,168,255,0.2));background-image: -o-linear-gradient(225deg, rgba(0,0,0,0), rgba(0,168,255,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3300a8ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3300a8ff' );";background-image: linear-gradient(225deg, rgba(0,0,0,0), rgba(0,168,255,0.2));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:259px;width:300px;top:5257px;left:600px;display:block; }
#fVWSZhtoDNynZ1tA8a3AocXwJIVuvcwW { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(0,0,0,0), rgba(0,168,255,0.2));background-image: -moz-linear-gradient(360deg, rgba(0,0,0,0), rgba(0,168,255,0.2));background-image: -ms-linear-gradient(360deg, rgba(0,0,0,0), rgba(0,168,255,0.2));background-image: -o-linear-gradient(360deg, rgba(0,0,0,0), rgba(0,168,255,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3300a8ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3300a8ff' );";background-image: linear-gradient(360deg, rgba(0,0,0,0), rgba(0,168,255,0.2));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:259px;width:300px;top:5257px;left:900px;display:block; }
#oSQmRwPqmdfQJvlV3422ryqvFslxVaTP { position:absolute;display:block;z-index:15044;height:259px;width:300px;top:5257px;left:0px;display:block; }
#LlDUwWVg2Tk6SmL1MVAl8lQqDC5R9XNM { position:absolute;display:block;z-index:15045;height:259px;width:300px;top:5257px;left:300px;display:block; }
#xTLnTBb4XQ9DD4TMs9m0u6ek68g5CdQ0 { position:absolute;display:block;z-index:15046;height:259px;width:300px;top:5257px;left:600px;display:block; }
#l2C1R2K7xLJwCmcfKBxZawC2qreB2T4l { position:absolute;display:block;z-index:15047;height:259px;width:300px;top:5257px;left:900px;display:block; }
#PmGrTolfnJNmgEaWe8M7KzyMoL2LLmdG { z-index:15006;top:4331.0000762939px;left:473.48614501953px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0000, #5d0000);background-image: -moz-linear-gradient(180deg, #ff0000, #5d0000);background-image: -ms-linear-gradient(180deg, #ff0000, #5d0000);background-image: -o-linear-gradient(180deg, #ff0000, #5d0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#5d0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#5d0000' );";background-image: linear-gradient(180deg, #ff0000, #5d0000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 15px 15px rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:276.972px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MCwIE1TRkXUX5lLCTk3zfzMnXTzZpXMl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#bq0FD98STMv02KJ0EGiVhOrnw9zvG1y8 { position:absolute;display:block;z-index:15001;background-color:#000000;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: 1px 1px 10px #ff0000 ;height:297px;width:1200px;top:4459px;left:0px;display:block; }
#EMprfX5CTds0hm3IVf8CiLvvrBicVhuu { color:#ffffff;display:block;width:246px;position:absolute;font-family:"source sans pro";font-size:56px;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4538px;left:50px;height:67.1944px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F9n24RMN8Ff05yzZXTv9pq4dHEWX0ynB { color:#ffffff;display:block;width:240px;position:absolute;font-family:"source sans pro";font-size:58px;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:4541px;left:340px;height:69.5972px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GDtvU84tnU2470pIec2Q42ATyooZ66y4 { color:#ffffff;display:block;width:240px;position:absolute;font-family:"source sans pro";font-size:62px;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:4536px;left:630px;height:74.3889px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TnhiixpTIB07K3JshvD5GkfEMxqGc5KW { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,0,0,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,0,0,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,0,0,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,0,0,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ff0000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ff0000', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,0,0,0.2), rgba(0,0,0,0));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:8px;width:240px;top:4622px;left:50px;display:block; }
#vkH93qMyXhyqNuLeNcg1tdCEgueorK0b { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,0,0,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,0,0,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,0,0,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,0,0,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ff0000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ff0000', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,0,0,0.2), rgba(0,0,0,0));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:8px;width:240px;top:4620px;left:340px;display:block; }
#i8D1dAmQtcspDFOhT9TNlWC3BZTEG1Ri { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,0,0,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,0,0,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,0,0,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,0,0,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ff0000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ff0000', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,0,0,0.2), rgba(0,0,0,0));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:8px;width:240px;top:4620px;left:630px;display:block; }
#aNsAGLaXwnM3dCg3xxU31ilffPw2iVde { color:#ffffff;display:block;width:240px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:4640px;left:50px;height:68px;font-style:normal;display:block; }
#JIFtbHMIdVJduzZR9GDDmtt5hvr50mNM { color:#ffffff;display:block;width:249px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:4643px;left:332px;height:68px;font-style:normal;display:block; }
#BNmDVEi5shDBIzvaRDPh1qFtqPFaRRxn { color:#ffffff;display:block;width:266px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:4638px;left:630px;height:68px;font-style:normal;display:block; }
#Rb5OlQnFLsOPTSA6sCndTwKpgeHhB1Ng { color:#ffffff;display:block;width:240px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:4638px;left:910px;height:68px;font-style:normal;display:block; }
#PIrgTO0V1Wvscm3QRvW7TqeL56iGS7Hp { color:#ffffff;display:block;width:240px;position:absolute;font-family:"source sans pro";font-size:62px;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:4536px;left:910px;height:74.3889px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#v8dfmvINlNyCTkzwW0NrlRawT0zpSx7p { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,0,0,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,0,0,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,0,0,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,0,0,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ff0000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ff0000', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,0,0,0.2), rgba(0,0,0,0));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:8px;width:240px;top:4620px;left:910px;display:block; }
#tGfdTv9OoMZmhQrCk8ED1Z0IP4VAHV7h { color:#ff0000;display:block;width:840px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:5899px;left:180px;height:30.5972px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WAWzpccTJ3QnzJKK3viTvtKwQxxdmSIT { color:#ffffff;display:block;width:840px;position:absolute;font-family:"source sans pro";font-size:42px;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:5926px;left:180px;height:58.7917px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lEBekNVcFOzWnfox2aMacFHDvzg69f7p { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(260deg, rgba(0,0,0,0), rgba(255,0,0,0.2));background-image: -moz-linear-gradient(260deg, rgba(0,0,0,0), rgba(255,0,0,0.2));background-image: -ms-linear-gradient(260deg, rgba(0,0,0,0), rgba(255,0,0,0.2));background-image: -o-linear-gradient(260deg, rgba(0,0,0,0), rgba(255,0,0,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33ff0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33ff0000' );";background-image: linear-gradient(260deg, rgba(0,0,0,0), rgba(255,0,0,0.2));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:465px;width:600px;top:6016px;left:0px;display:block; }
#lgx5KPUeoQvhtCPeyRtqIHtRWGPv7e6b { color:#ff0000;display:block;width:540px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:15047;line-height:1.7;letter-spacing:0;top:6046px;left:42px;height:34px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XoWLtTZ47STtkAJgwtLmrovP9vvOsObL { color:#ffffff;display:block;width:515px;position:absolute;font-family:"source sans pro";font-size:62px;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:6076px;left:67px;height:86.7917px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#srQeE5CHy6IAxec5cQy8VRtNF3yBoI8r { color:#b5b5b5;display:block;width:478px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:6163px;left:42px;height:81.5833px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NDPSqnnDkZb3v3GrzWIuoUgi3NQROdyP { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(260deg, rgba(255,0,0,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(260deg, rgba(255,0,0,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(260deg, rgba(255,0,0,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(260deg, rgba(255,0,0,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ff0000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ff0000', endColorstr='#00000000' );";background-image: linear-gradient(260deg, rgba(255,0,0,0.2), rgba(0,0,0,0));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:465px;width:600px;top:6016px;left:600px;display:block; }
#R2oux1pCFFUGlw203WOOyXCOuTcD2qsV { position:absolute;display:block;z-index:15049;background-color:#ff0000;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:540px;top:6253px;left:42px;display:block; }
#GqXKClzdEpTOZ2b7TGfEd6bIIFgc4IEw { color:#ff0000;display:block;width:540px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:15060;line-height:1.7;letter-spacing:0;top:6046px;left:642px;height:34px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xh9IzaTOUvDzd8Tezl6fydlJJlvXnizn { color:#ffffff;display:block;width:78px;position:absolute;font-family:"source sans pro";font-size:62px;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:6066px;left:682px;height:86.7917px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kgqyvyFDqV9XTnFSCTzH7MwF6ykE3FbP { color:#b5b5b5;display:block;width:508px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:400;z-index:15061;line-height:1.7;letter-spacing:0;top:6163px;left:645px;height:81.5833px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A2e4wnTdp4TK6eBegP1gnshI0hc4Lce0 { position:absolute;display:block;z-index:15062;background-color:#ff0000;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:540px;top:6254px;left:642px;display:block; }
#mXSbps1ryZwOFih4I5nWhJwekyQP91ky { color:#ffffff;display:block;width:22px;position:absolute;font-family:"source sans pro";font-size:26px;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:6086px;left:658px;height:36.3889px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CK0c0kM1bFR2T1DolLPoPn8wJ82Pz21G { color:#ffffff;display:block;width:540px;position:absolute;font-family:georgia;font-size:16px;font-weight:400;z-index:15068;line-height:1.7;letter-spacing:0;top:6278px;left:42px;height:91.5833px;font-style:normal;text-align:left;text-align-last:left;display:block; }#CK0c0kM1bFR2T1DolLPoPn8wJ82Pz21G li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#CK0c0kM1bFR2T1DolLPoPn8wJ82Pz21G li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_82ecb68dcb4e4952eb4da9dbf703a09d1abddfa4.svg); }
#k6GgNzBBdOsQofpXOmiw5RUTAGXUKwkx { color:#ffffff;display:block;width:540px;position:absolute;font-family:georgia;font-size:16px;font-weight:400;z-index:15069;line-height:1.7;letter-spacing:0;top:6278px;left:642px;height:91.5833px;font-style:normal;text-align:left;text-align-last:left;display:block; }#k6GgNzBBdOsQofpXOmiw5RUTAGXUKwkx li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#k6GgNzBBdOsQofpXOmiw5RUTAGXUKwkx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_82ecb68dcb4e4952eb4da9dbf703a09d1abddfa4.svg); }
#obMmngbSHZUUeb7AnRXAlQICqIvL6Nkp { z-index:15008;top:6389px;left:64px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0000, #5d0000);background-image: -moz-linear-gradient(180deg, #ff0000, #5d0000);background-image: -ms-linear-gradient(180deg, #ff0000, #5d0000);background-image: -o-linear-gradient(180deg, #ff0000, #5d0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#5d0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#5d0000' );";background-image: linear-gradient(180deg, #ff0000, #5d0000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 15px 15px rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:181px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xzav3ZsiElLCm3TsfzHEW5WNx9Abv6lu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#bRIGPlg6TAPwGd23e02v68Hzl8X6keIO { color:#ffffff;display:block;width:113px;position:absolute;font-family:"source sans pro";font-size:24px;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:6112px;left:760px;height:33.5972px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lzTkUK1xEX0Tz5C2thw0DamWSrDdhfFQ { z-index:15009;top:6389px;left:660px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0000, #5d0000);background-image: -moz-linear-gradient(180deg, #ff0000, #5d0000);background-image: -ms-linear-gradient(180deg, #ff0000, #5d0000);background-image: -o-linear-gradient(180deg, #ff0000, #5d0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#5d0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#5d0000' );";background-image: linear-gradient(180deg, #ff0000, #5d0000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 15px 15px rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:181px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Mkx9RUaUdCPZQuxpHWI55kLf12zCxF2V { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dlIQbRvZZ3LMo7ZzCb4KKHlbAaZA7nXM { color:#ff0000;display:block;width:840px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:4809px;left:192px;height:30.5972px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mWJpsGqx5XZXXMPPJAOUMzhZFEvpLutM { position:absolute;display:block;z-index:15029;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 3px rgba(255,0,0,0.33) ;height:280px;width:467px;top:3092px;left:81px;overflow:hidden;display:block; }
#oafQILuFmRNiUZAWZfNhZpCWmZwhAW9n { color:#ffffff;display:block;width:320px;position:absolute;font-family:"source sans pro";font-size:26px;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:3049px;left:652px;height:44.2px;font-style:normal;display:block; }
#UZ5eyQDgFu2aigRhqG1xDKFznridS88s { color:#ededed;display:block;width:459px;position:absolute;font-family:"source sans pro";font-size:19px;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:3092px;left:654px;height:322.9167px;font-style:normal;display:block; }
#x51lvmWVycUA1WPfysOADVkVd2KyKXdT { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1585px;left:634px; }
#m1TqafvfzDnnvMQ9na0mC31WxO2vcFJa { color:#ededed;display:block;width:461px;position:absolute;font-family:"source sans pro";font-size:19px;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:3452px;left:81px;height:387.5004px;font-style:normal;display:block; }
#q6N9ykkZptJN0lDNQ9O65JizSAhfUMIa { color:#ffffff;display:block;width:320px;position:absolute;font-family:"source sans pro";font-size:26px;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:3409px;left:81px;height:44.2px;font-style:normal;display:block; }
#cpt7xmMv4L25rs6dhcV7pr91as3GAJCK { position:absolute;display:block;z-index:15046;height:598px;width:343px;top:38px;left:205px;display:block; }
#ZnZyWrJqrfUqdOJOROM2czod6yif7SUf { position:absolute;display:block;z-index:15030;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:123px;width:468px;top:3499.1813964844px;left:651.46875px;overflow:hidden;display:block; }
#HcT8r8HCUCmBkEC4Tc5Wu78iK6HSUJrT { position:absolute;display:block;z-index:15031;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:126px;width:471.994px;top:3665.5688476562px;left:649.48132324219px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZdkR1piThoas6aShTOwiXcaKSmCCBuPJ { display:block; }#ZdkR1piThoas6aShTOwiXcaKSmCCBuPJ > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQGPRKlcntPiwSlrUPJqHvM15mxrekdQ { top:14px;left:134.5px;width:495px;height:70px;font-size:54px;display:block; }
 }@media only screen and (max-width: 763px) { #bL4klwahPhTAWKOoTA7SyJsLbVXoUETZ { display:block; }#bL4klwahPhTAWKOoTA7SyJsLbVXoUETZ > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nas0vL7wQuF2NI0bgQ6Mw0lyViQ5kkcD { top:31px;left:383px;width:381px;height:;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #q5B1qQExZftMy58KK50oTVuAkANPg598 { top:324px;left:385px;width:379px;height:;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #kglFT9l2ONschgPT2NLlWR5tomPtzUrV { top:386px;left:0px;width:200px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #ooJQIXHAzvJkCbV9TiAVub46OZHSJ5Ko { display:block; }
 }@media only screen and (max-width: 763px) { #FSwfcHVWPSNpJ3DtNmiqPFZsw5nQZ2fT { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #Wn5ehNusBAGTBkxfIXD8zowPFGnPK5bP { top:288px;left:0px;width:360px;height:190.312px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hXeObQz1KQofKq1a3ehlcUyDtqgivJ56 { top:789px;left:492px;width:272px;height:537px;display:block; }
 }@media only screen and (max-width: 763px) { #MmEHNUfshCXV1gzcORrd5vs2Tu1HJ3Ff { top:1394px;left:0px;width:764px;height:34px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #eah42vbkfS7TglklTsyfAiVa5XZcsVTN { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #NIu7l3VVovUhCbA4DJ8kXEULmQLzJ0rC { width:764px;height:320px;top:1515px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uE4o1TcJFRk5d0ppoevVABurTEv97yPo { top:1585px;left:0px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #VZ1hTCwKNFtECMximKqUlVHdZIcywEn8 { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oTT3OwweRC8E58NhUxmycCpqeC1mtJd0 { top:333px;left:20px;width:201px;height:108.75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #frwnF1zKC7TF6aDMDIOiw5eQpkQFCdKi { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Ct4mcOvaCysoWhRX3fs2o0xyVFpkXPEO { top:333px;left:20px;width:201px;height:108.75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #P7DJxZDdqnVIqQxc5yzpJ5OdgTWOziXU { top:333px;left:20px;width:201px;height:108.75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zMek1LkcoFta7TwQDNvC50LlseBNCTmK { top:1585px;left:115px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #i8Za8XvoGwpTBrH48GJCUCTRaIEeGhTs { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wnSGkrkfNlCenDC6QGDgBzsJqmhNlNuu { top:1585px;left:697px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #q0mHiWvnMWuOr8gDsWDHV1FiqtAwec3F { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ox082P7sS5QsFscs1tyb5dr7IDLAZSdy { top:333px;left:20px;width:201px;height:108.75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #APJghzQ3JQxEPa5l284Ax765da96WoKR { top:1887px;left:0px;width:764px;height:30px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #g9XRa4Txd0lXORQuTb1k327Pzt5nTwTo { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #mssTbWDxbKXhsoIzcJexgrEJdwUS1m20 { top:288px;left:0px;width:360px;height:190.312px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wAVow9wszSLI80duNnz0DqXnUIU7IWIV { top:2022px;left:0px;width:477px;height:477px;display:block; }
 }@media only screen and (max-width: 763px) { #t4KDAAgbPOPA3xR9EByK7MOX35CMkLHV { top:2593px;left:0px;width:764px;height:30px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oKf8CWTz1TEqFuR8O9mGIcZf8VqItJRn { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #TkMNSifpvccoUQIuPSXBc2OCGz4H6Jc6 { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BaGOHhuDdqPU0W5Ti6vTNeqWX9ldn2rM { top:333px;left:20px;width:201px;height:108.75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #K4CKJOTk1cTCTSgUfdxJQi2lzhq5BG0I { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KQVnUL2hz5Sd5gFHdTT6f5apwCT9mbw4 { top:333px;left:20px;width:201px;height:108.75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MuyrLwPcys1y7IkSJpVgC0D0D5kZKxMH { top:3939px;left:0px;width:475px;height:308.35861408271px;display:block; }
 }@media only screen and (max-width: 763px) { #fAy00mRWr6E9wi5IFBl2v1LfttH8I3dM { top:2719px;left:298px;width:466px;height:271.41255878095px;display:block; }
 }@media only screen and (max-width: 763px) { #sg6RZx491WXixEN9PCmlOs6wV1M0VTbF { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #k223aWgotsW1Tn8KCFfGQmAHgfrDiQ3K { width:44px;height:44px;top:4971px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OuKdzviqauAE2Eh3INErOKdBbPD2xpIQ { width:764px;height:259px;top:4925px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EeWDT6vPFHxAg96P2pKqq2OmIvuJwWCE { top:333px;left:20px;width:201px;height:108.75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OcW3ZsTkqqQWdmUceJ1DStioNyfvJQwO { width:43px;height:43px;top:5091px;left:410px;display:block; }
 }@media only screen and (max-width: 763px) { #aUTJvKKzmgFFsIp4OkEXtmeK2H8TNDJm { width:300px;height:259px;top:5257px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #e1IGQmpOrvsTX0LMKQAMfeIG85tf9uam { width:300px;height:259px;top:5257px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #dWadwoZ0G63CTIb1bHIR0kZbiETo8yyN { width:300px;height:259px;top:5257px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #fVWSZhtoDNynZ1tA8a3AocXwJIVuvcwW { width:300px;height:259px;top:5257px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #oSQmRwPqmdfQJvlV3422ryqvFslxVaTP { top:5257px;left:0px;width:300px;height:259px;display:block; }
 }@media only screen and (max-width: 763px) { #LlDUwWVg2Tk6SmL1MVAl8lQqDC5R9XNM { top:5257px;left:82px;width:300px;height:259px;display:block; }
 }@media only screen and (max-width: 763px) { #xTLnTBb4XQ9DD4TMs9m0u6ek68g5CdQ0 { top:5257px;left:382px;width:300px;height:259px;display:block; }
 }@media only screen and (max-width: 763px) { #l2C1R2K7xLJwCmcfKBxZawC2qreB2T4l { top:5257px;left:464px;width:300px;height:259px;display:block; }
 }@media only screen and (max-width: 763px) { #PmGrTolfnJNmgEaWe8M7KzyMoL2LLmdG { top:386px;left:0px;width:200px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #MCwIE1TRkXUX5lLCTk3zfzMnXTzZpXMl { display:block; }
 }@media only screen and (max-width: 763px) { #bq0FD98STMv02KJ0EGiVhOrnw9zvG1y8 { width:764px;height:297px;top:4459px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EMprfX5CTds0hm3IVf8CiLvvrBicVhuu { top:4538px;left:0px;width:246px;height:67px;font-size:56px;display:block; }
 }@media only screen and (max-width: 763px) { #F9n24RMN8Ff05yzZXTv9pq4dHEWX0ynB { top:4541px;left:122px;width:240px;height:69px;font-size:58px;display:block; }
 }@media only screen and (max-width: 763px) { #GDtvU84tnU2470pIec2Q42ATyooZ66y4 { top:4536px;left:412px;width:240px;height:74px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #TnhiixpTIB07K3JshvD5GkfEMxqGc5KW { width:240px;height:8px;top:4622px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vkH93qMyXhyqNuLeNcg1tdCEgueorK0b { width:240px;height:8px;top:4620px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #i8D1dAmQtcspDFOhT9TNlWC3BZTEG1Ri { width:240px;height:8px;top:4620px;left:412px;display:block; }
 }@media only screen and (max-width: 763px) { #aNsAGLaXwnM3dCg3xxU31ilffPw2iVde { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JIFtbHMIdVJduzZR9GDDmtt5hvr50mNM { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BNmDVEi5shDBIzvaRDPh1qFtqPFaRRxn { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Rb5OlQnFLsOPTSA6sCndTwKpgeHhB1Ng { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #PIrgTO0V1Wvscm3QRvW7TqeL56iGS7Hp { top:4536px;left:524px;width:240px;height:74px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #v8dfmvINlNyCTkzwW0NrlRawT0zpSx7p { width:240px;height:8px;top:4620px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #tGfdTv9OoMZmhQrCk8ED1Z0IP4VAHV7h { top:5899px;left:0px;width:764px;height:30px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WAWzpccTJ3QnzJKK3viTvtKwQxxdmSIT { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #lEBekNVcFOzWnfox2aMacFHDvzg69f7p { width:600px;height:465px;top:6016px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lgx5KPUeoQvhtCPeyRtqIHtRWGPv7e6b { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XoWLtTZ47STtkAJgwtLmrovP9vvOsObL { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #srQeE5CHy6IAxec5cQy8VRtNF3yBoI8r { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NDPSqnnDkZb3v3GrzWIuoUgi3NQROdyP { width:600px;height:465px;top:6016px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #R2oux1pCFFUGlw203WOOyXCOuTcD2qsV { width:540px;height:1px;top:6253px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GqXKClzdEpTOZ2b7TGfEd6bIIFgc4IEw { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xh9IzaTOUvDzd8Tezl6fydlJJlvXnizn { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #kgqyvyFDqV9XTnFSCTzH7MwF6ykE3FbP { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #A2e4wnTdp4TK6eBegP1gnshI0hc4Lce0 { width:540px;height:1px;top:6254px;left:224px;display:block; }
 }@media only screen and (max-width: 763px) { #mXSbps1ryZwOFih4I5nWhJwekyQP91ky { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #CK0c0kM1bFR2T1DolLPoPn8wJ82Pz21G { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }#CK0c0kM1bFR2T1DolLPoPn8wJ82Pz21G li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_82ecb68dcb4e4952eb4da9dbf703a09d1abddfa4.svg); }
 }@media only screen and (max-width: 763px) { #k6GgNzBBdOsQofpXOmiw5RUTAGXUKwkx { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }#k6GgNzBBdOsQofpXOmiw5RUTAGXUKwkx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_82ecb68dcb4e4952eb4da9dbf703a09d1abddfa4.svg); }
 }@media only screen and (max-width: 763px) { #obMmngbSHZUUeb7AnRXAlQICqIvL6Nkp { top:386px;left:0px;width:200px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #xzav3ZsiElLCm3TsfzHEW5WNx9Abv6lu { display:block; }
 }@media only screen and (max-width: 763px) { #bRIGPlg6TAPwGd23e02v68Hzl8X6keIO { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #lzTkUK1xEX0Tz5C2thw0DamWSrDdhfFQ { top:386px;left:0px;width:200px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Mkx9RUaUdCPZQuxpHWI55kLf12zCxF2V { display:block; }
 }@media only screen and (max-width: 763px) { #dlIQbRvZZ3LMo7ZzCb4KKHlbAaZA7nXM { top:4809px;left:0px;width:764px;height:30px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mWJpsGqx5XZXXMPPJAOUMzhZFEvpLutM { top:3092px;left:0px;width:466px;height:279.40162059839px;display:block; }
 }@media only screen and (max-width: 763px) { #oafQILuFmRNiUZAWZfNhZpCWmZwhAW9n { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #UZ5eyQDgFu2aigRhqG1xDKFznridS88s { top:333px;left:20px;width:201px;height:108.75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #x51lvmWVycUA1WPfysOADVkVd2KyKXdT { top:1585px;left:416px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #m1TqafvfzDnnvMQ9na0mC31WxO2vcFJa { top:333px;left:20px;width:201px;height:108.75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #q6N9ykkZptJN0lDNQ9O65JizSAhfUMIa { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #cpt7xmMv4L25rs6dhcV7pr91as3GAJCK { top:38px;left:0px;width:343px;height:598px;display:block; }
 }@media only screen and (max-width: 763px) { #ZnZyWrJqrfUqdOJOROM2czod6yif7SUf { top:3499px;left:296px;width:468px;height:123px;display:block; }
 }@media only screen and (max-width: 763px) { #HcT8r8HCUCmBkEC4Tc5Wu78iK6HSUJrT { top:3665px;left:292px;width:471px;height:125.73464916927px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZdkR1piThoas6aShTOwiXcaKSmCCBuPJ { display:block; }#ZdkR1piThoas6aShTOwiXcaKSmCCBuPJ > .row .container { width:320px;height:79px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQGPRKlcntPiwSlrUPJqHvM15mxrekdQ { width:320px;height:41.5972px;top:15.199999809265px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bL4klwahPhTAWKOoTA7SyJsLbVXoUETZ { display:block; }#bL4klwahPhTAWKOoTA7SyJsLbVXoUETZ > .row .container { width:320px;height:11601px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nas0vL7wQuF2NI0bgQ6Mw0lyViQ5kkcD { width:268px;height:100.792px;top:580.00001525879px;left:26.000000953674px;font-size:28px;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q5B1qQExZftMy58KK50oTVuAkANPg598 { width:266px;height:129.556px;top:706.00003051758px;left:27.000000953674px;font-size:27px;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kglFT9l2ONschgPT2NLlWR5tomPtzUrV { top:881.00003051758px;left:49.000000953674px;width:222px;height:60px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0000, #5d0000);background-image: -moz-linear-gradient(180deg, #ff0000, #5d0000);background-image: -ms-linear-gradient(180deg, #ff0000, #5d0000);background-image: -o-linear-gradient(180deg, #ff0000, #5d0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#5d0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#5d0000' );";background-image: linear-gradient(180deg, #ff0000, #5d0000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ooJQIXHAzvJkCbV9TiAVub46OZHSJ5Ko { display:block; }
 }@media only screen and (max-width: 763px) { #FSwfcHVWPSNpJ3DtNmiqPFZsw5nQZ2fT { width:252px;height:75.5833px;top:983px;left:34px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wn5ehNusBAGTBkxfIXD8zowPFGnPK5bP { width:320px;height:432px;top:1072px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hXeObQz1KQofKq1a3ehlcUyDtqgivJ56 { width:289px;height:568px;top:1573.0000152588px;left:15.48611164093px;display:block; }
 }@media only screen and (max-width: 763px) { #MmEHNUfshCXV1gzcORrd5vs2Tu1HJ3Ff { width:244px;height:30.5972px;top:2186px;left:35px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eah42vbkfS7TglklTsyfAiVa5XZcsVTN { width:274px;height:37.7917px;top:2208px;left:23px;font-size:27px;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NIu7l3VVovUhCbA4DJ8kXEULmQLzJ0rC { width:320px;height:814px;top:2292px;left:0px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #uE4o1TcJFRk5d0ppoevVABurTEv97yPo { display:flex;width:34px;height:34px;top:2722px;left:32px; }
 }@media only screen and (max-width: 763px) { #VZ1hTCwKNFtECMximKqUlVHdZIcywEn8 { width:260px;height:40.7917px;top:2755px;left:32px;font-size:24px;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oTT3OwweRC8E58NhUxmycCpqeC1mtJd0 { width:260px;height:81.5833px;top:2795px;left:32px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #frwnF1zKC7TF6aDMDIOiw5eQpkQFCdKi { width:222px;height:40.7917px;top:2952px;left:33px;font-size:24px;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ct4mcOvaCysoWhRX3fs2o0xyVFpkXPEO { width:260px;height:81.5833px;top:2993px;left:32px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P7DJxZDdqnVIqQxc5yzpJ5OdgTWOziXU { width:260px;height:81.5833px;top:2601px;left:32px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zMek1LkcoFta7TwQDNvC50LlseBNCTmK { display:flex;width:34px;height:34px;top:2527px;left:33px; }
 }@media only screen and (max-width: 763px) { #i8Za8XvoGwpTBrH48GJCUCTRaIEeGhTs { width:119px;height:40.7917px;top:2560px;left:32px;font-size:24px;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wnSGkrkfNlCenDC6QGDgBzsJqmhNlNuu { display:flex;width:34px;height:34px;top:2325px;left:29px; }
 }@media only screen and (max-width: 763px) { #q0mHiWvnMWuOr8gDsWDHV1FiqtAwec3F { width:204px;height:34px;top:2358px;left:32px;font-size:20px;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ox082P7sS5QsFscs1tyb5dr7IDLAZSdy { width:260px;height:108.778px;top:2392px;left:32px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #APJghzQ3JQxEPa5l284Ax765da96WoKR { width:154px;height:30.5972px;top:3152px;left:83px;font-size:18px;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #g9XRa4Txd0lXORQuTb1k327Pzt5nTwTo { width:317px;height:35px;top:3174px;left:0px;font-size:25px;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mssTbWDxbKXhsoIzcJexgrEJdwUS1m20 { width:320px;height:550.7494px;top:3580px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wAVow9wszSLI80duNnz0DqXnUIU7IWIV { width:320px;height:320px;top:3231px;left:0px;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;display:block; }
 }@media only screen and (max-width: 763px) { #t4KDAAgbPOPA3xR9EByK7MOX35CMkLHV { width:191px;height:30.5972px;top:4165px;left:65px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oKf8CWTz1TEqFuR8O9mGIcZf8VqItJRn { width:314px;height:37.7917px;top:4187px;left:3px;font-size:27px;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TkMNSifpvccoUQIuPSXBc2OCGz4H6Jc6 { width:292px;height:37.3889px;top:4252px;left:14px;font-size:22px;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BaGOHhuDdqPU0W5Ti6vTNeqWX9ldn2rM { width:319px;height:244.778px;top:4289px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K4CKJOTk1cTCTSgUfdxJQi2lzhq5BG0I { width:313px;height:37.3889px;top:6234px;left:0px;font-size:22px;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KQVnUL2hz5Sd5gFHdTT6f5apwCT9mbw4 { width:320px;height:458.9581px;top:6271px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MuyrLwPcys1y7IkSJpVgC0D0D5kZKxMH { width:293px;height:191px;top:6766px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #fAy00mRWr6E9wi5IFBl2v1LfttH8I3dM { width:320px;height:186.375px;top:4553px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sg6RZx491WXixEN9PCmlOs6wV1M0VTbF { width:320px;height:37.7917px;top:7788px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k223aWgotsW1Tn8KCFfGQmAHgfrDiQ3K { display:flex;width:44px;height:44px;top:7836px;left:0px; }
 }@media only screen and (max-width: 763px) { #OuKdzviqauAE2Eh3INErOKdBbPD2xpIQ { width:320px;height:467px;top:7826px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EeWDT6vPFHxAg96P2pKqq2OmIvuJwWCE { width:280px;height:367.125px;top:7863px;left:20px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OcW3ZsTkqqQWdmUceJ1DStioNyfvJQwO { display:flex;width:44px;height:44px;top:8247px;left:240px; }
 }@media only screen and (max-width: 763px) { #aUTJvKKzmgFFsIp4OkEXtmeK2H8TNDJm { width:320px;height:259px;top:6940.863px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #e1IGQmpOrvsTX0LMKQAMfeIG85tf9uam { width:320px;height:259px;top:7498.863px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #dWadwoZ0G63CTIb1bHIR0kZbiETo8yyN { width:320px;height:259px;top:8056.863px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #fVWSZhtoDNynZ1tA8a3AocXwJIVuvcwW { width:320px;height:259px;top:8614.863px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #oSQmRwPqmdfQJvlV3422ryqvFslxVaTP { width:300px;height:259px;top:8349px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #LlDUwWVg2Tk6SmL1MVAl8lQqDC5R9XNM { width:300px;height:259px;top:8885px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #xTLnTBb4XQ9DD4TMs9m0u6ek68g5CdQ0 { width:300px;height:259px;top:9422px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #l2C1R2K7xLJwCmcfKBxZawC2qreB2T4l { width:300px;height:259px;top:9955px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #PmGrTolfnJNmgEaWe8M7KzyMoL2LLmdG { top:7003.9998168945px;left:28.000000953674px;width:264px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #MCwIE1TRkXUX5lLCTk3zfzMnXTzZpXMl { display:block; }
 }@media only screen and (max-width: 763px) { #bq0FD98STMv02KJ0EGiVhOrnw9zvG1y8 { width:320px;height:595px;top:7114px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EMprfX5CTds0hm3IVf8CiLvvrBicVhuu { width:260px;height:38.3889px;top:7159px;left:30px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #F9n24RMN8Ff05yzZXTv9pq4dHEWX0ynB { width:260px;height:38.3889px;top:7299px;left:30px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #GDtvU84tnU2470pIec2Q42ATyooZ66y4 { width:260px;height:38.3889px;top:7426px;left:30px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #TnhiixpTIB07K3JshvD5GkfEMxqGc5KW { width:260px;height:8px;top:7594px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #vkH93qMyXhyqNuLeNcg1tdCEgueorK0b { width:260px;height:8px;top:7463px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #i8D1dAmQtcspDFOhT9TNlWC3BZTEG1Ri { width:260px;height:8px;top:7337px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #aNsAGLaXwnM3dCg3xxU31ilffPw2iVde { width:260px;height:61.1944px;top:7204px;left:30px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JIFtbHMIdVJduzZR9GDDmtt5hvr50mNM { width:260px;height:61.1944px;top:7345px;left:30px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BNmDVEi5shDBIzvaRDPh1qFtqPFaRRxn { width:260px;height:61.1944px;top:7471px;left:30px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rb5OlQnFLsOPTSA6sCndTwKpgeHhB1Ng { width:260px;height:61.1944px;top:7602px;left:30px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PIrgTO0V1Wvscm3QRvW7TqeL56iGS7Hp { width:260px;height:38.3889px;top:7556px;left:30px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #v8dfmvINlNyCTkzwW0NrlRawT0zpSx7p { width:260px;height:8px;top:7196px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #tGfdTv9OoMZmhQrCk8ED1Z0IP4VAHV7h { width:320px;height:30.5972px;top:10518px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WAWzpccTJ3QnzJKK3viTvtKwQxxdmSIT { width:320px;height:37.7917px;top:10545px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lEBekNVcFOzWnfox2aMacFHDvzg69f7p { width:320px;height:445px;top:10609px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(310deg, rgba(0,0,0,0), rgba(255,0,0,0.2));background-image: -moz-linear-gradient(310deg, rgba(0,0,0,0), rgba(255,0,0,0.2));background-image: -ms-linear-gradient(310deg, rgba(0,0,0,0), rgba(255,0,0,0.2));background-image: -o-linear-gradient(310deg, rgba(0,0,0,0), rgba(255,0,0,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33ff0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33ff0000' );";background-image: linear-gradient(310deg, rgba(0,0,0,0), rgba(255,0,0,0.2));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lgx5KPUeoQvhtCPeyRtqIHtRWGPv7e6b { width:280px;height:30.5972px;top:10639px;left:40px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XoWLtTZ47STtkAJgwtLmrovP9vvOsObL { width:200px;height:44.7917px;top:10669px;left:67px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #srQeE5CHy6IAxec5cQy8VRtNF3yBoI8r { width:280px;height:95.1667px;top:10714px;left:20px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NDPSqnnDkZb3v3GrzWIuoUgi3NQROdyP { width:320px;height:545px;top:11054px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,0,0,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,0,0,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,0,0,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,0,0,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ff0000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ff0000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,0,0,0.2), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #R2oux1pCFFUGlw203WOOyXCOuTcD2qsV { width:280px;height:1px;top:9158px;left:40px;display:none; }
 }@media only screen and (max-width: 763px) { #GqXKClzdEpTOZ2b7TGfEd6bIIFgc4IEw { width:280px;height:30.5972px;top:11084px;left:40px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xh9IzaTOUvDzd8Tezl6fydlJJlvXnizn { width:40px;height:44.7917px;top:11115px;left:66px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #kgqyvyFDqV9XTnFSCTzH7MwF6ykE3FbP { width:280px;height:118.958px;top:11174px;left:20px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A2e4wnTdp4TK6eBegP1gnshI0hc4Lce0 { width:280px;height:1px;top:11372.762695312px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #mXSbps1ryZwOFih4I5nWhJwekyQP91ky { width:16px;height:32.1944px;top:11122px;left:51px;font-size:23px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CK0c0kM1bFR2T1DolLPoPn8wJ82Pz21G { width:175px;height:91.5833px;top:10854px;left:27px;font-size:16px;text-align:left;text-align-last:left;display:block; }#CK0c0kM1bFR2T1DolLPoPn8wJ82Pz21G li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_82ecb68dcb4e4952eb4da9dbf703a09d1abddfa4.svg); }
 }@media only screen and (max-width: 763px) { #k6GgNzBBdOsQofpXOmiw5RUTAGXUKwkx { width:227px;height:118.778px;top:11335px;left:27px;font-size:16px;text-align:left;text-align-last:left;display:block; }#k6GgNzBBdOsQofpXOmiw5RUTAGXUKwkx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_82ecb68dcb4e4952eb4da9dbf703a09d1abddfa4.svg); }
 }@media only screen and (max-width: 763px) { #obMmngbSHZUUeb7AnRXAlQICqIvL6Nkp { top:10969.000442505px;left:69.499997138977px;width:181px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #xzav3ZsiElLCm3TsfzHEW5WNx9Abv6lu { display:block; }
 }@media only screen and (max-width: 763px) { #bRIGPlg6TAPwGd23e02v68Hzl8X6keIO { width:99px;height:25.1944px;top:11124px;left:102px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #lzTkUK1xEX0Tz5C2thw0DamWSrDdhfFQ { top:11499.000427246px;left:66.499997138977px;width:181px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Mkx9RUaUdCPZQuxpHWI55kLf12zCxF2V { display:block; }
 }@media only screen and (max-width: 763px) { #dlIQbRvZZ3LMo7ZzCb4KKHlbAaZA7nXM { width:320px;height:30.5972px;top:7759px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mWJpsGqx5XZXXMPPJAOUMzhZFEvpLutM { width:320px;height:191.833px;top:5255px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oafQILuFmRNiUZAWZfNhZpCWmZwhAW9n { width:319px;height:37.3889px;top:4791px;left:0px;font-size:22px;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UZ5eyQDgFu2aigRhqG1xDKFznridS88s { width:320px;height:397.7641px;top:4828px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x51lvmWVycUA1WPfysOADVkVd2KyKXdT { display:flex;width:35px;height:35px;top:2918px;left:28px; }
 }@media only screen and (max-width: 763px) { #m1TqafvfzDnnvMQ9na0mC31WxO2vcFJa { width:320px;height:458.9584px;top:5530px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q6N9ykkZptJN0lDNQ9O65JizSAhfUMIa { width:165px;height:37.3889px;top:5493px;left:74px;font-size:22px;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cpt7xmMv4L25rs6dhcV7pr91as3GAJCK { width:320px;height:598px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZnZyWrJqrfUqdOJOROM2czod6yif7SUf { width:320px;height:84.0972px;top:6020px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HcT8r8HCUCmBkEC4Tc5Wu78iK6HSUJrT { width:320px;height:85.4167px;top:6104px;left:0px;box-shadow: 1px 1px 3px rgba(255,0,0,0.33) ;display:block; }
 }