.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#XfO1Ebef5K7AXxaBTTe0T6LFozBcAc5v { position:relative;display:none; }#XfO1Ebef5K7AXxaBTTe0T6LFozBcAc5v { border-width: 0; border-radius: 0; }#XfO1Ebef5K7AXxaBTTe0T6LFozBcAc5v > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XfO1Ebef5K7AXxaBTTe0T6LFozBcAc5v > .row .container { border-top:0;border-left:0.0625rem solid #ebebeb;border-right:0.0625rem solid #ebebeb;border-bottom:0;background-color:#f8f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZrLdRnhOt0DtDISnJu2T8Gb6JIx26aGU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:72.5rem;top:0rem;left:1.1940100622559rem;overflow:hidden;display:none; }
#G5JzcrTJ4zCJaeFoHFWgVeWd7tWh0lP0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:75rem;display:none; }
#v6q4qSyT7ToVqAhttb6n6QLiz98X4qJn { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#vDoLFd6p5MdlsLBR049cSxlSEs2yocrd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:75rem;display:none; }
#c5DGm94MBkL8hA8mX39ds3BZzZL9fd8D { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:75rem;top:0rem;left:0.0069427490234375rem;overflow:hidden;display:none; }
#FBpPFIvxyL8mnSbCHUbvx70whx63X8MK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:75rem;top:0rem;left:0.0069427490234375rem;overflow:hidden;display:none; }
#zB23nBUXQJwbxEZC6otPGWKNRyPPa1WR { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.999375rem;width:75rem;top:0rem;left:0.00694465637207rem;overflow:hidden;display:none; }
#A9PRcVlFilq9GvqkQrTRDQZp15yq9LdE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:75rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:174.625rem;width:75rem;border-top:0;border-left:0.0625rem solid #ebebeb;border-right:0.0625rem solid #ebebeb;border-bottom:0;box-shadow: none;overflow:visible;position:relative;display:block; }#dcIpc0sr75r24aKAVMLkHeP1uUmzrdBZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:24.6875rem;width:48.125rem;top:0rem;left:25.6875rem;overflow:hidden;display:block; }
#PpvTdwWFskD6tVqcUFh6aLSqZTpSiTEs { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.3583984375rem;left:1.71875rem;height:9.0986125rem;text-align:center;text-align-last:center;display:block; }
#nVP1mBq1Is2DiGJyM8hrevNH0ypcJVwH { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.75rem;left:3.375rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d1i5zRpJMOJmf0aVZLrEp2TIMcrDez0I { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.7060546875rem;left:5.3125rem;height:1.2999125rem;font-style:normal;display:block; }
#dXXT8BThuWsNavAW6sHt7vxN1w9yAqRq { box-sizing:content-box;height:24.6875rem;width:24.5rem;position:absolute;display:block;z-index:15002;background-color:#456352;background-image:none;top:0rem;left:1.1875rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#k0zArV1GZ4laieCsMxWR9sE4sIkPcNGb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:18.75rem;top:0.75rem;left:3.8125rem;overflow:hidden;display:block; }
#u0ec7eNhksbgRLf3yThySn9nCnIA9ZRP { box-sizing:content-box;height:0.1875rem;width:72.5rem;position:absolute;display:block;z-index:15007;background-color:#e8ab33;background-image:none;top:26.0625rem;left:1.25rem;display:block; }
#LAI7lOMJTtbQGnbu0iheuaxdigXq6vT4 { color:#000000;display:block;width:35.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:29.75rem;left:1.1875rem;height:20.7968625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HdrkmwAv5RN62ZcGQwvgAHLtFbwATw96 { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:48.951171875rem;left:1.71875rem;height:9.362rem;display:block; }#HdrkmwAv5RN62ZcGQwvgAHLtFbwATw96 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HdrkmwAv5RN62ZcGQwvgAHLtFbwATw96 li:before{  }
#dxl2U1ukmF1EQ6mLOXPCO4e4zGbXw9cE { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:61.6640625rem;left:1.71875rem;height:;display:block; }#dxl2U1ukmF1EQ6mLOXPCO4e4zGbXw9cE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dxl2U1ukmF1EQ6mLOXPCO4e4zGbXw9cE li:before{  }
#SOO7skfzWnGaXVS1RdvS6ShItCTVOEXV { color:#000000;display:block;width:30.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:67.6875rem;left:4.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sh3PlGJfDTsOCohG7GKFbr5zTmaZaIhT { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:59.2626953125rem;left:1.71875rem;height:1.2999125rem;font-style:normal;display:block; }
#G78mr9Eb7hXISove2r4vTq42bSehneA9 { position:absolute;display:block;z-index:15013;height:39.625rem;width:35.875rem;top:27.875rem;left:37.773809523809rem;display:block; }
#fUfcLps8qC42ZxZZNtZC3tQDe7J0zknh { box-sizing:content-box;height:0.1875rem;width:72.5rem;position:absolute;display:block;z-index:15008;background-color:#e8ab33;background-image:none;top:70.875rem;left:1.25rem;display:block; }
#lKcRDpMfpCZ6U8QTk7d3L3vMxfcwZ8Mn { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:23.4375rem;top:73.125rem;left:1.46875rem;overflow:hidden;display:block; }
#Z2rTDh1AJs2nwKBQCwqeRc0lSv0kOfZ8 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:23.4375rem;top:73.125rem;left:25.6875rem;overflow:hidden;display:block; }
#GCAzThUpH3X5rP7g9LRt388NgPL7ESya { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:23.5625rem;top:73.125rem;left:50rem;overflow:hidden;display:block; }
#n9qRJDc8MEfkvFQimZmQJEoZ7ctJRfPt { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.75rem;width:47.6875rem;top:89.5rem;left:1.5625rem;display:block; }
#ZhiNdEv5MWMiWCHL4tk5zEiSomCp4xD3 { color:#000000;display:block;width:9.249125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:106.61784744263rem;left:52.138019561767rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#NbPgdKno6IAJn7VMwmo2Kr4cTHZRRFgJ { color:#000000;display:block;width:9.249125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:105.96680641174rem;left:62.944232940675rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#F5FDrIpBETJD3kApq1vU1ZlnaMApiyC1 { color:#000000;display:block;width:9.249125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:98.190113067625rem;left:52.151042938233rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#k4HGAfrvehHO0FbsCE4orlU0W9BdGvUq { color:#000000;display:block;width:9.249125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:114.18078231811rem;left:62.957248687744rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#XEfgxT1hMNmdTFeKWHMgwNKEsnbadApA { color:#000000;display:block;width:9.249125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:114.18186569214rem;left:52.151042938233rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#aeMRF3urX4vRvTHf8665MITLDmedpll5 { color:#000000;display:block;width:9.249125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:98.187942504881rem;left:62.931209564206rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#G8pbdUwqV8htNi6cxGzHfZOWE27mOVqD { box-sizing:content-box;height:0.1875rem;width:72.5rem;position:absolute;display:block;z-index:15009;background-color:#e8ab33;background-image:none;top:118.1875rem;left:1.25rem;display:block; }
#zwBhIXUwZTRm6HDaVPb9sg7LLuyn3EHI { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:119.5rem;left:29.34375rem;height:2.4375rem;font-style:normal;display:block; }
#hKqRWrUhuoWkqILnTJXInzqu4hedLDk3 { position:absolute;display:block;z-index:15025;height:40.1875rem;width:71.75rem;top:121.9375rem;left:1.71875rem;display:block; }
#JHeaDfzK3dJCtsy6Lz7dmRwL5ueMuw4C { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:14.0625rem;top:164.6875rem;left:30.46875rem;overflow:hidden;display:block; }
#PUIX7FsHvSdtv7k3Nrh27lx9WyMzLZxB { color:#000000;display:block;width:23.5623125rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:89.498701095581rem;left:50.168621063233rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#mRJxzl5NFuXq0VsfekmVyLUSdah70mSd { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.49913125rem;width:5.49913125rem;top:92.347013473513rem;left:53.988063812256rem;overflow:hidden;display:block; }
#LJgpTZ9g5KQ2KAC8Pen1HyOpoW2ErsMd { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.4375rem;top:100.12370681763rem;left:54.001087188721rem;overflow:hidden;display:block; }
#QZfe6ldLDKv3iLrqXHKIAVqFVsTTWP76 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.4375rem;top:92.347013473513rem;left:64.794269561769rem;overflow:hidden;display:block; }
#krntmHZ4OkZiOrlT6TZVukDsypvQBTcw { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.4375rem;top:100.12370681763rem;left:64.7812538147rem;overflow:hidden;display:block; }
#FtsNgaDIX5CJrT62bklxdDPzgB1V7c2z { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.4375rem;top:108.68490409851rem;left:64.807292938231rem;overflow:hidden;display:block; }
#TxRuNff7HMNypPNmVQAu8lllCfBdaLV4 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.4375rem;top:108.68490409851rem;left:54.070529937744rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XfO1Ebef5K7AXxaBTTe0T6LFozBcAc5v { display:block; }#XfO1Ebef5K7AXxaBTTe0T6LFozBcAc5v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZrLdRnhOt0DtDISnJu2T8Gb6JIx26aGU { top:0rem;left:0rem;width:47.75rem;height:6.5450431034481rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5JzcrTJ4zCJaeFoHFWgVeWd7tWh0lP0 { width:47.75rem;height:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #v6q4qSyT7ToVqAhttb6n6QLiz98X4qJn { top:0rem;left:0rem;width:47.75rem;height:6.7247916666669rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDoLFd6p5MdlsLBR049cSxlSEs2yocrd { width:47.75rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5DGm94MBkL8hA8mX39ds3BZzZL9fd8D { top:0rem;left:0rem;width:47.75rem;height:6.7247916666669rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBpPFIvxyL8mnSbCHUbvx70whx63X8MK { top:0rem;left:0rem;width:47.75rem;height:6.7247916666669rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB23nBUXQJwbxEZC6otPGWKNRyPPa1WR { top:0rem;left:0rem;width:47.75rem;height:7.0029354166669rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9PRcVlFilq9GvqkQrTRDQZp15yq9LdE { width:47.75rem;height:16.5rem;display:none; }
 }@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) { #dcIpc0sr75r24aKAVMLkHeP1uUmzrdBZ { top:0rem;left:0rem;width:47.75rem;height:24.49512987013rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpvTdwWFskD6tVqcUFh6aLSqZTpSiTEs { top:14.3125rem;left:0rem;width:22.9375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVP1mBq1Is2DiGJyM8hrevNH0ypcJVwH { top:7.75rem;left:0rem;width:19.625rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1i5zRpJMOJmf0aVZLrEp2TIMcrDez0I { top:21.6875rem;left:0rem;width:15.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXXT8BThuWsNavAW6sHt7vxN1w9yAqRq { top:0rem;left:0rem;width:24.5rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0zArV1GZ4laieCsMxWR9sE4sIkPcNGb { top:0.75rem;left:0rem;width:18.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0ec7eNhksbgRLf3yThySn9nCnIA9ZRP { top:26.0625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAI7lOMJTtbQGnbu0iheuaxdigXq6vT4 { top:29.6875rem;left:0rem;width:35.375rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdrkmwAv5RN62ZcGQwvgAHLtFbwATw96 { top:48.9375rem;left:0rem;width:20rem;height:9.3125rem;font-size:1rem;display:block; }#HdrkmwAv5RN62ZcGQwvgAHLtFbwATw96 li:before{  }
 }@media only screen and (max-width: 763px) { #dxl2U1ukmF1EQ6mLOXPCO4e4zGbXw9cE { top:61.625rem;left:0rem;width:27.4375rem;height:;font-size:1rem;display:block; }#dxl2U1ukmF1EQ6mLOXPCO4e4zGbXw9cE li:before{  }
 }@media only screen and (max-width: 763px) { #SOO7skfzWnGaXVS1RdvS6ShItCTVOEXV { top:67.6875rem;left:0rem;width:30.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh3PlGJfDTsOCohG7GKFbr5zTmaZaIhT { top:59.25rem;left:0rem;width:35.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G78mr9Eb7hXISove2r4vTq42bSehneA9 { top:27.875rem;left:10.8125rem;width:35.875rem;height:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUfcLps8qC42ZxZZNtZC3tQDe7J0zknh { top:70.875rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKcRDpMfpCZ6U8QTk7d3L3vMxfcwZ8Mn { top:73.125rem;left:0rem;width:23.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2rTDh1AJs2nwKBQCwqeRc0lSv0kOfZ8 { top:73.125rem;left:12.0625rem;width:23.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCAzThUpH3X5rP7g9LRt388NgPL7ESya { top:73.125rem;left:24.1875rem;width:23.5625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9qRJDc8MEfkvFQimZmQJEoZ7ctJRfPt { top:89.5rem;left:0rem;width:47.6875rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhiNdEv5MWMiWCHL4tk5zEiSomCp4xD3 { top:106.5625rem;left:38.513019561767rem;width:9.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbPgdKno6IAJn7VMwmo2Kr4cTHZRRFgJ { top:105.9375rem;left:38.5625rem;width:9.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5FDrIpBETJD3kApq1vU1ZlnaMApiyC1 { top:98.1875rem;left:38.526042938233rem;width:9.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4HGAfrvehHO0FbsCE4orlU0W9BdGvUq { top:114.125rem;left:38.5625rem;width:9.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEfgxT1hMNmdTFeKWHMgwNKEsnbadApA { top:114.125rem;left:38.526042938233rem;width:9.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeMRF3urX4vRvTHf8665MITLDmedpll5 { top:98.1875rem;left:38.5625rem;width:9.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8pbdUwqV8htNi6cxGzHfZOWE27mOVqD { top:118.1875rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwBhIXUwZTRm6HDaVPb9sg7LLuyn3EHI { top:119.5rem;left:15.71875rem;width:16.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKqRWrUhuoWkqILnTJXInzqu4hedLDk3 { top:121.9375rem;left:0rem;width:47.75rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHeaDfzK3dJCtsy6Lz7dmRwL5ueMuw4C { top:164.6875rem;left:16.84375rem;width:14.0625rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUIX7FsHvSdtv7k3Nrh27lx9WyMzLZxB { top:89.4375rem;left:24.1875rem;width:23.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRJxzl5NFuXq0VsfekmVyLUSdah70mSd { top:92.3125rem;left:40.363063812256rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJgpTZ9g5KQ2KAC8Pen1HyOpoW2ErsMd { top:100.0625rem;left:40.376087188721rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZfe6ldLDKv3iLrqXHKIAVqFVsTTWP76 { top:92.3125rem;left:42.3125rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krntmHZ4OkZiOrlT6TZVukDsypvQBTcw { top:100.0625rem;left:42.3125rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtsNgaDIX5CJrT62bklxdDPzgB1V7c2z { top:108.625rem;left:42.3125rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxRuNff7HMNypPNmVQAu8lllCfBdaLV4 { top:108.625rem;left:40.445529937744rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XfO1Ebef5K7AXxaBTTe0T6LFozBcAc5v { display:none; }#XfO1Ebef5K7AXxaBTTe0T6LFozBcAc5v > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZrLdRnhOt0DtDISnJu2T8Gb6JIx26aGU { width:20rem;height:2.8166666666667rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G5JzcrTJ4zCJaeFoHFWgVeWd7tWh0lP0 { top:0rem;left:0.0069444775581363rem;width:20rem;height:6.8125rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #v6q4qSyT7ToVqAhttb6n6QLiz98X4qJn { width:20rem;height:2.8166666666667rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDoLFd6p5MdlsLBR049cSxlSEs2yocrd { top:0rem;left:0.0069444775581363rem;width:20rem;height:6.875rem;z-index:15002;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #c5DGm94MBkL8hA8mX39ds3BZzZL9fd8D { width:20rem;height:2.8166666666667rem;top:8.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBpPFIvxyL8mnSbCHUbvx70whx63X8MK { width:20rem;height:2.8166666666667rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zB23nBUXQJwbxEZC6otPGWKNRyPPa1WR { width:20rem;height:2.9331666666667rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9PRcVlFilq9GvqkQrTRDQZp15yq9LdE { top:0rem;left:0.0069444179534912rem;width:20rem;height:6.875rem;z-index:15005;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:245.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcIpc0sr75r24aKAVMLkHeP1uUmzrdBZ { width:20rem;height:10.2588125rem;top:24.687501430511rem;left:0.0069444775581363rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpvTdwWFskD6tVqcUFh6aLSqZTpSiTEs { width:20rem;height:10.398425rem;top:13.468966960907rem;left:0.0069444775581363rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVP1mBq1Is2DiGJyM8hrevNH0ypcJVwH { width:19.625rem;height:5.84765625rem;top:7.6236977577213rem;left:0.013454854488372rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1i5zRpJMOJmf0aVZLrEp2TIMcrDez0I { width:15.75rem;height:1.2999125rem;top:21.892362117768rem;left:2.1380208730697rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXXT8BThuWsNavAW6sHt7vxN1w9yAqRq { width:20rem;height:24.6875rem;top:0rem;left:0.0069444775581363rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0zArV1GZ4laieCsMxWR9sE4sIkPcNGb { width:18.75rem;height:6.25rem;top:0.62391471862793rem;left:0.638454914093rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0ec7eNhksbgRLf3yThySn9nCnIA9ZRP { width:20rem;height:0.1875rem;top:35.513238906861rem;left:0.0069444775581363rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAI7lOMJTtbQGnbu0iheuaxdigXq6vT4 { width:20rem;height:31.1953rem;top:36.325956344604rem;left:0.0069444775581363rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HdrkmwAv5RN62ZcGQwvgAHLtFbwATw96 { width:20rem;height:9.362rem;top:65.458984375rem;left:0.0069444775581363rem;font-size:1rem;display:block; }#HdrkmwAv5RN62ZcGQwvgAHLtFbwATw96 li:before{  }
 }@media only screen and (max-width: 763px) { #dxl2U1ukmF1EQ6mLOXPCO4e4zGbXw9cE { width:20rem;height:7.1245625rem;top:78.668622970581rem;left:0.0069444775581363rem;font-size:1rem;display:block; }#dxl2U1ukmF1EQ6mLOXPCO4e4zGbXw9cE li:before{  }
 }@media only screen and (max-width: 763px) { #SOO7skfzWnGaXVS1RdvS6ShItCTVOEXV { width:20rem;height:2.599825rem;top:86.978086471556rem;left:0.0069444775581363rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sh3PlGJfDTsOCohG7GKFbr5zTmaZaIhT { width:20rem;height:2.599825rem;top:75.569665908812rem;left:0.0069444775581363rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G78mr9Eb7hXISove2r4vTq42bSehneA9 { width:20rem;height:39.625rem;top:90.298398971556rem;left:0.0069444775581363rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUfcLps8qC42ZxZZNtZC3tQDe7J0zknh { width:20rem;height:0.1875rem;top:130.95269107819rem;left:0.0069444775581363rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKcRDpMfpCZ6U8QTk7d3L3vMxfcwZ8Mn { width:20rem;height:13.333rem;top:131.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2rTDh1AJs2nwKBQCwqeRc0lSv0kOfZ8 { width:20rem;height:13.333rem;top:146.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCAzThUpH3X5rP7g9LRt388NgPL7ESya { width:20rem;height:13.26175rem;top:161.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9qRJDc8MEfkvFQimZmQJEoZ7ctJRfPt { height:11.2185625rem;width:20rem;top:175.12804365158rem;left:0.0069444775581363rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhiNdEv5MWMiWCHL4tk5zEiSomCp4xD3 { width:9.249125rem;height:1.2999125rem;top:205.87240791321rem;left:0.013454854488372rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NbPgdKno6IAJn7VMwmo2Kr4cTHZRRFgJ { width:9.249125rem;height:2.599825rem;top:205.87240219116rem;left:10.757813334465rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F5FDrIpBETJD3kApq1vU1ZlnaMApiyC1 { width:9.249125rem;height:1.2999125rem;top:196.43447208404rem;left:0.73394107818606rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k4HGAfrvehHO0FbsCE4orlU0W9BdGvUq { width:9.249125rem;height:2.599825rem;top:214.13629150391rem;left:10.757813334465rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XEfgxT1hMNmdTFeKWHMgwNKEsnbadApA { width:9.249125rem;height:2.599825rem;top:214.13629150391rem;left:0.65147578716275rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aeMRF3urX4vRvTHf8665MITLDmedpll5 { width:9.249125rem;height:1.2999125rem;top:196.43555736542rem;left:10.757813334465rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8pbdUwqV8htNi6cxGzHfZOWE27mOVqD { width:20rem;height:0.186631875rem;top:218.66537284851rem;left:0.0069444775581363rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwBhIXUwZTRm6HDaVPb9sg7LLuyn3EHI { width:16.311875rem;height:2.4375rem;top:219.60287284851rem;left:1.8569880723953rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hKqRWrUhuoWkqILnTJXInzqu4hedLDk3 { width:20rem;height:15.061875rem;top:222.48373222351rem;left:0.0069444775581363rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHeaDfzK3dJCtsy6Lz7dmRwL5ueMuw4C { width:13.9375rem;height:7.3125rem;top:237.81250762939rem;left:2.9822050333023rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUIX7FsHvSdtv7k3Nrh27lx9WyMzLZxB { width:20rem;height:3.0859375rem;top:186.97591018677rem;left:0.0069444775581363rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRJxzl5NFuXq0VsfekmVyLUSdah70mSd { width:5.4375rem;height:5.4375rem;top:190.99826240539rem;left:2.5687936544418rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJgpTZ9g5KQ2KAC8Pen1HyOpoW2ErsMd { width:5.4375rem;height:5.4375rem;top:199.66255760193rem;left:2.5687936544418rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZfe6ldLDKv3iLrqXHKIAVqFVsTTWP76 { width:5.4375rem;height:5.4375rem;top:190.99610900879rem;left:12.387587428093rem;display:block; }
 }@media only screen and (max-width: 763px) { #krntmHZ4OkZiOrlT6TZVukDsypvQBTcw { width:5.4375rem;height:5.4375rem;top:199.85460662842rem;left:12.532986521721rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtsNgaDIX5CJrT62bklxdDPzgB1V7c2z { width:5.4375rem;height:5.4375rem;top:208.47114372253rem;left:12.532986521721rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxRuNff7HMNypPNmVQAu8lllCfBdaLV4 { width:5.4375rem;height:5.4375rem;top:208.47114372253rem;left:2.6512588262558rem;display:block; }
 }