.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3G13IHORnp4nObEScJB0eDiastrRCzS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,80,255,0.29), rgba(255,255,255,0.48));background-image: -moz-linear-gradient(180deg, rgba(0,80,255,0.29), rgba(255,255,255,0.48));background-image: -ms-linear-gradient(180deg, rgba(0,80,255,0.29), rgba(255,255,255,0.48));background-image: -o-linear-gradient(180deg, rgba(0,80,255,0.29), rgba(255,255,255,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#490050ff', endColorstr='#7affffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#490050ff', endColorstr='#7affffff' );";background-image: linear-gradient(180deg, rgba(0,80,255,0.29), rgba(255,255,255,0.48));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d3G13IHORnp4nObEScJB0eDiastrRCzS > .row .container { background-color: transparent; background-image: none; }#d3G13IHORnp4nObEScJB0eDiastrRCzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3G13IHORnp4nObEScJB0eDiastrRCzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3G13IHORnp4nObEScJB0eDiastrRCzS > .row .container > .video-iframe-container { display: none; }#d3G13IHORnp4nObEScJB0eDiastrRCzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3G13IHORnp4nObEScJB0eDiastrRCzS > .row > .video-iframe-container { display: none; }#d3G13IHORnp4nObEScJB0eDiastrRCzS > .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); }#d3G13IHORnp4nObEScJB0eDiastrRCzS > .row .container { border-width: 0; border-radius: 0; }#d3G13IHORnp4nObEScJB0eDiastrRCzS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d3G13IHORnp4nObEScJB0eDiastrRCzS > .row .container { font-size:14px;font-family:arial;height:458px;width:960px;position:relative;display:block; }#FCQNTApSOu9PDLVByzUuJSARqK8npikd { color:#000000;display:block;width:591px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:37px;left:184.5px;height:28px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ew6KaFavbflwFOW4dQslsGp1FltSudkI { color:#000000;display:block;width:916px;position:absolute;font-family:"open sans";font-size:30px;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:229px;left:22px;height:84px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AG7x1oglfJ8DePqpOzrd3cog5fsUX5Td { background-color:#ffa500;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 10px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:40px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:461px;height:74px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:343px;left:250px;display:block; }
#OceC1E3ATpqWHVnXAMIksr5w3sMA1zh2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Z8fRnZpwchTf4dWua96Pnpp4LhswmDCq { color:#000000;display:block;width:887px;position:absolute;font-family:montserrat;font-size:55px;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:90px;left:47px;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xp3TsgXTLW4BOSx8cPiqsH2mMsCrtC47 { color:#000000;display:block;width:895px;position:absolute;font-family:"open sans";font-size:30px;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:242px;left:32.5px;height:84px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pTFALikTQg66x137mgF5hlTgeLlJR5Pb { color:#000000;display:block;width:906px;position:absolute;font-family:montserrat;font-size:46px;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:81px;left:27px;height:128.797px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mppOZd4oc53x1aCboVCzmlhv60d15osw { position:relative;display:block; }#mppOZd4oc53x1aCboVCzmlhv60d15osw { background-color: transparent; background-image: none; }#mppOZd4oc53x1aCboVCzmlhv60d15osw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mppOZd4oc53x1aCboVCzmlhv60d15osw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mppOZd4oc53x1aCboVCzmlhv60d15osw > .row .container > .video-iframe-container { display: none; }#mppOZd4oc53x1aCboVCzmlhv60d15osw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mppOZd4oc53x1aCboVCzmlhv60d15osw > .row > .video-iframe-container { display: none; }#mppOZd4oc53x1aCboVCzmlhv60d15osw > .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); }#mppOZd4oc53x1aCboVCzmlhv60d15osw { border-width: 0; border-radius: 0; }#mppOZd4oc53x1aCboVCzmlhv60d15osw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mppOZd4oc53x1aCboVCzmlhv60d15osw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:558px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pKMyDvtcbhR7sx9WgrzK5Z4u0nhoviW2 { color:#000000;display:block;width:856px;position:absolute;font-family:montserrat;font-size:40px;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:16px;left:52px;height:56px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VS9xCyOmnMf7sn1azJCfPSOafSPCbbbi { color:#000000;display:block;width:856px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:83px;left:70px;height:30.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zRdvAx7VTMIFZZTsnAw78lS7fLIhVnTA { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:81px;left:36px; }
#JaxO6vAKstmnT030zXNhGa8uSGLL53ft { color:#000000;display:block;width:856px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:133px;left:70px;height:30.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xBKGAPRAnJQROw4F4AyRMJCA6BP1cWe8 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:131px;left:36px; }
#SpTHTnQEX0xAhDSBaziCXytat9R3AU3i { color:#000000;display:block;width:856px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:186px;left:70px;height:61.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rN2vQ4TJBwq7kJwPkSd0qGJmshBoPbLN { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:199px;left:37px; }
#K9d3nrqkrhDHELJ4cwZTgy4SGvux8AwT { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:268px;left:37px; }
#V66RXfrbVHX5mIW6qzFK3Ls9puVJitTg { color:#000000;display:block;width:872px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:259px;left:70px;height:61.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ky2RGBE5hcm8eLhDBHEr3TJT2SVb8ogS { color:#000000;display:block;width:856px;position:absolute;font-family:montserrat;font-size:23px;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:330px;left:69px;height:64.3906px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fFESINs9nGfAc4gy1aT6IZHDzWHmHUvx { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:345px;left:37px; }
#TzIS3HotuibNUMeT9fBeH1NdQRa8iJ0I { color:#000000;display:block;width:637px;position:absolute;font-family:montserrat;font-size:25px;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:434px;left:161.5px;height:70px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JpgTCNrnsILH2SJsxwbgHwRHqpH2KVdc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,80,255,0.17);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; }#JpgTCNrnsILH2SJsxwbgHwRHqpH2KVdc > .row .container { background-color: transparent; background-image: none; }#JpgTCNrnsILH2SJsxwbgHwRHqpH2KVdc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpgTCNrnsILH2SJsxwbgHwRHqpH2KVdc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpgTCNrnsILH2SJsxwbgHwRHqpH2KVdc > .row .container > .video-iframe-container { display: none; }#JpgTCNrnsILH2SJsxwbgHwRHqpH2KVdc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpgTCNrnsILH2SJsxwbgHwRHqpH2KVdc > .row > .video-iframe-container { display: none; }#JpgTCNrnsILH2SJsxwbgHwRHqpH2KVdc > .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); }#JpgTCNrnsILH2SJsxwbgHwRHqpH2KVdc > .row .container { border-width: 0; border-radius: 0; }#JpgTCNrnsILH2SJsxwbgHwRHqpH2KVdc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JpgTCNrnsILH2SJsxwbgHwRHqpH2KVdc > .row .container { font-size:14px;font-family:arial;height:1181px;width:960px;position:relative;display:block; }#zSqkvfpMlTLwqw354V7vvGocpGZpGE3H { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.19) ;height:394px;width:394px;top:28px;left:283px;overflow:hidden;display:block; }
#C0Xl9n8sHetF6g0FDNFIe6JXBSQG8Uvd { color:#000000;display:block;width:506px;position:absolute;font-family:montserrat;font-size:30px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:421px;left:227px;height:39px;text-align:center;text-align-last:center;display:block; }
#TwMgtyTWLM0cCRiTJg3ShvO9zcV3SPaE { color:#000000;display:block;width:711px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:471px;left:125px;height:648px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy { position:relative;display:block; }#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy { background-color: transparent; background-image: none; }#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy > .row .container > .video-iframe-container { display: none; }#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy > .row > .video-iframe-container { display: none; }#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy > .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); }#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy { border-width: 0; border-radius: 0; }#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:357px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SCxhvRPzdkd6gwhQrbhlPXIRQO7bTkHC { background-color:#ffa500;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 10px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:40px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:461px;height:74px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:63px;left:250px;display:block; }
#sxrS2ogpOpnV892aTAwlKKxQohfHDENg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 .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; }
#o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#101010;padding-top:12.27px;padding-right:11.31px;padding-bottom:12.27px;padding-left:11.31px;display:block;align-items:center;width:67.86px;min-width:67.86px;height:65.93px;position:relative;font-family:arial;font-size:49.08px;font-weight:700;line-height:65.93px;text-align:center;text-align-last:center;top:0px;left:0px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 .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.67px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:90.53px;height:26.04px;position:relative;font-family:"open sans";font-size:18.41px;font-weight:700;line-height:26.04px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:426px;height:124.18px;padding-top:15.93px;padding-right:16.55px;padding-bottom:15.93px;padding-left:16.55px;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:137px;left:249px;z-index:15036; }
#o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #N5JU8KLlmE2e8cv12OIu7MPu7689U45G { display:flex;position:relative;top:0px;left:0px; }
#o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #cCNzmutP56kePdTm5QHnPc4I3yEAaF1q { width:auto; }
#o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #wgdcAp9OIUMCuf0gVEQp1hxNfdobyOWU {  }
#o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #zCfPTVBiPtTGG5D2U2iS1HTxqywiqe4s { display:flex;position:relative;top:0px;left:0px; }
#o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #pudwCVlmaQdEXeB6opAlU8WMZ9MPCHed {  }
#o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #dcvAMeC0MUSU7CUyPNQ1wGngU5udiMiG {  }
#o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #Q3b9ZEXfilTOdsk4oKlhiAuA0eiQ1zJ0 { display:flex;position:relative;top:0px;left:0px; }
#o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #mc4WRo7zqLhvfbz8n5zSBZkBu3yqdToz {  }
#o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #ETQAacuKBFcfcdzBHNU0m4KKlTP6oE3A {  }
#o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #NrEkiwtk7Dc4eWO1FDIUiTFnSJB1msDp { display:flex;position:relative;top:0px;left:0px; }
#o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #JUDuQSpKFyu8IqxpJFrlx6smbyzC9Vsw {  }
#o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #d8HUyneRRT0Cl5oyC8uQQCGfuTkV08ux {  }
#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { background-color: transparent; background-image: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .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); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { border-width: 0; border-radius: 0; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { font-size:14px;font-family:arial;height:119px;width:960px;position:relative;display:block; }#CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:23.5px;left:0px;height:72px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #d3G13IHORnp4nObEScJB0eDiastrRCzS { display:block; }#d3G13IHORnp4nObEScJB0eDiastrRCzS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCQNTApSOu9PDLVByzUuJSARqK8npikd { top:37px;left:86.5px;width:591px;height:28px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Ew6KaFavbflwFOW4dQslsGp1FltSudkI { top:229px;left:0px;width:764px;height:84px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #AG7x1oglfJ8DePqpOzrd3cog5fsUX5Td { width:461px;height:74px;top:343px;left:152px;display:block; }
 }@media only screen and (max-width: 763px) { #OceC1E3ATpqWHVnXAMIksr5w3sMA1zh2 { display:block; }
 }@media only screen and (max-width: 763px) { #Z8fRnZpwchTf4dWua96Pnpp4LhswmDCq { top:56px;left:0px;width:320px;height:176px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #xp3TsgXTLW4BOSx8cPiqsH2mMsCrtC47 { top:321px;left:0px;width:314px;height:48px;font-size:10px;display:none; }
 }@media only screen and (max-width: 763px) { #pTFALikTQg66x137mgF5hlTgeLlJR5Pb { top:81px;left:0px;width:764px;height:128px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #mppOZd4oc53x1aCboVCzmlhv60d15osw { display:block; }#mppOZd4oc53x1aCboVCzmlhv60d15osw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKMyDvtcbhR7sx9WgrzK5Z4u0nhoviW2 { top:16px;left:0px;width:764px;height:56px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #VS9xCyOmnMf7sn1azJCfPSOafSPCbbbi { top:83px;left:0px;width:764px;height:30px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #zRdvAx7VTMIFZZTsnAw78lS7fLIhVnTA { top:81px;left:0px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #JaxO6vAKstmnT030zXNhGa8uSGLL53ft { top:133px;left:0px;width:764px;height:30px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #xBKGAPRAnJQROw4F4AyRMJCA6BP1cWe8 { top:131px;left:0px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #SpTHTnQEX0xAhDSBaziCXytat9R3AU3i { top:186px;left:0px;width:764px;height:60px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #rN2vQ4TJBwq7kJwPkSd0qGJmshBoPbLN { top:199px;left:0px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #K9d3nrqkrhDHELJ4cwZTgy4SGvux8AwT { top:268px;left:0px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #V66RXfrbVHX5mIW6qzFK3Ls9puVJitTg { top:259px;left:0px;width:764px;height:60px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ky2RGBE5hcm8eLhDBHEr3TJT2SVb8ogS { top:330px;left:0px;width:764px;height:64px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fFESINs9nGfAc4gy1aT6IZHDzWHmHUvx { top:345px;left:0px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #TzIS3HotuibNUMeT9fBeH1NdQRa8iJ0I { top:434px;left:63.5px;width:637px;height:70px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JpgTCNrnsILH2SJsxwbgHwRHqpH2KVdc { display:block; }#JpgTCNrnsILH2SJsxwbgHwRHqpH2KVdc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSqkvfpMlTLwqw354V7vvGocpGZpGE3H { top:28px;left:185px;width:394px;height:394px;display:block; }
 }@media only screen and (max-width: 763px) { #C0Xl9n8sHetF6g0FDNFIe6JXBSQG8Uvd { top:421px;left:129px;width:506px;height:39px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TwMgtyTWLM0cCRiTJg3ShvO9zcV3SPaE { width:711px;height:648px;top:471px;left:27px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy { display:block; }#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCxhvRPzdkd6gwhQrbhlPXIRQO7bTkHC { width:461px;height:74px;top:63px;left:152px;display:block; }
 }@media only screen and (max-width: 763px) { #sxrS2ogpOpnV892aTAwlKKxQohfHDENg { display:block; }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 .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; }
#o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 .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; }
#o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 { width:288px;height:81px;display:flex;top:742px;left:246.5px;z-index:15031; }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #N5JU8KLlmE2e8cv12OIu7MPu7689U45G { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #cCNzmutP56kePdTm5QHnPc4I3yEAaF1q {  }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #wgdcAp9OIUMCuf0gVEQp1hxNfdobyOWU {  }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #zCfPTVBiPtTGG5D2U2iS1HTxqywiqe4s { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #pudwCVlmaQdEXeB6opAlU8WMZ9MPCHed {  }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #dcvAMeC0MUSU7CUyPNQ1wGngU5udiMiG {  }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #Q3b9ZEXfilTOdsk4oKlhiAuA0eiQ1zJ0 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #mc4WRo7zqLhvfbz8n5zSBZkBu3yqdToz {  }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #ETQAacuKBFcfcdzBHNU0m4KKlTP6oE3A {  }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #NrEkiwtk7Dc4eWO1FDIUiTFnSJB1msDp { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #JUDuQSpKFyu8IqxpJFrlx6smbyzC9Vsw {  }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #d8HUyneRRT0Cl5oyC8uQQCGfuTkV08ux {  }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:764px;height:72px;top:23px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #d3G13IHORnp4nObEScJB0eDiastrRCzS { display:block; }#d3G13IHORnp4nObEScJB0eDiastrRCzS > .row .container { width:320px;height:395px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCQNTApSOu9PDLVByzUuJSARqK8npikd { width:320px;height:16px;top:20.984375px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ew6KaFavbflwFOW4dQslsGp1FltSudkI { width:301px;height:0;top:162px;left:9.5px;font-size:12px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AG7x1oglfJ8DePqpOzrd3cog5fsUX5Td { width:304px;height:74px;top:292px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #OceC1E3ATpqWHVnXAMIksr5w3sMA1zh2 { display:block; }
 }@media only screen and (max-width: 763px) { #Z8fRnZpwchTf4dWua96Pnpp4LhswmDCq { width:311px;height:0;top:158.984375px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xp3TsgXTLW4BOSx8cPiqsH2mMsCrtC47 { width:317px;height:28px;top:237px;left:1.5px;font-size:10px;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #pTFALikTQg66x137mgF5hlTgeLlJR5Pb { width:320px;height:168px;top:52px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mppOZd4oc53x1aCboVCzmlhv60d15osw { display:block; }#mppOZd4oc53x1aCboVCzmlhv60d15osw > .row .container { width:320px;height:930px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKMyDvtcbhR7sx9WgrzK5Z4u0nhoviW2 { width:297px;height:70px;top:28.34375px;left:11.5px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VS9xCyOmnMf7sn1azJCfPSOafSPCbbbi { width:303px;height:50px;top:153px;left:9px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zRdvAx7VTMIFZZTsnAw78lS7fLIhVnTA { display:flex;width:34px;height:34px;top:119px;left:143px; }
 }@media only screen and (max-width: 763px) { #JaxO6vAKstmnT030zXNhGa8uSGLL53ft { width:303px;height:75px;top:258px;left:8px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xBKGAPRAnJQROw4F4AyRMJCA6BP1cWe8 { display:flex;width:34px;height:34px;top:224px;left:143px; }
 }@media only screen and (max-width: 763px) { #SpTHTnQEX0xAhDSBaziCXytat9R3AU3i { width:303px;height:75px;top:391px;left:8px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rN2vQ4TJBwq7kJwPkSd0qGJmshBoPbLN { display:flex;width:34px;height:34px;top:357px;left:143px; }
 }@media only screen and (max-width: 763px) { #K9d3nrqkrhDHELJ4cwZTgy4SGvux8AwT { display:flex;width:34px;height:34px;top:485px;left:143px; }
 }@media only screen and (max-width: 763px) { #V66RXfrbVHX5mIW6qzFK3Ls9puVJitTg { width:303px;height:75px;top:519px;left:8px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ky2RGBE5hcm8eLhDBHEr3TJT2SVb8ogS { width:303px;height:75px;top:659px;left:9px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFESINs9nGfAc4gy1aT6IZHDzWHmHUvx { display:flex;width:34px;height:34px;top:625px;left:143px; }
 }@media only screen and (max-width: 763px) { #TzIS3HotuibNUMeT9fBeH1NdQRa8iJ0I { width:308px;height:75px;top:795.34375px;left:6px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JpgTCNrnsILH2SJsxwbgHwRHqpH2KVdc { display:block; }#JpgTCNrnsILH2SJsxwbgHwRHqpH2KVdc > .row .container { width:320px;height:1241px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSqkvfpMlTLwqw354V7vvGocpGZpGE3H { width:299px;height:299px;top:31.265625px;left:10.5px;box-shadow: 1px 1px 3px rgba(0,0,0,0.19) ;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;display:block; }
 }@media only screen and (max-width: 763px) { #C0Xl9n8sHetF6g0FDNFIe6JXBSQG8Uvd { width:309px;height:26px;top:340.265625px;left:5.5px;font-size:20px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TwMgtyTWLM0cCRiTJg3ShvO9zcV3SPaE { width:299px;height:819px;top:381px;left:10.5px;font-size:15px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy { display:block; }#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCxhvRPzdkd6gwhQrbhlPXIRQO7bTkHC { width:304px;height:74px;top:60px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #sxrS2ogpOpnV892aTAwlKKxQohfHDENg { display:block; }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 .widget-text.counter-number { padding-top:7.21px;padding-right:6.45px;padding-bottom:7.21px;padding-left:6.45px;width:38.68px;min-width:38.68px;height:38.76px;font-size:28.86px;line-height:38.76px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:4.51px;margin-right:0;margin-bottom:0;margin-left:0;width:51.58px;height:15.33px;font-size:10.82px;line-height:15.33px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 { width:270px;height:73.02px;display:flex;top:149px;left:11px;z-index:15031;padding-top:13.17px;padding-right:13.63px;padding-bottom:13.17px;padding-left:13.63px;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #N5JU8KLlmE2e8cv12OIu7MPu7689U45G { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #cCNzmutP56kePdTm5QHnPc4I3yEAaF1q {  }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #wgdcAp9OIUMCuf0gVEQp1hxNfdobyOWU {  }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #zCfPTVBiPtTGG5D2U2iS1HTxqywiqe4s { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #pudwCVlmaQdEXeB6opAlU8WMZ9MPCHed {  }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #dcvAMeC0MUSU7CUyPNQ1wGngU5udiMiG {  }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #Q3b9ZEXfilTOdsk4oKlhiAuA0eiQ1zJ0 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #mc4WRo7zqLhvfbz8n5zSBZkBu3yqdToz {  }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #ETQAacuKBFcfcdzBHNU0m4KKlTP6oE3A {  }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #NrEkiwtk7Dc4eWO1FDIUiTFnSJB1msDp { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #JUDuQSpKFyu8IqxpJFrlx6smbyzC9Vsw {  }
 }@media only screen and (max-width: 763px) { #o4wXV0Rxi5LKu5Ce8ooTT9EsUkTdU2c4 #d8HUyneRRT0Cl5oyC8uQQCGfuTkV08ux {  }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:320px;height:140px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:320px;height:72px;top:34px;left:0px;font-size:16px;display:block; }
 }