.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;background-image:none;position:relative;display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { background-color: transparent; background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .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); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { border-width: 0; border-radius: 0; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;position:relative;display:block; }#Iuv1bmf7wprk6qonduGUT2yqwbH1bvX8 { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.8115rem;width:30.625rem;top:12.374267578125rem;left:36.5625rem;overflow:hidden;display:block; }
#OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { color:#000000;display:block;width:30rem;position:absolute;font-family:"poppins extra bold";font-size:2.6875rem;font-weight:normal;z-index:100002;line-height:1.1;letter-spacing:0;top:12.373966217041rem;left:5.3166675567627rem;height:8.86875rem;display:block; }
#nGIZTkkzpfWxni6h7bBBzHH6tTryRgTL { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100003;line-height:1.2;letter-spacing:0;top:22.687509536743rem;left:6.3437519073488rem;height:5.6375rem;display:block; }#nGIZTkkzpfWxni6h7bBBzHH6tTryRgTL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nGIZTkkzpfWxni6h7bBBzHH6tTryRgTL li:before{  }
#XQIGIwRZnCRniEccv9pfFfG4zn5h0qBl { position:absolute;display:block;z-index:100004;background-color:#8390fa;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:5.0625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.8125rem;width:3.8125rem;top:10.8125rem;left:58rem;display:block; }
#lTzvrDe2MJNwcdRwEgeHOuc5IQTcX2cR { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:10.75rem;top:10.1875rem;left:36.625rem;overflow:hidden;display:block; }
#JIvJQ6A7hAkTNrRq2AHLJyTgznqCgPxf { position:absolute;display:block;z-index:100007;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:11rem;left:56.5625rem;display:block; }
#yI05KJyk9QyqybfbHCv1q1GAn68Za75q { position:absolute;display:block;z-index:100009;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:11rem;left:59.375rem;display:block; }
#T3xL8115rfM8dLttJ5zDJp5IekAX61zd { position:absolute;display:block;z-index:100008;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:11rem;left:58rem;display:block; }
#hsKrFwmAIJgI6eIAZwIE6C0AS5TKKsrT { position:absolute;display:block;z-index:100010;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:11rem;left:60.75rem;display:block; }
#OaXOV8iAzftyC4chBl3zrssaPHOyFRHQ { position:absolute;display:block;z-index:100012;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:11.875rem;left:56.5625rem;display:block; }
#ZS776TKWb7N4Ehysy9VsnSStURp1EMBZ { position:absolute;display:block;z-index:100013;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:11.875rem;left:58rem;display:block; }
#hEmHQLTUF0hG4NKdmXdbGovZ1h0MHV7d { position:absolute;display:block;z-index:100014;background-color:#ffe66d;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:11.875rem;left:59.375rem;display:block; }
#HUSX5XhWTKklLX7ztqelpRIGxJsWpRwh { position:absolute;display:block;z-index:100015;background-color:#ffe66d;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:11.875rem;left:60.75rem;display:block; }
#saVrfrwgOONQ36hiEZMxBKoAvwLD5PTW { position:absolute;display:block;z-index:100020;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:10.0625rem;left:60.75rem;display:block; }
#IUnAPR6nLAamNJax9x39O2O5TpKLy5fx { position:absolute;display:block;z-index:100019;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:10.0625rem;left:59.375rem;display:block; }
#NwTKeoEzVodKJq6TFL0BozPqrZFX3Bry { position:absolute;display:block;z-index:100018;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:10.0625rem;left:58rem;display:block; }
#nM8aQn8PoENO5ZiarrDKT6mnuiiuugCv { background-color:#ff0055;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;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:"source sans pro";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:5.0625rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:40.249999046326rem;left:2.78125rem;display:block; }
#BR5gMCtvsFyq0OoEcORGXWFXwZBB30iv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xSTQwUQQzqRMvycMeGozS3gvcyeqvFdc { position:absolute;display:block;z-index:100005;background-color:#ff6b6b;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.4375rem;height:2.8125rem;width:2.8125rem;top:26.75rem;left:32.8125rem;display:block; }
#XqVkb9z3z2IS63fSPw4w1lJED0cRXDTr { position:absolute;display:block;z-index:100032;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:26.125007629394rem;left:38rem;display:block; }
#RVcQ7kCFLp4kTwuwPHdEv0bFxUMDN4Hf { position:absolute;display:block;z-index:100031;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:26.125007629394rem;left:36.625rem;display:block; }
#XRaXPzo57MAUxEO4TaQCqD7dsb6zgutb { position:absolute;display:block;z-index:100030;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:26.125007629394rem;left:35.25rem;display:block; }
#TiWLC5ttZF74mszSTyTu8uBonaKeATmx { position:absolute;display:block;z-index:100022;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:27.0625rem;left:38rem;display:block; }
#ab65tM2tsyl2HOgNLHBLNQtvgS6wN5S6 { position:absolute;display:block;z-index:100021;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:27.0625rem;left:36.625rem;display:block; }
#WFKCZZgnVIgxHt10nJOtPi5OpGnLa1Hk { position:absolute;display:block;z-index:100020;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:27.0625rem;left:35.25rem;display:block; }
#SW4Cb4mCD3aQZ6a9Clhex19KBwkuP7A1 { position:absolute;display:block;z-index:100019;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:27.0625rem;left:33.8125rem;display:block; }
#TQzopPaTZ8NAA75NqoIRC86RLFiXUbUd { position:absolute;display:block;z-index:100024;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:28.0625rem;left:33.8125rem;display:block; }
#pKEi0gsqBiCN9rToq8e563RoFUO7iX8T { position:absolute;display:block;z-index:100025;background-color:#ffe66d;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:28.0625rem;left:35.25rem;display:block; }
#TCmtCfcm8Ox9gQxoq2HIsXDMLTusdvV2 { position:absolute;display:block;z-index:100026;background-color:#ffe66d;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:28.0625rem;left:36.625rem;display:block; }
#NAQ1NpZfdTl6tTCWIcnc2xxpB9kMPRAZ { position:absolute;display:block;z-index:100027;background-color:#ffe66d;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:28.0625rem;left:38rem;display:block; }
#qSnr6KtbrRIJyEG1BWqXPoE4CvgC7xJr { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#4ecdc4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.625rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:45.250000953674rem;left:32.8125rem;display:block; }
#pkOV0q95sbUCazq65Txyx7142rbiNZHT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vDFekiQRPNITtTkRBIpg6xWmbpTwUN0x { position:absolute;display:block;z-index:100006;background-color:#4ecdc4;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.8125rem;width:2.8125rem;top:47.968750953674rem;left:36.09375rem;display:block; }
#tzTNRtiUngT5itJWqXkuIKsUKVvdtmIk { box-sizing:content-box;color:#ffffff;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:block;z-index:100033;top:47.812500953674rem;left:35.9375rem;display:block; }
#eqMooDHRC9wuTu8coV1E3pJwcN34G2uW { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:15.5625rem;top:2.3750001192093rem;left:5.1875019073486rem;overflow:hidden;display:block; }
#JAp5OyE8iXeyrLCalTAlm1TSqeZV1uGS { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:10rem;top:1.5rem;left:52.65625rem;overflow:hidden;display:block; }
#elfdClbh9O8THo2FL8TiBXTa7CIV92Am { color:#000000;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:46.285592079162rem;left:2.78125rem;height:3.9rem;display:block; }
#MvZeNLVOBR77g4IDspwuhixc3zg5VVTQ { position:absolute;display:block;z-index:100035;background-color:#193463;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;height:2.125rem;width:18.5rem;top:9.9375rem;left:5.31640625rem;display:block; }
#yZnBTkcR7dd7zaIf5TlqXEfZcfmCQ38O { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:"poppins extra bold";font-size:1rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:10.3125rem;left:6.21875rem;height:1.3rem;font-style:normal;display:block; }
#Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe .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; }
#Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe .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.56625rem;padding-bottom:0.62875rem;padding-left:0.56625rem;display:block;align-items:center;width:3.394375rem;min-width:3.394375rem;height:3.379375rem;position:relative;font-family:"open sans";font-size:2.515rem;font-weight:700;line-height:54.07px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe .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.525rem;height:1.33625rem;position:relative;font-family:"open sans";font-size:0.943125rem;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; }
#Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe { 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:#ffffff;background-image:none;display:flex;justify-content:space-between;width:23.1875rem;height:6.375rem;padding-top:0.785625rem;padding-right:0.80875rem;padding-bottom:0.785625rem;padding-left:0.80875rem;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:31.299479484558rem;left:2.78125rem;z-index:100037; }
#Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #PsBVRb23lTpffdXk88wewmX9fcNaJzdi { display:flex;position:relative;top:0rem;left:0rem; }
#Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #C3FUoJ0FlD7MuZpbTzCOei6Eh9qWs1fO { width:auto; }
#Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #TFZVDvqZRA0TTxJGH3M1L65L2CxAuBwp {  }
#Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #rOAADpf11ZadOzJGeJdv71vccmwJgTNR { display:flex;position:relative;top:0rem;left:0rem; }
#Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #L4QeVbbC974FBVQC5g7uC62A64Bc1ePF {  }
#Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #O7a5H0vTVWbLQ2Seu3DkIEIugdSLaeDA {  }
#Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #DEriXHS1ECuhrfzLXJkgIO2qJhLrURkq { display:flex;position:relative;top:0rem;left:0rem; }
#Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #eSFCETCfJ9JcZLxntQXZsAvUDNNHCHEO {  }
#Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #QEPnn1xJ26hRxR8cnPOWoT1tpVrnvixt {  }
#Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #CIw3txaD3KU0EzaETx7ogaNMUFAteB1k { display:flex;position:relative;top:0rem;left:0rem; }
#Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #VrG0RyrcuJCId1Su4P91FF8RVPyKKDec {  }
#Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #wkPvrXb1t9D4sBzrvBTwL3macNMbDlX9 {  }
#VnA4FNFSE0lTPqpvMha4LS9K3iiEhgCL { color:#000000;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:29.562499046326rem;left:2.78125rem;height:2.6rem;display:block; }
#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { position:relative;display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { background-color: transparent; background-image: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container > .video-iframe-container { display: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row > .video-iframe-container { display: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .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); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { border-width: 0; border-radius: 0; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .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:5.25rem;width:75rem;position:relative;display:block; }#paTqEpAoMWzgmgZk4qE6NDglTtl9nyVu { color:#000000;display:block;width:59.625rem;position:absolute;font-family:"poppins extra bold";font-size:1.625rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:1.40625rem;left:6.4375019073488rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd { position:relative;display:block; }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd { background-color: transparent; background-image: none; }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row .container > .video-iframe-container { display: none; }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row > .video-iframe-container { display: none; }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .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); }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd { border-width: 0; border-radius: 0; }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .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:25.5rem;width:75rem;position:relative;display:block; }#POaOXDdeCKp2sSXTsWHQ9nB2OVKRxJDc { color:#000000;display:block;width:71.5rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.7;letter-spacing:0;top:1.4291687011719rem;left:2.5625rem;height:20.25rem;display:block; }
#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS { position:relative;display:block; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS { background-color: transparent; background-image: none; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row .container > .video-iframe-container { display: none; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row > .video-iframe-container { display: none; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .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); }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS { border-width: 0; border-radius: 0; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .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:31.3125rem;width:75rem;position:relative;display:block; }#XX8A4h9i67p6ghbDRewuoJuLX2KvT6QK { position:absolute;display:block;z-index:100008;background-color:#ff6b6b;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:4.375rem;width:4.375rem;top:3.125rem;left:25.9375rem;display:block; }
#XvQLBHtlOiPJeCyuAeLwJp1uWvR5VGHW { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:2.75rem;top:3.9375rem;left:26.75rem;overflow:hidden;display:block; }
#SQZVQPoNs40w4NMbvOG56vhT9HdQhGa3 { position:absolute;display:block;z-index:100010;background-color:#0a70b1;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:4.375rem;width:4.375rem;top:3.125rem;left:45.125rem;display:block; }
#d5DsR7wROQA7mHpovJn7ctyTT00CCa1J { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:2.75rem;top:3.9375rem;left:45.9375rem;overflow:hidden;display:block; }
#nIH7upNT3Mu9cBUI7JIwXcShMzbqpFXu { position:absolute;display:block;z-index:100012;background-color:#8390fa;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:4.375rem;width:4.375rem;top:3.125rem;left:63.4375rem;display:block; }
#PPufgp9rkFTezyPa86EX6glBUAUsoQVm { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:2.75rem;top:3.9375rem;left:64.25rem;overflow:hidden;display:block; }
#Q5qeuk4QDQeWBgJxl6HB4JdHoxKvGsnH { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"poppins extra bold";font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:8.6875rem;left:21rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V7amm2WwRiKN3fiz5dD0Vsma5W9LyzDE { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"poppins extra bold";font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:8.6875009536744rem;left:39.125001907349rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OKWggIAJ186T0KblkFNfrRUFcF2rPlEV { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"poppins extra bold";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.5;letter-spacing:0;top:9.7500009536744rem;left:58.468751907349rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KT98zeGpDgymfkPCTSnUZkEIz9y2hGeG { position:absolute;display:block;z-index:100014;background-color:#f0faff;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;height:3.9375rem;width:18.75rem;top:14.875rem;left:0rem;display:block; }
#CVANBJIgeVMtlBFTPGx4ga3SsulncW4H { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100016;line-height:2.1;letter-spacing:0;top:15.8125rem;left:2.625rem;height:2.10069375rem;text-align:left;text-align-last:left;display:block; }
#mskomhCVgOcI8bQm4f7kXbZyfJIK47t7 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100017;line-height:2.1;letter-spacing:0;top:19.90625rem;left:2.4375rem;height:2.10069375rem;text-align:left;text-align-last:left;display:block; }
#Ore5DZOJhP924bEEJ8yXs8VIspSwVtAO { color:#000000;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100017;line-height:2.1;letter-spacing:0;top:15.793751478195rem;left:18.687501907349rem;height:2.10069375rem;text-align:center;text-align-last:center;display:block; }
#Kh1RhJavcCL11QpusQHkI0uG1Z3g5KIl { color:#000000;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100018;line-height:2.1;letter-spacing:0;top:19.906250715256rem;left:18.750001907349rem;height:2.10069375rem;text-align:center;text-align-last:center;display:block; }
#TR9zVTEhU0rBGGKC0ZnUuE9K0Fo881OQ { color:#000000;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100018;line-height:2.1;letter-spacing:0;top:15.793751478195rem;left:37.500001907349rem;height:2.10069375rem;text-align:center;text-align-last:center;display:block; }
#tmfptbtTylO83Fmsnu2QQa4GqKy21Hqu { color:#000000;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100019;line-height:2.1;letter-spacing:0;top:19.906250715256rem;left:37.500001907349rem;height:2.10069375rem;text-align:center;text-align-last:center;display:block; }
#fdiC1cxf8hT4SOwypgOB7zJ9Pla7fl5U { color:#000000;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100019;line-height:1.2;letter-spacing:0;top:15.493751049042rem;left:56.250001907349rem;height:2.4rem;text-align:center;text-align-last:center;display:block; }
#P8AK0AMMO9oeyfLFPLao9BCChTRTRa1r { color:#000000;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100020;line-height:1.2;letter-spacing:0;top:19.881251335144rem;left:56.250001907349rem;height:2.4rem;text-align:center;text-align-last:center;display:block; }
#TiGOck7bb5Re5GrKHDIggEOEiqdPOSuZ { position:absolute;display:block;z-index:100015;background-color:#f0faff;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;height:3.9375rem;width:18.75rem;top:14.875000953674rem;left:18.750001907349rem;display:block; }
#xeRABtiW9b9tgM2p86XNDT0V4RUqeMwG { position:absolute;display:block;z-index:100016;background-color:#f0faff;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;height:3.9375rem;width:18.75rem;top:14.875000953674rem;left:37.500001907349rem;display:block; }
#UKFtLZfbihvOTdXNi7AntOf3M0yXnBFZ { position:absolute;display:block;z-index:100017;background-color:#f0faff;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;height:3.9375rem;width:18.75rem;top:14.875000953674rem;left:56.250001907349rem;display:block; }
#RnqkDudy5F483D9L1HlugyxWmQ3TtiIz { background-color:#ff0055;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;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:"source sans pro";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.625rem;height:5.0625rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:24.203125rem;left:24.375rem;display:block; }
#UEUPHT1uBUxEP0QTu90GK8yBwQgWTl66 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bgT1MmT09mQpyJ6LWMKmSAG3C69Zm2BH { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100016;line-height:2.1;letter-spacing:0;top:15.8125rem;left:2.625rem;height:2.1rem;text-align:left;text-align-last:left;display:none; }
#CyufCDtfMJBbWWBpeotirax08mqIV3sT { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100017;line-height:2.1;letter-spacing:0;top:19.90625rem;left:2.4375rem;height:2.1rem;text-align:left;text-align-last:left;display:none; }
#k85l7SpNmi0zP9dnpQrAd3eHXgTDoBvH { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100016;line-height:2.1;letter-spacing:0;top:15.8125rem;left:2.625rem;height:2.1rem;text-align:left;text-align-last:left;display:none; }
#yeBHQ29Dx92Jm7ThCopqaJUnsDTE1s5o { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100017;line-height:2.1;letter-spacing:0;top:19.90625rem;left:2.4375rem;height:2.1rem;text-align:left;text-align-last:left;display:none; }
#BMKGmuFgSWJgdFHf5vgfdctlrcXsTd6w { position:relative;display:block; }#BMKGmuFgSWJgdFHf5vgfdctlrcXsTd6w { background-color: transparent; background-image: none; }#BMKGmuFgSWJgdFHf5vgfdctlrcXsTd6w::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BMKGmuFgSWJgdFHf5vgfdctlrcXsTd6w > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BMKGmuFgSWJgdFHf5vgfdctlrcXsTd6w > .row .container > .video-iframe-container { display: none; }#BMKGmuFgSWJgdFHf5vgfdctlrcXsTd6w > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BMKGmuFgSWJgdFHf5vgfdctlrcXsTd6w > .row > .video-iframe-container { display: none; }#BMKGmuFgSWJgdFHf5vgfdctlrcXsTd6w > .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); }#BMKGmuFgSWJgdFHf5vgfdctlrcXsTd6w { border-width: 0; border-radius: 0; }#BMKGmuFgSWJgdFHf5vgfdctlrcXsTd6w > .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:25rem;width:75rem;position:relative;display:block; }#wkJTVT800LdkRD99CvB2AtCeq464f1Nk { color:#000000;display:block;width:69.4375rem;position:absolute;font-family:"poppins light";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.433952331543rem;left:2.0696024894714rem;height:7.75rem;display:block; }#wkJTVT800LdkRD99CvB2AtCeq464f1Nk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wkJTVT800LdkRD99CvB2AtCeq464f1Nk li:before{  }
#PLt5XAR0MsFXkaM9vUJRibwt9p85Buda { color:#000000;display:block;width:67.25rem;position:absolute;font-family:"poppins light";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.6031246185302rem;left:1.8822917938232rem;height:2.6rem;display:block; }
#IggnOCJZo3l2ckAqunxazcNZ5pNNSwvS { color:#000000;display:block;width:69.4375rem;position:absolute;font-family:"poppins light";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:15.375rem;left:2.068359375rem;height:;display:block; }#IggnOCJZo3l2ckAqunxazcNZ5pNNSwvS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IggnOCJZo3l2ckAqunxazcNZ5pNNSwvS li:before{  }
#KgPoG8iI8ddW5dr1MTchZtGJFQs2VVWh { color:#000000;display:block;width:67.25rem;position:absolute;font-family:"poppins light";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:13.279296875rem;left:2.068359375rem;height:1.3rem;display:block; }
#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;background-image:none;position:relative;display:block; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { background-color: transparent; background-image: none; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container > .video-iframe-container { display: none; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row > .video-iframe-container { display: none; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .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); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { border-width: 0; border-radius: 0; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#QCd9zd1BbhyvypHgxNZlHEPfKFkZD7Ku { color:#000000;display:block;width:66rem;position:absolute;font-family:"poppins extra bold";font-size:1.6875rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:1.75rem;left:6.125rem;height:2.53125rem;text-align:center;text-align-last:center;display:block; }
#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;background-image:none;position:relative;display:block; }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row .container { background-color: transparent; background-image: none; }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row .container > .video-iframe-container { display: none; }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row > .video-iframe-container { display: none; }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .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); }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row .container { border-width: 0; border-radius: 0; }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;position:relative;display:block; }#hAu8PdGcf8RsKG4S0JyqMbIxOv4Ty8dR { color:#000000;display:block;width:71.0625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:1.1562557220459rem;left:1.7500019073486rem;height:3.5625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#khHFT9Wfu7laNEzoGz5TmAqheuXuAPw4 { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:7.4375rem;left:11.3125rem;overflow:hidden;display:block; }
#pZmZWHEUWNAzhspgWW3escLroEoUCLD8 { position:absolute;display:block;z-index:100013;background-color:#8390fa;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:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.5625rem;width:3.5625rem;top:9rem;left:12.9375rem;display:block; }
#rrph25u9T5e8TUnU3iNv80fQExDN2eMd { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:4.875rem;top:14.75rem;left:11.6875rem;overflow:hidden;display:block; }
#iJVm0cPGnwktLJ360g7gb4IiTrM547pv { position:absolute;display:block;z-index:100014;background-color:#ffe66d;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;height:3.75rem;width:3.6875rem;top:15.8125rem;left:12.625rem;display:block; }
#aItJ9TiZz3bZ4FFr3RxSFLEBXiQVLS7v { color:#000000;display:block;width:44.4375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.7;letter-spacing:0;top:8.125rem;left:19.3125rem;height:4.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GfgOd8oeCdT5LmTZOvwZ327vZxB1MaAL { color:#000000;display:block;width:44.25rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.7;letter-spacing:0;top:15.3125rem;left:19.375rem;height:4.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qUltA1TtQt2fCDFEAk3xs46V3MIHk1i2 { background-color:#ff0055;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;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:"source sans pro";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.625rem;height:5.0625rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:22.612501144409rem;left:22.187501907349rem;display:block; }
#mdZP8X9vIKRfTa3h3IQ3mh18gdLfN7Es { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xPEbmmCgpN31090WmeUyohnOq9p0uqRz { color:#000000;display:block;width:70.875rem;position:absolute;font-family:"poppins light";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:29.548958778381rem;left:2.0625rem;height:1.3rem;display:block; }
#cA4vLcKDtlDb4f8IrK9WHlmoxpgoKFhp { color:#000000;display:block;width:70.875rem;position:absolute;font-family:"poppins light";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:31.750000953674rem;left:2.0625rem;height:;display:block; }#cA4vLcKDtlDb4f8IrK9WHlmoxpgoKFhp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cA4vLcKDtlDb4f8IrK9WHlmoxpgoKFhp li:before{  }
#TPrR1nk0TteQvfn0aNV2HDi8TyBEHafT { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100037;line-height:1.4;letter-spacing:0;top:43.908337146044rem;left:2.0625rem;height:3.5rem;display:block; }
#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;z-index:auto;display:block; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container { background-color: transparent; background-image: none; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container > .video-iframe-container { display: none; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row > .video-iframe-container { display: none; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .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); }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container { border-width: 0; border-radius: 0; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:block; }#BNTF9nyrOlpa1r7fgeWfUhKVVseCwlKa { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:10.125rem;top:2.9375rem;left:34.250001907349rem;overflow:hidden;display:block; }
#AywKRfzvqO9VFNOk03g6QTVJJMZ6t2Da { color:#ffffff;display:block;width:41.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100011;line-height:1.6;letter-spacing:0;top:10.5rem;left:18.500001907349rem;height:4.8rem;text-align:center;text-align-last:center;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; }
#XZnHqTQny3fJXFpnhgAa8J5EaGA2xXR9 { color:#ffffff;display:block;width:41.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.6;letter-spacing:0;top:6.5625rem;left:18.500001907349rem;height:3.2rem;text-align:center;text-align-last:center;display:block; }
#vKb2cPeCFSRSUNUIPzB0PkHp7KGU0E4D { color:#ffffff;display:block;width:53.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100011;line-height:1.6;letter-spacing:0;top:17.125rem;left:12.40625rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iuv1bmf7wprk6qonduGUT2yqwbH1bvX8 { top:12.3125rem;left:17.125rem;width:30.625rem;height:26.8114375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { top:12.3125rem;left:0rem;width:30rem;height:8.8125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGIZTkkzpfWxni6h7bBBzHH6tTryRgTL { top:22.6875rem;left:0rem;width:22.9375rem;height:;font-size:1.125rem;display:block; }#nGIZTkkzpfWxni6h7bBBzHH6tTryRgTL li:before{  }
 }@media only screen and (max-width: 763px) { #XQIGIwRZnCRniEccv9pfFfG4zn5h0qBl { top:10.8125rem;left:43.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTzvrDe2MJNwcdRwEgeHOuc5IQTcX2cR { top:10.1875rem;left:23rem;width:10.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIvJQ6A7hAkTNrRq2AHLJyTgznqCgPxf { top:11rem;left:42.9375rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI05KJyk9QyqybfbHCv1q1GAn68Za75q { top:11rem;left:45.75rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3xL8115rfM8dLttJ5zDJp5IekAX61zd { top:11rem;left:44.375rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsKrFwmAIJgI6eIAZwIE6C0AS5TKKsrT { top:11rem;left:47.125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaXOV8iAzftyC4chBl3zrssaPHOyFRHQ { top:11.875rem;left:42.9375rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS776TKWb7N4Ehysy9VsnSStURp1EMBZ { top:11.875rem;left:44.375rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEmHQLTUF0hG4NKdmXdbGovZ1h0MHV7d { top:11.875rem;left:45.75rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUSX5XhWTKklLX7ztqelpRIGxJsWpRwh { top:11.875rem;left:47.125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #saVrfrwgOONQ36hiEZMxBKoAvwLD5PTW { top:10.0625rem;left:47.125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUnAPR6nLAamNJax9x39O2O5TpKLy5fx { top:10.0625rem;left:45.75rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwTKeoEzVodKJq6TFL0BozPqrZFX3Bry { top:10.0625rem;left:44.375rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM8aQn8PoENO5ZiarrDKT6mnuiiuugCv { width:16.5625rem;height:5.0625rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR5gMCtvsFyq0OoEcORGXWFXwZBB30iv { display:block; }
 }@media only screen and (max-width: 763px) { #xSTQwUQQzqRMvycMeGozS3gvcyeqvFdc { top:26.75rem;left:19.1875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqVkb9z3z2IS63fSPw4w1lJED0cRXDTr { top:26.125rem;left:24.375rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVcQ7kCFLp4kTwuwPHdEv0bFxUMDN4Hf { top:26.125rem;left:23rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRaXPzo57MAUxEO4TaQCqD7dsb6zgutb { top:26.125rem;left:21.625rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiWLC5ttZF74mszSTyTu8uBonaKeATmx { top:27.0625rem;left:24.375rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab65tM2tsyl2HOgNLHBLNQtvgS6wN5S6 { top:27.0625rem;left:23rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFKCZZgnVIgxHt10nJOtPi5OpGnLa1Hk { top:27.0625rem;left:21.625rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW4Cb4mCD3aQZ6a9Clhex19KBwkuP7A1 { top:27.0625rem;left:20.1875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQzopPaTZ8NAA75NqoIRC86RLFiXUbUd { top:28.0625rem;left:20.1875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKEi0gsqBiCN9rToq8e563RoFUO7iX8T { top:28.0625rem;left:21.625rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCmtCfcm8Ox9gQxoq2HIsXDMLTusdvV2 { top:28.0625rem;left:23rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAQ1NpZfdTl6tTCWIcnc2xxpB9kMPRAZ { top:28.0625rem;left:24.375rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSnr6KtbrRIJyEG1BWqXPoE4CvgC7xJr { width:10.3125rem;height:2.625rem;top:45.25rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkOV0q95sbUCazq65Txyx7142rbiNZHT { display:block; }
 }@media only screen and (max-width: 763px) { #vDFekiQRPNITtTkRBIpg6xWmbpTwUN0x { top:47.9375rem;left:22.46875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzTNRtiUngT5itJWqXkuIKsUKVvdtmIk { top:47.8125rem;left:22.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqMooDHRC9wuTu8coV1E3pJwcN34G2uW { top:2.375rem;left:0rem;width:15.5625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAp5OyE8iXeyrLCalTAlm1TSqeZV1uGS { top:1.5rem;left:37.75rem;width:10rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elfdClbh9O8THo2FL8TiBXTa7CIV92Am { top:46.25rem;left:0rem;width:27.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvZeNLVOBR77g4IDspwuhixc3zg5VVTQ { top:9.9375rem;left:0rem;width:18.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZnBTkcR7dd7zaIf5TlqXEfZcfmCQ38O { top:10.3125rem;left:0rem;width:18.1875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe .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; }
#Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe .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; }
#Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe { display:flex;width:18rem;height:5.0625rem;top:32.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #PsBVRb23lTpffdXk88wewmX9fcNaJzdi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #C3FUoJ0FlD7MuZpbTzCOei6Eh9qWs1fO {  }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #TFZVDvqZRA0TTxJGH3M1L65L2CxAuBwp {  }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #rOAADpf11ZadOzJGeJdv71vccmwJgTNR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #L4QeVbbC974FBVQC5g7uC62A64Bc1ePF {  }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #O7a5H0vTVWbLQ2Seu3DkIEIugdSLaeDA {  }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #DEriXHS1ECuhrfzLXJkgIO2qJhLrURkq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #eSFCETCfJ9JcZLxntQXZsAvUDNNHCHEO {  }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #QEPnn1xJ26hRxR8cnPOWoT1tpVrnvixt {  }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #CIw3txaD3KU0EzaETx7ogaNMUFAteB1k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #VrG0RyrcuJCId1Su4P91FF8RVPyKKDec {  }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #wkPvrXb1t9D4sBzrvBTwL3macNMbDlX9 {  }
 }@media only screen and (max-width: 763px) { #VnA4FNFSE0lTPqpvMha4LS9K3iiEhgCL { top:29.5rem;left:0rem;width:27.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paTqEpAoMWzgmgZk4qE6NDglTtl9nyVu { top:1.375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd { display:block; }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POaOXDdeCKp2sSXTsWHQ9nB2OVKRxJDc { top:1.375rem;left:0rem;width:47.75rem;height:22.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS { display:block; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XX8A4h9i67p6ghbDRewuoJuLX2KvT6QK { top:3.125rem;left:15.71875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvQLBHtlOiPJeCyuAeLwJp1uWvR5VGHW { top:3.9375rem;left:16.53125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQZVQPoNs40w4NMbvOG56vhT9HdQhGa3 { top:3.125rem;left:28.09375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5DsR7wROQA7mHpovJn7ctyTT00CCa1J { top:3.9375rem;left:28.90625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIH7upNT3Mu9cBUI7JIwXcShMzbqpFXu { top:3.125rem;left:39.59375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPufgp9rkFTezyPa86EX6glBUAUsoQVm { top:3.9375rem;left:40.40625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5qeuk4QDQeWBgJxl6HB4JdHoxKvGsnH { top:8.6875rem;left:9.5625rem;width:14.3125rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7amm2WwRiKN3fiz5dD0Vsma5W9LyzDE { top:8.6875rem;left:20.0625rem;width:15.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKWggIAJ186T0KblkFNfrRUFcF2rPlEV { top:9.75rem;left:33.4375rem;width:14.3125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT98zeGpDgymfkPCTSnUZkEIz9y2hGeG { top:14.8125rem;left:0rem;width:47.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVANBJIgeVMtlBFTPGx4ga3SsulncW4H { top:15.8125rem;left:0rem;width:14.0625rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mskomhCVgOcI8bQm4f7kXbZyfJIK47t7 { top:19.875rem;left:0rem;width:14.0625rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ore5DZOJhP924bEEJ8yXs8VIspSwVtAO { top:15.75rem;left:0rem;width:18.75rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh1RhJavcCL11QpusQHkI0uG1Z3g5KIl { top:19.875rem;left:5.125rem;width:18.75rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR9zVTEhU0rBGGKC0ZnUuE9K0Fo881OQ { top:15.75rem;left:17.0625rem;width:18.75rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmfptbtTylO83Fmsnu2QQa4GqKy21Hqu { top:19.875rem;left:17.0625rem;width:18.75rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdiC1cxf8hT4SOwypgOB7zJ9Pla7fl5U { top:15.4375rem;left:29rem;width:18.75rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8AK0AMMO9oeyfLFPLao9BCChTRTRa1r { top:19.875rem;left:29rem;width:18.75rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiGOck7bb5Re5GrKHDIggEOEiqdPOSuZ { top:14.875rem;left:0rem;width:18.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeRABtiW9b9tgM2p86XNDT0V4RUqeMwG { top:14.875rem;left:17.0625rem;width:18.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKFtLZfbihvOTdXNi7AntOf3M0yXnBFZ { top:14.875rem;left:29rem;width:18.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnqkDudy5F483D9L1HlugyxWmQ3TtiIz { width:30.625rem;height:5.0625rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEUPHT1uBUxEP0QTu90GK8yBwQgWTl66 { display:block; }
 }@media only screen and (max-width: 763px) { #bgT1MmT09mQpyJ6LWMKmSAG3C69Zm2BH { top:15.8125rem;left:0rem;width:14.0625rem;height:2.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CyufCDtfMJBbWWBpeotirax08mqIV3sT { top:19.875rem;left:0rem;width:14.0625rem;height:2.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k85l7SpNmi0zP9dnpQrAd3eHXgTDoBvH { top:15.8125rem;left:0rem;width:14.0625rem;height:2.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yeBHQ29Dx92Jm7ThCopqaJUnsDTE1s5o { top:19.875rem;left:0rem;width:14.0625rem;height:2.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMKGmuFgSWJgdFHf5vgfdctlrcXsTd6w { display:block; }#BMKGmuFgSWJgdFHf5vgfdctlrcXsTd6w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkJTVT800LdkRD99CvB2AtCeq464f1Nk { top:3.375rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#wkJTVT800LdkRD99CvB2AtCeq464f1Nk li:before{  }
 }@media only screen and (max-width: 763px) { #PLt5XAR0MsFXkaM9vUJRibwt9p85Buda { top:1.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IggnOCJZo3l2ckAqunxazcNZ5pNNSwvS { top:15.375rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#IggnOCJZo3l2ckAqunxazcNZ5pNNSwvS li:before{  }
 }@media only screen and (max-width: 763px) { #KgPoG8iI8ddW5dr1MTchZtGJFQs2VVWh { top:13.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { display:block; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCd9zd1BbhyvypHgxNZlHEPfKFkZD7Ku { top:1.75rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC { display:block; }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAu8PdGcf8RsKG4S0JyqMbIxOv4Ty8dR { top:1.125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #khHFT9Wfu7laNEzoGz5TmAqheuXuAPw4 { top:7.4375rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZmZWHEUWNAzhspgWW3escLroEoUCLD8 { top:9rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrph25u9T5e8TUnU3iNv80fQExDN2eMd { top:14.75rem;left:0rem;width:4.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJVm0cPGnwktLJ360g7gb4IiTrM547pv { top:15.8125rem;left:0rem;width:3.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aItJ9TiZz3bZ4FFr3RxSFLEBXiQVLS7v { top:8.125rem;left:3.3125rem;width:44.4375rem;height:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfgOd8oeCdT5LmTZOvwZ327vZxB1MaAL { top:15.3125rem;left:3.5rem;width:44.25rem;height:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUltA1TtQt2fCDFEAk3xs46V3MIHk1i2 { width:30.625rem;height:5.0625rem;top:22.5625rem;left:8.5625019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdZP8X9vIKRfTa3h3IQ3mh18gdLfN7Es { display:block; }
 }@media only screen and (max-width: 763px) { #xPEbmmCgpN31090WmeUyohnOq9p0uqRz { top:29.5rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA4vLcKDtlDb4f8IrK9WHlmoxpgoKFhp { top:31.75rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#cA4vLcKDtlDb4f8IrK9WHlmoxpgoKFhp li:before{  }
 }@media only screen and (max-width: 763px) { #TPrR1nk0TteQvfn0aNV2HDi8TyBEHafT { top:43.875rem;left:0rem;width:22.1875rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT { display:block; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNTF9nyrOlpa1r7fgeWfUhKVVseCwlKa { width:10.125rem;height:2rem;top:2.9375rem;left:20.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #AywKRfzvqO9VFNOk03g6QTVJJMZ6t2Da { top:10.5rem;left:4.8750019073486rem;width:41.625rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZnHqTQny3fJXFpnhgAa8J5EaGA2xXR9 { top:6.5625rem;left:4.8750019073486rem;width:41.625rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKb2cPeCFSRSUNUIPzB0PkHp7KGU0E4D { top:17.125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { width:20rem;height:63.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iuv1bmf7wprk6qonduGUT2yqwbH1bvX8 { width:16.3125rem;height:14.125rem;top:27.312500953674rem;left:2.3125rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { width:20rem;height:8.25rem;top:12.375000953674rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nGIZTkkzpfWxni6h7bBBzHH6tTryRgTL { width:20rem;height:4.675rem;top:21.354167938233rem;left:0.28125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#nGIZTkkzpfWxni6h7bBBzHH6tTryRgTL li:before{  }
 }@media only screen and (max-width: 763px) { #XQIGIwRZnCRniEccv9pfFfG4zn5h0qBl { width:1.9375rem;height:1.9375rem;top:31.816667556762rem;left:18.061459422111rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTzvrDe2MJNwcdRwEgeHOuc5IQTcX2cR { width:6.5rem;height:7.625rem;top:26.9375rem;left:1.28125rem;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #JIvJQ6A7hAkTNrRq2AHLJyTgznqCgPxf { width:0.3125rem;height:0.3125rem;top:34.5rem;left:3.4375003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI05KJyk9QyqybfbHCv1q1GAn68Za75q { width:0.3125rem;height:0.3125rem;top:28.375rem;left:16.812500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3xL8115rfM8dLttJ5zDJp5IekAX61zd { width:0.3125rem;height:0.3125rem;top:28.375rem;left:15.750000834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsKrFwmAIJgI6eIAZwIE6C0AS5TKKsrT { width:0.3125rem;height:0.3125rem;top:28.375rem;left:17.875000834465rem;background-color:#0a70b1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OaXOV8iAzftyC4chBl3zrssaPHOyFRHQ { width:0.3125rem;height:0.3125rem;top:35.3125rem;left:4.3750003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS776TKWb7N4Ehysy9VsnSStURp1EMBZ { width:0.3125rem;height:0.3125rem;top:29.25rem;left:15.750000834465rem;background-color:#ffe66d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hEmHQLTUF0hG4NKdmXdbGovZ1h0MHV7d { width:0.3125rem;height:0.3125rem;top:29.25rem;left:16.812500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUSX5XhWTKklLX7ztqelpRIGxJsWpRwh { width:0.3125rem;height:0.3125rem;top:29.25rem;left:17.875000834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #saVrfrwgOONQ36hiEZMxBKoAvwLD5PTW { width:0.3125rem;height:0.3125rem;top:35.3125rem;left:3.4375003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUnAPR6nLAamNJax9x39O2O5TpKLy5fx { width:0.3125rem;height:0.3125rem;top:36.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwTKeoEzVodKJq6TFL0BozPqrZFX3Bry { width:0.3125rem;height:0.3125rem;top:34.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM8aQn8PoENO5ZiarrDKT6mnuiiuugCv { width:13rem;height:4.0625rem;top:49.5625rem;left:3.5000002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR5gMCtvsFyq0OoEcORGXWFXwZBB30iv { display:block; }
 }@media only screen and (max-width: 763px) { #xSTQwUQQzqRMvycMeGozS3gvcyeqvFdc { width:1.6875rem;height:1.6875rem;top:35.4375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XqVkb9z3z2IS63fSPw4w1lJED0cRXDTr { width:0.3125rem;height:0.3125rem;top:34.5rem;left:4.3750003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVcQ7kCFLp4kTwuwPHdEv0bFxUMDN4Hf { width:0.3125rem;height:0.3125rem;top:35.3125rem;left:2.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRaXPzo57MAUxEO4TaQCqD7dsb6zgutb { width:0.3125rem;height:0.3125rem;top:27.5rem;left:15.750000834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiWLC5ttZF74mszSTyTu8uBonaKeATmx { width:0.3125rem;height:0.3125rem;top:36.1875rem;left:4.3750003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab65tM2tsyl2HOgNLHBLNQtvgS6wN5S6 { width:0.3125rem;height:0.3125rem;top:30.500001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFKCZZgnVIgxHt10nJOtPi5OpGnLa1Hk { width:0.3125rem;height:0.3125rem;top:28.3125rem;left:14.562500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW4Cb4mCD3aQZ6a9Clhex19KBwkuP7A1 { width:0.3125rem;height:0.3125rem;top:27.5rem;left:16.812500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQzopPaTZ8NAA75NqoIRC86RLFiXUbUd { width:0.3125rem;height:0.3125rem;top:27.5rem;left:17.875000834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKEi0gsqBiCN9rToq8e563RoFUO7iX8T { width:0.3125rem;height:0.3125rem;top:29.1875rem;left:14.562500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCmtCfcm8Ox9gQxoq2HIsXDMLTusdvV2 { width:0.3125rem;height:0.3125rem;top:36.1875rem;left:3.4375003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAQ1NpZfdTl6tTCWIcnc2xxpB9kMPRAZ { width:0.3125rem;height:0.3125rem;top:36.1875rem;left:2.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSnr6KtbrRIJyEG1BWqXPoE4CvgC7xJr { width:10.3125rem;height:2.625rem;top:58.3125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkOV0q95sbUCazq65Txyx7142rbiNZHT { display:block; }
 }@media only screen and (max-width: 763px) { #vDFekiQRPNITtTkRBIpg6xWmbpTwUN0x { width:2.8125rem;height:2.8125rem;top:60.1875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzTNRtiUngT5itJWqXkuIKsUKVvdtmIk { width:3.125rem;height:3.125rem;top:60.0625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqMooDHRC9wuTu8coV1E3pJwcN34G2uW { width:10rem;height:2rem;top:0.93750005960463rem;left:4.7541669607163rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAp5OyE8iXeyrLCalTAlm1TSqeZV1uGS { width:8.9375rem;height:4.1875rem;top:3.6875rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elfdClbh9O8THo2FL8TiBXTa7CIV92Am { width:19.3125rem;height:3.8984375rem;top:54.4765625rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvZeNLVOBR77g4IDspwuhixc3zg5VVTQ { width:17.0625rem;height:2.125rem;top:9.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZnBTkcR7dd7zaIf5TlqXEfZcfmCQ38O { width:14.8125rem;height:1.3rem;top:9.9375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe .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; }
#Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe .widget-text.counter-number { padding-top:0.43875rem;padding-right:0.389375rem;padding-bottom:0.43875rem;padding-left:0.389375rem;width:2.335625rem;min-width:2.335625rem;height:2.358125rem;font-size:1.755rem;line-height:37.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; }
#Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.274375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.114375rem;height:0.9325rem;font-size:0.658125rem;line-height:14.92px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe { display:flex;width:15.9375rem;height:4.4375rem;top:43.0625rem;left:1.310763835907rem;padding-top:0.689375rem;padding-right:0.719375rem;padding-bottom:0.689375rem;padding-left:0.719375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #PsBVRb23lTpffdXk88wewmX9fcNaJzdi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #C3FUoJ0FlD7MuZpbTzCOei6Eh9qWs1fO {  }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #TFZVDvqZRA0TTxJGH3M1L65L2CxAuBwp {  }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #rOAADpf11ZadOzJGeJdv71vccmwJgTNR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #L4QeVbbC974FBVQC5g7uC62A64Bc1ePF {  }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #O7a5H0vTVWbLQ2Seu3DkIEIugdSLaeDA {  }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #DEriXHS1ECuhrfzLXJkgIO2qJhLrURkq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #eSFCETCfJ9JcZLxntQXZsAvUDNNHCHEO {  }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #QEPnn1xJ26hRxR8cnPOWoT1tpVrnvixt {  }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #CIw3txaD3KU0EzaETx7ogaNMUFAteB1k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #VrG0RyrcuJCId1Su4P91FF8RVPyKKDec {  }
 }@media only screen and (max-width: 763px) { #Usls9BCaxuhbMGM7ULunZ0GZlbscZpMe #wkPvrXb1t9D4sBzrvBTwL3macNMbDlX9 {  }
 }@media only screen and (max-width: 763px) { #VnA4FNFSE0lTPqpvMha4LS9K3iiEhgCL { width:20rem;height:2.5989625rem;top:41.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paTqEpAoMWzgmgZk4qE6NDglTtl9nyVu { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd { display:block; }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POaOXDdeCKp2sSXTsWHQ9nB2OVKRxJDc { width:19.875rem;height:42.67884375rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS { display:block; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XX8A4h9i67p6ghbDRewuoJuLX2KvT6QK { width:3.125rem;height:3.125rem;top:2.5rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvQLBHtlOiPJeCyuAeLwJp1uWvR5VGHW { width:1.875rem;height:1.875rem;top:3.3125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQZVQPoNs40w4NMbvOG56vhT9HdQhGa3 { width:3.125rem;height:3.125rem;top:18.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5DsR7wROQA7mHpovJn7ctyTT00CCa1J { width:1.875rem;height:1.875rem;top:18.9375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIH7upNT3Mu9cBUI7JIwXcShMzbqpFXu { width:3.125rem;height:3.125rem;top:36.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPufgp9rkFTezyPa86EX6glBUAUsoQVm { width:1.875rem;height:1.875rem;top:36.9375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5qeuk4QDQeWBgJxl6HB4JdHoxKvGsnH { width:17.25rem;height:3rem;top:6.6875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7amm2WwRiKN3fiz5dD0Vsma5W9LyzDE { width:20rem;height:4.5rem;top:22.5rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKWggIAJ186T0KblkFNfrRUFcF2rPlEV { width:4.125rem;height:1.5rem;top:40.5rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT98zeGpDgymfkPCTSnUZkEIz9y2hGeG { width:20rem;height:3.9375rem;top:27.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVANBJIgeVMtlBFTPGx4ga3SsulncW4H { width:6rem;height:1.83680625rem;top:11.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mskomhCVgOcI8bQm4f7kXbZyfJIK47t7 { width:6.5rem;height:1.83680625rem;top:15rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ore5DZOJhP924bEEJ8yXs8VIspSwVtAO { width:20rem;height:1.83680625rem;top:11.4375rem;left:0rem;font-size:0.875rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #Kh1RhJavcCL11QpusQHkI0uG1Z3g5KIl { width:20rem;height:1.83680625rem;top:15rem;left:0.0625rem;font-size:0.875rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #TR9zVTEhU0rBGGKC0ZnUuE9K0Fo881OQ { width:20rem;height:1.83680625rem;top:28.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmfptbtTylO83Fmsnu2QQa4GqKy21Hqu { width:20rem;height:1.83680625rem;top:32.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdiC1cxf8hT4SOwypgOB7zJ9Pla7fl5U { width:11.8125rem;height:3.2109375rem;top:43.9375rem;left:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8AK0AMMO9oeyfLFPLao9BCChTRTRa1r { width:12rem;height:3.2109375rem;top:48.5rem;left:7.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiGOck7bb5Re5GrKHDIggEOEiqdPOSuZ { width:20rem;height:3.9375rem;top:10.375rem;left:0.1875rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #xeRABtiW9b9tgM2p86XNDT0V4RUqeMwG { width:18.75rem;height:3.9375rem;top:57.516677379608rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKFtLZfbihvOTdXNi7AntOf3M0yXnBFZ { width:20rem;height:3.9375rem;top:43.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnqkDudy5F483D9L1HlugyxWmQ3TtiIz { width:13rem;height:4.0625rem;top:53.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEUPHT1uBUxEP0QTu90GK8yBwQgWTl66 { display:block; }
 }@media only screen and (max-width: 763px) { #bgT1MmT09mQpyJ6LWMKmSAG3C69Zm2BH { width:6rem;height:1.83680625rem;top:28.25rem;left:1.8125rem;font-size:0.875rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #CyufCDtfMJBbWWBpeotirax08mqIV3sT { width:6.5rem;height:1.83680625rem;top:32.3125rem;left:1.625rem;font-size:0.875rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #k85l7SpNmi0zP9dnpQrAd3eHXgTDoBvH { width:6rem;height:1.83680625rem;top:44.6875rem;left:1.8125rem;font-size:0.875rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #yeBHQ29Dx92Jm7ThCopqaJUnsDTE1s5o { width:6.5rem;height:1.83680625rem;top:48.8125rem;left:1.625rem;font-size:0.875rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #BMKGmuFgSWJgdFHf5vgfdctlrcXsTd6w { display:block; }#BMKGmuFgSWJgdFHf5vgfdctlrcXsTd6w > .row .container { width:20rem;height:51.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkJTVT800LdkRD99CvB2AtCeq464f1Nk { width:20rem;height:23.701375rem;top:1.7749996185302rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }#wkJTVT800LdkRD99CvB2AtCeq464f1Nk li:before{  }
 }@media only screen and (max-width: 763px) { #PLt5XAR0MsFXkaM9vUJRibwt9p85Buda { width:20rem;height:2.7986125rem;top:0rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IggnOCJZo3l2ckAqunxazcNZ5pNNSwvS { width:20rem;height:19.1285rem;top:30.7578125rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }#IggnOCJZo3l2ckAqunxazcNZ5pNNSwvS li:before{  }
 }@media only screen and (max-width: 763px) { #KgPoG8iI8ddW5dr1MTchZtGJFQs2VVWh { width:20rem;height:2.7986125rem;top:26.6484375rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { display:block; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCd9zd1BbhyvypHgxNZlHEPfKFkZD7Ku { width:20rem;height:9.75rem;top:1rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC { display:block; }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row .container { width:20rem;height:88.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAu8PdGcf8RsKG4S0JyqMbIxOv4Ty8dR { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #khHFT9Wfu7laNEzoGz5TmAqheuXuAPw4 { width:5.625rem;height:5.625rem;top:9.1875rem;left:7.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZmZWHEUWNAzhspgWW3escLroEoUCLD8 { width:3.5625rem;height:3.5625rem;top:10.8125rem;left:8.218750834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrph25u9T5e8TUnU3iNv80fQExDN2eMd { width:4.9375rem;height:4.8125rem;top:23.999996185302rem;left:8.1190527379294rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJVm0cPGnwktLJ360g7gb4IiTrM547pv { width:3.6875rem;height:3.75rem;top:24.253127098084rem;left:8.781250834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #aItJ9TiZz3bZ4FFr3RxSFLEBXiQVLS7v { width:20rem;height:4.875rem;top:15.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GfgOd8oeCdT5LmTZOvwZ327vZxB1MaAL { width:20rem;height:4.875rem;top:29.74999332428rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qUltA1TtQt2fCDFEAk3xs46V3MIHk1i2 { width:13rem;height:4.0625rem;top:37.311458587646rem;left:3.5000003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdZP8X9vIKRfTa3h3IQ3mh18gdLfN7Es { display:block; }
 }@media only screen and (max-width: 763px) { #xPEbmmCgpN31090WmeUyohnOq9p0uqRz { width:20rem;height:1.3rem;top:43.237503051757rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA4vLcKDtlDb4f8IrK9WHlmoxpgoKFhp { width:20rem;height:33.737rem;top:45.687507629394rem;left:0rem;font-size:1rem;display:block; }#cA4vLcKDtlDb4f8IrK9WHlmoxpgoKFhp li:before{  }
 }@media only screen and (max-width: 763px) { #TPrR1nk0TteQvfn0aNV2HDi8TyBEHafT { width:19.375rem;height:4.3125rem;top:81.737495422362rem;left:0rem;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container { background-color: transparent; background-image: none; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container > .video-iframe-container { display: none; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row > .video-iframe-container { display: none; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .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); }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNTF9nyrOlpa1r7fgeWfUhKVVseCwlKa { width:6.6875rem;height:1.25rem;top:1.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AywKRfzvqO9VFNOk03g6QTVJJMZ6t2Da { width:20rem;height:5.597225rem;top:8.4875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZnHqTQny3fJXFpnhgAa8J5EaGA2xXR9 { width:20rem;height:2.7986125rem;top:4.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKb2cPeCFSRSUNUIPzB0PkHp7KGU0E4D { width:20rem;height:6.99653125rem;top:15.3375rem;left:0rem;font-size:0.875rem;display:block; }
 }