.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#UzPWkxx0VUOsnTzWNTq6bZesgCofOFkf { background-color:#e4e8ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#UzPWkxx0VUOsnTzWNTq6bZesgCofOFkf > .row .container { background-color: transparent; background-image: none; }#UzPWkxx0VUOsnTzWNTq6bZesgCofOFkf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzPWkxx0VUOsnTzWNTq6bZesgCofOFkf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzPWkxx0VUOsnTzWNTq6bZesgCofOFkf > .row .container > .video-iframe-container { display: none; }#UzPWkxx0VUOsnTzWNTq6bZesgCofOFkf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzPWkxx0VUOsnTzWNTq6bZesgCofOFkf > .row > .video-iframe-container { display: none; }#UzPWkxx0VUOsnTzWNTq6bZesgCofOFkf > .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); }#UzPWkxx0VUOsnTzWNTq6bZesgCofOFkf > .row .container { border-width: 0; border-radius: 0; }#UzPWkxx0VUOsnTzWNTq6bZesgCofOFkf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UzPWkxx0VUOsnTzWNTq6bZesgCofOFkf > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#U6DQPBGcaHHQL2EAaLh3IRWthtyqQoAl { box-sizing:content-box;height:43.125rem;width:25.8125rem;position:absolute;display:block;z-index:15002;background-color:#f0f1f3;background-image:none;top:1.34375rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;display:block; }
#BpFLXPOqOub7WHpVfKqn8XxTNcmDtmRA { background-color:#f0f1f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#505050;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.1875rem;left:2.0625rem;display:block; }
#vVxbFXas7KoWn0Ci8uoLpuCpsJAJQlao { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oOqA94hO9rdxHXmaodTeC7eFRWze1I7a { background-color:#d1e4ee;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#505050;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:2.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.1875rem;left:9.6875rem;display:block; }
#JXEX1Z5LELWnB1fhX8x8lmSJG35OfL05 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ytVLHGKFoToU0siMcZmpfhG800i2KrGM { background-color:#f0f1f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#505050;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:2.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.1875rem;left:17.375rem;display:block; }
#vyLIdmdx1hUtD1CTNdZ4skT1O4TGFCxh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I1pR0aBrPsAFpOu6tZKU5E7ZhR2dXpm1 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:1.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.125rem;left:2.0625rem;display:block; }
#MWxfQesByyaRRcBx6pVxhllQI8JDcDDs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BV6usF6fqy7Oy1Za4UKK3tayksVLu2Qt { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:1.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:5.125rem;left:5.25rem;display:block; }
#mPQKpqq9aVaPtlz8TKkvuxaSWEBLuh39 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dQuCANX8Se55yEFx8xLOLvPRuwDsqETU { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:1.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:5.125rem;left:8.5625rem;display:block; }
#h0cIbdkVO00HbVxay8L5dBMhUxoOS0vf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LTqikhP2fL1eN6QbeiKZB7ScCXbccrfN { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:1.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:5.125rem;left:11.6875rem;display:block; }
#GJReogDlnuuTLeSCwcEDhHWFhI1Bo6Bh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fzicgtxWdzknedrVfJDmvvbO51rUl5ly { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:1.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:5.125rem;left:14.75rem;display:block; }
#wSbnFcHypaoiQDgWJT5Q8GrSTCTFSUuR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pqn91KWo7M1kWhlMRbEXcDz37nn1a08w { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0463a9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:1.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:5.125rem;left:18.125rem;display:block; }
#WOU18lnVMLsxCD0TZoMsX6i7EvPDN7ON { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CxzFmsRyM7ebWQgdWsA9hZGfzkfo7CQX { box-sizing:content-box;height:0.125rem;width:1.875rem;position:absolute;display:block;z-index:15012;background-color:#0463a9;background-image:none;top:6.8125rem;left:18.375rem;display:block; }
#DlDKkvAD5CeLx3ItTnT8uoZ7N0NlPJnF { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:ubuntu;font-size:0.5rem;font-weight:300;z-index:15013;line-height:2.4;letter-spacing:0;top:8.375rem;left:0rem;height:36.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ehb1w8IqB5oh9kzoAsW9Ncq8ZoRGU3be { box-sizing:content-box;height:2.625rem;width:20.1875rem;position:absolute;display:block;z-index:15014;background-color:#f8f5f5;background-image:none;top:8.1875rem;left:3.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #d1d1d1;border-left:0.0625rem solid #d1d1d1;border-right:0.0625rem solid #d1d1d1;border-bottom:0.0625rem solid #d1d1d1;display:block; }
#c9ThMeocNil2WX1TLnGn3NtdrkQxtDNr { box-sizing:content-box;height:2.625rem;width:20.1875rem;position:absolute;display:block;z-index:15015;background-color:#f8f5f5;background-image:none;top:25.75rem;left:3.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #d1d1d1;border-left:0.0625rem solid #d1d1d1;border-right:0.0625rem solid #d1d1d1;border-bottom:0.0625rem solid #d1d1d1;display:block; }
#EfwfTVCPWECNSCLiVavTEgyZVzRqktTZ { color:#000000;display:block;width:14.875rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:9rem;left:5.8125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#uUcaHTEtWXtq9Hzy1FFH45O23uMVL98b { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:26.5625rem;left:10rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#ARCOeOwgqTLkzHgVRpu4ZhRBpRPe3loh { box-sizing:content-box;height:2.1875rem;width:15rem;position:absolute;display:block;z-index:15049;background-color:#f8f5f5;background-image:none;top:18.34375rem;left:6.15625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #505050;border-left:0.0625rem solid #505050;border-right:0.0625rem solid #505050;border-bottom:0.0625rem solid #505050;display:block; }
#GKRq4vCIKR5v8PTPgGfG7QXO79z0ybTa { color:#505050;display:block;width:13.0625rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:19.03125rem;left:6.6875rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e5KAUlR2waVghlUFKKTXETASD7Oqev2s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:19.03125rem;left:19.75rem; }
#hE1ybGTdQNzLRZ1b5MEUBPgCTeCvxEhg { box-sizing:content-box;height:43.1875rem;width:48.625rem;position:absolute;display:block;z-index:15021;background-color:#f0f1f3;background-image:none;top:1.3125rem;left:26.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;display:block; }
#ptgCkLIA9oBigXVIW4ZwqPWSR2UMfBNH { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:41.625rem;width:47.375rem;top:2.0625rem;left:27rem;overflow:hidden;display:block; }
#dTgm5UfQiiRu2ZZumkwQxyFocgr2o8nT { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#0463a9;background-image:none;top:10.6875rem;left:13.1875rem;display:block; }
#I7ZlGzrFL90BTURPFXqSsNkzS9dhfBNl { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#0463a9;background-image:none;top:13.25rem;left:13.1875rem;display:block; }
#LbiTgU4OySrIP5vcgefTSaOBIveKKb30 { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#0463a9;background-image:none;top:25.5rem;left:13.1875rem;display:block; }
#Uef6xo9aPqcfaiQUwLUX6wEsCn05fsTQ { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:#0463a9;background-image:none;top:24.125rem;left:13.1875rem;display:block; }
#nSAzZ8sNZqiTsaTK0TqEsZR7Kho1VIXU { box-sizing:content-box;height:2.4375rem;width:0;position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;top:10.9375rem;left:13.375rem;border-top:0.0625rem dashed #000000;border-left:0.0625rem dashed #000000;border-right:0.0625rem dashed #000000;border-bottom:0.0625rem dashed #000000;display:block; }
#z87NWMprkuaCH5hNrvEsoIGxJz488Mkc { box-sizing:content-box;height:0.75rem;width:0.6875rem;position:absolute;display:block;z-index:15032;background-color:#f0f1f3;background-image:none;top:11.84375rem;left:13.125rem;display:block; }
#tl4CUSBh93ETl00MUOic1TT2zxkUgSAC { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:arial;font-size:0.375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:11.78125rem;left:13.75rem;height:0.875rem;text-align:center;text-align-last:center;display:block; }
#zgZUXof8l9TGseoKgvzIM9q58KTngN8o { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:arial;font-size:0.375rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:24.6875rem;left:13.75rem;height:0.875rem;text-align:center;text-align-last:center;display:block; }
#HMTx9mew7Q42wBBq2HiTFtQ0UD9Tgvcl { box-sizing:content-box;height:5.375rem;width:20.1875rem;position:absolute;display:block;z-index:15015;background-color:#f8f5f5;background-image:none;top:28.8125rem;left:3.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #d1d1d1;border-left:0.0625rem solid #d1d1d1;border-right:0.0625rem solid #d1d1d1;border-bottom:0.0625rem solid #d1d1d1;display:block; }
#Lonv3oB4v13RkeGp71tSg2oRFQb2ki1v { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:30.9375rem;left:7.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#w56Ta0sWJC9hEog8BLB8D7TcILDKCqCb { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:1.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:5.125rem;left:21.125rem;display:block; }
#k83s8P4m4atvPs8zT5TwX3mmpmJ2Ktgc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TC675Matwtswr1mW6Xtdt3Z7XT7AgRFH { box-sizing:content-box;height:10.8125rem;width:20.1875rem;position:absolute;display:block;z-index:15016;background-color:#f8f5f5;background-image:none;top:13.46875rem;left:3.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #d1d1d1;border-left:0.0625rem solid #d1d1d1;border-right:0.0625rem solid #d1d1d1;border-bottom:0.0625rem solid #d1d1d1;display:block; }
#coOIUATsZ5B6TrNPe4cOlfJ8QcvRyd7f { position:absolute;display:block;z-index:15040;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:0.75rem;width:0.75rem;top:11.84375rem;left:13.0625rem;overflow:hidden;display:block; }
#lKXTaRxTdH1cTQUVza2wPCGV1Gk0M2Dw { color:#000000;display:block;width:8.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:16.65625rem;left:9.6875rem;height:1.125rem;display:block; }
#KT6bktmyEd0auJ4gR2SKVtJtxnCMGgta { box-sizing:content-box;height:1.25rem;width:0;position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;top:24.3125rem;left:13.375rem;border-top:0.0625rem dashed #000000;border-left:0.0625rem dashed #000000;border-right:0.0625rem dashed #000000;border-bottom:0.0625rem dashed #000000;display:block; }
#wKf2CVRyVptqAlM9aUS4Zz1XD7Wktde2 { position:absolute;display:block;z-index:15044;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:0.75rem;width:0.75rem;top:24.6875rem;left:13.0625rem;overflow:hidden;display:block; }
#Ov4Mb8VQDda2qXDwKANicoq9XG6HrTVq { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#0463a9;background-image:none;top:34.0625rem;left:13.4375rem;display:block; }
#Tdg84Jq7nzJrTXRP1bCSV48TpVsZnBcT { box-sizing:content-box;height:1.25rem;width:0;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;top:34.25rem;left:13.625rem;border-top:0.0625rem dashed #000000;border-left:0.0625rem dashed #000000;border-right:0.0625rem dashed #000000;border-bottom:0.0625rem dashed #000000;display:block; }
#ZKa5iTL3EU5HRIO7wvFfJbaq0ybmpHLT { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:arial;font-size:0.375rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:34.625rem;left:14rem;height:0.875rem;text-align:center;text-align-last:center;display:block; }
#IumRG3PduaME3m3ukwO70HU2P3hEs4Rk { position:absolute;display:block;z-index:15049;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:0.75rem;width:0.75rem;top:34.625rem;left:13.3125rem;overflow:hidden;display:block; }
#DFV5UQfphhtLzgiGrsZt08DIGxngMC9n { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:#0463a9;background-image:none;top:35.4375rem;left:13.4375rem;display:block; }
#VTp9aW1F2LRLuiMshpCAdr0pGfDEquJB { box-sizing:content-box;height:2.875rem;width:20.1875rem;position:absolute;display:block;z-index:15020;background-color:#f8f5f5;background-image:none;top:35.625rem;left:3.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #d1d1d1;border-left:0.0625rem solid #d1d1d1;border-right:0.0625rem solid #d1d1d1;border-bottom:0.0625rem solid #d1d1d1;display:block; }
#twRAu5g3HtlxSLgVytUXCvUqIHaz6IeE { box-sizing:content-box;height:1.9375rem;width:13.1875rem;position:absolute;display:block;z-index:15021;background-color:#f8f5f5;background-image:none;top:36.125rem;left:10.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #505050;border-left:0.0625rem solid #505050;border-right:0.0625rem solid #505050;border-bottom:0.0625rem solid #505050;display:block; }
#zFKZVI8z2P96v1bxilhUg0v1Aa6OJ2H4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:36.65625rem;left:21.90625rem; }
#bOcTlVEwHVWG2u3RW3JNr9JEksXCeKPf { color:#505050;display:block;width:10.875rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:36.65625rem;left:11.0625rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RKX6hCTy5QBv6dmsHhwPof6LTS0Bzc11 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:36.5625rem;left:3.6875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#e0u3VgLF7bR04MMdII1mya2hHPNwxNZC { box-sizing:content-box;height:3.6875rem;width:20.1875rem;position:absolute;display:block;z-index:15016;background-color:#f8f5f5;background-image:none;top:39.96875rem;left:3.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #d1d1d1;border-left:0.0625rem solid #d1d1d1;border-right:0.0625rem solid #d1d1d1;border-bottom:0.0625rem solid #d1d1d1;display:block; }
#ETd4hHrFwFV6a1wrtxcJgFZA3kIkZgCF { color:#000000;display:block;width:2.25rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:41.25rem;left:12.5625rem;height:1.125rem;display:block; }
#ZtHqno44IkvmZrk4vTHEvD9VySTXZ5h2 { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:arial;font-size:0.375rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:38.9375rem;left:14rem;height:0.875rem;text-align:center;text-align-last:center;display:block; }
#dzLOuIAnq01UKPT7K8D6CSpfF7TSlMI7 { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#0463a9;background-image:none;top:39.75rem;left:13.4375rem;display:block; }
#xS9PpMw7dwZe7kLrHxIKfrbgAGufQUnT { box-sizing:content-box;height:1.25rem;width:0;position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:none;top:38.5625rem;left:13.625rem;border-top:0.0625rem dashed #000000;border-left:0.0625rem dashed #000000;border-right:0.0625rem dashed #000000;border-bottom:0.0625rem dashed #000000;display:block; }
#ak8AEO0hFIcgTsGk02fXP4bksH8BNRUF { position:absolute;display:block;z-index:15054;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:0.75rem;width:0.75rem;top:38.9375rem;left:13.3125rem;overflow:hidden;display:block; }
#gwx9LhirHgMFpfp0f3sV0LHsAQVCxrJt { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:#0463a9;background-image:none;top:38.375rem;left:13.4375rem;display:block; }
#vWvxL3Sg9RKp3XcOZ8KenHXXqkW6KJco { z-index:15062;top:40.4375rem;left:57.125rem;background-color:#f0f1f3;background-image:none;border-top:0.0625rem solid #e5f2f9;border-left:0.0625rem solid #e5f2f9;border-right:0.0625rem solid #e5f2f9;border-bottom:0.0625rem solid #e5f2f9;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:5.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bl1UR6K7ubyqQDJPIPLqfPUdm7sGy8z8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hdGZsR8fTZig3RmXPGRw200ioRheIPHF { z-index:15061;top:40.4375rem;left:63.5rem;background-color:#ffce38;background-image:none;border-top:0.0625rem solid #e5f2f9;border-left:0.0625rem solid #e5f2f9;border-right:0.0625rem solid #e5f2f9;border-bottom:0.0625rem solid #e5f2f9;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:10.375rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ooiPbLZPxa0od1T8C5hSNoaHzEgDJnlm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wZ0OVUNfiCDzSNAKt4D09TnNrHUV2Ghp { box-sizing:content-box;height:0.75rem;width:0.6875rem;position:absolute;display:block;z-index:15032;background-color:#f0f1f3;background-image:none;top:11.84375rem;left:13.125rem;display:none; }
#faqk6XJz8tfCUTVTs4t9lLxb5MOKn0eV { box-sizing:content-box;height:0.75rem;width:0.6875rem;position:absolute;display:block;z-index:15032;background-color:#f0f1f3;background-image:none;top:11.84375rem;left:13.125rem;display:none; }
#JFZZRpgW5L7eM2GdgNdey4cP35I0QPgR { box-sizing:content-box;height:0.75rem;width:0.6875rem;position:absolute;display:block;z-index:15032;background-color:#f0f1f3;background-image:none;top:11.84375rem;left:13.125rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UzPWkxx0VUOsnTzWNTq6bZesgCofOFkf { display:block; }#UzPWkxx0VUOsnTzWNTq6bZesgCofOFkf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6DQPBGcaHHQL2EAaLh3IRWthtyqQoAl { top:1.3125rem;left:0rem;width:25.8125rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpFLXPOqOub7WHpVfKqn8XxTNcmDtmRA { width:6.4375rem;height:2.1875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVxbFXas7KoWn0Ci8uoLpuCpsJAJQlao { display:block; }
 }@media only screen and (max-width: 763px) { #oOqA94hO9rdxHXmaodTeC7eFRWze1I7a { width:6.4375rem;height:2.0625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXEX1Z5LELWnB1fhX8x8lmSJG35OfL05 { display:block; }
 }@media only screen and (max-width: 763px) { #ytVLHGKFoToU0siMcZmpfhG800i2KrGM { width:6.4375rem;height:2.0625rem;top:2.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyLIdmdx1hUtD1CTNdZ4skT1O4TGFCxh { display:block; }
 }@media only screen and (max-width: 763px) { #I1pR0aBrPsAFpOu6tZKU5E7ZhR2dXpm1 { width:2.5rem;height:1.75rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWxfQesByyaRRcBx6pVxhllQI8JDcDDs { display:block; }
 }@media only screen and (max-width: 763px) { #BV6usF6fqy7Oy1Za4UKK3tayksVLu2Qt { width:2.5rem;height:1.75rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPQKpqq9aVaPtlz8TKkvuxaSWEBLuh39 { display:block; }
 }@media only screen and (max-width: 763px) { #dQuCANX8Se55yEFx8xLOLvPRuwDsqETU { width:2.5rem;height:1.75rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0cIbdkVO00HbVxay8L5dBMhUxoOS0vf { display:block; }
 }@media only screen and (max-width: 763px) { #LTqikhP2fL1eN6QbeiKZB7ScCXbccrfN { width:2.5rem;height:1.75rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJReogDlnuuTLeSCwcEDhHWFhI1Bo6Bh { display:block; }
 }@media only screen and (max-width: 763px) { #fzicgtxWdzknedrVfJDmvvbO51rUl5ly { width:2.5rem;height:1.75rem;top:5.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSbnFcHypaoiQDgWJT5Q8GrSTCTFSUuR { display:block; }
 }@media only screen and (max-width: 763px) { #pqn91KWo7M1kWhlMRbEXcDz37nn1a08w { width:2.5rem;height:1.75rem;top:5.125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOU18lnVMLsxCD0TZoMsX6i7EvPDN7ON { display:block; }
 }@media only screen and (max-width: 763px) { #CxzFmsRyM7ebWQgdWsA9hZGfzkfo7CQX { top:6.8125rem;left:4.75rem;width:1.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlDKkvAD5CeLx3ItTnT8uoZ7N0NlPJnF { top:8.375rem;left:0rem;width:3.5625rem;height:37.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehb1w8IqB5oh9kzoAsW9Ncq8ZoRGU3be { top:8.1875rem;left:0rem;width:20.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9ThMeocNil2WX1TLnGn3NtdrkQxtDNr { top:25.75rem;left:0rem;width:20.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfwfTVCPWECNSCLiVavTEgyZVzRqktTZ { top:9rem;left:0rem;width:14.875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUcaHTEtWXtq9Hzy1FFH45O23uMVL98b { top:26.5625rem;left:0rem;width:7.4375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARCOeOwgqTLkzHgVRpu4ZhRBpRPe3loh { top:18.3125rem;left:0rem;width:15rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKRq4vCIKR5v8PTPgGfG7QXO79z0ybTa { top:19rem;left:0rem;width:13.0625rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5KAUlR2waVghlUFKKTXETASD7Oqev2s { top:19rem;left:6.125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE1ybGTdQNzLRZ1b5MEUBPgCTeCvxEhg { top:1.3125rem;left:0rem;width:47.75rem;height:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptgCkLIA9oBigXVIW4ZwqPWSR2UMfBNH { top:2.0625rem;left:0.375rem;width:47.375rem;height:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTgm5UfQiiRu2ZZumkwQxyFocgr2o8nT { top:10.6875rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ZlGzrFL90BTURPFXqSsNkzS9dhfBNl { top:13.25rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbiTgU4OySrIP5vcgefTSaOBIveKKb30 { top:25.5rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uef6xo9aPqcfaiQUwLUX6wEsCn05fsTQ { top:24.125rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSAzZ8sNZqiTsaTK0TqEsZR7Kho1VIXU { top:10.9375rem;left:0rem;width:0;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z87NWMprkuaCH5hNrvEsoIGxJz488Mkc { top:11.875rem;left:0rem;width:0.6875rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl4CUSBh93ETl00MUOic1TT2zxkUgSAC { top:11.75rem;left:0.125rem;width:2.1875rem;height:0.4375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgZUXof8l9TGseoKgvzIM9q58KTngN8o { top:24.6875rem;left:0.125rem;width:2.1875rem;height:0.4375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMTx9mew7Q42wBBq2HiTFtQ0UD9Tgvcl { top:28.8125rem;left:0rem;width:20.1875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lonv3oB4v13RkeGp71tSg2oRFQb2ki1v { top:30.9375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w56Ta0sWJC9hEog8BLB8D7TcILDKCqCb { width:2.5rem;height:1.75rem;top:5.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k83s8P4m4atvPs8zT5TwX3mmpmJ2Ktgc { display:block; }
 }@media only screen and (max-width: 763px) { #TC675Matwtswr1mW6Xtdt3Z7XT7AgRFH { top:13.4375rem;left:0rem;width:20.1875rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coOIUATsZ5B6TrNPe4cOlfJ8QcvRyd7f { top:11.875rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKXTaRxTdH1cTQUVza2wPCGV1Gk0M2Dw { top:16.625rem;left:0rem;width:8.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT6bktmyEd0auJ4gR2SKVtJtxnCMGgta { top:24.3125rem;left:0rem;width:0;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKf2CVRyVptqAlM9aUS4Zz1XD7Wktde2 { top:24.6875rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov4Mb8VQDda2qXDwKANicoq9XG6HrTVq { top:34.0625rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdg84Jq7nzJrTXRP1bCSV48TpVsZnBcT { top:34.25rem;left:0rem;width:0;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKa5iTL3EU5HRIO7wvFfJbaq0ybmpHLT { top:34.625rem;left:0.375rem;width:2.1875rem;height:0.4375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IumRG3PduaME3m3ukwO70HU2P3hEs4Rk { top:34.625rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFV5UQfphhtLzgiGrsZt08DIGxngMC9n { top:35.4375rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTp9aW1F2LRLuiMshpCAdr0pGfDEquJB { top:35.625rem;left:0rem;width:20.1875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twRAu5g3HtlxSLgVytUXCvUqIHaz6IeE { top:36.125rem;left:0rem;width:13.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFKZVI8z2P96v1bxilhUg0v1Aa6OJ2H4 { top:36.625rem;left:8.28125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOcTlVEwHVWG2u3RW3JNr9JEksXCeKPf { top:36.625rem;left:0rem;width:10.875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKX6hCTy5QBv6dmsHhwPof6LTS0Bzc11 { top:36.5625rem;left:0rem;width:6.875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0u3VgLF7bR04MMdII1mya2hHPNwxNZC { top:39.9375rem;left:0rem;width:20.1875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETd4hHrFwFV6a1wrtxcJgFZA3kIkZgCF { top:41.25rem;left:0rem;width:2.25rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtHqno44IkvmZrk4vTHEvD9VySTXZ5h2 { top:38.9375rem;left:0.375rem;width:2.1875rem;height:0.4375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzLOuIAnq01UKPT7K8D6CSpfF7TSlMI7 { top:39.75rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS9PpMw7dwZe7kLrHxIKfrbgAGufQUnT { top:38.5625rem;left:0rem;width:0;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak8AEO0hFIcgTsGk02fXP4bksH8BNRUF { top:38.9375rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwx9LhirHgMFpfp0f3sV0LHsAQVCxrJt { top:38.375rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWvxL3Sg9RKp3XcOZ8KenHXXqkW6KJco { top:40.4375rem;left:42.125rem;width:5.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl1UR6K7ubyqQDJPIPLqfPUdm7sGy8z8 { display:block; }
 }@media only screen and (max-width: 763px) { #hdGZsR8fTZig3RmXPGRw200ioRheIPHF { top:40.4375rem;left:37.375rem;width:10.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooiPbLZPxa0od1T8C5hSNoaHzEgDJnlm { display:block; }
 }@media only screen and (max-width: 763px) { #wZ0OVUNfiCDzSNAKt4D09TnNrHUV2Ghp { top:11.875rem;left:0rem;width:0.6875rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #faqk6XJz8tfCUTVTs4t9lLxb5MOKn0eV { top:11.875rem;left:0rem;width:0.6875rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JFZZRpgW5L7eM2GdgNdey4cP35I0QPgR { top:11.875rem;left:0rem;width:0.6875rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UzPWkxx0VUOsnTzWNTq6bZesgCofOFkf { background-color:#f0f1f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#UzPWkxx0VUOsnTzWNTq6bZesgCofOFkf > .row .container { background-color: transparent; background-image: none; }#UzPWkxx0VUOsnTzWNTq6bZesgCofOFkf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzPWkxx0VUOsnTzWNTq6bZesgCofOFkf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzPWkxx0VUOsnTzWNTq6bZesgCofOFkf > .row .container > .video-iframe-container { display: none; }#UzPWkxx0VUOsnTzWNTq6bZesgCofOFkf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzPWkxx0VUOsnTzWNTq6bZesgCofOFkf > .row > .video-iframe-container { display: none; }#UzPWkxx0VUOsnTzWNTq6bZesgCofOFkf > .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); }#UzPWkxx0VUOsnTzWNTq6bZesgCofOFkf > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6DQPBGcaHHQL2EAaLh3IRWthtyqQoAl { width:20rem;height:43.125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BpFLXPOqOub7WHpVfKqn8XxTNcmDtmRA { width:5.9375rem;height:2.1875rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVxbFXas7KoWn0Ci8uoLpuCpsJAJQlao { display:block; }
 }@media only screen and (max-width: 763px) { #oOqA94hO9rdxHXmaodTeC7eFRWze1I7a { width:5.9375rem;height:2.1875rem;top:20.0625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXEX1Z5LELWnB1fhX8x8lmSJG35OfL05 { display:block; }
 }@media only screen and (max-width: 763px) { #ytVLHGKFoToU0siMcZmpfhG800i2KrGM { width:5.9375rem;height:2.1875rem;top:20.0625rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyLIdmdx1hUtD1CTNdZ4skT1O4TGFCxh { display:block; }
 }@media only screen and (max-width: 763px) { #I1pR0aBrPsAFpOu6tZKU5E7ZhR2dXpm1 { width:1.6875rem;height:1.75rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWxfQesByyaRRcBx6pVxhllQI8JDcDDs { display:block; }
 }@media only screen and (max-width: 763px) { #BV6usF6fqy7Oy1Za4UKK3tayksVLu2Qt { width:2.5rem;height:1.75rem;top:23.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPQKpqq9aVaPtlz8TKkvuxaSWEBLuh39 { display:block; }
 }@media only screen and (max-width: 763px) { #dQuCANX8Se55yEFx8xLOLvPRuwDsqETU { width:2.5rem;height:1.75rem;top:23.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0cIbdkVO00HbVxay8L5dBMhUxoOS0vf { display:block; }
 }@media only screen and (max-width: 763px) { #LTqikhP2fL1eN6QbeiKZB7ScCXbccrfN { width:2.5rem;height:1.75rem;top:23.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJReogDlnuuTLeSCwcEDhHWFhI1Bo6Bh { display:block; }
 }@media only screen and (max-width: 763px) { #fzicgtxWdzknedrVfJDmvvbO51rUl5ly { width:2.5rem;height:1.75rem;top:23.6875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSbnFcHypaoiQDgWJT5Q8GrSTCTFSUuR { display:block; }
 }@media only screen and (max-width: 763px) { #pqn91KWo7M1kWhlMRbEXcDz37nn1a08w { width:2.5rem;height:1.75rem;top:23.6875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOU18lnVMLsxCD0TZoMsX6i7EvPDN7ON { display:block; }
 }@media only screen and (max-width: 763px) { #CxzFmsRyM7ebWQgdWsA9hZGfzkfo7CQX { width:1.875rem;height:0.125rem;top:25.125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlDKkvAD5CeLx3ItTnT8uoZ7N0NlPJnF { width:2.4375rem;height:37.19089375rem;top:27.0625rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehb1w8IqB5oh9kzoAsW9Ncq8ZoRGU3be { width:16.8125rem;height:2.6875rem;top:27.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9ThMeocNil2WX1TLnGn3NtdrkQxtDNr { width:16.8125rem;height:9.75rem;top:32.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfwfTVCPWECNSCLiVavTEgyZVzRqktTZ { width:12.5rem;height:0.9746125rem;top:28rem;left:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUcaHTEtWXtq9Hzy1FFH45O23uMVL98b { width:16.9375rem;height:0.9746125rem;top:45.17041015625rem;left:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARCOeOwgqTLkzHgVRpu4ZhRBpRPe3loh { width:13.9375rem;height:2.3125rem;top:36.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKRq4vCIKR5v8PTPgGfG7QXO79z0ybTa { width:14rem;height:0.8125rem;top:37.4375rem;left:4.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5KAUlR2waVghlUFKKTXETASD7Oqev2s { display:flex;width:0.9375rem;height:0.9375rem;top:37.375rem;left:16.5625rem; }
 }@media only screen and (max-width: 763px) { #hE1ybGTdQNzLRZ1b5MEUBPgCTeCvxEhg { width:20rem;height:43.1875rem;top:46.7216875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ptgCkLIA9oBigXVIW4ZwqPWSR2UMfBNH { width:20rem;height:17.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTgm5UfQiiRu2ZZumkwQxyFocgr2o8nT { width:0.5rem;height:0.5rem;top:29.5625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ZlGzrFL90BTURPFXqSsNkzS9dhfBNl { width:0.5rem;height:0.5rem;top:32.1875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbiTgU4OySrIP5vcgefTSaOBIveKKb30 { width:0.5rem;height:0.5rem;top:44rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uef6xo9aPqcfaiQUwLUX6wEsCn05fsTQ { width:0.5rem;height:0.5rem;top:42rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSAzZ8sNZqiTsaTK0TqEsZR7Kho1VIXU { width:0;height:2.4375rem;top:30.125rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z87NWMprkuaCH5hNrvEsoIGxJz488Mkc { width:0.6875rem;height:0.75rem;top:30.75rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl4CUSBh93ETl00MUOic1TT2zxkUgSAC { width:2.1875rem;height:0.97461rem;top:30.6875rem;left:11.9375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgZUXof8l9TGseoKgvzIM9q58KTngN8o { width:2.1875rem;height:0.97461rem;top:42.8125rem;left:11.9375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMTx9mew7Q42wBBq2HiTFtQ0UD9Tgvcl { width:16.8125rem;height:5.0625rem;top:47.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lonv3oB4v13RkeGp71tSg2oRFQb2ki1v { width:17rem;height:0.9746125rem;top:49.1689453125rem;left:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w56Ta0sWJC9hEog8BLB8D7TcILDKCqCb { width:1.8125rem;height:1.75rem;top:23.6875rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k83s8P4m4atvPs8zT5TwX3mmpmJ2Ktgc { display:block; }
 }@media only screen and (max-width: 763px) { #TC675Matwtswr1mW6Xtdt3Z7XT7AgRFH { width:16.8125rem;height:2.5rem;top:44.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coOIUATsZ5B6TrNPe4cOlfJ8QcvRyd7f { width:0.75rem;height:0.75rem;top:30.75rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKXTaRxTdH1cTQUVza2wPCGV1Gk0M2Dw { width:16.9375rem;height:0.9746125rem;top:34.80078125rem;left:3.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KT6bktmyEd0auJ4gR2SKVtJtxnCMGgta { width:0;height:1.5625rem;top:42.4375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKf2CVRyVptqAlM9aUS4Zz1XD7Wktde2 { width:0.75rem;height:0.75rem;top:42.8125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov4Mb8VQDda2qXDwKANicoq9XG6HrTVq { width:0.5rem;height:0.5rem;top:51.9375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdg84Jq7nzJrTXRP1bCSV48TpVsZnBcT { width:0;height:1.25rem;top:52.125rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKa5iTL3EU5HRIO7wvFfJbaq0ybmpHLT { width:2.1875rem;height:0.97461rem;top:52.5rem;left:11.9375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IumRG3PduaME3m3ukwO70HU2P3hEs4Rk { width:0.75rem;height:0.75rem;top:52.5rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFV5UQfphhtLzgiGrsZt08DIGxngMC9n { width:0.5rem;height:0.5rem;top:53.5rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTp9aW1F2LRLuiMshpCAdr0pGfDEquJB { width:16.875rem;height:2.875rem;top:53.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #twRAu5g3HtlxSLgVytUXCvUqIHaz6IeE { width:10.125rem;height:1.9375rem;top:54.3125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFKZVI8z2P96v1bxilhUg0v1Aa6OJ2H4 { display:flex;width:0.9375rem;height:0.9375rem;top:54.84375rem;left:18.1875rem; }
 }@media only screen and (max-width: 763px) { #bOcTlVEwHVWG2u3RW3JNr9JEksXCeKPf { width:10.625rem;height:0.8125rem;top:54.90625rem;left:9.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKX6hCTy5QBv6dmsHhwPof6LTS0Bzc11 { width:6.625rem;height:0.9746125rem;top:54.8251953125rem;left:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0u3VgLF7bR04MMdII1mya2hHPNwxNZC { width:16.875rem;height:3.875rem;top:58.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETd4hHrFwFV6a1wrtxcJgFZA3kIkZgCF { width:17.0625rem;height:0.9746125rem;top:60.0126953125rem;left:2.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZtHqno44IkvmZrk4vTHEvD9VySTXZ5h2 { width:2.1875rem;height:0.97461rem;top:57.375rem;left:11.9375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzLOuIAnq01UKPT7K8D6CSpfF7TSlMI7 { width:0.5rem;height:0.5rem;top:58.25rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS9PpMw7dwZe7kLrHxIKfrbgAGufQUnT { width:0;height:1.25rem;top:57rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak8AEO0hFIcgTsGk02fXP4bksH8BNRUF { width:0.75rem;height:0.75rem;top:57.375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwx9LhirHgMFpfp0f3sV0LHsAQVCxrJt { width:0.5rem;height:0.5rem;top:56.5625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWvxL3Sg9RKp3XcOZ8KenHXXqkW6KJco { top:68.125rem;left:7.1875rem;width:5.625rem;height:2.875rem;box-shadow: 0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #bl1UR6K7ubyqQDJPIPLqfPUdm7sGy8z8 { display:block; }
 }@media only screen and (max-width: 763px) { #hdGZsR8fTZig3RmXPGRw200ioRheIPHF { top:64.25rem;left:4.8125rem;width:10.375rem;height:2.875rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #ooiPbLZPxa0od1T8C5hSNoaHzEgDJnlm { display:block; }
 }@media only screen and (max-width: 763px) { #wZ0OVUNfiCDzSNAKt4D09TnNrHUV2Ghp { width:0.6875rem;height:0.75rem;top:42.75rem;left:11.3125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #faqk6XJz8tfCUTVTs4t9lLxb5MOKn0eV { width:0.6875rem;height:0.75rem;top:52.625rem;left:11.3125rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #JFZZRpgW5L7eM2GdgNdey4cP35I0QPgR { width:0.6875rem;height:0.75rem;top:57.375rem;left:11.1875rem;z-index:15035;display:block; }
 }