.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:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:#9d1717;background-image:none;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; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { border-width: 0; border-radius: 0; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { font-size:14px;font-family:arial;height:43px;width:1200px;overflow:visible;position:relative;display:block; }#BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { color:#ff0000;display:block;width:1139px;position:absolute;font-family:oswald;font-size:21px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:7.84375px;left:30.5px;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:center;text-align-last:center;display:block; }
#UCXWzGqeTITgm4yNHM6UKn65oK1tBl91 { background-color:#ff5f00;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:32px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:456px;height:89px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:469px;left:128.5px;display:none; }
#yTG6Jqx59lcQrbW5OiPezVhTUH8SurCr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gqNtqyWDxQRZvafVGghxQizgJTbpKsKI { color:#1c191a;display:block;width:1021px;position:absolute;font-family:oswald;font-size:28px;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:44.937503814697px;left:89.5px;height:798px;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:none; }
#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td { background-color:#251e1e;background-image:none;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; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container { background-color: transparent; background-image: none; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container > .video-iframe-container { display: none; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row > .video-iframe-container { display: none; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .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); }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container { border-width: 0; border-radius: 0; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container { font-size:14px;font-family:arial;height:785px;width:1200px;overflow:visible;position:relative;display:block; }#LeT8LzorxgS0TcPyMR1atLsm6zvtrfSi { color:#131212;display:block;width:871px;position:absolute;font-family:oswald;font-size:36px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:34.1875px;left:164.5px;height:93.588px;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:center;text-align-last:center;display:block; }
#rKfFmmr3yTEBmenIcPTqHhCJE8OWO87o { background-color:#ff5f00;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:32px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:456px;height:89px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:469px;left:128.5px;display:none; }
#vvp5Lh9NfznGkwrVZ3DgIIExqOObUELo { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kEHVunvr7VyC6xqD8TqcvL00mZyOm12e { box-sizing:content-box;height:2364px;width:1074px;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:28.98657989502px;left:62.982940673828px;display:block; }
#TX9dq3oihQJKfokvIRqG5TLFEQF3iklo { color:#1c191a;display:block;width:1021px;position:absolute;font-family:oswald;font-size:28px;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:44.937503814697px;left:89.5px;height:798px;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:none; }
#Gpvx6pn5ckqP2FHynypHztgAAfx7o9vy { color:#1c191a;display:block;width:1021px;position:absolute;font-family:oswald;font-size:28px;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:44.937503814697px;left:89.5px;height:798px;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:none; }
#DhlpvAW7Zvc72c22zcoVdLRFdFZn3g2M { position:absolute;display:block;z-index:15081;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:358px;width:687px;top:148.96781158447px;left:256.48675537109px;overflow:hidden;display:block; }
#PCZyxfzUlLKEVuyZr1rAJ9hlSTTWRXot { color:#131212;display:block;width:870.994px;position:absolute;font-family:oswald;font-size:16px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:506.9507598877px;left:164.49810791016px;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:center;text-align-last:center;display:block; }
#cCiTaDFGwDAop1IJ0XcAItBCgL6cc1PT { color:#131212;display:block;width:870.985px;position:absolute;font-family:oswald;font-size:34px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:557.94508361816px;left:164.49810791016px;height:44.2014px;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:center;text-align-last:center;display:block; }
#NyUJizTmu6mdlm38LvD1BAvui8kU29OH .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NyUJizTmu6mdlm38LvD1BAvui8kU29OH .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ddad68;background-image:none;color:#ffffff;padding-top:11.23px;padding-right:9.78px;padding-bottom:11.23px;padding-left:9.78px;display:block;align-items:center;width:58.66px;min-width:58.66px;height:60.36px;position:relative;font-family:oswald;font-size:44.93px;font-weight:700;line-height:60.36px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NyUJizTmu6mdlm38LvD1BAvui8kU29OH .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:7.02px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:78.21px;height:23.87px;position:relative;font-family:oswald;font-size:16.85px;font-weight:400;line-height:23.87px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NyUJizTmu6mdlm38LvD1BAvui8kU29OH { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:377px;height:113.71px;padding-top:14.04px;padding-right:13.97px;padding-bottom:14.04px;padding-left:13.97px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:622.82197570801px;left:397.51892089844px;z-index:15082; }
#NyUJizTmu6mdlm38LvD1BAvui8kU29OH #u2suwCFCgwqbeS5Gmg5ATnzNkXR1WNzS { display:flex;position:relative;top:0px;left:0px; }
#NyUJizTmu6mdlm38LvD1BAvui8kU29OH #oKc0m7fclIeOFrN4AFnc1LebCyhPOFOS { width:auto; }
#NyUJizTmu6mdlm38LvD1BAvui8kU29OH #KZxxQ80hZK33bTdp7FK8QAvl6bzXkCqg {  }
#NyUJizTmu6mdlm38LvD1BAvui8kU29OH #ROhd36XZaLaxey9Wb2Iw0WAHANkKsuyz { display:flex;position:relative;top:0px;left:0px; }
#NyUJizTmu6mdlm38LvD1BAvui8kU29OH #v4Xr8y3davt0kuSNJlQqaFDOT1pOPOxW {  }
#NyUJizTmu6mdlm38LvD1BAvui8kU29OH #ZWAtWo5z3oyJ38bK9KH2nZwGVz4pcTwM {  }
#NyUJizTmu6mdlm38LvD1BAvui8kU29OH #UDs7y8tqyVatIdNpRMeprWkQCRtFOKxw { display:flex;position:relative;top:0px;left:0px; }
#NyUJizTmu6mdlm38LvD1BAvui8kU29OH #QMQAuv00mvhoSUFPUif1Rffk52tp5EO9 {  }
#NyUJizTmu6mdlm38LvD1BAvui8kU29OH #JmgwBEhnKCDvaRl5nHNuiowwRyz9kfnN {  }
#NyUJizTmu6mdlm38LvD1BAvui8kU29OH #tCTXqctSucTtfT5sZrZ74EHBV5yTg7TM { display:flex;position:relative;top:0px;left:0px; }
#NyUJizTmu6mdlm38LvD1BAvui8kU29OH #WuSSIRw98KXktUVNx99Eg6wNiFspwJsO {  }
#NyUJizTmu6mdlm38LvD1BAvui8kU29OH #BrEOO9Qxmr7oCUfnufbf9GoeieOcske8 {  }
#JTUx0gXm1RIi4xT4x2sRad0LewqfwC21 { color:#1c191a;display:block;width:1021px;position:absolute;font-family:oswald;font-size:28px;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:44.937503814697px;left:89.5px;height:798px;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:none; }
#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#201d1e;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; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { background-color: transparent; background-image: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .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); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { border-width: 0; border-radius: 0; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { font-size:14px;font-family:arial;height:1709px;width:1200px;position:relative;display:block; }#ZClP8n9fqFdoJFu5fynnNn0R5vyFkXOg { color:#000000;display:block;width:1018px;position:absolute;font-family:oswald;font-size:32px;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.41);top:1161px;left:92px;height:124.781px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vR20m3z9OvUgLsu2KBNiTSsui8v6m2QF { color:#000000;display:block;width:1072.99px;position:absolute;font-family:oswald;font-size:13px;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.41);top:1285.7671203613px;left:63.484832763672px;height:16.8958px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTERiiZ1JlBuR5LpFOI1lQbtHOsaJo78 { background-color:#ff7400;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:oswald;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:560px;height:106px;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:1311px;left:329px;display:block; }
#rGtkpMf1rHZ2riAOTEG3Z663dqKimFdE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dvTPUK1OthQeIuOyuAG0OyrCkdTd2fEa { color:#000000;display:block;width:1072.99px;position:absolute;font-family:oswald;font-size:17px;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.41);top:1473px;left:64px;height:44px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QtD73IpIL9uS3GBl7WvaTJlIMFrqVqbI { position:absolute;display:block;z-index:15076;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:432px;width:298px;top:24px;left:117px;overflow:hidden;display:block; }
#kduBT1xJskUTaWGpvmtMJ82WcNRqNqci { position:absolute;display:block;z-index:15077;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:431px;width:350px;top:25px;left:434px;overflow:hidden;display:block; }
#gJTVx7mdVR1OOeXX28VpS3ToyVtZW12y { position:absolute;display:block;z-index:15078;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:432px;width:278px;top:24px;left:807px;overflow:hidden;display:block; }
#H59WhGFpDWcRELxE9TS8xKeBCIIIl9Ok { position:absolute;display:block;z-index:15079;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:372px;width:957px;top:483px;left:117px;overflow:hidden;display:block; }
#lsctDZJr89yofizd8Ntd3hqlzWFkDUCm { position:absolute;display:block;z-index:15080;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:240px;width:750px;top:583px;left:324px;overflow:hidden;display:block; }
#IMZVnZqSWSexGv8Dqa1quQO4xJBGTZ7M { box-sizing:content-box;height:266px;width:778px;position:absolute;display:block;z-index:15079;background-color:#e3e3e3;background-image:none;top:571px;left:310px;display:block; }
#HRGUit98zISGM2s78dxOir6rKNKURgd7 { color:#000000;display:block;width:1032.99px;position:absolute;font-family:oswald;font-size:26px;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.41);top:935.00004577637px;left:83.48486328125px;height:202.75px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LulMrnevE3MeZ5CdCCwgf7BtO4Jp09v7 { color:#000000;display:block;width:539px;position:absolute;font-family:oswald;font-size:13px;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.41);top:1417px;left:339px;height:33.7917px;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { width:764px;height:;top:7px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #UCXWzGqeTITgm4yNHM6UKn65oK1tBl91 { width:456px;height:89px;top:469px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #yTG6Jqx59lcQrbW5OiPezVhTUH8SurCr { display:block; }
 }@media only screen and (max-width: 763px) { #gqNtqyWDxQRZvafVGghxQizgJTbpKsKI { width:320px;height:;top:20px;left:0px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td { display:block; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeT8LzorxgS0TcPyMR1atLsm6zvtrfSi { width:764px;height:;top:34px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #rKfFmmr3yTEBmenIcPTqHhCJE8OWO87o { width:456px;height:89px;top:469px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #vvp5Lh9NfznGkwrVZ3DgIIExqOObUELo { display:block; }
 }@media only screen and (max-width: 763px) { #kEHVunvr7VyC6xqD8TqcvL00mZyOm12e { top:28px;left:0px;width:764px;height:2364px;display:block; }
 }@media only screen and (max-width: 763px) { #TX9dq3oihQJKfokvIRqG5TLFEQF3iklo { width:313px;height:;top:20px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #Gpvx6pn5ckqP2FHynypHztgAAfx7o9vy { width:305px;height:;top:271px;left:0px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #DhlpvAW7Zvc72c22zcoVdLRFdFZn3g2M { top:148px;left:38.486755371094px;width:687px;height:358px;display:block; }
 }@media only screen and (max-width: 763px) { #PCZyxfzUlLKEVuyZr1rAJ9hlSTTWRXot { width:764px;height:;top:506px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cCiTaDFGwDAop1IJ0XcAItBCgL6cc1PT { width:764px;height:;top:557px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NyUJizTmu6mdlm38LvD1BAvui8kU29OH .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#NyUJizTmu6mdlm38LvD1BAvui8kU29OH .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#NyUJizTmu6mdlm38LvD1BAvui8kU29OH { display:flex;width:288px;height:81px;top:622px;left:179.51892089844px; }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH #u2suwCFCgwqbeS5Gmg5ATnzNkXR1WNzS { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH #oKc0m7fclIeOFrN4AFnc1LebCyhPOFOS {  }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH #KZxxQ80hZK33bTdp7FK8QAvl6bzXkCqg {  }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH #ROhd36XZaLaxey9Wb2Iw0WAHANkKsuyz { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH #v4Xr8y3davt0kuSNJlQqaFDOT1pOPOxW {  }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH #ZWAtWo5z3oyJ38bK9KH2nZwGVz4pcTwM {  }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH #UDs7y8tqyVatIdNpRMeprWkQCRtFOKxw { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH #QMQAuv00mvhoSUFPUif1Rffk52tp5EO9 {  }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH #JmgwBEhnKCDvaRl5nHNuiowwRyz9kfnN {  }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH #tCTXqctSucTtfT5sZrZ74EHBV5yTg7TM { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH #WuSSIRw98KXktUVNx99Eg6wNiFspwJsO {  }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH #BrEOO9Qxmr7oCUfnufbf9GoeieOcske8 {  }
 }@media only screen and (max-width: 763px) { #JTUx0gXm1RIi4xT4x2sRad0LewqfwC21 { width:305px;height:;top:337px;left:0px;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZClP8n9fqFdoJFu5fynnNn0R5vyFkXOg { top:1161px;left:0px;width:764px;height:124px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #vR20m3z9OvUgLsu2KBNiTSsui8v6m2QF { top:1285px;left:0px;width:764px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #BTERiiZ1JlBuR5LpFOI1lQbtHOsaJo78 { width:560px;height:105px;top:1311px;left:111px;display:block; }
 }@media only screen and (max-width: 763px) { #rGtkpMf1rHZ2riAOTEG3Z663dqKimFdE { display:block; }
 }@media only screen and (max-width: 763px) { #dvTPUK1OthQeIuOyuAG0OyrCkdTd2fEa { top:1472px;left:0px;width:764px;height:44px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #QtD73IpIL9uS3GBl7WvaTJlIMFrqVqbI { top:24px;left:0px;width:297px;height:430.55990093694px;display:block; }
 }@media only screen and (max-width: 763px) { #kduBT1xJskUTaWGpvmtMJ82WcNRqNqci { top:25px;left:216px;width:350px;height:430.994px;display:block; }
 }@media only screen and (max-width: 763px) { #gJTVx7mdVR1OOeXX28VpS3ToyVtZW12y { top:24px;left:486px;width:277px;height:430.45643759533px;display:block; }
 }@media only screen and (max-width: 763px) { #H59WhGFpDWcRELxE9TS8xKeBCIIIl9Ok { top:483px;left:0px;width:764px;height:296.97708041187px;display:block; }
 }@media only screen and (max-width: 763px) { #lsctDZJr89yofizd8Ntd3hqlzWFkDUCm { top:583px;left:14px;width:750px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #IMZVnZqSWSexGv8Dqa1quQO4xJBGTZ7M { top:571px;left:0px;width:764px;height:265px;display:block; }
 }@media only screen and (max-width: 763px) { #HRGUit98zISGM2s78dxOir6rKNKURgd7 { top:935px;left:0px;width:764px;height:168px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #LulMrnevE3MeZ5CdCCwgf7BtO4Jp09v7 { top:1417px;left:121px;width:538px;height:33px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:#8d1019;background-image:none;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { width:320px;height:auto;top:7px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #UCXWzGqeTITgm4yNHM6UKn65oK1tBl91 { width:263px;height:76px;top:616px;left:28.500000953674px;font-size:21px;z-index:15008;font-family:oswald;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #yTG6Jqx59lcQrbW5OiPezVhTUH8SurCr { display:block; }
 }@media only screen and (max-width: 763px) { #gqNtqyWDxQRZvafVGghxQizgJTbpKsKI { width:320px;height:41.9886px;top:9.0056819915771px;left:0px;text-align:center;text-align-last:center;font-size:14px;color:#ffffff;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td { background-color:#231a19;background-image:none;display:block; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container { background-color: transparent; background-image: none; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container > .video-iframe-container { display: none; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row > .video-iframe-container { display: none; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .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); }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container { width:320px;height:535px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeT8LzorxgS0TcPyMR1atLsm6zvtrfSi { width:318.969px;height:0;top:34.1875px;left:1.031px;text-align:center;text-align-last:center;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #rKfFmmr3yTEBmenIcPTqHhCJE8OWO87o { width:263px;height:76px;top:460.01342010498px;left:57px;font-size:21px;z-index:15008;font-family:oswald;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #vvp5Lh9NfznGkwrVZ3DgIIExqOObUELo { display:block; }
 }@media only screen and (max-width: 763px) { #kEHVunvr7VyC6xqD8TqcvL00mZyOm12e { width:320px;height:511px;top:10.994384765625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TX9dq3oihQJKfokvIRqG5TLFEQF3iklo { width:313.987px;height:90px;top:20.000045776367px;left:6.0037870407104px;text-align:center;text-align-last:center;font-size:20px;color:#191717;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Gpvx6pn5ckqP2FHynypHztgAAfx7o9vy { width:305px;height:35.9848px;top:271.97920227051px;left:7.5000009536743px;text-align:center;text-align-last:center;font-size:12px;color:#201d1e;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #DhlpvAW7Zvc72c22zcoVdLRFdFZn3g2M { width:291.998px;height:150.994px;top:120.99432373047px;left:13.99621295929px;display:block; }
 }@media only screen and (max-width: 763px) { #PCZyxfzUlLKEVuyZr1rAJ9hlSTTWRXot { width:320px;height:0;top:497.96417999268px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #cCiTaDFGwDAop1IJ0XcAItBCgL6cc1PT { width:320px;height:0;top:548.95850372314px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NyUJizTmu6mdlm38LvD1BAvui8kU29OH .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#NyUJizTmu6mdlm38LvD1BAvui8kU29OH .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#NyUJizTmu6mdlm38LvD1BAvui8kU29OH { display:flex;width:287.983px;height:80.9848px;top:402px;left:0px; }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH #u2suwCFCgwqbeS5Gmg5ATnzNkXR1WNzS { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH #oKc0m7fclIeOFrN4AFnc1LebCyhPOFOS {  }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH #KZxxQ80hZK33bTdp7FK8QAvl6bzXkCqg {  }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH #ROhd36XZaLaxey9Wb2Iw0WAHANkKsuyz { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH #v4Xr8y3davt0kuSNJlQqaFDOT1pOPOxW {  }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH #ZWAtWo5z3oyJ38bK9KH2nZwGVz4pcTwM {  }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH #UDs7y8tqyVatIdNpRMeprWkQCRtFOKxw { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH #QMQAuv00mvhoSUFPUif1Rffk52tp5EO9 {  }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH #JmgwBEhnKCDvaRl5nHNuiowwRyz9kfnN {  }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH #tCTXqctSucTtfT5sZrZ74EHBV5yTg7TM { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH #WuSSIRw98KXktUVNx99Eg6wNiFspwJsO {  }
 }@media only screen and (max-width: 763px) { #NyUJizTmu6mdlm38LvD1BAvui8kU29OH #BrEOO9Qxmr7oCUfnufbf9GoeieOcske8 {  }
 }@media only screen and (max-width: 763px) { #JTUx0gXm1RIi4xT4x2sRad0LewqfwC21 { width:305px;height:71.9886px;top:330px;left:8px;text-align:center;text-align-last:center;font-size:24px;color:#201d1e;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { background-color:#ffffff;background-image:none;display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { background-color: transparent; background-image: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .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); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { width:320px;height:790px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZClP8n9fqFdoJFu5fynnNn0R5vyFkXOg { width:320px;height:124.773px;top:345px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vR20m3z9OvUgLsu2KBNiTSsui8v6m2QF { width:320px;height:19.4981px;top:469.7727355957px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTERiiZ1JlBuR5LpFOI1lQbtHOsaJo78 { width:300.985px;height:71.9886px;top:514.99054718018px;left:9.4981069564819px;font-size:14px;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;display:block; }
 }@media only screen and (max-width: 763px) { #rGtkpMf1rHZ2riAOTEG3Z663dqKimFdE { display:block; }
 }@media only screen and (max-width: 763px) { #dvTPUK1OthQeIuOyuAG0OyrCkdTd2fEa { width:320px;height:97px;top:667px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QtD73IpIL9uS3GBl7WvaTJlIMFrqVqbI { width:298px;height:432px;top:1009px;left:11px;display:none; }
 }@media only screen and (max-width: 763px) { #kduBT1xJskUTaWGpvmtMJ82WcNRqNqci { width:320px;height:394.042px;top:1461px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #gJTVx7mdVR1OOeXX28VpS3ToyVtZW12y { width:277.992px;height:431.998px;top:1514.0341796875px;left:20.994317054749px;display:none; }
 }@media only screen and (max-width: 763px) { #H59WhGFpDWcRELxE9TS8xKeBCIIIl9Ok { width:320px;height:124.375px;top:2327.042px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #lsctDZJr89yofizd8Ntd3hqlzWFkDUCm { width:320px;height:102.396px;top:2427.042px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #IMZVnZqSWSexGv8Dqa1quQO4xJBGTZ7M { width:320px;height:266px;top:2414.7087480469px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #HRGUit98zISGM2s78dxOir6rKNKURgd7 { width:320px;height:314.479px;top:9.9999771118164px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LulMrnevE3MeZ5CdCCwgf7BtO4Jp09v7 { width:320px;height:25.9848px;top:595.97541046143px;left:0px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }