.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b91c90;background-image:url("https://images.assets-landingi.com/uc/70256d80-a575-4b96-8e0e-32e66441a415/Back202.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S.adaptive-delivery-prevent-bg, #N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S.lazyload, #N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S.lazyloading { background-image: none; }#N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S > .row .container { background-color: transparent; background-image: none; }#N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S > .row .container > .video-iframe-container { display: none; }#N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S > .row > .video-iframe-container { display: none; }#N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S > .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); }#N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S > .row .container { border-width: 0; border-radius: 0; }#N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S > .row > .video-iframe-container {  }#N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S > .row .container { font-size:0.875rem;font-family:arial;height:57.6875rem;width:75rem;position:relative;display:block; }#aUJNN3LxPiu7I3mvLQUtCG6ECP4z4aSF { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.0625rem;width:31.25rem;top:8.3125rem;left:22.90625rem;overflow:hidden;display:block; }
#cAkzC93mNdTs6xeVO0IDTsPSwEg0kfGC { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:"proxima nova ok";font-size:1.375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:26.9609375rem;left:28.53125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XB5zzfLtZrlBtHAJBe31mxEmsqCeCnXL { position:absolute;display:block;z-index:100003;background-color:#0a0080;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.625rem rgba(0,0,0,0.5) ;height:3.9375rem;width:32.5rem;top:25.88623046875rem;left:22.28125rem;display:block; }
#u2J8TFu5zVy6NaDQePPZCKTv3pK6VN3S { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:2.75rem;top:26.49267578125rem;left:24.03125rem;overflow:hidden;display:block; }
#EfyT3E2PWnhAshGnAfEfIU7ZMT3iTLyT { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:"proxima nova ok";font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:3.9375rem;left:15.0625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kSUPwN5wCpu7E3dI8S3C1pI1XPnk0803 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:11.25rem;top:3.25rem;left:51.75rem;overflow:hidden;display:block; }
#TQQJfGDZGlJpPqktHdKTXhCUrJTQCL7T { position:absolute;display:block;z-index:100017;background-color:transparent;background-image: -webkit-linear-gradient(101deg, #c91684, #ff45c4);background-image: -moz-linear-gradient(101deg, #c91684, #ff45c4);background-image: -ms-linear-gradient(101deg, #c91684, #ff45c4);background-image: -o-linear-gradient(101deg, #c91684, #ff45c4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c91684', endColorstr='#ff45c4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c91684', endColorstr='#ff45c4' );";background-image: linear-gradient(101deg, #c91684, #ff45c4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;height:2.4375rem;width:20.625rem;top:3.4375rem;left:12rem;display:block; }
#OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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; }
#OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#0a0080;padding-top:1.044375rem;padding-right:0.929375rem;padding-bottom:1.044375rem;padding-left:0.929375rem;display:block;align-items:center;width:5.576875rem;min-width:5.576875rem;height:5.61375rem;position:relative;font-family:"proxima nova ok";font-size:4.178125rem;font-weight:700;line-height:89.82px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg .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:0.653125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.43625rem;height:2.21875rem;position:relative;font-family:"open sans";font-size:1.566875rem;font-weight:400;line-height:35.5px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:8.4375rem;height:10.574375rem;padding-top:1.305625rem;padding-right:1.328125rem;padding-bottom:1.305625rem;padding-left:1.328125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:39.4375rem;left:20.75rem;z-index:100009; }
#OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #ArtUd184TfeguT0i8hMaUzwemgCnClyx { display:flex;position:relative;top:0rem;left:0rem; }
#OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #GzRdJIT7RxLAEc8iXcCMU7l8g6m8nZF8 { width:auto; }
#OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #mcg3GCO3oTS7KLyDNC7ZClzV6cD5u3O3 {  }
#OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #p8LCCGU3lDE1nTL2oDfiFffQuE9nA1Pb { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #v90AGFdczd2cSs07wVUO10WO9R5vztbC {  }
#OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #wwKdT5psf3NWSKZL1pgMoMwzkvdkqmKH {  }
#OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #LyWxFciSyJI1KdDQtmvHTktd2gP3mvDE { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #xD922gIuRFFB92uf3NV3HokiMUgPJZTi {  }
#OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #q6MFx498A7ZxD17WVtiT95VkLChGwLuE {  }
#OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #ymPnJqJTmig30rAXT2eLLgv7Niazi5cL { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #KcFOnuTnTSN67gWorRTLdcAmZb0U6Tro {  }
#OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #THVMh1F2QAZ1PaTLkeJm8sGGcKoea6DT {  }
#JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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; }
#JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#0a0080;padding-top:1.044375rem;padding-right:0.929375rem;padding-bottom:1.044375rem;padding-left:0.929375rem;display:block;align-items:center;width:5.576875rem;min-width:5.576875rem;height:5.61375rem;position:relative;font-family:"proxima nova ok";font-size:4.178125rem;font-weight:700;line-height:89.82px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA .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:0.653125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.43625rem;height:2.21875rem;position:relative;font-family:"open sans";font-size:1.566875rem;font-weight:400;line-height:35.5px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:8.4375rem;height:10.574375rem;padding-top:1.305625rem;padding-right:1.328125rem;padding-bottom:1.305625rem;padding-left:1.328125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:39.4375rem;left:29.1875rem;z-index:100010; }
#JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #XSPOolpKQ52TXdwrNDITv6sVKsrtklB1 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #aOL6TUMo4U75r9mdLPF2WSgeDSBTPKGr { width:auto; }
#JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #AyP47OlmfdPLnuLAg7brO9DrZnwd1agI {  }
#JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #UHiR8Pr6ZMrzBPTIlnUVNcavAyvEObAf { display:flex;position:relative;top:0rem;left:0rem; }
#JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #wMWc4wJFWuhvBsvlO4BgISsLFKrvWRv7 {  }
#JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #mFbItHLWMolsFiooRSrhzBnR4cbTcpeh {  }
#JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #MGXSwtCwcINtFLq3yULgop1mD49sD9ip { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #FZk7tgb40Mn7N81TTCs49tbnWsdeftoZ {  }
#JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #udRsyNT0WXNmBT5JBQGbg6x5P9VnW3FQ {  }
#JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #XHTHbxLFKeD07SwefC4i2EUPCQ4buikz { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #Oa6N2TALcVve4QCGPQQkbRzLETpm8JhU {  }
#JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #LcDEiNoBAkUeIviS3b7Q5KcXzpwCHoxF {  }
#GKtg45VXgQAryE5KNnxM6w3H5ReiVMzh { color:#0a0080;display:block;width:2.25rem;position:absolute;font-family:"proxima nova ok";font-size:2.8125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:42.5rem;left:28.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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; }
#XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#0a0080;padding-top:1.044375rem;padding-right:0.929375rem;padding-bottom:1.044375rem;padding-left:0.929375rem;display:block;align-items:center;width:5.576875rem;min-width:5.576875rem;height:5.61375rem;position:relative;font-family:"proxima nova ok";font-size:4.178125rem;font-weight:700;line-height:89.82px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd .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:0.653125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.43625rem;height:2.21875rem;position:relative;font-family:"open sans";font-size:1.566875rem;font-weight:400;line-height:35.5px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:8.4375rem;height:10.574375rem;padding-top:1.305625rem;padding-right:1.328125rem;padding-bottom:1.305625rem;padding-left:1.328125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:39.4375rem;left:37.8125rem;z-index:100011; }
#XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #OAT9e78dVmy4zbwxnvToth2iu9aU8J5S { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #til8wVEtTMU23KUDxQhRua4NlMmwO8Ep { width:auto; }
#XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #TBgCrOrHHeG4AP26hcIunITCATuoMSHI {  }
#XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #vaw9KPCKNX3xXKuc3o6RrnN61DqfOMft { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #qwJ3z9L2AM1TuypBr9BpuCsATlEC1ybk {  }
#XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #sfrt4qeNvtwqXRkPvTEAJuTN49scDcCz {  }
#XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #rfIyAkc8wEg6QBmJC93yTnVCHZX7Hgv5 { display:flex;position:relative;top:0rem;left:0rem; }
#XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #Q1P7IKrxwcDceL8yEOfrOiZIXUQRDhLH {  }
#XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #kGAMCsXTacXvufsZWQWDMzHFMz1n8LTv {  }
#XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #nbMnk3yb65wavb7fxNMyNsEdtoe4eF29 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #hLfFWRdhVCBdhwGoKHCFTI8WiU90z2mX {  }
#XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #FMJS6dRUT7zprzF2ap4Sn4cktJ6f189u {  }
#TUuCDsV9sFn206TgNDqHPpq3KIgCGoZT { color:#0a0080;display:block;width:2.25rem;position:absolute;font-family:"proxima nova ok";font-size:2.8125rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:42.5rem;left:37.4375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lPVdV32XW3TZZHmgXLkM6TzT7L89mucm { color:#6d6e71;display:block;width:4.375rem;position:absolute;font-family:"proxima nova ok";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:46.25rem;left:23.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#b1hDnzdKtPuO6m6AsJJKQy15g0OpxBnd { color:#6d6e71;display:block;width:4.375rem;position:absolute;font-family:"proxima nova ok";font-size:1rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:46.25rem;left:32.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#XI4HTJ4XTfvB092inLWFFmp9lLszcJvP { color:#6d6e71;display:block;width:6.375rem;position:absolute;font-family:"proxima nova ok";font-size:1rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:46.25rem;left:39.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Sy488wpU8pABgtTTACnMcK071resThTT .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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; }
#Sy488wpU8pABgtTTACnMcK071resThTT .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#0a0080;padding-top:1.044375rem;padding-right:0.929375rem;padding-bottom:1.044375rem;padding-left:0.929375rem;display:block;align-items:center;width:5.576875rem;min-width:5.576875rem;height:5.61375rem;position:relative;font-family:"proxima nova ok";font-size:4.178125rem;font-weight:700;line-height:89.82px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Sy488wpU8pABgtTTACnMcK071resThTT .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:0.653125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.43625rem;height:2.21875rem;position:relative;font-family:"open sans";font-size:1.566875rem;font-weight:400;line-height:35.5px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Sy488wpU8pABgtTTACnMcK071resThTT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:8.4375rem;height:10.574375rem;padding-top:1.305625rem;padding-right:1.328125rem;padding-bottom:1.305625rem;padding-left:1.328125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:39.4375rem;left:46.1875rem;z-index:100012; }
#Sy488wpU8pABgtTTACnMcK071resThTT #y47W7DXgD4GPwxUOx23kUl0Sf0Lt9fwG { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Sy488wpU8pABgtTTACnMcK071resThTT #EOpaSB2rax0yI5kCaFT1ReUkrivTQyKV { width:auto; }
#Sy488wpU8pABgtTTACnMcK071resThTT #gyVEcpiDlJC15PaWP3Pzas1GAruH18ZL {  }
#Sy488wpU8pABgtTTACnMcK071resThTT #N3FHMbNqmRUgguvwQrVveahL1V82MzN8 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Sy488wpU8pABgtTTACnMcK071resThTT #N4QqbfNh6FdikRadAe8tcg30o0i3sVWK {  }
#Sy488wpU8pABgtTTACnMcK071resThTT #ka7STJhQFTDWQw9Fetc8Q6UqSfdNkyd2 {  }
#Sy488wpU8pABgtTTACnMcK071resThTT #THPHN3oFKDCPfZ2XdxqitSBrlbKNBWzN { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Sy488wpU8pABgtTTACnMcK071resThTT #cZNKClo8inOtK50KwwTSSTxFA3gwsEqe {  }
#Sy488wpU8pABgtTTACnMcK071resThTT #cTp4UxIadwQVhAASSeDn4EFs2qf94wJM {  }
#Sy488wpU8pABgtTTACnMcK071resThTT #EEVb2Uwye7MCsR4Iy898149Ve6UEmgdU { display:flex;position:relative;top:0rem;left:0rem; }
#Sy488wpU8pABgtTTACnMcK071resThTT #z2ic3GwKBPVNbGMN58PMVoG3au06TeLk {  }
#Sy488wpU8pABgtTTACnMcK071resThTT #JO62vUcSAiuRIMo6DT9MJ2nsEfTO9LAg {  }
#Ws8ienK5M73EimZ5LZSNDuKxUMlPKtR3 { color:#0a0080;display:block;width:2.25rem;position:absolute;font-family:"proxima nova ok";font-size:2.8125rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:42.5rem;left:45.9375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nqsIyZmiw2Hfc9UgJv3bJi5OptCllB47 { color:#6d6e71;display:block;width:6.375rem;position:absolute;font-family:"proxima nova ok";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:46.25rem;left:48.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#FsNoSO6mNlCRpB3GZP9RFrp9PCwqn5I2 { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:"proxima nova ok";font-size:1.5625rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:35.21142578125rem;left:28.28125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oz8sH6emsnNbM9sO1iHB6e8gVQhFCS5B { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100022;opacity:1;top:37.0625rem;left:37.4375rem; }
#clxR9VeBqycsn4DVmrq3D7d7TsqvCna9 { position:absolute;display:block;z-index:99984;background-color:#ffffff;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:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;height:9.375rem;width:42.5rem;top:40.21728515625rem;left:17.28125rem;display:block; }
#KuTSbgN95bFDtOiAUzZ5v2ixAedT9U7G { color:#ffffff;display:block;width:32.125rem;position:absolute;font-family:"proxima nova ok";font-size:0.9375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:30.77392578125rem;left:22.46875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k > .row .container { background-color: transparent; background-image: none; }#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k > .row .container > .video-iframe-container { display: none; }#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k > .row > .video-iframe-container { display: none; }#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k > .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); }#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k > .row .container { border-width: 0; border-radius: 0; }#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k > .row > .video-iframe-container {  }#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#NscSJO5Qhd6SJZEumNDowcWWk8vxFSr5 { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:"proxima nova ok";font-size:0.8125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:1.8779296875rem;left:38.3125rem;height:1.05615rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#l0NbFvzPiThz1XZgGVX1X7Xf1tbyVTpT { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:8.75rem;top:1.28125rem;left:13.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S { display:block; }#N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUJNN3LxPiu7I3mvLQUtCG6ECP4z4aSF { top:8.3125rem;left:9.28125rem;width:31.25rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAkzC93mNdTs6xeVO0IDTsPSwEg0kfGC { top:26.9375rem;left:14.90625rem;width:20.5rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB5zzfLtZrlBtHAJBe31mxEmsqCeCnXL { top:25.875rem;left:8.65625rem;width:32.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2J8TFu5zVy6NaDQePPZCKTv3pK6VN3S { top:26.4375rem;left:10.40625rem;width:2.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfyT3E2PWnhAshGnAfEfIU7ZMT3iTLyT { top:3.9375rem;left:1.4375rem;width:14.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSUPwN5wCpu7E3dI8S3C1pI1XPnk0803 { top:3.25rem;left:36.5rem;width:11.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQQJfGDZGlJpPqktHdKTXhCUrJTQCL7T { top:3.4375rem;left:0rem;width:20.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg { display:flex;width:4.5rem;height:5.0625rem;top:10.625rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #ArtUd184TfeguT0i8hMaUzwemgCnClyx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #GzRdJIT7RxLAEc8iXcCMU7l8g6m8nZF8 {  }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #mcg3GCO3oTS7KLyDNC7ZClzV6cD5u3O3 {  }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #p8LCCGU3lDE1nTL2oDfiFffQuE9nA1Pb { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #v90AGFdczd2cSs07wVUO10WO9R5vztbC {  }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #wwKdT5psf3NWSKZL1pgMoMwzkvdkqmKH {  }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #LyWxFciSyJI1KdDQtmvHTktd2gP3mvDE { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #xD922gIuRFFB92uf3NV3HokiMUgPJZTi {  }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #q6MFx498A7ZxD17WVtiT95VkLChGwLuE {  }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #ymPnJqJTmig30rAXT2eLLgv7Niazi5cL { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #KcFOnuTnTSN67gWorRTLdcAmZb0U6Tro {  }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #THVMh1F2QAZ1PaTLkeJm8sGGcKoea6DT {  }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA { display:flex;width:4.5rem;height:5.0625rem;top:10.625rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #XSPOolpKQ52TXdwrNDITv6sVKsrtklB1 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #aOL6TUMo4U75r9mdLPF2WSgeDSBTPKGr {  }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #AyP47OlmfdPLnuLAg7brO9DrZnwd1agI {  }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #UHiR8Pr6ZMrzBPTIlnUVNcavAyvEObAf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #wMWc4wJFWuhvBsvlO4BgISsLFKrvWRv7 {  }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #mFbItHLWMolsFiooRSrhzBnR4cbTcpeh {  }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #MGXSwtCwcINtFLq3yULgop1mD49sD9ip { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #FZk7tgb40Mn7N81TTCs49tbnWsdeftoZ {  }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #udRsyNT0WXNmBT5JBQGbg6x5P9VnW3FQ {  }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #XHTHbxLFKeD07SwefC4i2EUPCQ4buikz { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #Oa6N2TALcVve4QCGPQQkbRzLETpm8JhU {  }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #LcDEiNoBAkUeIviS3b7Q5KcXzpwCHoxF {  }
 }@media only screen and (max-width: 763px) { #GKtg45VXgQAryE5KNnxM6w3H5ReiVMzh { top:42.5rem;left:15.25rem;width:2.25rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd { display:flex;width:4.5rem;height:5.0625rem;top:10.625rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #OAT9e78dVmy4zbwxnvToth2iu9aU8J5S { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #til8wVEtTMU23KUDxQhRua4NlMmwO8Ep {  }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #TBgCrOrHHeG4AP26hcIunITCATuoMSHI {  }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #vaw9KPCKNX3xXKuc3o6RrnN61DqfOMft { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #qwJ3z9L2AM1TuypBr9BpuCsATlEC1ybk {  }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #sfrt4qeNvtwqXRkPvTEAJuTN49scDcCz {  }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #rfIyAkc8wEg6QBmJC93yTnVCHZX7Hgv5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #Q1P7IKrxwcDceL8yEOfrOiZIXUQRDhLH {  }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #kGAMCsXTacXvufsZWQWDMzHFMz1n8LTv {  }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #nbMnk3yb65wavb7fxNMyNsEdtoe4eF29 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #hLfFWRdhVCBdhwGoKHCFTI8WiU90z2mX {  }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #FMJS6dRUT7zprzF2ap4Sn4cktJ6f189u {  }
 }@media only screen and (max-width: 763px) { #TUuCDsV9sFn206TgNDqHPpq3KIgCGoZT { top:42.5rem;left:23.8125rem;width:2.25rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPVdV32XW3TZZHmgXLkM6TzT7L89mucm { top:46.25rem;left:9.875rem;width:4.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1hDnzdKtPuO6m6AsJJKQy15g0OpxBnd { top:46.25rem;left:18.5rem;width:4.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI4HTJ4XTfvB092inLWFFmp9lLszcJvP { top:46.25rem;left:26rem;width:6.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Sy488wpU8pABgtTTACnMcK071resThTT .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Sy488wpU8pABgtTTACnMcK071resThTT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Sy488wpU8pABgtTTACnMcK071resThTT { display:flex;width:4.5rem;height:5.0625rem;top:10.625rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT #y47W7DXgD4GPwxUOx23kUl0Sf0Lt9fwG { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT #EOpaSB2rax0yI5kCaFT1ReUkrivTQyKV {  }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT #gyVEcpiDlJC15PaWP3Pzas1GAruH18ZL {  }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT #N3FHMbNqmRUgguvwQrVveahL1V82MzN8 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT #N4QqbfNh6FdikRadAe8tcg30o0i3sVWK {  }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT #ka7STJhQFTDWQw9Fetc8Q6UqSfdNkyd2 {  }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT #THPHN3oFKDCPfZ2XdxqitSBrlbKNBWzN { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT #cZNKClo8inOtK50KwwTSSTxFA3gwsEqe {  }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT #cTp4UxIadwQVhAASSeDn4EFs2qf94wJM {  }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT #EEVb2Uwye7MCsR4Iy898149Ve6UEmgdU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT #z2ic3GwKBPVNbGMN58PMVoG3au06TeLk {  }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT #JO62vUcSAiuRIMo6DT9MJ2nsEfTO9LAg {  }
 }@media only screen and (max-width: 763px) { #Ws8ienK5M73EimZ5LZSNDuKxUMlPKtR3 { top:42.5rem;left:32.3125rem;width:2.25rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqsIyZmiw2Hfc9UgJv3bJi5OptCllB47 { top:46.25rem;left:34.4375rem;width:6.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsNoSO6mNlCRpB3GZP9RFrp9PCwqn5I2 { top:35.1875rem;left:14.65625rem;width:20.5rem;height:0;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz8sH6emsnNbM9sO1iHB6e8gVQhFCS5B { top:37.0625rem;left:23.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clxR9VeBqycsn4DVmrq3D7d7TsqvCna9 { top:40.1875rem;left:3.65625rem;width:42.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuTSbgN95bFDtOiAUzZ5v2ixAedT9U7G { top:30.75rem;left:8.84375rem;width:32.125rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k { display:block; }#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NscSJO5Qhd6SJZEumNDowcWWk8vxFSr5 { top:1.875rem;left:23.0625rem;width:24.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0NbFvzPiThz1XZgGVX1X7Xf1tbyVTpT { top:1.25rem;left:0.125rem;width:8.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S { background-color:#320f76;background-image:url("https://images.assets-landingi.com/uc/6ca7d4b5-559e-4346-9549-4ad75fb45108/Back1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S.adaptive-delivery-prevent-bg, #N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S.lazyload, #N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S.lazyloading { background-image: none; }#N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S > .row .container { background-color: transparent; background-image: none; }#N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S > .row .container > .video-iframe-container { display: none; }#N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S > .row > .video-iframe-container { display: none; }#N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S > .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); }#N6woF3T7lFmUtSxsJgNFfyav5hOdnl6S > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUJNN3LxPiu7I3mvLQUtCG6ECP4z4aSF { width:17.5rem;height:8.4375rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAkzC93mNdTs6xeVO0IDTsPSwEg0kfGC { width:18.6875rem;height:1.54345625rem;top:13.875rem;left:0.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB5zzfLtZrlBtHAJBe31mxEmsqCeCnXL { width:19.5rem;height:2.5rem;top:13.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2J8TFu5zVy6NaDQePPZCKTv3pK6VN3S { width:1.875rem;height:1.75rem;top:17.10546875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EfyT3E2PWnhAshGnAfEfIU7ZMT3iTLyT { width:10.625rem;height:0;top:3.6630859375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kSUPwN5wCpu7E3dI8S3C1pI1XPnk0803 { width:8.125rem;height:2.1125rem;top:0.9375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQQJfGDZGlJpPqktHdKTXhCUrJTQCL7T { width:20rem;height:2.4375rem;top:18.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg .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; }
#OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg .widget-text.counter-number { padding-top:0.4875rem;padding-right:0.42875rem;padding-bottom:0.4875rem;padding-left:0.42875rem;width:2.57125rem;min-width:2.57125rem;height:2.62125rem;font-size:1.95rem;line-height:41.94px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.305rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.429375rem;height:1.03625rem;font-size:0.731875rem;line-height:16.58px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg { display:flex;width:4.4375rem;height:4.9375rem;top:23.75rem;left:1rem;padding-top:1.27375rem;padding-right:1.30125rem;padding-bottom:1.27375rem;padding-left:1.30125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;z-index:100023; }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #ArtUd184TfeguT0i8hMaUzwemgCnClyx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #GzRdJIT7RxLAEc8iXcCMU7l8g6m8nZF8 {  }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #mcg3GCO3oTS7KLyDNC7ZClzV6cD5u3O3 {  }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #p8LCCGU3lDE1nTL2oDfiFffQuE9nA1Pb { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #v90AGFdczd2cSs07wVUO10WO9R5vztbC {  }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #wwKdT5psf3NWSKZL1pgMoMwzkvdkqmKH {  }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #LyWxFciSyJI1KdDQtmvHTktd2gP3mvDE { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #xD922gIuRFFB92uf3NV3HokiMUgPJZTi {  }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #q6MFx498A7ZxD17WVtiT95VkLChGwLuE {  }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #ymPnJqJTmig30rAXT2eLLgv7Niazi5cL { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #KcFOnuTnTSN67gWorRTLdcAmZb0U6Tro {  }
 }@media only screen and (max-width: 763px) { #OpnJFeKZumnckSJ3RP8Cq8u5mU3REqBg #THVMh1F2QAZ1PaTLkeJm8sGGcKoea6DT {  }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA { display:flex;width:4.5rem;height:5.0625rem;top:23.5625rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #XSPOolpKQ52TXdwrNDITv6sVKsrtklB1 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #aOL6TUMo4U75r9mdLPF2WSgeDSBTPKGr {  }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #AyP47OlmfdPLnuLAg7brO9DrZnwd1agI {  }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #UHiR8Pr6ZMrzBPTIlnUVNcavAyvEObAf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #wMWc4wJFWuhvBsvlO4BgISsLFKrvWRv7 {  }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #mFbItHLWMolsFiooRSrhzBnR4cbTcpeh {  }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #MGXSwtCwcINtFLq3yULgop1mD49sD9ip { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #FZk7tgb40Mn7N81TTCs49tbnWsdeftoZ {  }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #udRsyNT0WXNmBT5JBQGbg6x5P9VnW3FQ {  }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #XHTHbxLFKeD07SwefC4i2EUPCQ4buikz { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #Oa6N2TALcVve4QCGPQQkbRzLETpm8JhU {  }
 }@media only screen and (max-width: 763px) { #JDHxnAuhIWDSmtJGOhWcd8k93k3r2OPA #LcDEiNoBAkUeIviS3b7Q5KcXzpwCHoxF {  }
 }@media only screen and (max-width: 763px) { #GKtg45VXgQAryE5KNnxM6w3H5ReiVMzh { width:2.25rem;height:2.03125rem;top:25.625rem;left:4.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd { display:flex;width:4.5rem;height:5.0625rem;top:23.5625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #OAT9e78dVmy4zbwxnvToth2iu9aU8J5S { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #til8wVEtTMU23KUDxQhRua4NlMmwO8Ep {  }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #TBgCrOrHHeG4AP26hcIunITCATuoMSHI {  }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #vaw9KPCKNX3xXKuc3o6RrnN61DqfOMft { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #qwJ3z9L2AM1TuypBr9BpuCsATlEC1ybk {  }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #sfrt4qeNvtwqXRkPvTEAJuTN49scDcCz {  }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #rfIyAkc8wEg6QBmJC93yTnVCHZX7Hgv5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #Q1P7IKrxwcDceL8yEOfrOiZIXUQRDhLH {  }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #kGAMCsXTacXvufsZWQWDMzHFMz1n8LTv {  }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #nbMnk3yb65wavb7fxNMyNsEdtoe4eF29 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #hLfFWRdhVCBdhwGoKHCFTI8WiU90z2mX {  }
 }@media only screen and (max-width: 763px) { #XBe5KKChR2TH1omZ2JVLMHtKB7FA8BPd #FMJS6dRUT7zprzF2ap4Sn4cktJ6f189u {  }
 }@media only screen and (max-width: 763px) { #TUuCDsV9sFn206TgNDqHPpq3KIgCGoZT { width:2.25rem;height:2.03125rem;top:25.625rem;left:8.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPVdV32XW3TZZHmgXLkM6TzT7L89mucm { width:4.375rem;height:0.9746125rem;top:27.875rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1hDnzdKtPuO6m6AsJJKQy15g0OpxBnd { width:4.375rem;height:0.9746125rem;top:27.875rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI4HTJ4XTfvB092inLWFFmp9lLszcJvP { width:6.375rem;height:0.9746125rem;top:27.875rem;left:8.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Sy488wpU8pABgtTTACnMcK071resThTT .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Sy488wpU8pABgtTTACnMcK071resThTT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Sy488wpU8pABgtTTACnMcK071resThTT { display:flex;width:4.5rem;height:5.0625rem;top:23.5625rem;left:12.8125rem;z-index:99984; }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT #y47W7DXgD4GPwxUOx23kUl0Sf0Lt9fwG { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT #EOpaSB2rax0yI5kCaFT1ReUkrivTQyKV {  }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT #gyVEcpiDlJC15PaWP3Pzas1GAruH18ZL {  }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT #N3FHMbNqmRUgguvwQrVveahL1V82MzN8 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT #N4QqbfNh6FdikRadAe8tcg30o0i3sVWK {  }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT #ka7STJhQFTDWQw9Fetc8Q6UqSfdNkyd2 {  }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT #THPHN3oFKDCPfZ2XdxqitSBrlbKNBWzN { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT #cZNKClo8inOtK50KwwTSSTxFA3gwsEqe {  }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT #cTp4UxIadwQVhAASSeDn4EFs2qf94wJM {  }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT #EEVb2Uwye7MCsR4Iy898149Ve6UEmgdU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT #z2ic3GwKBPVNbGMN58PMVoG3au06TeLk {  }
 }@media only screen and (max-width: 763px) { #Sy488wpU8pABgtTTACnMcK071resThTT #JO62vUcSAiuRIMo6DT9MJ2nsEfTO9LAg {  }
 }@media only screen and (max-width: 763px) { #Ws8ienK5M73EimZ5LZSNDuKxUMlPKtR3 { width:2.25rem;height:2.03125rem;top:25.625rem;left:12.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqsIyZmiw2Hfc9UgJv3bJi5OptCllB47 { width:6.375rem;height:0.9746125rem;top:27.875rem;left:12.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsNoSO6mNlCRpB3GZP9RFrp9PCwqn5I2 { width:20rem;height:1.625rem;top:20.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz8sH6emsnNbM9sO1iHB6e8gVQhFCS5B { width:1.5625rem;height:1.5625rem;top:22.0625rem;left:9.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #clxR9VeBqycsn4DVmrq3D7d7TsqvCna9 { width:18.375rem;height:5.0625rem;top:24.5rem;left:0.8125rem;z-index:99983;display:block; }
 }@media only screen and (max-width: 763px) { #KuTSbgN95bFDtOiAUzZ5v2ixAedT9U7G { width:20rem;height:2.923825rem;top:16.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k { display:block; }#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NscSJO5Qhd6SJZEumNDowcWWk8vxFSr5 { width:8.75rem;height:1.625rem;top:0.47802734375rem;left:11.25rem;font-size:0.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #l0NbFvzPiThz1XZgGVX1X7Xf1tbyVTpT { width:6.25rem;height:1.5625rem;top:0.50927734375rem;left:0rem;display:block; }
 }