.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT { background-color: transparent; background-image: none; }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT > .row .container > .video-iframe-container { display: none; }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT > .row > .video-iframe-container { display: none; }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT > .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); }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT { border-width: 0; border-radius: 0; }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#WprHsv7qlHSBaT7Pfd5FEp25yg90uK4d { position:absolute;display:block;z-index:100003;background-color:#eeeeee;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-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.25) ;height:31.25rem;width:21.875rem;top:6.25rem;left:53.125rem;display:block; }
#xuccFNNZX6GddeGxkJAo7bomCCv308f6 .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; }
#xuccFNNZX6GddeGxkJAo7bomCCv308f6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#2550aa;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"inter alfa";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#xuccFNNZX6GddeGxkJAo7bomCCv308f6 .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.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"inter alfa";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#xuccFNNZX6GddeGxkJAo7bomCCv308f6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;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:10.0625rem;left:54.4375rem;z-index:100010; }
#xuccFNNZX6GddeGxkJAo7bomCCv308f6 #PcGJgK3qZpgZ0KwqktApmUvEXSzEXSfF { display:flex;position:relative;top:0rem;left:0rem; }
#xuccFNNZX6GddeGxkJAo7bomCCv308f6 #NvkHQI8wmJMTzgeSH3yfr81VLEMW9WXV { width:auto; }
#xuccFNNZX6GddeGxkJAo7bomCCv308f6 #CXSUwNzKCRlQXceUu9u7yUTmaaZDbF59 {  }
#xuccFNNZX6GddeGxkJAo7bomCCv308f6 #MnmBK3AQoXrAqy41MqZO5WATXizxZyod { display:flex;position:relative;top:0rem;left:0rem; }
#xuccFNNZX6GddeGxkJAo7bomCCv308f6 #D1KLoHGTdvMrnWS600r4IpzAOusd2Pgo {  }
#xuccFNNZX6GddeGxkJAo7bomCCv308f6 #JnbhSKwEd8ETrEV6RpEONyKSDk9Gz1az {  }
#xuccFNNZX6GddeGxkJAo7bomCCv308f6 #mn58s1wZtsTHfnoPLmSrZi64VpJyNXvW { display:flex;position:relative;top:0rem;left:0rem; }
#xuccFNNZX6GddeGxkJAo7bomCCv308f6 #gekrxeTvendNsm5TT1eHNQMUJaMyBiQG {  }
#xuccFNNZX6GddeGxkJAo7bomCCv308f6 #uStMSL6d7d1i3TSLwCbi883JU4szICQn {  }
#xuccFNNZX6GddeGxkJAo7bomCCv308f6 #lR5G8iOLvLyvSZ7HmecE5st5AXquHrgZ { display:flex;position:relative;top:0rem;left:0rem; }
#xuccFNNZX6GddeGxkJAo7bomCCv308f6 #nEQhLNhbpo095iuVzA5TfykbKLWrv91b {  }
#xuccFNNZX6GddeGxkJAo7bomCCv308f6 #bvoWENJs77tP70xymbExSpM3eexNc6qz {  }
#tGxtRWBnZ6tquZ326XEOtXP1kREhdcp3 { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"inter alfa";font-size:1.5rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:7.6875rem;left:54.75rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#Alii3NlO6FA7pugpfRoNVlMrpQLVFG5T { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"inter alfa";font-size:1.125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:16.9375rem;left:55.125rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#stRTNzdT0bdHiinIzxeCTIKrpOtM8X2A { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:18.8125rem;left:55.125rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N1FpwmTR8rSJ10KPLxB663uFB4u8ZzuI { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:32.375rem;left:55.3125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NhUCWZ5nki27JeZTEotTdT4swNFTmq8Z { background-color:#f5713d;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:"inter alfa";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:27.0625rem;left:55.3125rem;display:block; }
#N6yiIUs8OOTdByxUbrqVq54IFvhoTo25 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:69.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#nFbS3zghz6We4p0ghIGbmSezGWyb8tCe { color:#2550aa;display:block;width:34.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:17rem;left:14.375rem;height:1.13671875rem;display:block; }
#lzTkZgOKA1lXihWz8thqb8y02FHaMfDX { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:11.25rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#zdsVxqwdqq7IpAPGJu3Uyx6qxlttvxyD { color:#000000;display:block;width:45.875rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.86328125rem;left:29.125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#bzykT9lDxeoAuCusiZ6EWiZyS1BuGArC { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:75rem;top:4.9375rem;left:0rem;display:block; }
#TEkWbAQA7a0ASz5aWNvmX313tkEMttF0 { color:#000000;display:block;width:49.875rem;position:absolute;font-family:"inter alfa";font-size:1.5rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#ZLsN1Z9lqMveZZgb7UDVdgLZMhZzsifp { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"inter alfa";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:12.1875rem;left:14.375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TvNx9QQbiV3mapbTO7LQX8DrAZUacBET { background-color:#2550aa;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:"inter alfa";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:12.1875rem;left:38.75rem;display:block; }
#KCWPMwKQJSdy9IlkwJ7G9eEaiFqVx2im { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XdvZrOr7pdTpreTxovPdMn2EPbirwSsn { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:14.0625rem;left:14.375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IgxWaHLpznEsbuPZTluF28PkohkATTrh { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.25) ;height:6.5625rem;width:12.5rem;top:11.9375rem;left:0rem;overflow:hidden;display:block; }
#Kf3lTy8zrDkePXK30Lx8uw3veiNVGq85 { color:#2550aa;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:26.6875rem;left:14.375rem;height:1.13671875rem;display:block; }
#CDPIss1OJdER9vB3o0koKc8KB1bLAXM8 { background-color:#2550aa;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:"inter alfa";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:21.875rem;left:38.75rem;display:block; }
#iBQTPkzzHnWyQsI2aThoNoTpHDkRD5Lq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xiAqO7AfORrtTaqw77h0ifXQnZPsTOLb { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.25) ;height:6.5625rem;width:12.5rem;top:21.625rem;left:0rem;overflow:hidden;display:block; }
#FHQS1KMNziKrBOuNKhc6cJOblXxQHQnL { color:#000000;display:block;width:22.875rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:23.75rem;left:14.375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MUMugqSlWyc57VzPPLysJQEGzdBTbJqr { color:#000000;display:block;width:22.625rem;position:absolute;font-family:"inter alfa";font-size:1.125rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:21.875rem;left:14.375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mE698lAaEwPC2nwqCr4PqbzXsRrBmqsN { color:#2550aa;display:block;width:34.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:46.6875rem;left:14.375rem;height:1.13671875rem;display:block; }
#DH0aVR2R2qMUI7QxGwAUfKFE3XpvZ5z9 { background-color:#2550aa;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:"inter alfa";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:41.875rem;left:38.75rem;display:block; }
#He4XDZ1gRVuW2BTL8ySTWTUwrrQEZSI7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Had8TJN9uLJ4vosB2CMTU6TXikGl7pPl { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:43.75rem;left:14.375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bTTLquIgAhZpkSfshTFk5HFNt1WVGGuJ { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:"inter alfa";font-size:1.125rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:41.875rem;left:14.375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V3M3UD3C3t5JZVrx214Xz6GW5sy4qxFp { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.25) ;height:6.5625rem;width:12.5rem;top:41.625rem;left:0rem;overflow:hidden;display:block; }
#P4fMXrTaH0FPGKzAATDGL86peuWD8gkZ { position:absolute;display:block;z-index:100020;height:1.375rem;width:8.5rem;top:14.787109375rem;left:38.75rem;display:block; }
#cgfh5GBGue6uHqMbEn1K48vaOGTuZrQC { position:absolute;display:block;z-index:100021;height:1.375rem;width:8.5rem;top:24.474609375rem;left:38.75rem;display:block; }
#qVor7zcpIthnnwqD8qd0GQNphCnbm3oy { position:absolute;display:block;z-index:100022;height:1.375rem;width:8.5rem;top:44.474609375rem;left:38.75rem;display:block; }
#lx7f8TWWiPqa8KxflQLv3UhhcFG6qk88 { color:#2550aa;display:block;width:12.5rem;position:absolute;font-family:"inter alfa";font-size:0.75rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:15.037109375rem;left:38.75rem;height:0.9746125rem;font-style:normal;display:block; }
#E8xfh3a5LoIR4bPLX8aQIMuCNF6iZUFT { color:#2550aa;display:block;width:12.5rem;position:absolute;font-family:"inter alfa";font-size:0.75rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:24.6875rem;left:38.75rem;height:0.9746125rem;font-style:normal;display:block; }
#amVC9FIenheMmwOZvEZdzU7J399ApRv0 { color:#2550aa;display:block;width:12.5rem;position:absolute;font-family:"inter alfa";font-size:0.75rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:44.6875rem;left:38.75rem;height:0.9746125rem;font-style:normal;display:block; }
#DrOCxKySRRFo4I94gpSKhvws82fBMVO6 { color:#000000;display:block;width:49.875rem;position:absolute;font-family:"inter alfa";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:63.25rem;left:0rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#owOU6flZ9zmEIi3xF5MAvz24RwDHgoBX { position:absolute;display:block;z-index:100029;height:1.375rem;width:8.5rem;top:54.25rem;left:38.75rem;display:block; }
#KoU8r05NaJgPe574e4LGla8ms9fh2Csz { background-color:#2550aa;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:"inter alfa";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:51.625rem;left:38.75rem;display:block; }
#wrictJGkeZqJBSf3552g4tKTUsch17qp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bXSVwUK22zcwpU3hcZlgDCu2nUKpwB26 { color:#2550aa;display:block;width:12.5rem;position:absolute;font-family:"inter alfa";font-size:0.75rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:54.4375rem;left:38.75rem;height:0.9746125rem;font-style:normal;display:block; }
#HIhMPugI0SUpqE9fnfuZ29WhRnCUABxT { color:#2550aa;display:block;width:34.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:56.4375rem;left:14.375rem;height:1.13671875rem;display:block; }
#KnCzlX7PtDRZFaE9rFdXH30oploFqOFV { color:#000000;display:block;width:23.375rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:53.5rem;left:14.375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LHf8hwuFFBozdMpT2yCqvdZVGMy8yCAO { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"inter alfa";font-size:1.125rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:51.625rem;left:14.375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GXUlOsiMCSw0cbKSVIsinCwMa6h9d4mn { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.25) ;height:6.5625rem;width:12.5rem;top:51.375rem;left:0rem;overflow:hidden;display:block; }
#VBoBHi3fluQ2Q8toXlTCWEosbDmOfqLi { color:#2550aa;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:36.625rem;left:14.375rem;height:1.13671875rem;display:block; }
#JwVL8zziJGRuJp6NK3A2BGWqKenCiM3K { color:#000000;display:block;width:22.875rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:33.6875rem;left:14.375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oba1Clxp7DBtiOTeqQbNevpHLs2aNGEP { position:absolute;display:block;z-index:100028;height:1.375rem;width:8.5rem;top:34.4375rem;left:38.75rem;display:block; }
#A61z5JBI9pxJ7QH37fpQPeitJE1QETsT { color:#2550aa;display:block;width:12.5rem;position:absolute;font-family:"inter alfa";font-size:0.75rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:34.625rem;left:38.75rem;height:0.9746125rem;font-style:normal;display:block; }
#nVK6gnbT3FCBX9r8yIlhZkPg1RGkgsKm { background-color:#2550aa;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:"inter alfa";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:31.8125rem;left:38.75rem;display:block; }
#NA5eiUd1JzBlTZnznPE6hitz0EU7EZev { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VIz3K2yESCeXLEVMDXQUgleZK5b616OX { color:#000000;display:block;width:22.625rem;position:absolute;font-family:"inter alfa";font-size:1.125rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:31.8125rem;left:14.375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fnTvv2ACtZFRZoG5eCmeWBxvC8JzcNC3 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.25) ;height:6.5625rem;width:12.5rem;top:31.5625rem;left:0rem;overflow:hidden;display:block; }
#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2550aa;background-image:none;position:relative;display:block; }#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR > .row .container { background-color: transparent; background-image: none; }#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR > .row .container > .video-iframe-container { display: none; }#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR > .row > .video-iframe-container { display: none; }#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR > .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); }#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR > .row .container { border-width: 0; border-radius: 0; }#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR > .row .container { font-size:0.875rem;font-family:arial;height:69.0625rem;width:75rem;position:relative;display:block; }#I6vuTzdCCKPyJ1HFc8RKZDe6lTica7xQ { color:#ffffff;display:block;width:49.875rem;position:absolute;font-family:"inter alfa";font-size:2.75rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#gH9q8Ps6cQ8EXUy3IlCs537THs9E6pX4 { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"inter alfa";font-size:1.125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:52.0625rem;left:0rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oRTAsus7SBwWivBx5DdMlsN2HEacErn3 { color:#ffffff;display:block;width:48.125rem;position:absolute;font-family:"inter alfa";font-size:0.875rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:54.8359375rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#oRTAsus7SBwWivBx5DdMlsN2HEacErn3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oRTAsus7SBwWivBx5DdMlsN2HEacErn3 li:before{  }
#bmm53S9EeiRAldMsWk8X1Gdf70oJaZx6 { color:#ffffff;display:block;width:49.375rem;position:absolute;font-family:"inter alfa";font-size:0.875rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:10.1796875rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cZ27XG4bKQrThD8E7pDA1oqNnlIQvrQw { position:relative;display:block; }#cZ27XG4bKQrThD8E7pDA1oqNnlIQvrQw { background-color: transparent; background-image: none; }#cZ27XG4bKQrThD8E7pDA1oqNnlIQvrQw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZ27XG4bKQrThD8E7pDA1oqNnlIQvrQw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZ27XG4bKQrThD8E7pDA1oqNnlIQvrQw > .row .container > .video-iframe-container { display: none; }#cZ27XG4bKQrThD8E7pDA1oqNnlIQvrQw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZ27XG4bKQrThD8E7pDA1oqNnlIQvrQw > .row > .video-iframe-container { display: none; }#cZ27XG4bKQrThD8E7pDA1oqNnlIQvrQw > .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); }#cZ27XG4bKQrThD8E7pDA1oqNnlIQvrQw { border-width: 0; border-radius: 0; }#cZ27XG4bKQrThD8E7pDA1oqNnlIQvrQw > .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:12.375rem;width:75rem;position:relative;display:block; }#GuoVGWtgpAzNdwU6i0k2FQW2BevkComc { color:#000000;display:block;width:49.875rem;position:absolute;font-family:"inter alfa";font-size:1.5rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#NTKN4fnTZZKONqLpTADp8xTVK2atHURz { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:7.099609375rem;left:0rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t0FQtUANdvhvcpO4f979q1Da9o6qacz7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2450a9;background-image:none;position:relative;display:block; }#t0FQtUANdvhvcpO4f979q1Da9o6qacz7 > .row .container { background-color: transparent; background-image: none; }#t0FQtUANdvhvcpO4f979q1Da9o6qacz7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0FQtUANdvhvcpO4f979q1Da9o6qacz7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0FQtUANdvhvcpO4f979q1Da9o6qacz7 > .row .container > .video-iframe-container { display: none; }#t0FQtUANdvhvcpO4f979q1Da9o6qacz7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0FQtUANdvhvcpO4f979q1Da9o6qacz7 > .row > .video-iframe-container { display: none; }#t0FQtUANdvhvcpO4f979q1Da9o6qacz7 > .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); }#t0FQtUANdvhvcpO4f979q1Da9o6qacz7 > .row .container { border-width: 0; border-radius: 0; }#t0FQtUANdvhvcpO4f979q1Da9o6qacz7 > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT { display:block; }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WprHsv7qlHSBaT7Pfd5FEp25yg90uK4d { width:21.875rem;height:31.25rem;top:6.25rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xuccFNNZX6GddeGxkJAo7bomCCv308f6 .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; }
#xuccFNNZX6GddeGxkJAo7bomCCv308f6 .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; }
#xuccFNNZX6GddeGxkJAo7bomCCv308f6 { display:flex;width:18rem;height:5.0625rem;top:25.9375rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 #PcGJgK3qZpgZ0KwqktApmUvEXSzEXSfF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 #NvkHQI8wmJMTzgeSH3yfr81VLEMW9WXV {  }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 #CXSUwNzKCRlQXceUu9u7yUTmaaZDbF59 {  }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 #MnmBK3AQoXrAqy41MqZO5WATXizxZyod { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 #D1KLoHGTdvMrnWS600r4IpzAOusd2Pgo {  }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 #JnbhSKwEd8ETrEV6RpEONyKSDk9Gz1az {  }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 #mn58s1wZtsTHfnoPLmSrZi64VpJyNXvW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 #gekrxeTvendNsm5TT1eHNQMUJaMyBiQG {  }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 #uStMSL6d7d1i3TSLwCbi883JU4szICQn {  }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 #lR5G8iOLvLyvSZ7HmecE5st5AXquHrgZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 #nEQhLNhbpo095iuVzA5TfykbKLWrv91b {  }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 #bvoWENJs77tP70xymbExSpM3eexNc6qz {  }
 }@media only screen and (max-width: 763px) { #tGxtRWBnZ6tquZ326XEOtXP1kREhdcp3 { width:18.6875rem;height:1.9375rem;top:7.6875rem;left:29.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alii3NlO6FA7pugpfRoNVlMrpQLVFG5T { width:18.125rem;height:1.4375rem;top:16.9375rem;left:29.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stRTNzdT0bdHiinIzxeCTIKrpOtM8X2A { width:17.6875rem;height:6.4375rem;top:18.8125rem;left:30.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1FpwmTR8rSJ10KPLxB663uFB4u8ZzuI { width:17.5rem;height:2.5625rem;top:32.375rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhUCWZ5nki27JeZTEotTdT4swNFTmq8Z { width:17.5rem;height:3.4375rem;top:27.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6yiIUs8OOTdByxUbrqVq54IFvhoTo25 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFbS3zghz6We4p0ghIGbmSezGWyb8tCe { width:34.1875rem;height:1.125rem;top:17rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzTkZgOKA1lXihWz8thqb8y02FHaMfDX { width:11.25rem;height:3.0625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdsVxqwdqq7IpAPGJu3Uyx6qxlttvxyD { width:45.875rem;height:1.25rem;top:1.8125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzykT9lDxeoAuCusiZ6EWiZyS1BuGArC { width:47.75rem;height:0.0625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEkWbAQA7a0ASz5aWNvmX313tkEMttF0 { width:47.75rem;height:1.9375rem;top:7.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLsN1Z9lqMveZZgb7UDVdgLZMhZzsifp { width:23.5rem;height:1.4375rem;top:12.1875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvNx9QQbiV3mapbTO7LQX8DrAZUacBET { width:10rem;height:2.5rem;top:12.1875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCWPMwKQJSdy9IlkwJ7G9eEaiFqVx2im { display:block; }
 }@media only screen and (max-width: 763px) { #XdvZrOr7pdTpreTxovPdMn2EPbirwSsn { width:23.5625rem;height:2.625rem;top:14.0625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgxWaHLpznEsbuPZTluF28PkohkATTrh { width:12.5rem;height:6.5625rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf3lTy8zrDkePXK30Lx8uw3veiNVGq85 { width:34.375rem;height:1.125rem;top:26.6875rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDPIss1OJdER9vB3o0koKc8KB1bLAXM8 { width:10rem;height:2.5rem;top:21.875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBQTPkzzHnWyQsI2aThoNoTpHDkRD5Lq { display:block; }
 }@media only screen and (max-width: 763px) { #xiAqO7AfORrtTaqw77h0ifXQnZPsTOLb { width:12.5rem;height:6.5625rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHQS1KMNziKrBOuNKhc6cJOblXxQHQnL { width:22.875rem;height:2.625rem;top:23.75rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUMugqSlWyc57VzPPLysJQEGzdBTbJqr { width:22.625rem;height:1.4375rem;top:21.875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE698lAaEwPC2nwqCr4PqbzXsRrBmqsN { width:34.3125rem;height:1.125rem;top:46.6875rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH0aVR2R2qMUI7QxGwAUfKFE3XpvZ5z9 { width:10rem;height:2.5rem;top:41.875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #He4XDZ1gRVuW2BTL8ySTWTUwrrQEZSI7 { display:block; }
 }@media only screen and (max-width: 763px) { #Had8TJN9uLJ4vosB2CMTU6TXikGl7pPl { width:23.5rem;height:2.625rem;top:43.75rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTTLquIgAhZpkSfshTFk5HFNt1WVGGuJ { width:23.0625rem;height:1.4375rem;top:41.875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3M3UD3C3t5JZVrx214Xz6GW5sy4qxFp { width:12.5rem;height:6.5625rem;top:41.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4fMXrTaH0FPGKzAATDGL86peuWD8gkZ { width:8.5rem;height:1.375rem;top:14.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgfh5GBGue6uHqMbEn1K48vaOGTuZrQC { width:8.5rem;height:1.375rem;top:24.4375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVor7zcpIthnnwqD8qd0GQNphCnbm3oy { width:8.5rem;height:1.375rem;top:44.4375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx7f8TWWiPqa8KxflQLv3UhhcFG6qk88 { width:12.5rem;height:0.9375rem;top:15rem;left:25.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8xfh3a5LoIR4bPLX8aQIMuCNF6iZUFT { width:12.5rem;height:0.9375rem;top:24.6875rem;left:25.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #amVC9FIenheMmwOZvEZdzU7J399ApRv0 { width:12.5rem;height:0.9375rem;top:44.6875rem;left:25.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrOCxKySRRFo4I94gpSKhvws82fBMVO6 { width:47.75rem;height:1.4375rem;top:63.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owOU6flZ9zmEIi3xF5MAvz24RwDHgoBX { width:8.5rem;height:1.375rem;top:54.25rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoU8r05NaJgPe574e4LGla8ms9fh2Csz { width:10rem;height:2.5rem;top:51.625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrictJGkeZqJBSf3552g4tKTUsch17qp { display:block; }
 }@media only screen and (max-width: 763px) { #bXSVwUK22zcwpU3hcZlgDCu2nUKpwB26 { width:12.5rem;height:0.9375rem;top:54.4375rem;left:25.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIhMPugI0SUpqE9fnfuZ29WhRnCUABxT { width:34.125rem;height:1.125rem;top:56.4375rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnCzlX7PtDRZFaE9rFdXH30oploFqOFV { width:23.375rem;height:2.625rem;top:53.5rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHf8hwuFFBozdMpT2yCqvdZVGMy8yCAO { width:21.875rem;height:1.4375rem;top:51.625rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXUlOsiMCSw0cbKSVIsinCwMa6h9d4mn { width:12.5rem;height:6.5625rem;top:51.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBoBHi3fluQ2Q8toXlTCWEosbDmOfqLi { width:34.375rem;height:1.125rem;top:36.625rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwVL8zziJGRuJp6NK3A2BGWqKenCiM3K { width:22.875rem;height:2.5625rem;top:33.6875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oba1Clxp7DBtiOTeqQbNevpHLs2aNGEP { width:8.5rem;height:1.375rem;top:34.4375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A61z5JBI9pxJ7QH37fpQPeitJE1QETsT { width:12.5rem;height:0.9375rem;top:34.625rem;left:25.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVK6gnbT3FCBX9r8yIlhZkPg1RGkgsKm { width:10rem;height:2.5rem;top:31.8125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA5eiUd1JzBlTZnznPE6hitz0EU7EZev { display:block; }
 }@media only screen and (max-width: 763px) { #VIz3K2yESCeXLEVMDXQUgleZK5b616OX { width:22.625rem;height:1.4375rem;top:31.8125rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnTvv2ACtZFRZoG5eCmeWBxvC8JzcNC3 { width:12.5rem;height:6.5625rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuQInKyW4y5mJioz5fB9OmIHeWt1pecR { display:block; }#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6vuTzdCCKPyJ1HFc8RKZDe6lTica7xQ { width:47.75rem;height:3.5625rem;top:4.625rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH9q8Ps6cQ8EXUy3IlCs537THs9E6pX4 { width:18.125rem;height:1.4375rem;top:52.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRTAsus7SBwWivBx5DdMlsN2HEacErn3 { width:47.75rem;height:;top:54.8125rem;left:0rem;font-size:0.875rem;display:block; }#oRTAsus7SBwWivBx5DdMlsN2HEacErn3 li:before{  }
 }@media only screen and (max-width: 763px) { #bmm53S9EeiRAldMsWk8X1Gdf70oJaZx6 { width:47.75rem;height:38.625rem;top:10.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ27XG4bKQrThD8E7pDA1oqNnlIQvrQw { display:block; }#cZ27XG4bKQrThD8E7pDA1oqNnlIQvrQw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuoVGWtgpAzNdwU6i0k2FQW2BevkComc { width:47.75rem;height:1.9375rem;top:3.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTKN4fnTZZKONqLpTADp8xTVK2atHURz { width:36.1875rem;height:1.25rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0FQtUANdvhvcpO4f979q1Da9o6qacz7 { display:block; }#t0FQtUANdvhvcpO4f979q1Da9o6qacz7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT { position:relative;z-index:auto;display:block; }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT > .row .container { width:20rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WprHsv7qlHSBaT7Pfd5FEp25yg90uK4d { width:20rem;height:31.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xuccFNNZX6GddeGxkJAo7bomCCv308f6 .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; }
#xuccFNNZX6GddeGxkJAo7bomCCv308f6 .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; }
#xuccFNNZX6GddeGxkJAo7bomCCv308f6 { display:flex;width:18rem;height:5.0625rem;top:3.875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 #PcGJgK3qZpgZ0KwqktApmUvEXSzEXSfF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 #NvkHQI8wmJMTzgeSH3yfr81VLEMW9WXV {  }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 #CXSUwNzKCRlQXceUu9u7yUTmaaZDbF59 {  }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 #MnmBK3AQoXrAqy41MqZO5WATXizxZyod { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 #D1KLoHGTdvMrnWS600r4IpzAOusd2Pgo {  }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 #JnbhSKwEd8ETrEV6RpEONyKSDk9Gz1az {  }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 #mn58s1wZtsTHfnoPLmSrZi64VpJyNXvW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 #gekrxeTvendNsm5TT1eHNQMUJaMyBiQG {  }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 #uStMSL6d7d1i3TSLwCbi883JU4szICQn {  }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 #lR5G8iOLvLyvSZ7HmecE5st5AXquHrgZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 #nEQhLNhbpo095iuVzA5TfykbKLWrv91b {  }
 }@media only screen and (max-width: 763px) { #xuccFNNZX6GddeGxkJAo7bomCCv308f6 #bvoWENJs77tP70xymbExSpM3eexNc6qz {  }
 }@media only screen and (max-width: 763px) { #tGxtRWBnZ6tquZ326XEOtXP1kREhdcp3 { width:18.6875rem;height:1.94921875rem;top:1.1875rem;left:0.65625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alii3NlO6FA7pugpfRoNVlMrpQLVFG5T { width:18.125rem;height:1.4619125rem;top:11.0625rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #stRTNzdT0bdHiinIzxeCTIKrpOtM8X2A { width:17.6875rem;height:6.499rem;top:13.75rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N1FpwmTR8rSJ10KPLxB663uFB4u8ZzuI { width:17.5rem;height:2.5996125rem;top:26.1875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NhUCWZ5nki27JeZTEotTdT4swNFTmq8Z { width:17.5rem;height:3.4375rem;top:21.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6yiIUs8OOTdByxUbrqVq54IFvhoTo25 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:163.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFbS3zghz6We4p0ghIGbmSezGWyb8tCe { width:18.9375rem;height:2.5996125rem;top:31.5625rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lzTkZgOKA1lXihWz8thqb8y02FHaMfDX { width:11.25rem;height:3.0625rem;top:2.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdsVxqwdqq7IpAPGJu3Uyx6qxlttvxyD { width:20rem;height:0;top:6.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzykT9lDxeoAuCusiZ6EWiZyS1BuGArC { width:20rem;height:0.0625rem;top:40.5234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEkWbAQA7a0ASz5aWNvmX313tkEMttF0 { width:17.6875rem;height:5.84765625rem;top:7.5625rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLsN1Z9lqMveZZgb7UDVdgLZMhZzsifp { width:20rem;height:1.4619125rem;top:25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvNx9QQbiV3mapbTO7LQX8DrAZUacBET { width:10rem;height:2.5rem;top:35.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCWPMwKQJSdy9IlkwJ7G9eEaiFqVx2im { display:block; }
 }@media only screen and (max-width: 763px) { #XdvZrOr7pdTpreTxovPdMn2EPbirwSsn { width:20rem;height:2.5996125rem;top:27.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IgxWaHLpznEsbuPZTluF28PkohkATTrh { width:12.5rem;height:6.5625rem;top:16.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf3lTy8zrDkePXK30Lx8uw3veiNVGq85 { width:20rem;height:2.5996125rem;top:58.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CDPIss1OJdER9vB3o0koKc8KB1bLAXM8 { width:10rem;height:2.5rem;top:62rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBQTPkzzHnWyQsI2aThoNoTpHDkRD5Lq { display:block; }
 }@media only screen and (max-width: 763px) { #xiAqO7AfORrtTaqw77h0ifXQnZPsTOLb { width:12.5rem;height:6.5625rem;top:43.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHQS1KMNziKrBOuNKhc6cJOblXxQHQnL { width:20rem;height:2.5996125rem;top:54.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MUMugqSlWyc57VzPPLysJQEGzdBTbJqr { width:20rem;height:1.4619125rem;top:51.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mE698lAaEwPC2nwqCr4PqbzXsRrBmqsN { width:20rem;height:1.29980625rem;top:85.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DH0aVR2R2qMUI7QxGwAUfKFE3XpvZ5z9 { width:10rem;height:2.5rem;top:89.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #He4XDZ1gRVuW2BTL8ySTWTUwrrQEZSI7 { display:block; }
 }@media only screen and (max-width: 763px) { #Had8TJN9uLJ4vosB2CMTU6TXikGl7pPl { width:20rem;height:2.5996125rem;top:82.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTTLquIgAhZpkSfshTFk5HFNt1WVGGuJ { width:20rem;height:1.4619125rem;top:79.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V3M3UD3C3t5JZVrx214Xz6GW5sy4qxFp { width:12.5rem;height:6.5625rem;top:71.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4fMXrTaH0FPGKzAATDGL86peuWD8gkZ { width:8.5rem;height:1.375rem;top:37.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgfh5GBGue6uHqMbEn1K48vaOGTuZrQC { width:8.5rem;height:1.375rem;top:64.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVor7zcpIthnnwqD8qd0GQNphCnbm3oy { width:8.5rem;height:1.375rem;top:92.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx7f8TWWiPqa8KxflQLv3UhhcFG6qk88 { width:12.5rem;height:0.9746125rem;top:38.125rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E8xfh3a5LoIR4bPLX8aQIMuCNF6iZUFT { width:12.5rem;height:0.9746125rem;top:64.6875rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #amVC9FIenheMmwOZvEZdzU7J399ApRv0 { width:12.5rem;height:0.9746125rem;top:92.5625rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DrOCxKySRRFo4I94gpSKhvws82fBMVO6 { width:20rem;height:2.923825rem;top:130.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owOU6flZ9zmEIi3xF5MAvz24RwDHgoBX { width:8.5rem;height:1.375rem;top:122.1211rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoU8r05NaJgPe574e4LGla8ms9fh2Csz { width:10rem;height:2.5rem;top:118.3711rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrictJGkeZqJBSf3552g4tKTUsch17qp { display:block; }
 }@media only screen and (max-width: 763px) { #bXSVwUK22zcwpU3hcZlgDCu2nUKpwB26 { width:12.5rem;height:0.9746125rem;top:124.7461rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HIhMPugI0SUpqE9fnfuZ29WhRnCUABxT { width:20rem;height:2.5996125rem;top:114.5214875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KnCzlX7PtDRZFaE9rFdXH30oploFqOFV { width:20rem;height:2.5996125rem;top:110.671875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LHf8hwuFFBozdMpT2yCqvdZVGMy8yCAO { width:20rem;height:1.4619125rem;top:107.9609375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GXUlOsiMCSw0cbKSVIsinCwMa6h9d4mn { width:12.5rem;height:6.5625rem;top:100.1484375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBoBHi3fluQ2Q8toXlTCWEosbDmOfqLi { width:20rem;height:2.5996125rem;top:159.2568375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JwVL8zziJGRuJp6NK3A2BGWqKenCiM3K { width:20rem;height:3.8994125rem;top:145.5087875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oba1Clxp7DBtiOTeqQbNevpHLs2aNGEP { width:8.5rem;height:1.375rem;top:154.407225rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A61z5JBI9pxJ7QH37fpQPeitJE1QETsT { width:12.5rem;height:0.9746125rem;top:157.032225rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVK6gnbT3FCBX9r8yIlhZkPg1RGkgsKm { width:10rem;height:2.5rem;top:150.657225rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA5eiUd1JzBlTZnznPE6hitz0EU7EZev { display:block; }
 }@media only screen and (max-width: 763px) { #VIz3K2yESCeXLEVMDXQUgleZK5b616OX { width:20rem;height:1.4619125rem;top:142.79785rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fnTvv2ACtZFRZoG5eCmeWBxvC8JzcNC3 { width:12.5rem;height:6.5625rem;top:134.98535rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuQInKyW4y5mJioz5fB9OmIHeWt1pecR { display:block; }#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR > .row .container { width:20rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6vuTzdCCKPyJ1HFc8RKZDe6lTica7xQ { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gH9q8Ps6cQ8EXUy3IlCs537THs9E6pX4 { width:18.125rem;height:1.4619125rem;top:68.2734375rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oRTAsus7SBwWivBx5DdMlsN2HEacErn3 { width:18.5625rem;height:19.75rem;top:70.546875rem;left:0.71875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#oRTAsus7SBwWivBx5DdMlsN2HEacErn3 li:before{  }
 }@media only screen and (max-width: 763px) { #bmm53S9EeiRAldMsWk8X1Gdf70oJaZx6 { width:19.0625rem;height:57.97265625rem;top:7.57421875rem;left:0.46875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cZ27XG4bKQrThD8E7pDA1oqNnlIQvrQw { display:block; }#cZ27XG4bKQrThD8E7pDA1oqNnlIQvrQw > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuoVGWtgpAzNdwU6i0k2FQW2BevkComc { width:20rem;height:1.94921875rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTKN4fnTZZKONqLpTADp8xTVK2atHURz { width:17.25rem;height:2.5996125rem;top:5.76171875rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t0FQtUANdvhvcpO4f979q1Da9o6qacz7 { display:block; }#t0FQtUANdvhvcpO4f979q1Da9o6qacz7 > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }