.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,199,95,0.29), rgba(255,255,255,0.48));background-image: -moz-linear-gradient(180deg, rgba(255,199,95,0.29), rgba(255,255,255,0.48));background-image: -ms-linear-gradient(180deg, rgba(255,199,95,0.29), rgba(255,255,255,0.48));background-image: -o-linear-gradient(180deg, rgba(255,199,95,0.29), rgba(255,255,255,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc75f49', endColorstr='#ffffff7a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc75f49', endColorstr='#ffffff7a' );";background-image: linear-gradient(180deg, rgba(255,199,95,0.29), rgba(255,255,255,0.48));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 > .row .container { background-color: transparent; background-image: none; }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 > .row .container > .video-iframe-container { display: none; }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 > .row > .video-iframe-container { display: none; }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 > .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); }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 > .row .container { border-width: 0; border-radius: 0; }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:60rem;position:relative;display:block; }#LzBMQ4tUp5vEW5TnSyerftETVSPL8dZ7 { color:#000000;display:block;width:55.4375rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:5.125rem;left:2.28125rem;height:8.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UhB6JOcwPSpMB7WcFrscLiRWb6bGoXNa { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:2.3125rem;left:11.53125rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { color:#000000;display:block;width:55.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:15.125rem;left:2.03125rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K10myMTJ75r97wmoVDQkXBbK3zB7AGhh { color:#000000;display:block;width:55.4375rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:5.625rem;left:2.9375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nz3HxTXD3ZLJ0NtvlqmTLEBxxL8ZrCLn { color:#000000;display:block;width:55.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:15.125rem;left:2.03125rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XPclcTxNnSuHgSxTTvynlHDRVug7vwBb { background-color:#845ec2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.75rem;height:4.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.25rem;left:14.125rem;display:block; }
#F6GdczmxQrN6O48RXEwyUDAJ7rKrwkLf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR .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; }
#Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.62875rem;padding-right:0.56rem;padding-bottom:0.62875rem;padding-left:0.56rem;display:block;align-items:center;width:3.359375rem;min-width:3.359375rem;height:3.38rem;position:relative;font-family:"open sans";font-size:2.51625rem;font-weight:700;line-height:54.08px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.393125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.479375rem;height:1.33625rem;position:relative;font-family:"open sans";font-size:0.94375rem;font-weight:400;line-height:21.38px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:22.125rem;height:6.3125rem;padding-top:0.78625rem;padding-right:0.8rem;padding-bottom:0.78625rem;padding-left:0.8rem;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:28.0625rem;left:18.1357421875rem;z-index:15006; }
#Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #d9PDfgxUtWBqgaHrsFppvgHDBqHNqPbK { display:flex;position:relative;top:0rem;left:0rem; }
#Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #TGpq91gTglXuDJc7i9FkaTpNfx62n2Fo { width:auto; }
#Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #hAoDiPwVQDTOT8swl8DmGsEqMmtCN4hV {  }
#Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #d6p0qcRcD6i8onM8S4XPKlWKu5Nr0boR { display:flex;position:relative;top:0rem;left:0rem; }
#Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #A2tFx0WD3ZMmSCPRo2PVTMnK57DTG1wE {  }
#Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #ckrB9bPIwfSRVzkrqJpTJGrqKJzMu77B {  }
#Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #WLk4RaDMirmg8MQhh6l2yDIvNe9u66eP { display:flex;position:relative;top:0rem;left:0rem; }
#Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #vRObLvDb49INC9lEll366xrTn1Jg8h70 {  }
#Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #yFBLGkOyB2Ccf6RPd4LDOTacg5BEheAR {  }
#Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #uM3eSmC1ag63mQHgptp1C7WcESg4axT0 { display:flex;position:relative;top:0rem;left:0rem; }
#Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #fKSJPTXN4lMeEvHRwa9kG7oscfwdQRLB {  }
#Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #ob2SXwSoIaJKTyrNDuoxHIgSm57kLwRq {  }
#o8CHS97Rodci9vbqryrO8pnD8tqa69bV { position:relative;display:block; }#o8CHS97Rodci9vbqryrO8pnD8tqa69bV { background-color: transparent; background-image: none; }#o8CHS97Rodci9vbqryrO8pnD8tqa69bV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8CHS97Rodci9vbqryrO8pnD8tqa69bV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8CHS97Rodci9vbqryrO8pnD8tqa69bV > .row .container > .video-iframe-container { display: none; }#o8CHS97Rodci9vbqryrO8pnD8tqa69bV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8CHS97Rodci9vbqryrO8pnD8tqa69bV > .row > .video-iframe-container { display: none; }#o8CHS97Rodci9vbqryrO8pnD8tqa69bV > .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); }#o8CHS97Rodci9vbqryrO8pnD8tqa69bV { border-width: 0; border-radius: 0; }#o8CHS97Rodci9vbqryrO8pnD8tqa69bV > .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; }#o8CHS97Rodci9vbqryrO8pnD8tqa69bV > .row .container { border-top:0.375rem dashed #ff0042;border-left:0.375rem dashed #ff0042;border-right:0.375rem dashed #ff0042;border-bottom:0.375rem dashed #ff0042;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F1cty8unwlUPel6Gy30GPsBCsfI0xtKl { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:1.125rem;left:3.25rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Asmm2uy3fAvAeu3echTCAATCF2FZKwSc { color:#000000;display:block;width:56.8125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:5.1875rem;left:1.59375rem;height:13.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oO54XCVEPD7PBA0PgmU9kA8NaBy2xW8t { position:relative;display:block; }#oO54XCVEPD7PBA0PgmU9kA8NaBy2xW8t { background-color: transparent; background-image: none; }#oO54XCVEPD7PBA0PgmU9kA8NaBy2xW8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO54XCVEPD7PBA0PgmU9kA8NaBy2xW8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO54XCVEPD7PBA0PgmU9kA8NaBy2xW8t > .row .container > .video-iframe-container { display: none; }#oO54XCVEPD7PBA0PgmU9kA8NaBy2xW8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO54XCVEPD7PBA0PgmU9kA8NaBy2xW8t > .row > .video-iframe-container { display: none; }#oO54XCVEPD7PBA0PgmU9kA8NaBy2xW8t > .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); }#oO54XCVEPD7PBA0PgmU9kA8NaBy2xW8t { border-width: 0; border-radius: 0; }#oO54XCVEPD7PBA0PgmU9kA8NaBy2xW8t > .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; }#oO54XCVEPD7PBA0PgmU9kA8NaBy2xW8t > .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:38.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oyR1I5TBepV8q64xap17S2owEerpbHpl { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:2.9375rem;left:1.6875rem;height:3.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bSz1nr97toqIBwiuvz5sn2MoSoAczNFE { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:10.1875rem;left:3.8125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mzG7MPzBbIr1RX3uxlOxNzfihyXkymln { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:10.0625rem;left:1.6875rem; }
#NMv7Of5TF5eO2eQ2z1Ky24EGtDol0VgL { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:13.3125rem;left:3.8125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lF44moWGXrx9nwSTSyIbWMrEHzoKqhHG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:13.1875rem;left:1.6875rem; }
#wRAPqGgR2wb32bFenkCwJKrKgQumflGL { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:16.625rem;left:3.8125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Li3TyOyaCMnotWNtJ9D0ZUxOIaTB5C1I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:17.4375rem;left:1.75rem; }
#UT2oau4kUwzQ5D9HeGzGTOvEhVTRVola { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:21.75rem;left:1.75rem; }
#JTSyrGbN0VBhcgRaNlkXddHVCo9GnmuX { color:#000000;display:block;width:54.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:21.1875rem;left:3.8125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fu9kswq4sB6HbtBAzi1cOiNy64Sp435P { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:25.625rem;left:3.75rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c64QLRhsMzdhLEWcPpiz1uv6nipxX7JW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:26.5625rem;left:1.75rem; }
#PZP3t6JKTmWHTyCgSx0dV1z4h9O1N3Nn { color:#000000;display:block;width:39.8125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:32.125rem;left:9.5625rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UZVMO0ApSLsagbLQxhmPUapP9sLLqEmN { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:6.4375rem;left:1.6875rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZLzPBeytLkQAdoClRURbfggUhsVBMgo3 { position:relative;display:block; }#ZLzPBeytLkQAdoClRURbfggUhsVBMgo3 { background-color: transparent; background-image: none; }#ZLzPBeytLkQAdoClRURbfggUhsVBMgo3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLzPBeytLkQAdoClRURbfggUhsVBMgo3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLzPBeytLkQAdoClRURbfggUhsVBMgo3 > .row .container > .video-iframe-container { display: none; }#ZLzPBeytLkQAdoClRURbfggUhsVBMgo3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLzPBeytLkQAdoClRURbfggUhsVBMgo3 > .row > .video-iframe-container { display: none; }#ZLzPBeytLkQAdoClRURbfggUhsVBMgo3 > .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); }#ZLzPBeytLkQAdoClRURbfggUhsVBMgo3 { border-width: 0; border-radius: 0; }#ZLzPBeytLkQAdoClRURbfggUhsVBMgo3 > .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; }#ZLzPBeytLkQAdoClRURbfggUhsVBMgo3 > .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:33.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NOQWmZfH8eT2WXxTlTlAxXzJU44ZNIcd { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:8.9375rem;left:3.8125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OJS9n7uNeiDWi1clilsnS1h2UXX4n0yR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:8.8125rem;left:1.6875rem; }
#NvThde2UWv0yT3yzvepCw516ywDrX5AV { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:12.0625rem;left:3.8125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nZX0LtC8wpNZJP0BRSm0f7hn7yZGnoSR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:11.9375rem;left:1.6875rem; }
#mrlqqHQ34qqFkdJrILKHIxV6r7SIR4lJ { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:15.375rem;left:3.8125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XAdBx8GWebUcOdmrb2w5enHw5vtVCMUM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:15.25rem;left:1.6875rem; }
#L9GC6tfXEJPr6HUUvhpxya5KtWvgrHQO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:18.4375rem;left:1.6875rem; }
#LEE1Pi2zKPeSPzuBuTcV4NIhK2HVCTIx { color:#000000;display:block;width:54.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:18.625rem;left:3.8125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DfgQL9hb1plDqQZaPVauRQ2nHtxyf1HW { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:21.625rem;left:3.75rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LOqeoM85ApW5yAJtrDdACJaalcdIDnAf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:21.5625rem;left:1.6875rem; }
#yc5uVNgBVxVoVd91m31C1Vf73m9eQwFA { color:#000000;display:block;width:37.75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:25.5rem;left:11.125rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lxKSEIKAD4zsNgKXNo8p6tMdSyPc2gv5 { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:5.1875rem;left:1.6875rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XHe0uHP00oZqsZMkXH0XDRhBFmlvSaL0 { color:#000000;display:block;width:57.625rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.6875rem;left:1.6875rem;height:3.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yqDdWI6CLTdKnvE44TdT8L6HPRuPOMnW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,80,255,0.17);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yqDdWI6CLTdKnvE44TdT8L6HPRuPOMnW > .row .container { background-color: transparent; background-image: none; }#yqDdWI6CLTdKnvE44TdT8L6HPRuPOMnW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqDdWI6CLTdKnvE44TdT8L6HPRuPOMnW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqDdWI6CLTdKnvE44TdT8L6HPRuPOMnW > .row .container > .video-iframe-container { display: none; }#yqDdWI6CLTdKnvE44TdT8L6HPRuPOMnW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqDdWI6CLTdKnvE44TdT8L6HPRuPOMnW > .row > .video-iframe-container { display: none; }#yqDdWI6CLTdKnvE44TdT8L6HPRuPOMnW > .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); }#yqDdWI6CLTdKnvE44TdT8L6HPRuPOMnW > .row .container { border-width: 0; border-radius: 0; }#yqDdWI6CLTdKnvE44TdT8L6HPRuPOMnW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yqDdWI6CLTdKnvE44TdT8L6HPRuPOMnW > .row .container { font-size:0.875rem;font-family:arial;height:74.25rem;width:60rem;position:relative;display:block; }#kVgGogMBI7Mb46oGINuLZBa5GiXwz4Ov { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19) ;height:24.625rem;width:24.625rem;top:1.75rem;left:17.6875rem;overflow:hidden;display:block; }
#czOOz2WFxVXPJQWLfzPr8xsJpee9V01E { color:#000000;display:block;width:31.625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:26.3125rem;left:14.1875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#Iq7zxwzr9JEamR049Toc3woC42SrJMkk { color:#000000;display:block;width:44.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:29.4375rem;left:8.5rem;height:42.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#urhMPM3AdtBV6nUaIanh2iECK7PB7sa5 { position:relative;display:block; }#urhMPM3AdtBV6nUaIanh2iECK7PB7sa5 { background-color: transparent; background-image: none; }#urhMPM3AdtBV6nUaIanh2iECK7PB7sa5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urhMPM3AdtBV6nUaIanh2iECK7PB7sa5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urhMPM3AdtBV6nUaIanh2iECK7PB7sa5 > .row .container > .video-iframe-container { display: none; }#urhMPM3AdtBV6nUaIanh2iECK7PB7sa5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urhMPM3AdtBV6nUaIanh2iECK7PB7sa5 > .row > .video-iframe-container { display: none; }#urhMPM3AdtBV6nUaIanh2iECK7PB7sa5 > .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); }#urhMPM3AdtBV6nUaIanh2iECK7PB7sa5 { border-width: 0; border-radius: 0; }#urhMPM3AdtBV6nUaIanh2iECK7PB7sa5 > .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; }#urhMPM3AdtBV6nUaIanh2iECK7PB7sa5 > .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:20.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KXZo5rvxV95N6N45TWUoUN4xIHPqDyFH { background-color:#845ec2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.75rem;height:4.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:4.3125rem;left:14.125rem;display:block; }
#CHgsywZxR3N1LogiMhgMaoTzg3yUTgeG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX .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; }
#OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.62875rem;padding-right:0.56rem;padding-bottom:0.62875rem;padding-left:0.56rem;display:block;align-items:center;width:3.359375rem;min-width:3.359375rem;height:3.38rem;position:relative;font-family:"open sans";font-size:2.51625rem;font-weight:700;line-height:54.08px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.393125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.479375rem;height:1.33625rem;position:relative;font-family:"open sans";font-size:0.94375rem;font-weight:400;line-height:21.38px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:22.125rem;height:6.3125rem;padding-top:0.78625rem;padding-right:0.8rem;padding-bottom:0.78625rem;padding-left:0.8rem;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:9.75rem;left:18.125rem;z-index:15007; }
#OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #e3APDhB3l1CED2IKBr8p5M6xV4d6T54y { display:flex;position:relative;top:0rem;left:0rem; }
#OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #ydOxZ8Iqc5TCdRrD7KVKGqwxqFT5wIJu { width:auto; }
#OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #edqO2CL2kwbyqXzrqhxrnxKdxaqPdrP9 {  }
#OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #R83yN337ylO6yzT3g4nUN7TCTTJH35O8 { display:flex;position:relative;top:0rem;left:0rem; }
#OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #xGQScSKTbV9LnO9pQhAM4MpnafsnvSVT {  }
#OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #yeebVPKpeTHZTdTCOcu6JEK7RX9T8tpW {  }
#OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #HP7VnsHnvXITJfsMy937pkfq2vKi50rv { display:flex;position:relative;top:0rem;left:0rem; }
#OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #OPmVQydEDhBMHOkDtdvuU5ZyHABRgsI3 {  }
#OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #ERGhGseAw6EO7IryHh6n5LZVMi5Tiiq8 {  }
#OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #Uogr8Gly77Mxkl0prcaGMraz0LDweOMc { display:flex;position:relative;top:0rem;left:0rem; }
#OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #dso39BagbK0I9eh47ciRQFWrwLQPr1In {  }
#OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #vbbT9cTHbkrtCHDHfCl0vCF9B4Nk9N9d {  }
#JzcNWo1V2b3ZQvdXBMa9xpk5rzmp7Uvg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JzcNWo1V2b3ZQvdXBMa9xpk5rzmp7Uvg > .row .container { background-color: transparent; background-image: none; }#JzcNWo1V2b3ZQvdXBMa9xpk5rzmp7Uvg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzcNWo1V2b3ZQvdXBMa9xpk5rzmp7Uvg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzcNWo1V2b3ZQvdXBMa9xpk5rzmp7Uvg > .row .container > .video-iframe-container { display: none; }#JzcNWo1V2b3ZQvdXBMa9xpk5rzmp7Uvg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzcNWo1V2b3ZQvdXBMa9xpk5rzmp7Uvg > .row > .video-iframe-container { display: none; }#JzcNWo1V2b3ZQvdXBMa9xpk5rzmp7Uvg > .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); }#JzcNWo1V2b3ZQvdXBMa9xpk5rzmp7Uvg > .row .container { border-width: 0; border-radius: 0; }#JzcNWo1V2b3ZQvdXBMa9xpk5rzmp7Uvg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JzcNWo1V2b3ZQvdXBMa9xpk5rzmp7Uvg > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:60rem;position:relative;display:block; }#zbiE7W8Wps301eJ7XNttxzW6VAQBb281 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:6.125rem;left:0rem;height:4.5rem;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) { #xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 { display:block; }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzBMQ4tUp5vEW5TnSyerftETVSPL8dZ7 { top:5.125rem;left:0rem;width:47.75rem;height:8.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhB6JOcwPSpMB7WcFrscLiRWb6bGoXNa { top:2.3125rem;left:5.40625rem;width:36.9375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { top:15.125rem;left:0rem;width:47.75rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K10myMTJ75r97wmoVDQkXBbK3zB7AGhh { top:3.5rem;left:0rem;width:20rem;height:11rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz3HxTXD3ZLJ0NtvlqmTLEBxxL8ZrCLn { top:16.6875rem;left:0rem;width:18.8125rem;height:3rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XPclcTxNnSuHgSxTTvynlHDRVug7vwBb { width:31.75rem;height:4.8125rem;top:22.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6GdczmxQrN6O48RXEwyUDAJ7rKrwkLf { display:block; }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR .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; }
#Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR .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; }
#Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR { display:flex;width:18rem;height:5.0625rem;top:27.5rem;left:14rem; }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #d9PDfgxUtWBqgaHrsFppvgHDBqHNqPbK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #TGpq91gTglXuDJc7i9FkaTpNfx62n2Fo {  }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #hAoDiPwVQDTOT8swl8DmGsEqMmtCN4hV {  }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #d6p0qcRcD6i8onM8S4XPKlWKu5Nr0boR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #A2tFx0WD3ZMmSCPRo2PVTMnK57DTG1wE {  }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #ckrB9bPIwfSRVzkrqJpTJGrqKJzMu77B {  }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #WLk4RaDMirmg8MQhh6l2yDIvNe9u66eP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #vRObLvDb49INC9lEll366xrTn1Jg8h70 {  }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #yFBLGkOyB2Ccf6RPd4LDOTacg5BEheAR {  }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #uM3eSmC1ag63mQHgptp1C7WcESg4axT0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #fKSJPTXN4lMeEvHRwa9kG7oscfwdQRLB {  }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #ob2SXwSoIaJKTyrNDuoxHIgSm57kLwRq {  }
 }@media only screen and (max-width: 763px) { #o8CHS97Rodci9vbqryrO8pnD8tqa69bV { display:block; }#o8CHS97Rodci9vbqryrO8pnD8tqa69bV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1cty8unwlUPel6Gy30GPsBCsfI0xtKl { top:1.125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asmm2uy3fAvAeu3echTCAATCF2FZKwSc { top:5.1875rem;left:0rem;width:47.75rem;height:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO54XCVEPD7PBA0PgmU9kA8NaBy2xW8t { display:block; }#oO54XCVEPD7PBA0PgmU9kA8NaBy2xW8t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oyR1I5TBepV8q64xap17S2owEerpbHpl { top:2.9375rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSz1nr97toqIBwiuvz5sn2MoSoAczNFE { top:10.1875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzG7MPzBbIr1RX3uxlOxNzfihyXkymln { top:10.0625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMv7Of5TF5eO2eQ2z1Ky24EGtDol0VgL { top:13.3125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF44moWGXrx9nwSTSyIbWMrEHzoKqhHG { top:13.1875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRAPqGgR2wb32bFenkCwJKrKgQumflGL { top:16.625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li3TyOyaCMnotWNtJ9D0ZUxOIaTB5C1I { top:17.4375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT2oau4kUwzQ5D9HeGzGTOvEhVTRVola { top:21.75rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTSyrGbN0VBhcgRaNlkXddHVCo9GnmuX { top:21.1875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu9kswq4sB6HbtBAzi1cOiNy64Sp435P { top:25.625rem;left:0rem;width:47.75rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c64QLRhsMzdhLEWcPpiz1uv6nipxX7JW { top:26.5625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZP3t6JKTmWHTyCgSx0dV1z4h9O1N3Nn { top:32.125rem;left:3.4375rem;width:39.8125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZVMO0ApSLsagbLQxhmPUapP9sLLqEmN { top:6.4375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLzPBeytLkQAdoClRURbfggUhsVBMgo3 { display:block; }#ZLzPBeytLkQAdoClRURbfggUhsVBMgo3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOQWmZfH8eT2WXxTlTlAxXzJU44ZNIcd { top:8.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJS9n7uNeiDWi1clilsnS1h2UXX4n0yR { top:8.8125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvThde2UWv0yT3yzvepCw516ywDrX5AV { top:12.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZX0LtC8wpNZJP0BRSm0f7hn7yZGnoSR { top:11.9375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrlqqHQ34qqFkdJrILKHIxV6r7SIR4lJ { top:15.375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAdBx8GWebUcOdmrb2w5enHw5vtVCMUM { top:15.25rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9GC6tfXEJPr6HUUvhpxya5KtWvgrHQO { top:18.4375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEE1Pi2zKPeSPzuBuTcV4NIhK2HVCTIx { top:18.625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfgQL9hb1plDqQZaPVauRQ2nHtxyf1HW { top:21.625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOqeoM85ApW5yAJtrDdACJaalcdIDnAf { top:21.5625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc5uVNgBVxVoVd91m31C1Vf73m9eQwFA { top:25.5rem;left:5rem;width:37.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxKSEIKAD4zsNgKXNo8p6tMdSyPc2gv5 { top:5.1875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHe0uHP00oZqsZMkXH0XDRhBFmlvSaL0 { top:1.6875rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqDdWI6CLTdKnvE44TdT8L6HPRuPOMnW { display:block; }#yqDdWI6CLTdKnvE44TdT8L6HPRuPOMnW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVgGogMBI7Mb46oGINuLZBa5GiXwz4Ov { top:1.75rem;left:11.5625rem;width:24.625rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #czOOz2WFxVXPJQWLfzPr8xsJpee9V01E { top:26.3125rem;left:8.0625rem;width:31.625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq7zxwzr9JEamR049Toc3woC42SrJMkk { width:44.4375rem;height:42.1875rem;top:29.4375rem;left:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urhMPM3AdtBV6nUaIanh2iECK7PB7sa5 { display:block; }#urhMPM3AdtBV6nUaIanh2iECK7PB7sa5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXZo5rvxV95N6N45TWUoUN4xIHPqDyFH { width:31.75rem;height:4.8125rem;top:4.3125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHgsywZxR3N1LogiMhgMaoTzg3yUTgeG { display:block; }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX .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; }
#OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX .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; }
#OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX { display:flex;width:18rem;height:5.0625rem;top:27.5rem;left:14rem; }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #e3APDhB3l1CED2IKBr8p5M6xV4d6T54y { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #ydOxZ8Iqc5TCdRrD7KVKGqwxqFT5wIJu {  }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #edqO2CL2kwbyqXzrqhxrnxKdxaqPdrP9 {  }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #R83yN337ylO6yzT3g4nUN7TCTTJH35O8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #xGQScSKTbV9LnO9pQhAM4MpnafsnvSVT {  }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #yeebVPKpeTHZTdTCOcu6JEK7RX9T8tpW {  }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #HP7VnsHnvXITJfsMy937pkfq2vKi50rv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #OPmVQydEDhBMHOkDtdvuU5ZyHABRgsI3 {  }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #ERGhGseAw6EO7IryHh6n5LZVMi5Tiiq8 {  }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #Uogr8Gly77Mxkl0prcaGMraz0LDweOMc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #dso39BagbK0I9eh47ciRQFWrwLQPr1In {  }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #vbbT9cTHbkrtCHDHfCl0vCF9B4Nk9N9d {  }
 }@media only screen and (max-width: 763px) { #JzcNWo1V2b3ZQvdXBMa9xpk5rzmp7Uvg { display:block; }#JzcNWo1V2b3ZQvdXBMa9xpk5rzmp7Uvg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbiE7W8Wps301eJ7XNttxzW6VAQBb281 { width:47.75rem;height:4.5rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 { display:block; }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzBMQ4tUp5vEW5TnSyerftETVSPL8dZ7 { width:20rem;height:6.9375rem;top:3.0615234375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UhB6JOcwPSpMB7WcFrscLiRWb6bGoXNa { width:20rem;height:1rem;top:1.3115234375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { width:18.8125rem;height:0;top:10.125rem;left:0.59375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #K10myMTJ75r97wmoVDQkXBbK3zB7AGhh { width:19.4375rem;height:0;top:9.9365234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nz3HxTXD3ZLJ0NtvlqmTLEBxxL8ZrCLn { width:19.625rem;height:2rem;top:11rem;left:0.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #XPclcTxNnSuHgSxTTvynlHDRVug7vwBb { width:19rem;height:4.8125rem;top:14.25rem;left:0.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6GdczmxQrN6O48RXEwyUDAJ7rKrwkLf { display:block; }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR .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; }
#Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR .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; }
#Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR { display:flex;width:18rem;height:5.0625rem;top:20.125rem;left:0.1982421875rem; }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #d9PDfgxUtWBqgaHrsFppvgHDBqHNqPbK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #TGpq91gTglXuDJc7i9FkaTpNfx62n2Fo {  }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #hAoDiPwVQDTOT8swl8DmGsEqMmtCN4hV {  }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #d6p0qcRcD6i8onM8S4XPKlWKu5Nr0boR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #A2tFx0WD3ZMmSCPRo2PVTMnK57DTG1wE {  }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #ckrB9bPIwfSRVzkrqJpTJGrqKJzMu77B {  }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #WLk4RaDMirmg8MQhh6l2yDIvNe9u66eP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #vRObLvDb49INC9lEll366xrTn1Jg8h70 {  }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #yFBLGkOyB2Ccf6RPd4LDOTacg5BEheAR {  }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #uM3eSmC1ag63mQHgptp1C7WcESg4axT0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #fKSJPTXN4lMeEvHRwa9kG7oscfwdQRLB {  }
 }@media only screen and (max-width: 763px) { #Mpt9vqBm55o0ULBsogb4Uc13pmerqtSR #ob2SXwSoIaJKTyrNDuoxHIgSm57kLwRq {  }
 }@media only screen and (max-width: 763px) { #o8CHS97Rodci9vbqryrO8pnD8tqa69bV { display:block; }#o8CHS97Rodci9vbqryrO8pnD8tqa69bV > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1cty8unwlUPel6Gy30GPsBCsfI0xtKl { width:20rem;height:2.1875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Asmm2uy3fAvAeu3echTCAATCF2FZKwSc { width:18.9375rem;height:11.8125rem;top:4.0625rem;left:0.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oO54XCVEPD7PBA0PgmU9kA8NaBy2xW8t { display:block; }#oO54XCVEPD7PBA0PgmU9kA8NaBy2xW8t > .row .container { width:20rem;height:57.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oyR1I5TBepV8q64xap17S2owEerpbHpl { width:18.5625rem;height:4.375rem;top:1.771484375rem;left:0.71875rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bSz1nr97toqIBwiuvz5sn2MoSoAczNFE { width:18.9375rem;height:3.125rem;top:10.875rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mzG7MPzBbIr1RX3uxlOxNzfihyXkymln { display:flex;width:2.125rem;height:2.125rem;top:8.75rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #NMv7Of5TF5eO2eQ2z1Ky24EGtDol0VgL { width:18.9375rem;height:4.6875rem;top:17.4375rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lF44moWGXrx9nwSTSyIbWMrEHzoKqhHG { display:flex;width:2.125rem;height:2.125rem;top:15.3125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #wRAPqGgR2wb32bFenkCwJKrKgQumflGL { width:18.9375rem;height:4.6875rem;top:25.75rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Li3TyOyaCMnotWNtJ9D0ZUxOIaTB5C1I { display:flex;width:2.125rem;height:2.125rem;top:23.625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #UT2oau4kUwzQ5D9HeGzGTOvEhVTRVola { display:flex;width:2.125rem;height:2.125rem;top:31.625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #JTSyrGbN0VBhcgRaNlkXddHVCo9GnmuX { width:18.9375rem;height:4.6875rem;top:33.75rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fu9kswq4sB6HbtBAzi1cOiNy64Sp435P { width:18.9375rem;height:4.6875rem;top:42.5rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c64QLRhsMzdhLEWcPpiz1uv6nipxX7JW { display:flex;width:2.125rem;height:2.125rem;top:40.375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #PZP3t6JKTmWHTyCgSx0dV1z4h9O1N3Nn { width:19.25rem;height:4.6875rem;top:49.375rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UZVMO0ApSLsagbLQxhmPUapP9sLLqEmN { width:18.5625rem;height:1.1875rem;top:6.146484375rem;left:0.71875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZLzPBeytLkQAdoClRURbfggUhsVBMgo3 { display:block; }#ZLzPBeytLkQAdoClRURbfggUhsVBMgo3 > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOQWmZfH8eT2WXxTlTlAxXzJU44ZNIcd { width:18.9375rem;height:3.125rem;top:13.375rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJS9n7uNeiDWi1clilsnS1h2UXX4n0yR { display:flex;width:2.125rem;height:2.125rem;top:11.25rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #NvThde2UWv0yT3yzvepCw516ywDrX5AV { width:17.5rem;height:4.6875rem;top:20.8125rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZX0LtC8wpNZJP0BRSm0f7hn7yZGnoSR { display:flex;width:2.125rem;height:2.125rem;top:18.6875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #mrlqqHQ34qqFkdJrILKHIxV6r7SIR4lJ { width:17.125rem;height:4.6875rem;top:29.125rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XAdBx8GWebUcOdmrb2w5enHw5vtVCMUM { display:flex;width:2.125rem;height:2.125rem;top:27rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #L9GC6tfXEJPr6HUUvhpxya5KtWvgrHQO { display:flex;width:2.125rem;height:2.125rem;top:35rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #LEE1Pi2zKPeSPzuBuTcV4NIhK2HVCTIx { width:15.6875rem;height:6.25rem;top:37.125rem;left:2.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DfgQL9hb1plDqQZaPVauRQ2nHtxyf1HW { width:19.4375rem;height:3.125rem;top:47.1875rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LOqeoM85ApW5yAJtrDdACJaalcdIDnAf { display:flex;width:2.125rem;height:2.125rem;top:45.0625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #yc5uVNgBVxVoVd91m31C1Vf73m9eQwFA { width:18.25rem;height:4.6875rem;top:53.0625rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lxKSEIKAD4zsNgKXNo8p6tMdSyPc2gv5 { width:18.5625rem;height:1.1875rem;top:8rem;left:0.71875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XHe0uHP00oZqsZMkXH0XDRhBFmlvSaL0 { width:18.5625rem;height:6.5625rem;top:1.4375rem;left:0.75rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yqDdWI6CLTdKnvE44TdT8L6HPRuPOMnW { display:block; }#yqDdWI6CLTdKnvE44TdT8L6HPRuPOMnW > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVgGogMBI7Mb46oGINuLZBa5GiXwz4Ov { width:18.6875rem;height:18.6875rem;top:1.9541015625rem;left:0.65625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19) ;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #czOOz2WFxVXPJQWLfzPr8xsJpee9V01E { width:19.3125rem;height:1.625rem;top:21.2666015625rem;left:0.34375rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Iq7zxwzr9JEamR049Toc3woC42SrJMkk { width:18.6875rem;height:48.5625rem;top:23.8125rem;left:0.65625rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #urhMPM3AdtBV6nUaIanh2iECK7PB7sa5 { display:block; }#urhMPM3AdtBV6nUaIanh2iECK7PB7sa5 > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXZo5rvxV95N6N45TWUoUN4xIHPqDyFH { width:19rem;height:4.8125rem;top:3.25rem;left:0.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHgsywZxR3N1LogiMhgMaoTzg3yUTgeG { display:block; }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX .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; }
#OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX .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; }
#OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX { display:flex;width:18rem;height:5.0625rem;top:8.875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #e3APDhB3l1CED2IKBr8p5M6xV4d6T54y { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #ydOxZ8Iqc5TCdRrD7KVKGqwxqFT5wIJu {  }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #edqO2CL2kwbyqXzrqhxrnxKdxaqPdrP9 {  }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #R83yN337ylO6yzT3g4nUN7TCTTJH35O8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #xGQScSKTbV9LnO9pQhAM4MpnafsnvSVT {  }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #yeebVPKpeTHZTdTCOcu6JEK7RX9T8tpW {  }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #HP7VnsHnvXITJfsMy937pkfq2vKi50rv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #OPmVQydEDhBMHOkDtdvuU5ZyHABRgsI3 {  }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #ERGhGseAw6EO7IryHh6n5LZVMi5Tiiq8 {  }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #Uogr8Gly77Mxkl0prcaGMraz0LDweOMc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #dso39BagbK0I9eh47ciRQFWrwLQPr1In {  }
 }@media only screen and (max-width: 763px) { #OfwzTo3zfSMkVxmaLg8R6QpDCi6XDGDX #vbbT9cTHbkrtCHDHfCl0vCF9B4Nk9N9d {  }
 }@media only screen and (max-width: 763px) { #JzcNWo1V2b3ZQvdXBMa9xpk5rzmp7Uvg { display:block; }#JzcNWo1V2b3ZQvdXBMa9xpk5rzmp7Uvg > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbiE7W8Wps301eJ7XNttxzW6VAQBb281 { width:20rem;height:4.5rem;top:2.125rem;left:0rem;font-size:1rem;display:block; }
 }