.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#eaxzqM3MES0klqUOeKQHLp2X7Mf7CIgr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ea5f24;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; }#eaxzqM3MES0klqUOeKQHLp2X7Mf7CIgr > .row .container { background-color: transparent; background-image: none; }#eaxzqM3MES0klqUOeKQHLp2X7Mf7CIgr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaxzqM3MES0klqUOeKQHLp2X7Mf7CIgr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaxzqM3MES0klqUOeKQHLp2X7Mf7CIgr > .row .container > .video-iframe-container { display: none; }#eaxzqM3MES0klqUOeKQHLp2X7Mf7CIgr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaxzqM3MES0klqUOeKQHLp2X7Mf7CIgr > .row > .video-iframe-container { display: none; }#eaxzqM3MES0klqUOeKQHLp2X7Mf7CIgr > .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); }#eaxzqM3MES0klqUOeKQHLp2X7Mf7CIgr > .row .container { border-width: 0; border-radius: 0; }#eaxzqM3MES0klqUOeKQHLp2X7Mf7CIgr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eaxzqM3MES0klqUOeKQHLp2X7Mf7CIgr > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#Pmsw60XsTkHzGult3TQU8Lbt1UowJ0QD { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;color:#6a4b4b;display:block; }
#iHP9JSrxA27bMNDea7aXx9E9czu1KRXh { position:relative;display:block; }#iHP9JSrxA27bMNDea7aXx9E9czu1KRXh { background-color: transparent; background-image: none; }#iHP9JSrxA27bMNDea7aXx9E9czu1KRXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHP9JSrxA27bMNDea7aXx9E9czu1KRXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHP9JSrxA27bMNDea7aXx9E9czu1KRXh > .row .container > .video-iframe-container { display: none; }#iHP9JSrxA27bMNDea7aXx9E9czu1KRXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHP9JSrxA27bMNDea7aXx9E9czu1KRXh > .row > .video-iframe-container { display: none; }#iHP9JSrxA27bMNDea7aXx9E9czu1KRXh > .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); }#iHP9JSrxA27bMNDea7aXx9E9czu1KRXh { border-width: 0; border-radius: 0; }#iHP9JSrxA27bMNDea7aXx9E9czu1KRXh > .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; }#iHP9JSrxA27bMNDea7aXx9E9czu1KRXh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mtDfF5VT4USWRvLrySi6TNbbUOTlGvcH { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:3.16796875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#onnbAK8piQPmsysRV3r9D39RnzolHRhq { position:relative;display:block; }#onnbAK8piQPmsysRV3r9D39RnzolHRhq { background-color: transparent; background-image: none; }#onnbAK8piQPmsysRV3r9D39RnzolHRhq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onnbAK8piQPmsysRV3r9D39RnzolHRhq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onnbAK8piQPmsysRV3r9D39RnzolHRhq > .row .container > .video-iframe-container { display: none; }#onnbAK8piQPmsysRV3r9D39RnzolHRhq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onnbAK8piQPmsysRV3r9D39RnzolHRhq > .row > .video-iframe-container { display: none; }#onnbAK8piQPmsysRV3r9D39RnzolHRhq > .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); }#onnbAK8piQPmsysRV3r9D39RnzolHRhq { border-width: 0; border-radius: 0; }#onnbAK8piQPmsysRV3r9D39RnzolHRhq > .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; }#onnbAK8piQPmsysRV3r9D39RnzolHRhq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PxCD8UbOsgMfZxIZREXROxTFAVoeHmo9 { display:block;width:37.625rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;color:#000000;display:block; }
#zZEMGfhbCWLMfGJxnnqOxmEyJgPBpCth { display:block;width:36.625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:11rem;left:0.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#000000;display:block; }
#MVhAtC6t2hefcLuFotKC5TGn8ZvC5PoX { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:23.4375rem;top:0rem;left:44.53125rem;overflow:hidden;display:block; }
#TdfhE5hUIqlVBEZDcy7TCAgSRDmUnUzO { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TdfhE5hUIqlVBEZDcy7TCAgSRDmUnUzO > .row .container { background-color: transparent; background-image: none; }#TdfhE5hUIqlVBEZDcy7TCAgSRDmUnUzO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdfhE5hUIqlVBEZDcy7TCAgSRDmUnUzO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdfhE5hUIqlVBEZDcy7TCAgSRDmUnUzO > .row .container > .video-iframe-container { display: none; }#TdfhE5hUIqlVBEZDcy7TCAgSRDmUnUzO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdfhE5hUIqlVBEZDcy7TCAgSRDmUnUzO > .row > .video-iframe-container { display: none; }#TdfhE5hUIqlVBEZDcy7TCAgSRDmUnUzO > .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); }#TdfhE5hUIqlVBEZDcy7TCAgSRDmUnUzO > .row .container { border-width: 0; border-radius: 0; }#TdfhE5hUIqlVBEZDcy7TCAgSRDmUnUzO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TdfhE5hUIqlVBEZDcy7TCAgSRDmUnUzO > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#qSREAqpOFhvvA7DVOcoyq2IKgMqlTKB7 { color:#961853;display:block;width:18.558625rem;position:absolute;font-family:"open sans";font-size:4.4375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:1.5625rem;left:39.4375rem;height:6.65625rem;text-align:center;text-align-last:center;display:block; }
#T3T4Xfw8RUHOmNTJZmKOSLO2bTB2Savr { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:3.5rem;left:12.1875rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#R4AVV8nOhsXuu5vuTk9ucy1z6M7Q2ssk { display:block;width:10.558625rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.875rem;left:52.375rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;color:#000000;display:block; }
#DW14q0BcbbRcwAFOtOdksPbtwoimaBWT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ea5f24;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; }#DW14q0BcbbRcwAFOtOdksPbtwoimaBWT > .row .container { background-color: transparent; background-image: none; }#DW14q0BcbbRcwAFOtOdksPbtwoimaBWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DW14q0BcbbRcwAFOtOdksPbtwoimaBWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DW14q0BcbbRcwAFOtOdksPbtwoimaBWT > .row .container > .video-iframe-container { display: none; }#DW14q0BcbbRcwAFOtOdksPbtwoimaBWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DW14q0BcbbRcwAFOtOdksPbtwoimaBWT > .row > .video-iframe-container { display: none; }#DW14q0BcbbRcwAFOtOdksPbtwoimaBWT > .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); }#DW14q0BcbbRcwAFOtOdksPbtwoimaBWT > .row .container { border-width: 0; border-radius: 0; }#DW14q0BcbbRcwAFOtOdksPbtwoimaBWT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DW14q0BcbbRcwAFOtOdksPbtwoimaBWT > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#XbGN2phI7gixnzk8TfolsXQBHym1AqFW { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:3.46875rem;left:6.25rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#Eq4zFpnK3eynsZSPkIQlI1VU3pwEGEGq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:7.6875rem;left:34.809898376465rem; }
#mukCHb6xuXNKgd4JGoPfQzoR0LMM4WCz { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.6875rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k .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; }
#T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.84625rem;padding-right:0.7525rem;padding-bottom:0.84625rem;padding-left:0.7525rem;display:block;align-items:center;width:4.513125rem;min-width:4.513125rem;height:4.545625rem;position:relative;font-family:"open sans";font-size:3.383125rem;font-weight:700;line-height:72.73px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.52875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.016875rem;height:1.795625rem;position:relative;font-family:"open sans";font-size:1.26875rem;font-weight:400;line-height:28.73px;text-align:center;text-align-last:center;text-transform:none;top:-14%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k { 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;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:14.0625rem;height:8.5625rem;padding-top:1.0575rem;padding-right:1.074375rem;padding-bottom:1.0575rem;padding-left:1.074375rem;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:18.3125rem;left:28.70182800293rem;z-index:15000; }
#T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #zTS52bulc7opJUf3mMwWz908n4nnHKLm { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #z9gddgQRMt2fupeMf9dWqOpV7kuNWN8Q { width:auto; }
#T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #HuVk9ogzQe2Ng3BTcU1TvFRJG9J5lko0 {  }
#T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #vnGcgZBhvzHXlSRoEgOlSGTyw1gMn3VE { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #BXDKaCl3F3nbm3CIcgPZsnNb4l3LoslJ {  }
#T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #qmuCk3ACMQIgohtCCwlV689lyDdgoi0Z {  }
#T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #v9u4neNsB1mdobDSWirag8Av1zmv4NlA { display:flex;position:relative;top:0rem;left:0rem; }
#T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #yNGPQL2MXpOoLR0HPDVqLNUxETi4v5H1 {  }
#T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #RN4dsOtlF2CWkTqLUDKu2kh8SANub5JX {  }
#T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #I9rIdKAMaWl12CiaiGeDTO0fmGMSrxF2 { display:flex;position:relative;top:0rem;left:0rem; }
#T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #MAuCN52E60lkaNzqO4iw6re4I3MtvipI {  }
#T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #N7qHurhzvSD73GVFr0kVs3IP2C2GlBML {  }
#K5sVsbSKiT81CxJVSp4SFf9003ErwmUe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ea5f24;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; }#K5sVsbSKiT81CxJVSp4SFf9003ErwmUe > .row .container { background-color: transparent; background-image: none; }#K5sVsbSKiT81CxJVSp4SFf9003ErwmUe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5sVsbSKiT81CxJVSp4SFf9003ErwmUe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5sVsbSKiT81CxJVSp4SFf9003ErwmUe > .row .container > .video-iframe-container { display: none; }#K5sVsbSKiT81CxJVSp4SFf9003ErwmUe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5sVsbSKiT81CxJVSp4SFf9003ErwmUe > .row > .video-iframe-container { display: none; }#K5sVsbSKiT81CxJVSp4SFf9003ErwmUe > .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); }#K5sVsbSKiT81CxJVSp4SFf9003ErwmUe > .row .container { border-width: 0; border-radius: 0; }#K5sVsbSKiT81CxJVSp4SFf9003ErwmUe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K5sVsbSKiT81CxJVSp4SFf9003ErwmUe > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#evo79yscTFKgMi9eEWZzaX6h6nBrITwh { display:block;width:71.75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:1.625rem;height:5.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#QgUaZc0SlqoKfhasaeSt7Tvigh1mQ9AU { color:#ffffff;display:block;width:42.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.3125rem;left:2.9375rem;height:25.01955rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i1JNhZwI1p17M4QU2tPxS3GVFqLPGzAp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:33.6875rem;top:9.125rem;left:41.3125rem;overflow:hidden;display:block; }
#xe4o64ZGeRuNqNTNoMNxoxcecFAnlHo6 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xe4o64ZGeRuNqNTNoMNxoxcecFAnlHo6 > .row .container { border-width: 0; border-radius: 0; }#xe4o64ZGeRuNqNTNoMNxoxcecFAnlHo6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xe4o64ZGeRuNqNTNoMNxoxcecFAnlHo6 > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:none; }#rHF8H3Po0ZN6XDiZisW0ZeQfSgoo0mkV { color:#000000;display:block;width:55.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23.25rem;left:8.8125rem;height:1.7871125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iu4QaDWVUxT7C4wlPyNcaERQuEMOW2wy { color:#000000;display:block;width:57.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:32.875rem;left:8.8125rem;height:1.7871125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lElDWfLAT4XQK2Dn4q13t6ZtGvazcTOq { color:#000000;display:block;width:51.684875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:27.6875rem;left:18.9375rem;height:3.4121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xsl5EaAIsGK0cdfww2Uizgn23HPv95wx { color:#000000;display:block;width:53.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11rem;left:8.8125rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X4a1xOMEtapTMvks4qdge6kqUhPTzTxt { color:#234f3f;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:3.673828125rem;left:6.25rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#MpRAkiI35rn2ARbXtiD4v2N93ZagCyKD { box-sizing:content-box;color:#5d92ff;font-size:6.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:10.0625rem;left:4.4375rem; }
#VfE3K6mGT9kTWI4eQt0cVklvI8ZuDSN3 { color:#000000;display:block;width:46.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.875rem;left:18.6875rem;height:3.4121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C60UZ9TXXNGCHoeoxXeK6TLICySNeDPn { box-sizing:content-box;color:#5d92ff;font-size:6.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:16.75rem;left:14.25rem; }
#Q5Se8LCZHv0MEI2FLTEsFw3rV651ddDA { box-sizing:content-box;color:#5d92ff;font-size:6.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:22.3125rem;left:4.4375rem; }
#MLMftD2IOi9XwhhGv4y3Fg5W2TURw40p { box-sizing:content-box;color:#5d92ff;font-size:6.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:26.6875rem;left:14.25rem; }
#TGEfkax2QpcUc2mkfsvd9oRMIEsOR7RJ { box-sizing:content-box;color:#5d92ff;font-size:6.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:31.9375rem;left:4.4375rem; }
#qIt7RniiIzh4I3HVCd8Kd237fCvdBWTy { box-sizing:content-box;color:#5d92ff;font-size:6.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:37.5625rem;left:14.25rem; }
#nPnFahdpZLS9AeJvLCAWiRNCMpOtdbAT { color:#000000;display:block;width:51.683625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:38.5625rem;left:18.9375rem;height:3.4121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GfPWS7ia4JyXvo6woSlbwzb0T2WEvsyy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a5f78;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; }#GfPWS7ia4JyXvo6woSlbwzb0T2WEvsyy > .row .container { background-color: transparent; background-image: none; }#GfPWS7ia4JyXvo6woSlbwzb0T2WEvsyy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfPWS7ia4JyXvo6woSlbwzb0T2WEvsyy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfPWS7ia4JyXvo6woSlbwzb0T2WEvsyy > .row .container > .video-iframe-container { display: none; }#GfPWS7ia4JyXvo6woSlbwzb0T2WEvsyy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfPWS7ia4JyXvo6woSlbwzb0T2WEvsyy > .row > .video-iframe-container { display: none; }#GfPWS7ia4JyXvo6woSlbwzb0T2WEvsyy > .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); }#GfPWS7ia4JyXvo6woSlbwzb0T2WEvsyy > .row .container { border-width: 0; border-radius: 0; }#GfPWS7ia4JyXvo6woSlbwzb0T2WEvsyy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GfPWS7ia4JyXvo6woSlbwzb0T2WEvsyy > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#SAHCN0n36sTsfzopIbmSV04OWqVzCRkZ { color:#ffffff;display:block;width:73.875rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:3.4375rem;left:0.5625rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#QtLBsUu7ptUN0baro2KS92FeisqillFh { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.1875rem;left:2.84375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bO4gZg1qyCKPD5KyXAysxeaNKMuIBJAp { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:15.25rem;left:3rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#TNbQ9apI4VK9NNTXfLOrzuCdFDCiFmTS { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.1875rem;left:26.3125rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NVxfVGroJCI7xFtly0i1g6GkI3OsBpE7 { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:15.3125rem;left:27.25rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#feOneTWWvNfSlZVp8kibPsn1IlfmFTHp { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:15.25rem;left:51.9375rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#N6mGnqWpVcBXBlmXW3oXa6sV7wrgfaT8 { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21.1875rem;left:51rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WOKhcZPch7KtoWcEnOK2VrwT82pyDUbv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:10.375rem;left:11.0625rem; }
#B8RVdnoHCB6KnioHbT7dJ4lfvlsW05J1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:10.375rem;left:35.3125rem; }
#POmGTi1ThJI2QJDIDnyvqJSiSPZhHDJk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:10.375rem;left:60rem; }
#qMKwde74rVSX9Wp2d5mhA6smmXzIDS63 { color:#ffffff;display:block;width:57.25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:32.427734375rem;left:8.875rem;height:3.4121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q8Ccc8fzKaz35VnUK0yqDu5K5ZZOe86i { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q8Ccc8fzKaz35VnUK0yqDu5K5ZZOe86i > .row .container { background-color: transparent; background-image: none; }#Q8Ccc8fzKaz35VnUK0yqDu5K5ZZOe86i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8Ccc8fzKaz35VnUK0yqDu5K5ZZOe86i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8Ccc8fzKaz35VnUK0yqDu5K5ZZOe86i > .row .container > .video-iframe-container { display: none; }#Q8Ccc8fzKaz35VnUK0yqDu5K5ZZOe86i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8Ccc8fzKaz35VnUK0yqDu5K5ZZOe86i > .row > .video-iframe-container { display: none; }#Q8Ccc8fzKaz35VnUK0yqDu5K5ZZOe86i > .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); }#Q8Ccc8fzKaz35VnUK0yqDu5K5ZZOe86i > .row .container { border-width: 0; border-radius: 0; }#Q8Ccc8fzKaz35VnUK0yqDu5K5ZZOe86i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q8Ccc8fzKaz35VnUK0yqDu5K5ZZOe86i > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;position:relative;display:block; }#vVTtn6OJkuQ41EFL515wTaMBFwqnAnVL { display:block;width:58.75rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:8.125rem;height:3.4121125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;color:#000000;display:block; }
#JZnolFZTNZ6T4DewIoK5caNo5gTg6y1c { color:#7a1e11;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:7.5625rem;left:0rem;height:2.15625rem;text-align:center;text-align-last:center;display:block; }
#rrfnMDAAKD5M3KbQ1s6FB4lhhgr56USy { color:#001b46;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:14.684899330139rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;display:none; }
#MIUxRl6wdapTlNDQvfRHRuVz5kHzd2Wi { display:block;width:10.558625rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:28.5625rem;left:40.6875rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;color:#000000;display:block; }
#IVNH4hS8nHMlXHHJV3AicKnVlg2ms3rN { color:#234f3f;display:block;width:18.558625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:28.953125rem;left:25.3671875rem;height:3.28125rem;text-align:center;text-align-last:center;display:block; }
#Jqth9v8S4QNeu5ESe2DsBi1GhukUz4tM { background-color:#ea5f24;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.625rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:38.3125rem;left:20.1875rem;display:block; }
#sfiFNrBHseACr5ih49hFkyt3SmJ71UD7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nHlc9z4O2ewJK6MIoTPnKodTzE84QGry { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:19.5rem;top:8.40625rem;left:27.75rem;overflow:hidden;display:block; }
#qffseR6WJfqb5DT3pI0Me6PMrXH0XMKm { color:#7a1e11;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:34.125rem;left:0rem;height:2.15625rem;text-align:center;text-align-last:center;display:block; }
#ThTUudKfdVdpPeUIuB7ZZlwJFgiPC2yf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#961853;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; }#ThTUudKfdVdpPeUIuB7ZZlwJFgiPC2yf > .row .container { background-color: transparent; background-image: none; }#ThTUudKfdVdpPeUIuB7ZZlwJFgiPC2yf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThTUudKfdVdpPeUIuB7ZZlwJFgiPC2yf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThTUudKfdVdpPeUIuB7ZZlwJFgiPC2yf > .row .container > .video-iframe-container { display: none; }#ThTUudKfdVdpPeUIuB7ZZlwJFgiPC2yf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThTUudKfdVdpPeUIuB7ZZlwJFgiPC2yf > .row > .video-iframe-container { display: none; }#ThTUudKfdVdpPeUIuB7ZZlwJFgiPC2yf > .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); }#ThTUudKfdVdpPeUIuB7ZZlwJFgiPC2yf > .row .container { border-width: 0; border-radius: 0; }#ThTUudKfdVdpPeUIuB7ZZlwJFgiPC2yf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ThTUudKfdVdpPeUIuB7ZZlwJFgiPC2yf > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf .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; }
#qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:1.074375rem;padding-right:0.9475rem;padding-bottom:1.074375rem;padding-left:0.9475rem;display:block;align-items:center;width:5.68375rem;min-width:5.68375rem;height:5.774375rem;position:relative;font-family:"open sans";font-size:4.296875rem;font-weight:700;line-height:92.39px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.67125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.578125rem;height:2.2825rem;position:relative;font-family:"open sans";font-size:1.61125rem;font-weight:400;line-height:36.52px;text-align:center;text-align-last:center;text-transform:none;top:-14%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf { 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;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:17.1875rem;height:10.876875rem;padding-top:1.343125rem;padding-right:1.353125rem;padding-bottom:1.343125rem;padding-left:1.353125rem;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:0rem;left:27.552082061767rem;z-index:15000; }
#qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #OOzJGTm0hDH0gyQf2Tqqq2dcdEIURiC2 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #DKVvGhmD2c3MkxJ7BEMmyP3910HQspI3 { width:auto; }
#qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #Ii6zuOEs1CcOz6b9gXbwp0fuJgIrJlQP {  }
#qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #huWXeJzrI2zhfuaeoATBUIkqNBMhQuap { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #Qcc1CxfkQt8rocbbMw5v92Fi3gSLoTzT {  }
#qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #Pw5LTe1ITWHvy7t6MrBTT0zLwQdhin3b {  }
#qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #ADFwql8XzlddsbigF9X2Xz35P8191EaN { display:flex;position:relative;top:0rem;left:0rem; }
#qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #KkUqo9oCBilM9KFK1x9eFUf4RrmOTE3i {  }
#qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #WBJzxaqePR41U1c2LEyZiVvH16M8dBc0 {  }
#qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #dk6EEw6R2bZeXv16KfMtTEvFSQUDfTDI { display:flex;position:relative;top:0rem;left:0rem; }
#qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #IV9ft4T6wdi56EFK2MOaNSyZnougZxrm {  }
#qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #W5N5Wux3fpW1Ebh4iirbOkIiLwH8efXW {  }
#I30hBLCGJ9EGlb8BdLa6tIGkLd0Rhgyv { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I30hBLCGJ9EGlb8BdLa6tIGkLd0Rhgyv > .row .container { background-color: transparent; background-image: none; }#I30hBLCGJ9EGlb8BdLa6tIGkLd0Rhgyv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I30hBLCGJ9EGlb8BdLa6tIGkLd0Rhgyv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I30hBLCGJ9EGlb8BdLa6tIGkLd0Rhgyv > .row .container > .video-iframe-container { display: none; }#I30hBLCGJ9EGlb8BdLa6tIGkLd0Rhgyv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I30hBLCGJ9EGlb8BdLa6tIGkLd0Rhgyv > .row > .video-iframe-container { display: none; }#I30hBLCGJ9EGlb8BdLa6tIGkLd0Rhgyv > .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); }#I30hBLCGJ9EGlb8BdLa6tIGkLd0Rhgyv > .row .container { border-width: 0; border-radius: 0; }#I30hBLCGJ9EGlb8BdLa6tIGkLd0Rhgyv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I30hBLCGJ9EGlb8BdLa6tIGkLd0Rhgyv > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:75rem;position:relative;display:block; }#ExAcmyBbX71TrFHLu3S82TLpLmTDc9Wq { display:block;width:58.75rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.3749980926514rem;left:8.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#IOZx7GdXS0xqxe97F5Rz5IaAmFa3tQt9 { background-color:#ea5f24;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.625rem;height:3.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:11.625rem;left:20.1875rem;display:block; }
#BrXEHrwf9k2crwfK6wwUMFV5WWWT0B4p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rHudgyTH283Avt5ln3rFz4l4NBdPcPE2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#961853;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; }#rHudgyTH283Avt5ln3rFz4l4NBdPcPE2 > .row .container { background-color: transparent; background-image: none; }#rHudgyTH283Avt5ln3rFz4l4NBdPcPE2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHudgyTH283Avt5ln3rFz4l4NBdPcPE2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHudgyTH283Avt5ln3rFz4l4NBdPcPE2 > .row .container > .video-iframe-container { display: none; }#rHudgyTH283Avt5ln3rFz4l4NBdPcPE2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHudgyTH283Avt5ln3rFz4l4NBdPcPE2 > .row > .video-iframe-container { display: none; }#rHudgyTH283Avt5ln3rFz4l4NBdPcPE2 > .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); }#rHudgyTH283Avt5ln3rFz4l4NBdPcPE2 > .row .container { border-width: 0; border-radius: 0; }#rHudgyTH283Avt5ln3rFz4l4NBdPcPE2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rHudgyTH283Avt5ln3rFz4l4NBdPcPE2 > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#hqUayUP2Kb2DdKilnqI33lXs4mco5Xec { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:1.375rem;left:7.375rem;height:2.0625rem;text-align:justify;text-align-last:initial;display:block; }
#aDUas98yJp7hN6l2RLtb9vr1EJKKq8i4 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aDUas98yJp7hN6l2RLtb9vr1EJKKq8i4 > .row .container { background-color: transparent; background-image: none; }#aDUas98yJp7hN6l2RLtb9vr1EJKKq8i4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDUas98yJp7hN6l2RLtb9vr1EJKKq8i4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDUas98yJp7hN6l2RLtb9vr1EJKKq8i4 > .row .container > .video-iframe-container { display: none; }#aDUas98yJp7hN6l2RLtb9vr1EJKKq8i4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDUas98yJp7hN6l2RLtb9vr1EJKKq8i4 > .row > .video-iframe-container { display: none; }#aDUas98yJp7hN6l2RLtb9vr1EJKKq8i4 > .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); }#aDUas98yJp7hN6l2RLtb9vr1EJKKq8i4 > .row .container { border-width: 0; border-radius: 0; }#aDUas98yJp7hN6l2RLtb9vr1EJKKq8i4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aDUas98yJp7hN6l2RLtb9vr1EJKKq8i4 > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#EaJmA03UTz09ff6pniTCl7GrZ55MCEKv { color:#000000;display:block;width:40.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9778671264649rem;left:17.40625rem;height:1.29980625rem;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) { #eaxzqM3MES0klqUOeKQHLp2X7Mf7CIgr { display:block; }#eaxzqM3MES0klqUOeKQHLp2X7Mf7CIgr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pmsw60XsTkHzGult3TQU8Lbt1UowJ0QD { width:46.25rem;height:3.8888875rem;top:0.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHP9JSrxA27bMNDea7aXx9E9czu1KRXh { display:block; }#iHP9JSrxA27bMNDea7aXx9E9czu1KRXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mtDfF5VT4USWRvLrySi6TNbbUOTlGvcH { width:46.25rem;height:3.8888875rem;top:0.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #onnbAK8piQPmsysRV3r9D39RnzolHRhq { display:block; }#onnbAK8piQPmsysRV3r9D39RnzolHRhq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxCD8UbOsgMfZxIZREXROxTFAVoeHmo9 { width:47.75rem;height:2.43055625rem;top:0.81248474121094rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZEMGfhbCWLMfGJxnnqOxmEyJgPBpCth { width:47.75rem;height:2.43055625rem;top:0.81248474121094rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVhAtC6t2hefcLuFotKC5TGn8ZvC5PoX { width:23.4375rem;height:23.4375rem;top:0rem;left:24.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdfhE5hUIqlVBEZDcy7TCAgSRDmUnUzO { display:block; }#TdfhE5hUIqlVBEZDcy7TCAgSRDmUnUzO > .row .container { width:47.75rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qSREAqpOFhvvA7DVOcoyq2IKgMqlTKB7 { width:18.5rem;height:6.625rem;top:1.5625rem;left:25.8125rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3T4Xfw8RUHOmNTJZmKOSLO2bTB2Savr { width:31.5rem;height:2.8125rem;top:3.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4AVV8nOhsXuu5vuTk9ucy1z6M7Q2ssk { width:47.75rem;height:2.43055625rem;top:0.81248474121094rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW14q0BcbbRcwAFOtOdksPbtwoimaBWT { display:block; }#DW14q0BcbbRcwAFOtOdksPbtwoimaBWT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbGN2phI7gixnzk8TfolsXQBHym1AqFW { width:23.875rem;height:20.83333125rem;top:2.13671875rem;left:23.875000357628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4zFpnK3eynsZSPkIQlI1VU3pwEGEGq { width:3.5rem;height:3.5rem;top:7.6875rem;left:21.184898376465rem;display:block; }
 }@media only screen and (max-width: 763px) { #mukCHb6xuXNKgd4JGoPfQzoR0LMM4WCz { width:46.25rem;height:3.8888875rem;top:0.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k .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; }
#T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k .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; }
#T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k { display:flex;width:9rem;height:5.0625rem;top:0rem;left:14.187500953674rem; }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #zTS52bulc7opJUf3mMwWz908n4nnHKLm { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #z9gddgQRMt2fupeMf9dWqOpV7kuNWN8Q {  }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #HuVk9ogzQe2Ng3BTcU1TvFRJG9J5lko0 {  }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #vnGcgZBhvzHXlSRoEgOlSGTyw1gMn3VE { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #BXDKaCl3F3nbm3CIcgPZsnNb4l3LoslJ {  }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #qmuCk3ACMQIgohtCCwlV689lyDdgoi0Z {  }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #v9u4neNsB1mdobDSWirag8Av1zmv4NlA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #yNGPQL2MXpOoLR0HPDVqLNUxETi4v5H1 {  }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #RN4dsOtlF2CWkTqLUDKu2kh8SANub5JX {  }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #I9rIdKAMaWl12CiaiGeDTO0fmGMSrxF2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #MAuCN52E60lkaNzqO4iw6re4I3MtvipI {  }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #N7qHurhzvSD73GVFr0kVs3IP2C2GlBML {  }
 }@media only screen and (max-width: 763px) { #K5sVsbSKiT81CxJVSp4SFf9003ErwmUe { display:block; }#K5sVsbSKiT81CxJVSp4SFf9003ErwmUe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evo79yscTFKgMi9eEWZzaX6h6nBrITwh { width:46.25rem;height:3.8888875rem;top:0.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgUaZc0SlqoKfhasaeSt7Tvigh1mQ9AU { width:42.875rem;height:28.5625rem;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1JNhZwI1p17M4QU2tPxS3GVFqLPGzAp { width:33.6875rem;height:33.6875rem;top:9.125rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe4o64ZGeRuNqNTNoMNxoxcecFAnlHo6 { display:none; }#xe4o64ZGeRuNqNTNoMNxoxcecFAnlHo6 > .row .container { width:47.75rem;height:11.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rHF8H3Po0ZN6XDiZisW0ZeQfSgoo0mkV { width:47.75rem;height:1.75rem;top:23.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu4QaDWVUxT7C4wlPyNcaERQuEMOW2wy { width:47.75rem;height:1.75rem;top:32.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lElDWfLAT4XQK2Dn4q13t6ZtGvazcTOq { width:47.75rem;height:3.375rem;top:27.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsl5EaAIsGK0cdfww2Uizgn23HPv95wx { width:47.75rem;height:3.5625rem;top:11rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4a1xOMEtapTMvks4qdge6kqUhPTzTxt { width:23.875rem;height:20.83333125rem;top:2.13671875rem;left:23.875000357628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpRAkiI35rn2ARbXtiD4v2N93ZagCyKD { width:3.6875rem;height:3.6875rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfE3K6mGT9kTWI4eQt0cVklvI8ZuDSN3 { width:46.5rem;height:3.375rem;top:16.875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C60UZ9TXXNGCHoeoxXeK6TLICySNeDPn { width:3.6875rem;height:3.6875rem;top:16.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Se8LCZHv0MEI2FLTEsFw3rV651ddDA { width:3.6875rem;height:3.6875rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLMftD2IOi9XwhhGv4y3Fg5W2TURw40p { width:3.6875rem;height:3.6875rem;top:26.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGEfkax2QpcUc2mkfsvd9oRMIEsOR7RJ { width:3.6875rem;height:3.6875rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIt7RniiIzh4I3HVCd8Kd237fCvdBWTy { width:3.6875rem;height:3.6875rem;top:37.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPnFahdpZLS9AeJvLCAWiRNCMpOtdbAT { width:47.75rem;height:3.375rem;top:38.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfPWS7ia4JyXvo6woSlbwzb0T2WEvsyy { display:block; }#GfPWS7ia4JyXvo6woSlbwzb0T2WEvsyy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAHCN0n36sTsfzopIbmSV04OWqVzCRkZ { width:23.875rem;height:20.83333125rem;top:2.13671875rem;left:23.875000357628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtLBsUu7ptUN0baro2KS92FeisqillFh { width:19.625rem;height:6.5rem;top:21.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO4gZg1qyCKPD5KyXAysxeaNKMuIBJAp { width:23.875rem;height:20.83333125rem;top:2.13671875rem;left:23.875000357628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNbQ9apI4VK9NNTXfLOrzuCdFDCiFmTS { width:21.1875rem;height:4.875rem;top:21.1875rem;left:12.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVxfVGroJCI7xFtly0i1g6GkI3OsBpE7 { width:23.875rem;height:20.83333125rem;top:2.13671875rem;left:23.875000357628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feOneTWWvNfSlZVp8kibPsn1IlfmFTHp { width:23.875rem;height:20.83333125rem;top:2.13671875rem;left:23.875000357628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6mGnqWpVcBXBlmXW3oXa6sV7wrgfaT8 { width:21.1875rem;height:6.5rem;top:21.1875rem;left:26.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOKhcZPch7KtoWcEnOK2VrwT82pyDUbv { width:3.125rem;height:3.125rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8RVdnoHCB6KnioHbT7dJ4lfvlsW05J1 { width:3.125rem;height:3.125rem;top:10.375rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POmGTi1ThJI2QJDIDnyvqJSiSPZhHDJk { width:3.125rem;height:3.125rem;top:10.375rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMKwde74rVSX9Wp2d5mhA6smmXzIDS63 { width:47.75rem;height:3.375rem;top:32.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Ccc8fzKaz35VnUK0yqDu5K5ZZOe86i { display:block; }#Q8Ccc8fzKaz35VnUK0yqDu5K5ZZOe86i > .row .container { width:47.75rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVTtn6OJkuQ41EFL515wTaMBFwqnAnVL { width:46.25rem;height:3.402775rem;top:3.1875028610229rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZnolFZTNZ6T4DewIoK5caNo5gTg6y1c { width:47.75rem;height:2.125rem;top:7.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrfnMDAAKD5M3KbQ1s6FB4lhhgr56USy { width:19.5625rem;height:2.8125rem;top:19.8125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MIUxRl6wdapTlNDQvfRHRuVz5kHzd2Wi { width:47.75rem;height:2.43055625rem;top:0.81248474121094rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVNH4hS8nHMlXHHJV3AicKnVlg2ms3rN { width:18.5rem;height:3.25rem;top:28.9375rem;left:11.7421875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jqth9v8S4QNeu5ESe2DsBi1GhukUz4tM { width:34.25rem;height:3.3125rem;top:4.6859378814697rem;left:6.7499998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfiFNrBHseACr5ih49hFkyt3SmJ71UD7 { display:block; }
 }@media only screen and (max-width: 763px) { #nHlc9z4O2ewJK6MIoTPnKodTzE84QGry { width:19.5rem;height:19.4375rem;top:8.375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qffseR6WJfqb5DT3pI0Me6PMrXH0XMKm { width:47.75rem;height:2.125rem;top:34.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTUudKfdVdpPeUIuB7ZZlwJFgiPC2yf { display:block; }#ThTUudKfdVdpPeUIuB7ZZlwJFgiPC2yf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf .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; }
#qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf .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; }
#qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf { display:flex;width:9rem;height:5.0625rem;top:0rem;left:14.187500953674rem; }
 }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #OOzJGTm0hDH0gyQf2Tqqq2dcdEIURiC2 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #DKVvGhmD2c3MkxJ7BEMmyP3910HQspI3 {  }
 }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #Ii6zuOEs1CcOz6b9gXbwp0fuJgIrJlQP {  }
 }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #huWXeJzrI2zhfuaeoATBUIkqNBMhQuap { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #Qcc1CxfkQt8rocbbMw5v92Fi3gSLoTzT {  }
 }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #Pw5LTe1ITWHvy7t6MrBTT0zLwQdhin3b {  }
 }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #ADFwql8XzlddsbigF9X2Xz35P8191EaN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #KkUqo9oCBilM9KFK1x9eFUf4RrmOTE3i {  }
 }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #WBJzxaqePR41U1c2LEyZiVvH16M8dBc0 {  }
 }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #dk6EEw6R2bZeXv16KfMtTEvFSQUDfTDI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #IV9ft4T6wdi56EFK2MOaNSyZnougZxrm {  }
 }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #W5N5Wux3fpW1Ebh4iirbOkIiLwH8efXW {  }
 }@media only screen and (max-width: 763px) { #I30hBLCGJ9EGlb8BdLa6tIGkLd0Rhgyv { display:block; }#I30hBLCGJ9EGlb8BdLa6tIGkLd0Rhgyv > .row .container { width:47.75rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExAcmyBbX71TrFHLu3S82TLpLmTDc9Wq { width:47.75rem;height:2.43055625rem;top:0.81248474121094rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOZx7GdXS0xqxe97F5Rz5IaAmFa3tQt9 { width:34.25rem;height:3.3125rem;top:4.6859378814697rem;left:6.7499998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrXEHrwf9k2crwfK6wwUMFV5WWWT0B4p { display:block; }
 }@media only screen and (max-width: 763px) { #rHudgyTH283Avt5ln3rFz4l4NBdPcPE2 { display:block; }#rHudgyTH283Avt5ln3rFz4l4NBdPcPE2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqUayUP2Kb2DdKilnqI33lXs4mco5Xec { width:23.875rem;height:20.83333125rem;top:2.13671875rem;left:23.875000357628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDUas98yJp7hN6l2RLtb9vr1EJKKq8i4 { display:block; }#aDUas98yJp7hN6l2RLtb9vr1EJKKq8i4 > .row .container { width:47.75rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EaJmA03UTz09ff6pniTCl7GrZ55MCEKv { width:40.1875rem;height:1.25rem;top:1.9375rem;left:3.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eaxzqM3MES0klqUOeKQHLp2X7Mf7CIgr { display:block; }#eaxzqM3MES0klqUOeKQHLp2X7Mf7CIgr > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pmsw60XsTkHzGult3TQU8Lbt1UowJ0QD { width:18.9375rem;height:3.4121125rem;top:1rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHP9JSrxA27bMNDea7aXx9E9czu1KRXh { display:block; }#iHP9JSrxA27bMNDea7aXx9E9czu1KRXh > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mtDfF5VT4USWRvLrySi6TNbbUOTlGvcH { width:20rem;height:3.57421875rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #onnbAK8piQPmsysRV3r9D39RnzolHRhq { display:block; }#onnbAK8piQPmsysRV3r9D39RnzolHRhq > .row .container { width:20rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxCD8UbOsgMfZxIZREXROxTFAVoeHmo9 { width:17.8125rem;height:3.57421875rem;top:0rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZEMGfhbCWLMfGJxnnqOxmEyJgPBpCth { width:20rem;height:8.7715rem;top:19.7685546875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVhAtC6t2hefcLuFotKC5TGn8ZvC5PoX { width:18.625rem;height:18.625rem;top:2.34375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdfhE5hUIqlVBEZDcy7TCAgSRDmUnUzO { display:block; }#TdfhE5hUIqlVBEZDcy7TCAgSRDmUnUzO > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qSREAqpOFhvvA7DVOcoyq2IKgMqlTKB7 { width:8.4375rem;height:3rem;top:6.5625rem;left:4.25rem;font-size:2rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #T3T4Xfw8RUHOmNTJZmKOSLO2bTB2Savr { width:20rem;height:4.5rem;top:0.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R4AVV8nOhsXuu5vuTk9ucy1z6M7Q2ssk { width:10.5rem;height:3.33105625rem;top:6.375rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW14q0BcbbRcwAFOtOdksPbtwoimaBWT { display:block; }#DW14q0BcbbRcwAFOtOdksPbtwoimaBWT > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbGN2phI7gixnzk8TfolsXQBHym1AqFW { width:18.75rem;height:3.75rem;top:0.75520896911619rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4zFpnK3eynsZSPkIQlI1VU3pwEGEGq { display:flex;width:2.5625rem;height:2.5625rem;top:6.1302089691162rem;left:8.71875rem; }
 }@media only screen and (max-width: 763px) { #mukCHb6xuXNKgd4JGoPfQzoR0LMM4WCz { width:20rem;height:3.8984375rem;top:9.8802089691163rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k .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; }
#T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k .widget-text.counter-number { padding-top:0.47125rem;padding-right:0.413125rem;padding-bottom:0.47125rem;padding-left:0.413125rem;width:2.480625rem;min-width:2.480625rem;height:2.53375rem;font-size:1.88625rem;line-height:40.54px;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; }
#T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.294375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.3075rem;height:1.001875rem;font-size:0.706875rem;line-height:16.03px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k { display:flex;width:8.625rem;height:4.7725rem;top:13.6953125rem;left:4.40625rem;padding-top:1.266875rem;padding-right:1.27875rem;padding-bottom:1.266875rem;padding-left:1.27875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #zTS52bulc7opJUf3mMwWz908n4nnHKLm { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #z9gddgQRMt2fupeMf9dWqOpV7kuNWN8Q {  }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #HuVk9ogzQe2Ng3BTcU1TvFRJG9J5lko0 {  }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #vnGcgZBhvzHXlSRoEgOlSGTyw1gMn3VE { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #BXDKaCl3F3nbm3CIcgPZsnNb4l3LoslJ {  }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #qmuCk3ACMQIgohtCCwlV689lyDdgoi0Z {  }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #v9u4neNsB1mdobDSWirag8Av1zmv4NlA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #yNGPQL2MXpOoLR0HPDVqLNUxETi4v5H1 {  }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #RN4dsOtlF2CWkTqLUDKu2kh8SANub5JX {  }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #I9rIdKAMaWl12CiaiGeDTO0fmGMSrxF2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #MAuCN52E60lkaNzqO4iw6re4I3MtvipI {  }
 }@media only screen and (max-width: 763px) { #T4eiOm55JhAS8W4lxqvZLd8TP3OA1i8k #N7qHurhzvSD73GVFr0kVs3IP2C2GlBML {  }
 }@media only screen and (max-width: 763px) { #K5sVsbSKiT81CxJVSp4SFf9003ErwmUe { display:block; }#K5sVsbSKiT81CxJVSp4SFf9003ErwmUe > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evo79yscTFKgMi9eEWZzaX6h6nBrITwh { width:20rem;height:4.38574375rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgUaZc0SlqoKfhasaeSt7Tvigh1mQ9AU { width:19.1875rem;height:31.19530625rem;top:6.4638671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1JNhZwI1p17M4QU2tPxS3GVFqLPGzAp { width:11.625rem;height:11.625rem;top:35rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe4o64ZGeRuNqNTNoMNxoxcecFAnlHo6 { display:none; }#xe4o64ZGeRuNqNTNoMNxoxcecFAnlHo6 > .row .container { width:20rem;height:68.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rHF8H3Po0ZN6XDiZisW0ZeQfSgoo0mkV { width:16.8125rem;height:4.3875rem;top:24.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu4QaDWVUxT7C4wlPyNcaERQuEMOW2wy { width:16.75rem;height:4.3875rem;top:44.0625rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lElDWfLAT4XQK2Dn4q13t6ZtGvazcTOq { width:17.0625rem;height:5.85rem;top:34.625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsl5EaAIsGK0cdfww2Uizgn23HPv95wx { width:18.375rem;height:4.3875rem;top:4.8203125rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4a1xOMEtapTMvks4qdge6kqUhPTzTxt { width:20rem;height:4.125rem;top:62.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MpRAkiI35rn2ARbXtiD4v2N93ZagCyKD { width:2.5rem;height:2.5rem;top:1.65234375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfE3K6mGT9kTWI4eQt0cVklvI8ZuDSN3 { width:18.8125rem;height:5.85rem;top:13.875rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C60UZ9TXXNGCHoeoxXeK6TLICySNeDPn { width:2.5rem;height:2.5rem;top:10.625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Se8LCZHv0MEI2FLTEsFw3rV651ddDA { width:2.5rem;height:2.5rem;top:21.25rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLMftD2IOi9XwhhGv4y3Fg5W2TURw40p { width:2.5rem;height:2.5rem;top:30.6875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGEfkax2QpcUc2mkfsvd9oRMIEsOR7RJ { width:2.5rem;height:2.5rem;top:40.8125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIt7RniiIzh4I3HVCd8Kd237fCvdBWTy { width:2.5rem;height:2.5rem;top:49.4375rem;left:8.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPnFahdpZLS9AeJvLCAWiRNCMpOtdbAT { width:17.0625rem;height:5.85rem;top:52.6875rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfPWS7ia4JyXvo6woSlbwzb0T2WEvsyy { display:block; }#GfPWS7ia4JyXvo6woSlbwzb0T2WEvsyy > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAHCN0n36sTsfzopIbmSV04OWqVzCRkZ { width:20rem;height:5.34375rem;top:0.5rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QtLBsUu7ptUN0baro2KS92FeisqillFh { width:19.625rem;height:4.142575rem;top:11.75rem;left:0.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bO4gZg1qyCKPD5KyXAysxeaNKMuIBJAp { width:19.3125rem;height:2.0625rem;top:9.125rem;left:0.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNbQ9apI4VK9NNTXfLOrzuCdFDCiFmTS { width:20rem;height:4.142575rem;top:25.052734375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NVxfVGroJCI7xFtly0i1g6GkI3OsBpE7 { width:19.3125rem;height:4.125rem;top:20.5rem;left:0.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #feOneTWWvNfSlZVp8kibPsn1IlfmFTHp { width:19.3125rem;height:2.0625rem;top:33.9375rem;left:0.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N6mGnqWpVcBXBlmXW3oXa6sV7wrgfaT8 { width:20rem;height:4.142575rem;top:37.1875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WOKhcZPch7KtoWcEnOK2VrwT82pyDUbv { display:flex;width:1.875rem;height:1.875rem;top:6.3125rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #B8RVdnoHCB6KnioHbT7dJ4lfvlsW05J1 { display:flex;width:1.875rem;height:1.875rem;top:18.25rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #POmGTi1ThJI2QJDIDnyvqJSiSPZhHDJk { display:flex;width:1.875rem;height:1.875rem;top:31.125rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #qMKwde74rVSX9Wp2d5mhA6smmXzIDS63 { width:20rem;height:8.7715rem;top:44.2666rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Ccc8fzKaz35VnUK0yqDu5K5ZZOe86i { display:block; }#Q8Ccc8fzKaz35VnUK0yqDu5K5ZZOe86i > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVTtn6OJkuQ41EFL515wTaMBFwqnAnVL { width:18.75rem;height:2.4375rem;top:1.0625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZnolFZTNZ6T4DewIoK5caNo5gTg6y1c { width:17.0625rem;height:3.375rem;top:4.8125rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrfnMDAAKD5M3KbQ1s6FB4lhhgr56USy { width:19.5625rem;height:2.8125rem;top:19.8125rem;left:0.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #MIUxRl6wdapTlNDQvfRHRuVz5kHzd2Wi { width:10.5rem;height:0;top:40.868499755859rem;left:4.75rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVNH4hS8nHMlXHHJV3AicKnVlg2ms3rN { width:18.5rem;height:auto;top:28.9375rem;left:0.75rem;font-size:2rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #Jqth9v8S4QNeu5ESe2DsBi1GhukUz4tM { width:19rem;height:3.5rem;top:28.5625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfiFNrBHseACr5ih49hFkyt3SmJ71UD7 { display:block; }
 }@media only screen and (max-width: 763px) { #nHlc9z4O2ewJK6MIoTPnKodTzE84QGry { width:13rem;height:13rem;top:6.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qffseR6WJfqb5DT3pI0Me6PMrXH0XMKm { width:20rem;height:2.25rem;top:23.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThTUudKfdVdpPeUIuB7ZZlwJFgiPC2yf { display:block; }#ThTUudKfdVdpPeUIuB7ZZlwJFgiPC2yf > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf .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; }
#qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf .widget-text.counter-number { padding-top:0.601875rem;padding-right:0.526875rem;padding-bottom:0.601875rem;padding-left:0.526875rem;width:3.16125rem;min-width:3.16125rem;height:3.233125rem;font-size:2.40625rem;line-height:51.73px;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; }
#qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.37625rem;margin-right:0;margin-bottom:0;margin-left:0;width:4.214375rem;height:1.278125rem;font-size:0.9025rem;line-height:20.45px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf { display:flex;width:10.4375rem;height:6.09125rem;top:0rem;left:2.83203125rem;padding-top:1.61625rem;padding-right:1.629375rem;padding-bottom:1.61625rem;padding-left:1.629375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #OOzJGTm0hDH0gyQf2Tqqq2dcdEIURiC2 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #DKVvGhmD2c3MkxJ7BEMmyP3910HQspI3 {  }
 }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #Ii6zuOEs1CcOz6b9gXbwp0fuJgIrJlQP {  }
 }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #huWXeJzrI2zhfuaeoATBUIkqNBMhQuap { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #Qcc1CxfkQt8rocbbMw5v92Fi3gSLoTzT {  }
 }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #Pw5LTe1ITWHvy7t6MrBTT0zLwQdhin3b {  }
 }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #ADFwql8XzlddsbigF9X2Xz35P8191EaN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #KkUqo9oCBilM9KFK1x9eFUf4RrmOTE3i {  }
 }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #WBJzxaqePR41U1c2LEyZiVvH16M8dBc0 {  }
 }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #dk6EEw6R2bZeXv16KfMtTEvFSQUDfTDI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #IV9ft4T6wdi56EFK2MOaNSyZnougZxrm {  }
 }@media only screen and (max-width: 763px) { #qFvFXCogsBZ4dlBxvvnLqu9p5LgKNQEf #W5N5Wux3fpW1Ebh4iirbOkIiLwH8efXW {  }
 }@media only screen and (max-width: 763px) { #I30hBLCGJ9EGlb8BdLa6tIGkLd0Rhgyv { display:block; }#I30hBLCGJ9EGlb8BdLa6tIGkLd0Rhgyv > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExAcmyBbX71TrFHLu3S82TLpLmTDc9Wq { width:18.75rem;height:2.11230625rem;top:2rem;left:0.62413197755814rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOZx7GdXS0xqxe97F5Rz5IaAmFa3tQt9 { width:19.4375rem;height:2.8125rem;top:5.4375rem;left:0.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrXEHrwf9k2crwfK6wwUMFV5WWWT0B4p { display:block; }
 }@media only screen and (max-width: 763px) { #rHudgyTH283Avt5ln3rFz4l4NBdPcPE2 { display:block; }#rHudgyTH283Avt5ln3rFz4l4NBdPcPE2 > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqUayUP2Kb2DdKilnqI33lXs4mco5Xec { width:18.25rem;height:4.5rem;top:0.75rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aDUas98yJp7hN6l2RLtb9vr1EJKKq8i4 { display:block; }#aDUas98yJp7hN6l2RLtb9vr1EJKKq8i4 > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EaJmA03UTz09ff6pniTCl7GrZ55MCEKv { width:20rem;height:2.5996125rem;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }