.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:#d4145a;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); }#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 > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;display:block; }#uwdhwTfnvo7keaWVLL1aoQpm1MsZ7pPx { 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:6.5625rem;width:18.8125rem;top:1.4375rem;left:28.09375rem;overflow:hidden;display:block; }
#xqNXIftvh3IrGJKOCLQbhfHEPFPLCdVT { color:#ffffff;display:block;width:45.6875rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.5rem;left:14.65625rem;height:2.83333325rem;text-align:center;text-align-last:center;display:block; }
#bKd2Qn8GRSg9n4z9kSrhzR3KJVaGAb1Z { color:#ffffff;display:block;width:45.6875rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.5rem;left:14.65625rem;height:2.83333325rem;text-align:center;text-align-last:center;display:none; }
#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v { position:relative;display:none; }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v { border-width: 0; border-radius: 0; }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v > .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; }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#FtkaxbLBq1Gs5E7AQh3tdtC1cdynh2oQ { color:#000000;display:block;width:56rem;position:absolute;font-family:arial;font-size:2.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.8125rem;left:9.5rem;height:2.7615rem;display:none; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-form-header {  }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-regular-label { height:auto;display:block;font-family:arial;font-size:1.4375rem;font-weight:400;color:#000000;width:41.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;text-align:center;text-align-last:center; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:41.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-input-text {padding-top: 0; padding-bottom: 0;}#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:41.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:41.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-input-select {padding-top: 0; padding-bottom: 0;}#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#d4145a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:41.9375rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy [class*="-text"]:-moz-placeholder { color:#000000;font-family:arial;font-size:1.375rem; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy [class*="-text"]::-moz-placeholder { color:#000000;font-family:arial;font-size:1.375rem; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:arial;font-size:1.375rem; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:arial;font-size:1.375rem; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:40.5rem;overflow:hidden;font-style:normal; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-container:first-of-type{padding-top:0;}#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-container:last-of-type{padding-bottom:0;}#TI8GdEo0pEEN55bwXG528poED1VM4GLy  { background-color:#f6f6f6;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:41.9375rem;height:auto;border-top:0.3125rem solid #c80076;border-left:0.3125rem solid #c80076;border-right:0.3125rem solid #c80076;border-bottom:0.3125rem solid #c80076;z-index:15029;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;position:absolute;top:4.3750019073486rem;left:15.029296875rem; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:41.9375rem; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy {display:block;}#TI8GdEo0pEEN55bwXG528poED1VM4GLy { background-color:#f6f6f6;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:41.9375rem;height:auto;border-top:0.3125rem solid #c80076;border-left:0.3125rem solid #c80076;border-right:0.3125rem solid #c80076;border-bottom:0.3125rem solid #c80076;z-index:15029;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;position:absolute;top:4.3750019073486rem;left:15.029296875rem;display:none; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy #n0zE2sQvr2vhpKMVkEqHyf3QK2yMXhZG { position:relative; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy #P5s4QbgAdJfFTzykX1L3y5b8A6VXy2sz { position:relative;display:block; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy #tydgp3IkR3EwOPN7oKh0nsSfPuOZfPGM { position:relative; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy #xTzwOIaT8PQb41MJ4VUgw3suRFpbyVI7 { position:relative; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy #mbvqG0DohhEnyOp8Saml6HmEa5B2Gawa { position:relative;z-index:2; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy #WnOhaXr54W9AqofFETRuUe4tkkXuTAWs { position:relative; }
#LyAqAR9Q88Ae6nc2bmcCtznl0HCbXyfw { position:relative;display:block; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy #RTTBmOBm2hUQtRgQ4xuWIZW8NZZrQOot { position:relative; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy #LaPgaLl6FGZo3AHnxml5QG0KVt7r2m73 { position:relative; }
#FFJk1lw2523lOaR9T3EAcLubK1u3twkS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#qM1Lqb6vgKw8Gh8qd8iWBoOu5o4gntPG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#QfwUfASPCxPM5iTJ9dB1zOyKRGLmLIc1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#lx7UTlWi7gZ2RZFWqxSTl3bwrXLDcGiD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lx7UTlWi7gZ2RZFWqxSTl3bwrXLDcGiD > .row .container { background-color: transparent; background-image: none; }#lx7UTlWi7gZ2RZFWqxSTl3bwrXLDcGiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lx7UTlWi7gZ2RZFWqxSTl3bwrXLDcGiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lx7UTlWi7gZ2RZFWqxSTl3bwrXLDcGiD > .row .container > .video-iframe-container { display: none; }#lx7UTlWi7gZ2RZFWqxSTl3bwrXLDcGiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lx7UTlWi7gZ2RZFWqxSTl3bwrXLDcGiD > .row > .video-iframe-container { display: none; }#lx7UTlWi7gZ2RZFWqxSTl3bwrXLDcGiD > .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); }#lx7UTlWi7gZ2RZFWqxSTl3bwrXLDcGiD > .row .container { border-width: 0; border-radius: 0; }#lx7UTlWi7gZ2RZFWqxSTl3bwrXLDcGiD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lx7UTlWi7gZ2RZFWqxSTl3bwrXLDcGiD > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-form-header {  }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:1.4375rem;font-weight:400;color:#000000;width:24.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;text-align:center;text-align-last:center; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#d4145a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:24.3125rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 [class*="-text"]:-moz-placeholder { color:#000000;font-family:arial;font-size:1.375rem; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 [class*="-text"]::-moz-placeholder { color:#000000;font-family:arial;font-size:1.375rem; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:arial;font-size:1.375rem; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:arial;font-size:1.375rem; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:22.9375rem;overflow:hidden;font-style:normal; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-container:first-of-type{padding-top:0;}#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-container:last-of-type{padding-bottom:0;}#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8  { background-color:#f6f6f6;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.3125rem;height:auto;border-top:0.3125rem solid #c80076;border-left:0.3125rem solid #c80076;border-right:0.3125rem solid #c80076;border-bottom:0.3125rem solid #c80076;z-index:15029;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;position:absolute;top:2.7083358764649rem;left:42.091148376465rem; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.3125rem; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 {display:block;}#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 { background-color:#f6f6f6;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.3125rem;height:auto;border-top:0.3125rem solid #c80076;border-left:0.3125rem solid #c80076;border-right:0.3125rem solid #c80076;border-bottom:0.3125rem solid #c80076;z-index:15029;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;position:absolute;top:2.7083358764649rem;left:42.091148376465rem; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 #ftiD8dwimT942Czadh4RzI2wM4SGZVsT { position:relative; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 #kJ4wgGwZ3N4MChuEPlAnDHOgFxuoMciq { position:relative;display:block; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 #Tk63h7RqTwfyCVFkGLZuxALz770xcDt8 { position:relative; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 #nlU3xHnUQhsp2zfTB82Z0wAn9xIHeQrr { position:relative; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 #kPk9zOcHHyPdKqieTo46qET2nFbzTyzQ { position:relative;z-index:2; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 #Jrcc2FeBhTb87CdCKHb4Cup0Wyco51tC { position:relative; }
#lKmQi6iTcD0RNalFKbcwSb3Rt8WKNwcL { position:relative;display:block; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 #mTCTVNqaCsxdD5iZFpLUNBQA7xwtqHLb { position:relative; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 #eLEg1RniK8abzvlXeRu6xu8rDHlaOiZs { position:relative; }
#l67SOAGHSpcBKikU6XLu6hPvZOIhIy67 { color:#000000;display:block;width:19.25rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.75rem;top:26.875rem;left:0.25rem;display:none; }
#B8LHHChIO48hs9ilgsWy7oH3Ux9q2ZU5 { color:#000000;display:block;width:56rem;position:absolute;font-family:arial;font-size:2.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.7500038146973rem;left:3.75rem;height:5.5rem;display:block; }
#BRpcp5pboWL22zT8iSZm65AGcmKLsdsX { color:#000000;display:block;width:58.1875rem;position:absolute;font-family:arial;font-size:2.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:28.14453125rem;left:8.40625rem;height:5.5rem;display:block; }
#QHiyWVvHLytECDKiWcooztfXI1Tw3yzK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.5rem;width:11.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:9.9791679382325rem;left:15.395835876465rem; }
#I0OIn6teOWF4fIWuqIAy4V3ZURrfe5s6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I0OIn6teOWF4fIWuqIAy4V3ZURrfe5s6 > .row .container { background-color: transparent; background-image: none; }#I0OIn6teOWF4fIWuqIAy4V3ZURrfe5s6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0OIn6teOWF4fIWuqIAy4V3ZURrfe5s6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0OIn6teOWF4fIWuqIAy4V3ZURrfe5s6 > .row .container > .video-iframe-container { display: none; }#I0OIn6teOWF4fIWuqIAy4V3ZURrfe5s6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0OIn6teOWF4fIWuqIAy4V3ZURrfe5s6 > .row > .video-iframe-container { display: none; }#I0OIn6teOWF4fIWuqIAy4V3ZURrfe5s6 > .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); }#I0OIn6teOWF4fIWuqIAy4V3ZURrfe5s6 > .row .container { border-width: 0; border-radius: 0; }#I0OIn6teOWF4fIWuqIAy4V3ZURrfe5s6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I0OIn6teOWF4fIWuqIAy4V3ZURrfe5s6 > .row .container { font-size:0.875rem;font-family:arial;height:86.875rem;width:75rem;position:relative;display:block; }#FFqQWWTre7mzJAyvf84I4DV2uC3QbBST { box-sizing:content-box;height:47.5625rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.0625rem;left:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,154,122,0.5) ;border-top:0.1875rem solid #c80076;border-left:0.1875rem solid #c80076;border-right:0.1875rem solid #c80076;border-bottom:0.1875rem solid #c80076;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#PLnKEERtTTnUXfIbpa3py3ONA3F0xEzp { box-sizing:content-box;height:47.5625rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:1.0625rem;left:25.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.1875rem solid #c80076;border-left:0.1875rem solid #c80076;border-right:0.1875rem solid #c80076;border-bottom:0.1875rem solid #c80076;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#Xb890wkvwaNk1PZDsm4kBG5upM6EHcxb { box-sizing:content-box;height:47.5625rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:1.0625rem;left:50.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.1875rem solid #d4145a;border-left:0.1875rem solid #d4145a;border-right:0.1875rem solid #d4145a;border-bottom:0.1875rem solid #d4145a;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#Tpk8SUXaODJy18NLDt5ubLwiHBTTfAKx { color:#d4145a;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.75rem;left:6.0625rem;height:1.916666625rem;text-align:center;text-align-last:center;display:block; }
#kauUg6ZUUeTvpGyoPpNJIeBombDVRN2m { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.8125rem;left:2.25rem;height:1.666666625rem;text-align:center;text-align-last:center;display:block; }
#LkMgLdLXvZy5vqhZcn8OlDmtNUJOAM78 { color:#d4145a;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.75rem;left:31.0625rem;height:1.916666625rem;text-align:center;text-align-last:center;display:block; }
#umnGAGdrvTmfNFWGRqCE9D5zT2RhqIgH { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6875rem;left:27.25rem;height:1.666666625rem;text-align:center;text-align-last:center;display:block; }
#pUmpkTy9pckMsFsGRSAMborlC52JAgko { color:#d4145a;display:block;width:16.9375rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.75rem;left:53.8125rem;height:1.916666625rem;text-align:center;text-align-last:center;display:block; }
#t5hklpH4CUggPE1RZlI9dUmqbz7DNiSS { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.8125rem;left:52.25rem;height:1.666666625rem;text-align:center;text-align-last:center;display:block; }
#m7AAJGCI8W4019U7W3QPWkG188KKTb5e { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#d4145a;background-image:none;top:5.75rem;left:0.625rem;display:block; }
#MXt37sTXmllcrKJ388UMnKUpRmd8KJ8T { box-sizing:content-box;height:4rem;width:23.6875rem;position:absolute;display:block;z-index:15009;background-color:#d4145a;background-image:none;top:5.75rem;left:25.625rem;display:block; }
#e8tZX7zhaL57DslVPKnlAbKJUTVsxk1y { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15010;background-color:#d4145a;background-image:none;top:5.75rem;left:50.6875rem;display:block; }
#IZSnt4wQOZ9NFoIgI42325XNlvq1vaO0 { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:27.4375rem;height:1.666666625rem;text-align:center;text-align-last:center;display:block; }
#QRAb0Oa7QMf6KWlUeESQE1DdRU3uimHD { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.6875rem;left:2.25rem;height:2.08333325rem;text-align:center;text-align-last:center;display:block; }
#gZLDB6RtTelHHhr0e2efz99DPKiBgiCp { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.6875rem;left:27.25rem;height:2.08333325rem;text-align:center;text-align-last:center;display:block; }
#FahFpw6o0i86gHAvRgenTTaO2ieVUgJC { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.6875rem;left:52.25rem;height:2.08333325rem;text-align:center;text-align-last:center;display:block; }
#Nn1GdT1b31vqHiX038lXLTN6kIyiPsST { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.3125rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#foa8L5BfNECTNBdm8CmMllhEhnlpC3wz { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.3125rem;left:26.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#ernauKJpZearIS1ULZX3o7UO1Z1Oi1nE { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.3125rem;left:51.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#AzecTeUFUCQT6qWeGify3GXBZyBCS62x { color:#d4145a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:12.5rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#P5XgomczNTC2zMTld8lHgZvakoF43hFr { color:#d4145a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:12.5rem;left:26.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#d6LpzQBR5w0FLTCAuiBZtyxI30Tynucp { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:15.25rem;left:51.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#OlkVhrwyOEFk7qohQ0PI5f94WB2dLEny { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.25rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#gdoaNgTQzBcZHuJtC6QbggqTeLnMp8GT { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:15.25rem;left:26.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#Hfv2HPK3SAbe20QhHCXwX4tBAbVLWAJU { color:#d4145a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:3.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.8125rem;left:1.375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#twTxbVnqZo3s9l7eMiH5wmqJnWzMzfnJ { color:#d4145a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:3.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.8125rem;left:26.375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#yWM86oTsxyy9oDdqxa0rG3le24QPK7uu { color:#d4145a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:3.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:17.8125rem;left:51.375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#V0AnoQJSiiUawmUWRfUgOvJobKvnexNl { color:#d4145a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.5rem;left:51.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#lQ4l6SOV0bgILBaCD3VcMARk6fXLKDHb { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.5rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#LDuSDHnPD7tTbsFSKGRXaUJdCsrd4gdz { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.5rem;left:26.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#Q6Phz3SW2oKBCnFu9WROx7BR6x6upWpl { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:22.5rem;left:51.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#O7czSqHfmU6rROuXNRpOdHILgKTIW12U { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:24.3125rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#KXie85xTs7TO8TKVgB3viHQlEUGMdkLJ { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:24.3125rem;left:26.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#VowlUbvmlShRvu4LnNMnfJXURTbG8kQo { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:24.3125rem;left:51.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#Qxsiai8T9t7xLJyGuMOlXtMk0AUlLiWh { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:27.8125rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#Qif3aIOlg44Eao9m2icuFdHebWJiZDoI { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:27.8125rem;left:26.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#H7n3XQQ9VqcpE0T6plNx7xkOF7m89HQA { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:27.8125rem;left:51.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#JAFT32w0f6gbx3VuGHqVrP4y8vxaaGJD { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15021;background-color:#d4145a;background-image:none;top:27rem;left:25.5625rem;display:block; }
#rqTSwKAg8dJaMUqCldoWqbtehX25u2fE { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15022;background-color:#c80076;background-image:none;top:26.9375rem;left:50.5625rem;display:block; }
#HqT0EgTuTUi64faBT8TdSK8fAQ6qDyF6 { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15022;background-color:#c80076;background-image:none;top:27rem;left:0.5625rem;display:block; }
#OiLNGplozvlqDsX9LwJ13FN9bbaEPBK6 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:29.8125rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#se83SDrTSMCOpfwL0Eg3L46FLr0EvDwn { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:29.8125rem;left:26.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#Jsc4Ba4XCbHJlqWtIG9fgBZpv9iqTU5G { color:#d4145a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:31.9375rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:block; }
#MgRAXs6sTuvE48CD276lNNznIpvJrck2 { color:#d4145a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:31.9375rem;left:26.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:block; }
#USCLDDv0eTpyV7PiLfeKzEXVmygq4XLR { color:#d4145a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:29.8125rem;left:51.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:block; }
#ZfQ6zEDcutz6EW0Xn9LtzeBIlG9xqSix { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:32.75rem;left:51.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#kTV25vJy9tbNRG0tqo8J3ZN55AiXU4gM { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15023;background-color:#c80076;background-image:none;top:35.125rem;left:0.5625rem;display:block; }
#xeIWMo7wGfi6NrQCpMqZLukcldGfsuTx { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15024;background-color:#d4145a;background-image:none;top:35.125rem;left:25.5625rem;display:block; }
#eXpZHpdf3z2v2ts1x7R72kzta7IRb5ux { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15025;background-color:#d4145a;background-image:none;top:35.125rem;left:50.5625rem;display:block; }
#bUSStZzJX9u4HNFrlDugq9ABAfz4WZwJ { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:36.4375rem;left:1.375rem;height:3.16666675rem;text-align:center;text-align-last:center;display:block; }
#tDeCEgZyQVDxOqx1w6xK2D53yZGgceCR { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:36.4375rem;left:26.375rem;height:3.16666675rem;text-align:center;text-align-last:center;display:block; }
#qDqECnaiEoGB5afdiSThrEMXkd0nsiFu { color:#d4145a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:40.25rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:block; }
#fNwU4mAZ53grx5aKlDZCLrSX0TnqMaMU { color:#d4145a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:40.25rem;left:26.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:block; }
#UTd8FrMeTwESDSWIdo4XLR78lh5Nt1g8 { color:#d4145a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:40.25rem;left:46.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:block; }
#i39iMvPcozKI0GtwbhK60DDAVTHdke0q { color:#000000;display:block;width:13.93619825rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:40.583335876465rem;left:58.27214050293rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#f9ozvLZWp3NPibvxvSweWtfgE3l9uzzt { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15024;background-color:#c80076;background-image:none;top:43.25rem;left:0.5625rem;display:block; }
#rpQT7UT3NL8nxFfBcZOBvBD2QcNCEsCe { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15025;background-color:#c80076;background-image:none;top:43.25rem;left:25.5625rem;display:block; }
#VlTM8xQKKhb78RnzHuurA09macKkigKb { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15026;background-color:#d4145a;background-image:none;top:43.25rem;left:50.5625rem;display:block; }
#gOXudgD1sBncmwfCmWl2B7lfUzWEucsq { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:44.875rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:block; }
#bZNWEudWJx12vkSLoQ1ne7N1VHgWvKP7 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:44.875rem;left:26.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:block; }
#RWrIUJQWB8aIwVo467v1EXnEwoDip35e { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:43.875rem;left:51.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:block; }
#PhHSVT236DCW7dQ3FX3FNxy2CVhunz2p { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:46.1875rem;left:51.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:block; }
#O1OyJKlBehWu9mQ6In5e5uG1ADAViyrN { background-color:#d4145a;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:2.75rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:68.75rem;left:33.5625rem;display:block; }
#sGHQ4HGMclm4IpEP0yiKhZTknFoOA5Ch { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hFRlQJIJnppxpbvLnp7OzOcPTyZLJXL4 { box-sizing:content-box;height:47.5625rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:11.125rem;left:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,154,122,0.5) ;border-top:0.1875rem solid #009a7a;border-left:0.1875rem solid #009a7a;border-right:0.1875rem solid #009a7a;border-bottom:0.1875rem solid #009a7a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#qFh2Ql7EakDvl60LSVS9oSEk4kqLRAf5 { color:#009a7a;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.8125rem;left:6.0625rem;height:1.916666625rem;text-align:center;text-align-last:center;display:none; }
#BKdO7deW4sebSWbqe9MXSBDUB2vIapKG { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.875rem;left:2.25rem;height:1.666666625rem;text-align:center;text-align-last:center;display:none; }
#TOcUDWzw20oh9de374NpzGTaaSPNlISO { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#009a7a;background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#mVQnOdCtMMqTueCp2xSq5ntdeCbM8CNO { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.75rem;left:2.25rem;height:2.08333325rem;text-align:center;text-align-last:center;display:none; }
#LVbSTRwpCdEhihhJwBzFw5k0QEgFA367 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.375rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#kODLWQgFzPZoiOw6ZH9DI1xXNO4rOyBe { color:#009a7a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.5625rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#IVW9nzgmF480DszSDvuTXDJTRpE5x2QU { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:25.3125rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#AkqbpEtbnxCc5e13ARTTSFAHcke8LynM { color:#009a7a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:3.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.875rem;left:1.375rem;height:4.5rem;text-align:center;text-align-last:center;display:none; }
#LXE3rcSMNhoX2H24iGdpVycNGk8TnLv6 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32.5625rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#Gvrmsmyw9rEhSoDOKRlHQbOgzIpSkTiq { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:34.375rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#z5xndeWaoQhTwfx7Wu9oOr5wTkLw8Ra3 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:37.875rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#HuwTrBkz14H406wLhTnIetSBf7EHIen4 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:39.875rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#qlOpSqR5hVHaEkcA9Zu5I5mHcLKsgrTT { color:#009a7a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:42rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#Jlfs8lqUWzBA2kheQI6cIk3mgw3vw3T9 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:46.5rem;left:1.375rem;height:3.16666675rem;text-align:center;text-align-last:center;display:none; }
#wcV5V9vup1kd0dhscdqndwQGqiEdZNUD { color:#009a7a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:50.3125rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#umu8zfAy7RwvgUpFBHGby8WTWGem2ML1 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:54.9375rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#f8rgOZReeoeCrTgElT4ym4fBDTMWaQXg { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#009a7a;background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#uCyrqhKxPQJlVGVP1aazvaMQCAi7qSai { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#009a7a;background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#Hk3p8HTrsXbr997XKaCFTlzvl4ec8V9S { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#009a7a;background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#sckT257bxTTbmZdyKs0KiIlgLuh6TzVG { box-sizing:content-box;height:47.5625rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:11.125rem;left:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,154,122,0.5) ;border-top:0.1875rem solid #009a7a;border-left:0.1875rem solid #009a7a;border-right:0.1875rem solid #009a7a;border-bottom:0.1875rem solid #009a7a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#XW6IMV1eXED1AIiH6FctUiBDmQAn4691 { color:#009a7a;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.8125rem;left:6.0625rem;height:1.916666625rem;text-align:center;text-align-last:center;display:none; }
#LIvaLwHpXQ7kIhGU5Oh8NWEVMKQTnItb { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.875rem;left:2.25rem;height:1.666666625rem;text-align:center;text-align-last:center;display:none; }
#z09bTCKL9fpAaza6iUpa8I8GW7QThVk4 { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#009a7a;background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#eO5IU8wVLEDan45veJph0dIf8MnUDB7M { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.75rem;left:2.25rem;height:2.08333325rem;text-align:center;text-align-last:center;display:none; }
#ViNEWiC9JNw0475tohuFq0FkI8wfb8lo { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.375rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#By5gc5J3mdTIa9goKk0Oaa3RgVADb6w7 { color:#009a7a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.5625rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#lUx9T7PFsTnJxs16HSq0aTG8BFKvWTu5 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:25.3125rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#ovW6rMrL1vqynMFm3iCRhobe3nWwN6SZ { color:#009a7a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:3.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.875rem;left:1.375rem;height:4.5rem;text-align:center;text-align-last:center;display:none; }
#NPNdnUUX8UGgxVtooIpFnI1ApNQcfhiJ { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32.5625rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#IABZrwq6049u7wZdvrzasePsWl21J1Xz { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:34.375rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#zApP6ldTIivwIGtvJ9J7URiAtJg1EldJ { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#009a7a;background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#DDCQHniXpZ6EEKvXn3v3bvwfVEMT2ZT1 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:37.875rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#qcSuOcBmTTDLyTfWtEyCMcbJI4TEoxwv { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:39.875rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#Bqi4ufLeGUnSkVIkKTHr8s1qhXX8iCMT { color:#009a7a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:42rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#wTuz2Ah2KhartnOcnihQSPesTn5dtmPX { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#009a7a;background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#HKa8XJwV0ExHmHGSPD5p7NRBswOdQB6G { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:46.5rem;left:1.375rem;height:3.16666675rem;text-align:center;text-align-last:center;display:none; }
#Lkq6IfiocVplSJKai2Zn7UfDa3hkKHTy { color:#009a7a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:50.3125rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#c5KTyX2WBgek0J03gCcZSAG9Q2ZL7tef { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#009a7a;background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#gi51OqQyeh8LtzNhfzrf1XpKimy4fGbC { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:54.9375rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#mBz4N0mBb31i8wihq9ertGhtNQWJGWz0 { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#009a7a;background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#pJ603me5Ck2dID5rtS8GJoV4Vw1N0VQD { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#009a7a;background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#qTq14AfpKo7spn7vg1hHSTNEf1cXQFqg { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#009a7a;background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#v9G2oJab4hRUdEJqBnS53ENexeRCaQ0I { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:36.375rem;left:51.375rem;height:3.16666675rem;text-align:center;text-align-last:center;display:block; }
#R0fwqfcTUhtXAXU1OkLCtcFznRSmSBzk { position:absolute;display:block;z-index:15029;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:31.25rem;width:31.25rem;top:52.1875rem;left:1.625rem;overflow:hidden;display:block; }
#uX3aKxwKz4AaFa53UpVdhkoOlB6tyS0C { color:#000000;display:block;width:40.8125rem;position:absolute;font-family:arial;font-size:2rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:59.6875rem;left:32.1875rem;height:7.74999975rem;display:block; }
#HJKJrh7EtsBi0hPWzwJJES1BePH1N8DX { position:relative;display:none; }#HJKJrh7EtsBi0hPWzwJJES1BePH1N8DX { border-width: 0; border-radius: 0; }#HJKJrh7EtsBi0hPWzwJJES1BePH1N8DX > .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; }#HJKJrh7EtsBi0hPWzwJJES1BePH1N8DX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#aOse57BnxtdPkiBixSDPIhFwbFnPTcmI { color:#009a7a;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.8125rem;left:6.0625rem;height:1.916666625rem;text-align:center;text-align-last:center;display:none; }
#pEwzhBG9ruQuRa8G1eBneZcF45EtRnyq { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.875rem;left:2.25rem;height:1.666666625rem;text-align:center;text-align-last:center;display:none; }
#zRTmF167NalLFO6RVs0Eoaur8frpkVhO { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#009a7a;background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#ZTRinaeIFJiTmRHXu0luDI6Hsd3xSpzp { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.75rem;left:2.25rem;height:2.08333325rem;text-align:center;text-align-last:center;display:none; }
#FOT0KeIu3dabuCVwRJBRTq3Oe7AESw5s { color:#009a7a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.5625rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#iUWOmhz363KebAEPmefltTwN3vOQiKq8 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:25.3125rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#ree9prJpifFTQnQdbMseITGJCxNL5g7X { color:#009a7a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:3.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.875rem;left:1.375rem;height:4.5rem;text-align:center;text-align-last:center;display:none; }
#Q18raI53wmQSGxcJSVlAyfVX6GC5ynEv { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32.5625rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#bLFGuyJIqEEwf3rdT6MT1nN5krLk8NeK { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:34.375rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#boGWv44RTTUmcmeABrx8suCEBMu20GgP { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:37.875rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#BDG6P3hklxAFtymqCoomTgo4RREkwZGS { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:39.875rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#IePWeKQv1Ud4VgI5GDSZ0QbCuoOpfUDq { color:#009a7a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:42rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#D0Vmpnz0dF2A7MAxf1XKbwWigTi9LKyS { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#009a7a;background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#yFkK7FJp3xVETFcT07l0FC2qg0cfe89e { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#009a7a;background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#n80eOZzeZp0MwO9OyZTuMiGgpQUlwieA { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:46.5rem;left:1.375rem;height:3.16666675rem;text-align:center;text-align-last:center;display:none; }
#Lv1v6stsEIdJIDlToQRIwnMHGeELSnRg { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:54.9375rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#txnyCnoZslCxOLhQcGArOEdGet2qFbrP { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#009a7a;background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#ugT3iWt1QVeMbdtoMiWaZvTIrz5o9zoM { color:#009a7a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:50.3125rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#fI4KJrXIlFpDd8EEzaqkZE0V2dmdB2nK { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22rem;left:27.5rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#STEztfTMuk31HXVOslU84DxpiZBDzDra { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.375rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#krKSrpZbps1ikTAV9IgApdPPmGPhoCaU { color:#009a7a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.5625rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#dcWhTNlWIDmRUF08qgC87MTdQXJahM4i { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.875rem;left:2.25rem;height:1.666666625rem;text-align:center;text-align-last:center;display:none; }
#VC3R5l93x7c9QyAZ93ehEDBCVmJpkmO0 { color:#009a7a;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.8125rem;left:6.0625rem;height:1.916666625rem;text-align:center;text-align-last:center;display:none; }
#kcqr8ZmUHbol9Wr7HAEB0idklnNRLzcd { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:54.9375rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#GI7IaVxmirlQLcbBNJvOHTBZbz8HFpzI { color:#009a7a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:50.3125rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#hCyLxELhW89mRSk07KepccSfbVKwCys8 { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#009a7a;background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#vMt1TpTsXHr2lVzgy127wRty85W6nNAH { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:46.5rem;left:1.375rem;height:3.16666675rem;text-align:center;text-align-last:center;display:none; }
#PDcceebdJ58Crb8oxOsgXPOam8Ow7kFv { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#009a7a;background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#N9N9mwOWHA1o54AF7XOH3tEqP2At5ruh { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:39.875rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#LbdGNmyGzqzBCfdlFry7kR0pKw40geRK { color:#009a7a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:42rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#cMEp68WZC4aOPvRkF4cp3kwewJ0pQ65s { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:37.875rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#emUUMT5EhhkfPWTcT5crQXKa9kh4Ba9U { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#009a7a;background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#D28RdpkB6bleAdzymWqRzzGMgBvarsxH { color:#009a7a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:3.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.875rem;left:1.375rem;height:4.5rem;text-align:center;text-align-last:center;display:none; }
#BH0pDxTnRzQ21FaS3pfdHN9WQwTzP1rR { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32.5625rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#NycJmodeLzkWBwievUdxvJTwzcbsISTR { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:34.375rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#MW3I11es5lBQrmeD99sadJrPblDZPdBA { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:25.3125rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#vQyyoUXnbfB2mRP8aa1Svl2g8i11mTIk { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#FWQAWsUKJn4HxaHez7glzGvB0740ovJD { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#dztGdMIvTLGg737bTTB834Z8I3Utz0KN { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#009a7a;background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#IdKqVxVLci2szbURs7QG1b9JSB96A8z4 { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.75rem;left:2.25rem;height:2.08333325rem;text-align:center;text-align-last:center;display:none; }
#fG3rtxHokINNX7Oa2GZWsXRVQ7xkupxR { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.375rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#xziQCrcxueOmMne8zzkHW7fVGFr2awix { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#HdvxTeqpK1MggL2Wr4Bt6beHMyPJFvwB { color:#009a7a;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.8125rem;left:6.0625rem;height:1.916666625rem;text-align:center;text-align-last:center;display:none; }
#cJzLGFIArrzlcdQqRDypJxGmVq0t6fcI { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.875rem;left:2.25rem;height:1.666666625rem;text-align:center;text-align-last:center;display:none; }
#WI4AseCqs6Vy8Os9dSZevvTvF4lKXs1Z { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.75rem;left:2.25rem;height:2.08333325rem;text-align:center;text-align-last:center;display:none; }
#D4QSvaJU3se6NzAOWNsKvq2IA4UBZ694 { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#009a7a;background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#qo33CIUTPxMEFNbU2ABRnSbHFz2aAbwe { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.375rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#TQzhsALR9yNR2ugMvcAaZgJGDFXrDBTR { color:#009a7a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.5625rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#TnzhUrMIkE6UTh7T1ixx73DrLCotnu5T { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:25.3125rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#zGODuXi1hUzlX1FR3RtvnmIlrSuWLTbu { color:#009a7a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:3.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.875rem;left:1.375rem;height:4.5rem;text-align:center;text-align-last:center;display:none; }
#n6hrJMTZ1V9a4mV3gXC5pZ6xGrLI6gUl { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32.5625rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#rwKi4k7XsCT0SQsSpaKgLA2H3vGqzgLz { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:34.375rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#Ffla4lPBBJnPagZSqJmB3Brw7XaWyqyG { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#009a7a;background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#vdfrTQyxn3sFHXfq8nJ4ErFJMrzCTBnR { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:37.875rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#CSrHJDqT6JbyxP6Xffmxqmo6MrVBWDUH { color:#009a7a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:42rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#Oak06XAIKaPaQ68Iv62qsiiJoNH2A0fg { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:46.5rem;left:1.375rem;height:3.16666675rem;text-align:center;text-align-last:center;display:none; }
#StpfL3grJ2xtWN4iuQUC90HIpLHwghvB { color:#009a7a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:50.3125rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#n9xZruKeIufdNosrZoWugdShFOgHTxBT { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#009a7a;background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#s7b4JKXMZJxmVFADRqBDM1Ep4g2BMzsI { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:54.9375rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#ZXiaV1I515bcqNlu3MPCi4vhTrQBMqyz { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:54.9375rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#ye6GLpBqMdHTM7CbRWNNni2WNgCXNLin { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:121.3125rem;left:9rem;display:none; }
#eT1ndzhNU5MJGNb36TuzzdrdEKmN13AC { 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:31.25rem;width:31.25rem;display:none; }
#TShpWOkOvEbucXOnygFNqdG6TNkI9xI2 { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:152.6875rem;left:0.5rem;display:none; }
#ND01h6V5gn77OExoKUxBQTWgBNh4FlTG { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#eglUdoEXG2NXNXP5lNA8vtvEOXp16ltO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MiLAAPeTAVkHUKkQ7u7udI7C7bg5Z1co { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#P8D1slJ7L8FAweRcUO9nTNPOUUGnWNfl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nQ2nbaShQhEzUH3tK6utJai6HSBuu4IS { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#v2qu9FfVthE45rpIdImaKvWOzh1Pc0L7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eoXuXWXupXTBc3TELxrNPwbQbGAEUPx9 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32.5625rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#huHpLiwSI6e3QTMJfzzbKTt9OuSqZspf { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#009a7a;background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#cFwwef73051fTNGpHs0cv8E71v8kSm6o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cFwwef73051fTNGpHs0cv8E71v8kSm6o > .row .container { border-width: 0; border-radius: 0; }#cFwwef73051fTNGpHs0cv8E71v8kSm6o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cFwwef73051fTNGpHs0cv8E71v8kSm6o > .row .container { font-size:0.875rem;font-family:arial;height:68.1875rem;width:75rem;position:relative;display:none; }#H6lVdaKilRH8Fx37VEaUVcEqZiRqOD0q { box-sizing:content-box;height:47.5625rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:16.125rem;left:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,154,122,0.5) ;border-top:0.1875rem solid #c80076;border-left:0.1875rem solid #c80076;border-right:0.1875rem solid #c80076;border-bottom:0.1875rem solid #c80076;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uGkHSEWea3UTUVBsmZx0aW70KxdhJoaG { box-sizing:content-box;height:47.5625rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:16.125rem;left:25.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.1875rem solid #c80076;border-left:0.1875rem solid #c80076;border-right:0.1875rem solid #c80076;border-bottom:0.1875rem solid #c80076;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#q4x7MrsXGlctGXArtiOONOqNa8NSfFxo { box-sizing:content-box;height:47.5625rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:16.125rem;left:50.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.1875rem solid #c80076;border-left:0.1875rem solid #c80076;border-right:0.1875rem solid #c80076;border-bottom:0.1875rem solid #c80076;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zI5vanUmawvepRmBrHcI70r0WBNUg3iR { color:#c80076;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.8125rem;left:6.125rem;height:1.9487875rem;text-align:center;text-align-last:center;display:block; }
#snhzTwxBVpFgbpbe7v5rpuDECxMTOg4r { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.875rem;left:2.3125rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#Vuc7tGlb54dSGIiUFQrwoSTmuewpra4H { color:#c80076;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.8125rem;left:31.125rem;height:1.9487875rem;text-align:center;text-align-last:center;display:block; }
#bgn1VQOGeKp1bR9ya0A5FEub7lRkrTxv { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.75rem;left:27.3125rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#HTubbtSdQC1X4dwRckJux8T5TQaaXxkF { color:#c80076;display:block;width:16.9375rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.8125rem;left:53.875rem;height:1.9487875rem;text-align:center;text-align-last:center;display:block; }
#GuQpcDyV9vcXWBUfSVZ4cTy3gcDZ3VZZ { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.875rem;left:52.3125rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#pkF9pLIxFP8ptEPhRGoluFAdyLOer0fi { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#c80076;background-image:none;top:20.8125rem;left:0.6875rem;display:block; }
#A42CXRcuwKm4xCmcZyX9ntLDyFLV19Mu { box-sizing:content-box;height:4rem;width:23.6875rem;position:absolute;display:block;z-index:15009;background-color:#c80076;background-image:none;top:20.8125rem;left:25.6875rem;display:block; }
#xtsnV3z8WwJ2RnqTQi6l3XewFxzNzFTG { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15010;background-color:#c80076;background-image:none;top:20.8125rem;left:50.75rem;display:block; }
#RQXC7CFcWBU0ZIbc0dgf0WzxdGv3aIeA { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.75rem;left:2.3125rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#cxczhZininZiM52fNNM6nMANzWQx3uOa { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.75rem;left:27.3125rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#wLRhJ6birz0CzlFotI3dTrqWUVL3WzNP { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:21.75rem;left:52.3125rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#K1Xmuehxlr1sq7i35rysl3ydcDT4VpCe { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25.375rem;left:1.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#mWyHemyDehnImC0qBgx5tTZ9Uheu3N1k { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:25.375rem;left:26.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#NeCbvms5lq0yuCsqm4OxmbEOAHD4VO2G { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:25.375rem;left:51.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#F6dFS6K6F2wtWTZHKN1D0r9SbuTATZEq { color:#009a7a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:27.5625rem;left:1.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#k2QLLPwBKWChfzRgpFhB4HarqZJ2TPUV { color:#009a7a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.5625rem;left:26.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#lkm4iOzH70UE7zWlQx1kRHGQVONGKM9B { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:30.3125rem;left:51.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#vC7FNU7byJ9sSkGQ1Rnsabw6ONSXwwnc { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:30.3125rem;left:1.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#oT0BEV7CH9b0NFE54oO1JTBhv2uxTrZQ { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:30.3125rem;left:26.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#Ql7wU1DAAWWtZD7mTOE3PVcx34hu85iy { color:#c80076;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:3.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:32.875rem;left:1.4375rem;height:4.54969375rem;text-align:center;text-align-last:center;display:block; }
#D6kODr6wVImvNEIeD6CUe7gcL5bHBfET { color:#c80076;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:3.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:32.875rem;left:26.4375rem;height:4.54969375rem;text-align:center;text-align-last:center;display:block; }
#E3TaGAT6N4PDwNisqeKAybQO2lps9oIT { color:#c80076;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:3.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:32.875rem;left:51.4375rem;height:4.54969375rem;text-align:center;text-align-last:center;display:block; }
#us6FTt9CNTRr0461yrZ9L8Dkr2rprdsy { color:#009a7a;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:27.5625rem;left:51.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#GtDs9dcc1bkOX8KcTMq8xAVgOwMVT5Pn { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:37.5625rem;left:1.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#s3flNdT1CqxoOagUdyGHRBRy6OoSVuA1 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:37.5625rem;left:26.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#cXvV3BBu9F7hn4x67XK8ftl7iaXvoWsu { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:37.5625rem;left:51.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#oBNuExvOnJKwQ3cTgFrxP3d334xqDXDO { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:39.375rem;left:1.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#XkCO6qaNkf51ohST1AXiZpoOQe7uXcDo { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:39.375rem;left:26.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#JaJwoPk5Cfo04D2t0ZmIo0SweBQ0TeK7 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:39.375rem;left:51.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#pizDnqmUgyBqwkVN1BOMO5ayVyx9BlRB { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:42.875rem;left:1.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#iSuMh8hchQBQ6Te25eU5Uv0IMkkMguFp { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:42.875rem;left:26.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#Omfv50srdNrQLNV2arSCIQNqqFWAlvDv { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:42.875rem;left:51.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#rgTc51pBElZLs4KI6ndsP9p5uM4SGxA9 { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15021;background-color:#c80076;background-image:none;top:42.0625rem;left:25.625rem;display:block; }
#wsqEA3pLOGhiIWkbrn7lDfiXgT5JM4G5 { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15022;background-color:#c80076;background-image:none;top:42rem;left:50.625rem;display:block; }
#Xzd54AOEyZJwSHFXgfKVunhvKxArI9cL { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15022;background-color:#c80076;background-image:none;top:42.0625rem;left:0.625rem;display:block; }
#KsK8V7hpnPtZVgf9RPlVMrA2N0qQlHAn { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:44.875rem;left:1.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#zRzl0PFxTz3qyH0gg9Wkc4Z5PPxBSOee { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:44.875rem;left:26.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#EBzff5Gq22DWszLfeEokgyDcElswWT3m { color:#c80076;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:47rem;left:1.4375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#OXv1OFCgkXAwUlDniHOtyszxPxoGH9Pm { color:#c80076;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:47rem;left:26.4375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#Bp4T4f9BZTdJ7rZLCJmb7tfpfNnIT9Zt { color:#c80076;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:44.875rem;left:51.4375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#vPDWGB5MwkBFLQhp41msuwdAU8c7DUuO { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:47.4375rem;left:51.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#fnOMGlqWFQw2RCXiVLihV52ievuXBWIK { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15023;background-color:#c80076;background-image:none;top:50.1875rem;left:0.625rem;display:block; }
#Fu2NCaqxOITidkdtr64MT2upqWL0WG2I { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15024;background-color:#c80076;background-image:none;top:50.1875rem;left:25.625rem;display:block; }
#lmhuudpu4xL6MJEOeOrP8dwOquGLpF1T { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15025;background-color:#c80076;background-image:none;top:50.1875rem;left:50.625rem;display:block; }
#LLvHpKWWEsB6J0HCWNafEi49T12Ngkoq { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:51.5rem;left:1.4375rem;height:3.2487rem;text-align:center;text-align-last:center;display:block; }
#fxZJkamt9sBZPiiNKqnlNp4VAxHLmdhk { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:51.5rem;left:26.4375rem;height:3.2487rem;text-align:center;text-align-last:center;display:block; }
#HN3qw4ds7xTpvKpx9d5yKRpmfHTsJbBw { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:51.5rem;left:51.4375rem;height:3.2487rem;text-align:center;text-align-last:center;display:block; }
#q0auJmgI6O5IoZDqizKdKbt2GexlrOaN { color:#c80076;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:55.3125rem;left:1.4375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#HWKGOpLxs0DagTcFTkMTwHP8vnUL9Qi3 { color:#c80076;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:55.312500953674rem;left:26.40625rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#TVgk98Vf1vwrx4MUnhfCxniJxA79pSxW { color:#c80076;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:55.3125rem;left:46.25rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#MaoWvpIqFDN5A0k4ygXwK6M1qctOMBTH { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:55.75rem;left:59.6875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#s4Zd7ehgxLtxP6zs8e9gQhNxXToPry6O { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15024;background-color:#c80076;background-image:none;top:58.3125rem;left:0.625rem;display:block; }
#XxVzKl2yNhg1UicrR5alD8eTvMNxlazT { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15025;background-color:#c80076;background-image:none;top:58.3125rem;left:25.625rem;display:block; }
#L39BMgb6RCnTJlg7AP2tAEHKaIo4Q4HK { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15026;background-color:#c80076;background-image:none;top:58.3125rem;left:50.625rem;display:block; }
#P9He7b5QXnnM1eAc2WOuhvRywqTnvHnN { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:59.9375rem;left:1.4375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#pO684TEPiGASsJnMfB4ggHHrMpPsdlp2 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:59.9375rem;left:26.4375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#Uex1qc6yRLn7dhOVEwyy5fUZ0mMdPwP4 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:58.9375rem;left:51.4375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#amS0SoE8wHl5FHnsZxqNs8yKOH5eM3vi { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:61.25rem;left:51.4375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwdhwTfnvo7keaWVLL1aoQpm1MsZ7pPx { top:1.4375rem;left:14.46875rem;width:18.8125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqNXIftvh3IrGJKOCLQbhfHEPFPLCdVT { top:9.5rem;left:1.03125rem;width:45.6875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKd2Qn8GRSg9n4z9kSrhzR3KJVaGAb1Z { top:9.5rem;left:1.03125rem;width:45.6875rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZZpzppkXPEVJqw2l8L5uxc0s0lww32v { display:none; }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FtkaxbLBq1Gs5E7AQh3tdtC1cdynh2oQ { top:1rem;left:0rem;width:20rem;height:6rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-regular-label { width:41.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-input-text { width:41.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-input-text {padding-top: 0; padding-bottom: 0;}#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-textarea { width:41.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-input-select { width:41.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-input-select {padding-top: 0; padding-bottom: 0;}#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-input-button { width:41.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-checkbox-label { width:40.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy  { width:41.875rem;height:auto;top:4.375rem;left:1.4053802490234rem; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .radio-container { width:41.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy {display:block;}#TI8GdEo0pEEN55bwXG528poED1VM4GLy { width:41.875rem;height:auto;top:4.375rem;left:1.4053802490234rem;display:none; }
 }@media only screen and (max-width: 763px) { #TI8GdEo0pEEN55bwXG528poED1VM4GLy #n0zE2sQvr2vhpKMVkEqHyf3QK2yMXhZG {  }
 }@media only screen and (max-width: 763px) { #TI8GdEo0pEEN55bwXG528poED1VM4GLy #P5s4QbgAdJfFTzykX1L3y5b8A6VXy2sz {  }
 }@media only screen and (max-width: 763px) { #TI8GdEo0pEEN55bwXG528poED1VM4GLy #tydgp3IkR3EwOPN7oKh0nsSfPuOZfPGM {  }
 }@media only screen and (max-width: 763px) { #TI8GdEo0pEEN55bwXG528poED1VM4GLy #xTzwOIaT8PQb41MJ4VUgw3suRFpbyVI7 {  }
 }@media only screen and (max-width: 763px) { #TI8GdEo0pEEN55bwXG528poED1VM4GLy #mbvqG0DohhEnyOp8Saml6HmEa5B2Gawa {  }
 }@media only screen and (max-width: 763px) { #TI8GdEo0pEEN55bwXG528poED1VM4GLy #WnOhaXr54W9AqofFETRuUe4tkkXuTAWs {  }
 }@media only screen and (max-width: 763px) { #LyAqAR9Q88Ae6nc2bmcCtznl0HCbXyfw { display:block; }
 }@media only screen and (max-width: 763px) { #TI8GdEo0pEEN55bwXG528poED1VM4GLy #RTTBmOBm2hUQtRgQ4xuWIZW8NZZrQOot {  }
 }@media only screen and (max-width: 763px) { #TI8GdEo0pEEN55bwXG528poED1VM4GLy #LaPgaLl6FGZo3AHnxml5QG0KVt7r2m73 {  }
 }@media only screen and (max-width: 763px) { #FFJk1lw2523lOaR9T3EAcLubK1u3twkS { display:none; }
 }@media only screen and (max-width: 763px) { #qM1Lqb6vgKw8Gh8qd8iWBoOu5o4gntPG { display:none; }
 }@media only screen and (max-width: 763px) { #QfwUfASPCxPM5iTJ9dB1zOyKRGLmLIc1 { display:none; }
 }@media only screen and (max-width: 763px) { #lx7UTlWi7gZ2RZFWqxSTl3bwrXLDcGiD { display:block; }#lx7UTlWi7gZ2RZFWqxSTl3bwrXLDcGiD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-regular-label { width:41.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-input-text { width:41.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-textarea { width:41.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-input-select { width:41.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-input-button { width:41.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-checkbox-label { width:40.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8  { width:41.875rem;height:auto;top:4.375rem;left:1.4053802490234rem; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .radio-container { width:41.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 {display:block;}#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 { width:41.875rem;height:auto;top:4.375rem;left:1.4053802490234rem; }
 }@media only screen and (max-width: 763px) { #sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 #ftiD8dwimT942Czadh4RzI2wM4SGZVsT {  }
 }@media only screen and (max-width: 763px) { #sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 #kJ4wgGwZ3N4MChuEPlAnDHOgFxuoMciq {  }
 }@media only screen and (max-width: 763px) { #sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 #Tk63h7RqTwfyCVFkGLZuxALz770xcDt8 {  }
 }@media only screen and (max-width: 763px) { #sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 #nlU3xHnUQhsp2zfTB82Z0wAn9xIHeQrr {  }
 }@media only screen and (max-width: 763px) { #sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 #kPk9zOcHHyPdKqieTo46qET2nFbzTyzQ {  }
 }@media only screen and (max-width: 763px) { #sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 #Jrcc2FeBhTb87CdCKHb4Cup0Wyco51tC {  }
 }@media only screen and (max-width: 763px) { #lKmQi6iTcD0RNalFKbcwSb3Rt8WKNwcL { display:block; }
 }@media only screen and (max-width: 763px) { #sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 #mTCTVNqaCsxdD5iZFpLUNBQA7xwtqHLb {  }
 }@media only screen and (max-width: 763px) { #sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 #eLEg1RniK8abzvlXeRu6xu8rDHlaOiZs {  }
 }@media only screen and (max-width: 763px) { #l67SOAGHSpcBKikU6XLu6hPvZOIhIy67 { top:26.875rem;left:0rem;width:19.25rem;height:4.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #B8LHHChIO48hs9ilgsWy7oH3Ux9q2ZU5 { top:2.75rem;left:0rem;width:47.75rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRpcp5pboWL22zT8iSZm65AGcmKLsdsX { top:28.125rem;left:0rem;width:47.75rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHiyWVvHLytECDKiWcooztfXI1Tw3yzK { top:9.9375rem;left:1.7708358764649rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0OIn6teOWF4fIWuqIAy4V3ZURrfe5s6 { display:block; }#I0OIn6teOWF4fIWuqIAy4V3ZURrfe5s6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFqQWWTre7mzJAyvf84I4DV2uC3QbBST { top:1.0625rem;left:0rem;width:23.75rem;height:47.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLnKEERtTTnUXfIbpa3py3ONA3F0xEzp { top:1.0625rem;left:7.625rem;width:23.75rem;height:47.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb890wkvwaNk1PZDsm4kBG5upM6EHcxb { top:1.0625rem;left:23.5rem;width:23.75rem;height:47.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpk8SUXaODJy18NLDt5ubLwiHBTTfAKx { top:1.75rem;left:1.5rem;width:12.5rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kauUg6ZUUeTvpGyoPpNJIeBombDVRN2m { top:3.8125rem;left:0rem;width:20.0625rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkMgLdLXvZy5vqhZcn8OlDmtNUJOAM78 { top:1.75rem;left:17.375rem;width:12.5rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #umnGAGdrvTmfNFWGRqCE9D5zT2RhqIgH { top:3.6875rem;left:11.6875rem;width:20.0625rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUmpkTy9pckMsFsGRSAMborlC52JAgko { top:1.75rem;left:30.6875rem;width:16.9375rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5hklpH4CUggPE1RZlI9dUmqbz7DNiSS { top:3.8125rem;left:27.5625rem;width:20.0625rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7AAJGCI8W4019U7W3QPWkG188KKTb5e { top:5.75rem;left:0rem;width:23.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXt37sTXmllcrKJ388UMnKUpRmd8KJ8T { top:5.75rem;left:8.0625rem;width:23.6875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8tZX7zhaL57DslVPKnlAbKJUTVsxk1y { top:5.75rem;left:23.875rem;width:23.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZSnt4wQOZ9NFoIgI42325XNlvq1vaO0 { top:6.9375rem;left:11.6875rem;width:20.0625rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRAb0Oa7QMf6KWlUeESQE1DdRU3uimHD { top:6.6875rem;left:0rem;width:20.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZLDB6RtTelHHhr0e2efz99DPKiBgiCp { top:6.6875rem;left:11.3125rem;width:20.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FahFpw6o0i86gHAvRgenTTaO2ieVUgJC { top:6.6875rem;left:27.1875rem;width:20.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn1GdT1b31vqHiX038lXLTN6kIyiPsST { top:10.3125rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #foa8L5BfNECTNBdm8CmMllhEhnlpC3wz { top:10.3125rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ernauKJpZearIS1ULZX3o7UO1Z1Oi1nE { top:10.3125rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzecTeUFUCQT6qWeGify3GXBZyBCS62x { top:12.5rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5XgomczNTC2zMTld8lHgZvakoF43hFr { top:12.5rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6LpzQBR5w0FLTCAuiBZtyxI30Tynucp { top:15.25rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlkVhrwyOEFk7qohQ0PI5f94WB2dLEny { top:15.25rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdoaNgTQzBcZHuJtC6QbggqTeLnMp8GT { top:15.25rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfv2HPK3SAbe20QhHCXwX4tBAbVLWAJU { top:17.8125rem;left:0rem;width:22.1875rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #twTxbVnqZo3s9l7eMiH5wmqJnWzMzfnJ { top:17.8125rem;left:9.5625rem;width:22.1875rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWM86oTsxyy9oDdqxa0rG3le24QPK7uu { top:17.8125rem;left:25.4375rem;width:22.1875rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0AnoQJSiiUawmUWRfUgOvJobKvnexNl { top:12.5rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ4l6SOV0bgILBaCD3VcMARk6fXLKDHb { top:22.5rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDuSDHnPD7tTbsFSKGRXaUJdCsrd4gdz { top:22.5rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Phz3SW2oKBCnFu9WROx7BR6x6upWpl { top:22.5rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7czSqHfmU6rROuXNRpOdHILgKTIW12U { top:24.3125rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXie85xTs7TO8TKVgB3viHQlEUGMdkLJ { top:24.3125rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VowlUbvmlShRvu4LnNMnfJXURTbG8kQo { top:24.3125rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxsiai8T9t7xLJyGuMOlXtMk0AUlLiWh { top:27.8125rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qif3aIOlg44Eao9m2icuFdHebWJiZDoI { top:27.8125rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7n3XQQ9VqcpE0T6plNx7xkOF7m89HQA { top:27.8125rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAFT32w0f6gbx3VuGHqVrP4y8vxaaGJD { top:27rem;left:7.9375rem;width:23.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqTSwKAg8dJaMUqCldoWqbtehX25u2fE { top:26.9375rem;left:23.8125rem;width:23.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqT0EgTuTUi64faBT8TdSK8fAQ6qDyF6 { top:27rem;left:0rem;width:23.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiLNGplozvlqDsX9LwJ13FN9bbaEPBK6 { top:29.8125rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #se83SDrTSMCOpfwL0Eg3L46FLr0EvDwn { top:29.8125rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jsc4Ba4XCbHJlqWtIG9fgBZpv9iqTU5G { top:31.9375rem;left:0rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgRAXs6sTuvE48CD276lNNznIpvJrck2 { top:31.9375rem;left:9.5625rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USCLDDv0eTpyV7PiLfeKzEXVmygq4XLR { top:29.8125rem;left:25.4375rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfQ6zEDcutz6EW0Xn9LtzeBIlG9xqSix { top:32.75rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTV25vJy9tbNRG0tqo8J3ZN55AiXU4gM { top:35.125rem;left:0rem;width:23.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeIWMo7wGfi6NrQCpMqZLukcldGfsuTx { top:35.125rem;left:7.9375rem;width:23.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXpZHpdf3z2v2ts1x7R72kzta7IRb5ux { top:35.125rem;left:23.8125rem;width:23.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUSStZzJX9u4HNFrlDugq9ABAfz4WZwJ { top:36.4375rem;left:0rem;width:22.1875rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDeCEgZyQVDxOqx1w6xK2D53yZGgceCR { top:36.4375rem;left:9.5625rem;width:22.1875rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDqECnaiEoGB5afdiSThrEMXkd0nsiFu { top:40.25rem;left:0rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNwU4mAZ53grx5aKlDZCLrSX0TnqMaMU { top:40.25rem;left:9.5625rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTd8FrMeTwESDSWIdo4XLR78lh5Nt1g8 { top:40.25rem;left:9.5625rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i39iMvPcozKI0GtwbhK60DDAVTHdke0q { top:40.5625rem;left:33.75rem;width:13.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ozvLZWp3NPibvxvSweWtfgE3l9uzzt { top:43.25rem;left:0rem;width:23.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpQT7UT3NL8nxFfBcZOBvBD2QcNCEsCe { top:43.25rem;left:7.9375rem;width:23.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlTM8xQKKhb78RnzHuurA09macKkigKb { top:43.25rem;left:23.8125rem;width:23.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOXudgD1sBncmwfCmWl2B7lfUzWEucsq { top:44.875rem;left:0rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZNWEudWJx12vkSLoQ1ne7N1VHgWvKP7 { top:44.875rem;left:9.5625rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWrIUJQWB8aIwVo467v1EXnEwoDip35e { top:43.875rem;left:25.4375rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhHSVT236DCW7dQ3FX3FNxy2CVhunz2p { top:46.1875rem;left:25.4375rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1OyJKlBehWu9mQ6In5e5uG1ADAViyrN { width:37.5rem;height:2.75rem;top:68.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGHQ4HGMclm4IpEP0yiKhZTknFoOA5Ch { display:block; }
 }@media only screen and (max-width: 763px) { #hFRlQJIJnppxpbvLnp7OzOcPTyZLJXL4 { top:11.125rem;left:0rem;width:23.75rem;height:47.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qFh2Ql7EakDvl60LSVS9oSEk4kqLRAf5 { top:11.8125rem;left:1.5rem;width:12.5rem;height:1.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BKdO7deW4sebSWbqe9MXSBDUB2vIapKG { top:13.875rem;left:0rem;width:20.0625rem;height:1.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOcUDWzw20oh9de374NpzGTaaSPNlISO { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVQnOdCtMMqTueCp2xSq5ntdeCbM8CNO { top:16.75rem;left:0rem;width:20.4375rem;height:2.0625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVbSTRwpCdEhihhJwBzFw5k0QEgFA367 { top:20.375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kODLWQgFzPZoiOw6ZH9DI1xXNO4rOyBe { top:22.5625rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVW9nzgmF480DszSDvuTXDJTRpE5x2QU { top:25.3125rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AkqbpEtbnxCc5e13ARTTSFAHcke8LynM { top:31.5625rem;left:0rem;width:20rem;height:2.5625rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LXE3rcSMNhoX2H24iGdpVycNGk8TnLv6 { top:32.5625rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gvrmsmyw9rEhSoDOKRlHQbOgzIpSkTiq { top:34.375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5xndeWaoQhTwfx7Wu9oOr5wTkLw8Ra3 { top:37.875rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HuwTrBkz14H406wLhTnIetSBf7EHIen4 { top:41.5625rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qlOpSqR5hVHaEkcA9Zu5I5mHcLKsgrTT { top:43.375rem;left:0rem;width:20rem;height:2.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jlfs8lqUWzBA2kheQI6cIk3mgw3vw3T9 { top:46.5rem;left:0rem;width:22.1875rem;height:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wcV5V9vup1kd0dhscdqndwQGqiEdZNUD { top:50.3125rem;left:0rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #umu8zfAy7RwvgUpFBHGby8WTWGem2ML1 { top:54.9375rem;left:0rem;width:22.1875rem;height:2.375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8rgOZReeoeCrTgElT4ym4fBDTMWaQXg { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #uCyrqhKxPQJlVGVP1aazvaMQCAi7qSai { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hk3p8HTrsXbr997XKaCFTlzvl4ec8V9S { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #sckT257bxTTbmZdyKs0KiIlgLuh6TzVG { top:11.125rem;left:0rem;width:23.75rem;height:47.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XW6IMV1eXED1AIiH6FctUiBDmQAn4691 { top:11.8125rem;left:1.5rem;width:12.5rem;height:1.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIvaLwHpXQ7kIhGU5Oh8NWEVMKQTnItb { top:62.625rem;left:0rem;width:20rem;height:1.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z09bTCKL9fpAaza6iUpa8I8GW7QThVk4 { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #eO5IU8wVLEDan45veJph0dIf8MnUDB7M { top:65.5rem;left:0rem;width:20rem;height:1.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ViNEWiC9JNw0475tohuFq0FkI8wfb8lo { top:20.375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #By5gc5J3mdTIa9goKk0Oaa3RgVADb6w7 { top:22.5625rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUx9T7PFsTnJxs16HSq0aTG8BFKvWTu5 { top:25.3125rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ovW6rMrL1vqynMFm3iCRhobe3nWwN6SZ { top:76.0625rem;left:0rem;width:20rem;height:2.5625rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NPNdnUUX8UGgxVtooIpFnI1ApNQcfhiJ { top:79rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IABZrwq6049u7wZdvrzasePsWl21J1Xz { top:34.375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zApP6ldTIivwIGtvJ9J7URiAtJg1EldJ { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #DDCQHniXpZ6EEKvXn3v3bvwfVEMT2ZT1 { top:37.875rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcSuOcBmTTDLyTfWtEyCMcbJI4TEoxwv { top:39.875rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bqi4ufLeGUnSkVIkKTHr8s1qhXX8iCMT { top:87.3125rem;left:0rem;width:20rem;height:2.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTuz2Ah2KhartnOcnihQSPesTn5dtmPX { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #HKa8XJwV0ExHmHGSPD5p7NRBswOdQB6G { top:46.5rem;left:0rem;width:22.1875rem;height:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lkq6IfiocVplSJKai2Zn7UfDa3hkKHTy { top:93.375rem;left:0rem;width:20rem;height:2.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5KTyX2WBgek0J03gCcZSAG9Q2ZL7tef { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #gi51OqQyeh8LtzNhfzrf1XpKimy4fGbC { top:97.5625rem;left:0rem;width:20rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBz4N0mBb31i8wihq9ertGhtNQWJGWz0 { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJ603me5Ck2dID5rtS8GJoV4Vw1N0VQD { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTq14AfpKo7spn7vg1hHSTNEf1cXQFqg { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9G2oJab4hRUdEJqBnS53ENexeRCaQ0I { top:36.375rem;left:25.4375rem;width:22.1875rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0fwqfcTUhtXAXU1OkLCtcFznRSmSBzk { top:52.1875rem;left:0rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX3aKxwKz4AaFa53UpVdhkoOlB6tyS0C { top:59.6875rem;left:0rem;width:40.8125rem;height:7.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJKJrh7EtsBi0hPWzwJJES1BePH1N8DX { display:none; }#HJKJrh7EtsBi0hPWzwJJES1BePH1N8DX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aOse57BnxtdPkiBixSDPIhFwbFnPTcmI { top:0.75rem;left:0rem;width:20rem;height:1.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pEwzhBG9ruQuRa8G1eBneZcF45EtRnyq { top:2.625rem;left:0rem;width:20rem;height:1.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRTmF167NalLFO6RVs0Eoaur8frpkVhO { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTRinaeIFJiTmRHXu0luDI6Hsd3xSpzp { top:5.5625rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FOT0KeIu3dabuCVwRJBRTq3Oe7AESw5s { top:22.5625rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iUWOmhz363KebAEPmefltTwN3vOQiKq8 { top:25.3125rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ree9prJpifFTQnQdbMseITGJCxNL5g7X { top:31.5625rem;left:0rem;width:20rem;height:2.5625rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q18raI53wmQSGxcJSVlAyfVX6GC5ynEv { top:32.5625rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLFGuyJIqEEwf3rdT6MT1nN5krLk8NeK { top:34.375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #boGWv44RTTUmcmeABrx8suCEBMu20GgP { top:41.5625rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BDG6P3hklxAFtymqCoomTgo4RREkwZGS { top:28.6875rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IePWeKQv1Ud4VgI5GDSZ0QbCuoOpfUDq { top:43.375rem;left:0rem;width:20rem;height:2.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0Vmpnz0dF2A7MAxf1XKbwWigTi9LKyS { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #yFkK7FJp3xVETFcT07l0FC2qg0cfe89e { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #n80eOZzeZp0MwO9OyZTuMiGgpQUlwieA { top:46.5rem;left:0rem;width:22.1875rem;height:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lv1v6stsEIdJIDlToQRIwnMHGeELSnRg { top:54.9375rem;left:0rem;width:22.1875rem;height:2.375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #txnyCnoZslCxOLhQcGArOEdGet2qFbrP { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugT3iWt1QVeMbdtoMiWaZvTIrz5o9zoM { top:50.3125rem;left:0rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fI4KJrXIlFpDd8EEzaqkZE0V2dmdB2nK { top:22rem;left:11.6875rem;width:20rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STEztfTMuk31HXVOslU84DxpiZBDzDra { top:20.375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #krKSrpZbps1ikTAV9IgApdPPmGPhoCaU { top:22.5625rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dcWhTNlWIDmRUF08qgC87MTdQXJahM4i { top:62.625rem;left:0rem;width:20rem;height:1.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VC3R5l93x7c9QyAZ93ehEDBCVmJpkmO0 { top:67.375rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kcqr8ZmUHbol9Wr7HAEB0idklnNRLzcd { top:97.5625rem;left:0rem;width:20rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GI7IaVxmirlQLcbBNJvOHTBZbz8HFpzI { top:93.375rem;left:0rem;width:20rem;height:2.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hCyLxELhW89mRSk07KepccSfbVKwCys8 { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMt1TpTsXHr2lVzgy127wRty85W6nNAH { top:46.5rem;left:0rem;width:22.1875rem;height:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PDcceebdJ58Crb8oxOsgXPOam8Ow7kFv { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9N9mwOWHA1o54AF7XOH3tEqP2At5ruh { top:39.875rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LbdGNmyGzqzBCfdlFry7kR0pKw40geRK { top:87.3125rem;left:0rem;width:20rem;height:2.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMEp68WZC4aOPvRkF4cp3kwewJ0pQ65s { top:37.875rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #emUUMT5EhhkfPWTcT5crQXKa9kh4Ba9U { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #D28RdpkB6bleAdzymWqRzzGMgBvarsxH { top:76.0625rem;left:0rem;width:20rem;height:2.5625rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BH0pDxTnRzQ21FaS3pfdHN9WQwTzP1rR { top:69.75rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NycJmodeLzkWBwievUdxvJTwzcbsISTR { top:34.375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MW3I11es5lBQrmeD99sadJrPblDZPdBA { top:25.3125rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQyyoUXnbfB2mRP8aa1Svl2g8i11mTIk { display:none; }
 }@media only screen and (max-width: 763px) { #FWQAWsUKJn4HxaHez7glzGvB0740ovJD { display:none; }
 }@media only screen and (max-width: 763px) { #dztGdMIvTLGg737bTTB834Z8I3Utz0KN { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #IdKqVxVLci2szbURs7QG1b9JSB96A8z4 { top:50.875rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fG3rtxHokINNX7Oa2GZWsXRVQ7xkupxR { top:20.375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xziQCrcxueOmMne8zzkHW7fVGFr2awix { display:none; }
 }@media only screen and (max-width: 763px) { #HdvxTeqpK1MggL2Wr4Bt6beHMyPJFvwB { top:87.5rem;left:0rem;width:12.5rem;height:3.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cJzLGFIArrzlcdQqRDypJxGmVq0t6fcI { top:101.3125rem;left:0rem;width:20rem;height:1.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WI4AseCqs6Vy8Os9dSZevvTvF4lKXs1Z { top:92.4375rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4QSvaJU3se6NzAOWNsKvq2IA4UBZ694 { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #qo33CIUTPxMEFNbU2ABRnSbHFz2aAbwe { top:20.375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQzhsALR9yNR2ugMvcAaZgJGDFXrDBTR { top:22.5625rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnzhUrMIkE6UTh7T1ixx73DrLCotnu5T { top:25.3125rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zGODuXi1hUzlX1FR3RtvnmIlrSuWLTbu { top:115.1875rem;left:0rem;width:20rem;height:2.5625rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6hrJMTZ1V9a4mV3gXC5pZ6xGrLI6gUl { top:118.1875rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwKi4k7XsCT0SQsSpaKgLA2H3vGqzgLz { top:34.375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ffla4lPBBJnPagZSqJmB3Brw7XaWyqyG { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdfrTQyxn3sFHXfq8nJ4ErFJMrzCTBnR { top:37.875rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSrHJDqT6JbyxP6Xffmxqmo6MrVBWDUH { top:126.125rem;left:0rem;width:20rem;height:2.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oak06XAIKaPaQ68Iv62qsiiJoNH2A0fg { top:46.5rem;left:0rem;width:22.1875rem;height:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #StpfL3grJ2xtWN4iuQUC90HIpLHwghvB { top:120.6875rem;left:0rem;width:20rem;height:2.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9xZruKeIufdNosrZoWugdShFOgHTxBT { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7b4JKXMZJxmVFADRqBDM1Ep4g2BMzsI { top:97.5625rem;left:0rem;width:20rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXiaV1I515bcqNlu3MPCi4vhTrQBMqyz { top:54.9375rem;left:0rem;width:22.1875rem;height:2.375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ye6GLpBqMdHTM7CbRWNNni2WNgCXNLin { top:121.3125rem;left:0rem;width:10.0625rem;height:3.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eT1ndzhNU5MJGNb36TuzzdrdEKmN13AC { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TShpWOkOvEbucXOnygFNqdG6TNkI9xI2 { top:152.6875rem;left:0rem;width:18.9375rem;height:3.625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ND01h6V5gn77OExoKUxBQTWgBNh4FlTG { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #eglUdoEXG2NXNXP5lNA8vtvEOXp16ltO { display:block; }
 }@media only screen and (max-width: 763px) { #MiLAAPeTAVkHUKkQ7u7udI7C7bg5Z1co { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #P8D1slJ7L8FAweRcUO9nTNPOUUGnWNfl { display:block; }
 }@media only screen and (max-width: 763px) { #nQ2nbaShQhEzUH3tK6utJai6HSBuu4IS { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #v2qu9FfVthE45rpIdImaKvWOzh1Pc0L7 { display:block; }
 }@media only screen and (max-width: 763px) { #eoXuXWXupXTBc3TELxrNPwbQbGAEUPx9 { top:126.8125rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #huHpLiwSI6e3QTMJfzzbKTt9OuSqZspf { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #cFwwef73051fTNGpHs0cv8E71v8kSm6o { display:block; }#cFwwef73051fTNGpHs0cv8E71v8kSm6o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6lVdaKilRH8Fx37VEaUVcEqZiRqOD0q { top:16.125rem;left:0rem;width:23.75rem;height:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGkHSEWea3UTUVBsmZx0aW70KxdhJoaG { top:16.125rem;left:7.625rem;width:23.75rem;height:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4x7MrsXGlctGXArtiOONOqNa8NSfFxo { top:16.125rem;left:23.5rem;width:23.75rem;height:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI5vanUmawvepRmBrHcI70r0WBNUg3iR { top:16.8125rem;left:1.5625rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #snhzTwxBVpFgbpbe7v5rpuDECxMTOg4r { top:18.875rem;left:0rem;width:20rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vuc7tGlb54dSGIiUFQrwoSTmuewpra4H { top:16.8125rem;left:17.4375rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgn1VQOGeKp1bR9ya0A5FEub7lRkrTxv { top:18.75rem;left:11.6875rem;width:20rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTubbtSdQC1X4dwRckJux8T5TQaaXxkF { top:16.8125rem;left:30.6875rem;width:16.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuQpcDyV9vcXWBUfSVZ4cTy3gcDZ3VZZ { top:18.875rem;left:27.5625rem;width:20rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkF9pLIxFP8ptEPhRGoluFAdyLOer0fi { top:20.8125rem;left:0rem;width:23.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A42CXRcuwKm4xCmcZyX9ntLDyFLV19Mu { top:20.8125rem;left:8.0625rem;width:23.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtsnV3z8WwJ2RnqTQi6l3XewFxzNzFTG { top:20.8125rem;left:23.875rem;width:23.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQXC7CFcWBU0ZIbc0dgf0WzxdGv3aIeA { top:21.75rem;left:0rem;width:20.375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxczhZininZiM52fNNM6nMANzWQx3uOa { top:21.75rem;left:11.3125rem;width:20.375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLRhJ6birz0CzlFotI3dTrqWUVL3WzNP { top:21.75rem;left:27.1875rem;width:20.375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1Xmuehxlr1sq7i35rysl3ydcDT4VpCe { top:25.375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWyHemyDehnImC0qBgx5tTZ9Uheu3N1k { top:25.375rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeCbvms5lq0yuCsqm4OxmbEOAHD4VO2G { top:25.375rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6dFS6K6F2wtWTZHKN1D0r9SbuTATZEq { top:27.5625rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2QLLPwBKWChfzRgpFhB4HarqZJ2TPUV { top:27.5625rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkm4iOzH70UE7zWlQx1kRHGQVONGKM9B { top:30.3125rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC7FNU7byJ9sSkGQ1Rnsabw6ONSXwwnc { top:30.3125rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT0BEV7CH9b0NFE54oO1JTBhv2uxTrZQ { top:30.3125rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql7wU1DAAWWtZD7mTOE3PVcx34hu85iy { top:32.875rem;left:0rem;width:22.1875rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6kODr6wVImvNEIeD6CUe7gcL5bHBfET { top:32.875rem;left:9.5625rem;width:22.1875rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3TaGAT6N4PDwNisqeKAybQO2lps9oIT { top:32.875rem;left:25.4375rem;width:22.1875rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #us6FTt9CNTRr0461yrZ9L8Dkr2rprdsy { top:27.5625rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtDs9dcc1bkOX8KcTMq8xAVgOwMVT5Pn { top:37.5625rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3flNdT1CqxoOagUdyGHRBRy6OoSVuA1 { top:37.5625rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXvV3BBu9F7hn4x67XK8ftl7iaXvoWsu { top:37.5625rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBNuExvOnJKwQ3cTgFrxP3d334xqDXDO { top:39.375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkCO6qaNkf51ohST1AXiZpoOQe7uXcDo { top:39.375rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaJwoPk5Cfo04D2t0ZmIo0SweBQ0TeK7 { top:39.375rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pizDnqmUgyBqwkVN1BOMO5ayVyx9BlRB { top:42.875rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSuMh8hchQBQ6Te25eU5Uv0IMkkMguFp { top:42.875rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Omfv50srdNrQLNV2arSCIQNqqFWAlvDv { top:42.875rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgTc51pBElZLs4KI6ndsP9p5uM4SGxA9 { top:42.0625rem;left:7.9375rem;width:23.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsqEA3pLOGhiIWkbrn7lDfiXgT5JM4G5 { top:42rem;left:23.8125rem;width:23.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzd54AOEyZJwSHFXgfKVunhvKxArI9cL { top:42.0625rem;left:0rem;width:23.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsK8V7hpnPtZVgf9RPlVMrA2N0qQlHAn { top:44.875rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRzl0PFxTz3qyH0gg9Wkc4Z5PPxBSOee { top:44.875rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBzff5Gq22DWszLfeEokgyDcElswWT3m { top:47rem;left:0rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXv1OFCgkXAwUlDniHOtyszxPxoGH9Pm { top:47rem;left:9.5625rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp4T4f9BZTdJ7rZLCJmb7tfpfNnIT9Zt { top:44.875rem;left:25.4375rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPDWGB5MwkBFLQhp41msuwdAU8c7DUuO { top:47.4375rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnOMGlqWFQw2RCXiVLihV52ievuXBWIK { top:50.1875rem;left:0rem;width:23.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu2NCaqxOITidkdtr64MT2upqWL0WG2I { top:50.1875rem;left:7.9375rem;width:23.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmhuudpu4xL6MJEOeOrP8dwOquGLpF1T { top:50.1875rem;left:23.8125rem;width:23.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLvHpKWWEsB6J0HCWNafEi49T12Ngkoq { top:51.5rem;left:0rem;width:22.1875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxZJkamt9sBZPiiNKqnlNp4VAxHLmdhk { top:51.5rem;left:9.5625rem;width:22.1875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN3qw4ds7xTpvKpx9d5yKRpmfHTsJbBw { top:51.5rem;left:25.4375rem;width:22.1875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0auJmgI6O5IoZDqizKdKbt2GexlrOaN { top:55.3125rem;left:0rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWKGOpLxs0DagTcFTkMTwHP8vnUL9Qi3 { top:55.3125rem;left:9.5625rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVgk98Vf1vwrx4MUnhfCxniJxA79pSxW { top:55.3125rem;left:9.5625rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaoWvpIqFDN5A0k4ygXwK6M1qctOMBTH { top:55.75rem;left:33.6875rem;width:13.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4Zd7ehgxLtxP6zs8e9gQhNxXToPry6O { top:58.3125rem;left:0rem;width:23.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxVzKl2yNhg1UicrR5alD8eTvMNxlazT { top:58.3125rem;left:7.9375rem;width:23.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L39BMgb6RCnTJlg7AP2tAEHKaIo4Q4HK { top:58.3125rem;left:23.8125rem;width:23.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9He7b5QXnnM1eAc2WOuhvRywqTnvHnN { top:59.9375rem;left:0rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO684TEPiGASsJnMfB4ggHHrMpPsdlp2 { top:59.9375rem;left:9.5625rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uex1qc6yRLn7dhOVEwyy5fUZ0mMdPwP4 { top:58.9375rem;left:25.4375rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amS0SoE8wHl5FHnsZxqNs8yKOH5eM3vi { top:61.25rem;left:25.4375rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#d4145a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwdhwTfnvo7keaWVLL1aoQpm1MsZ7pPx { width:9.6245625rem;height:3.31163125rem;top:0.625rem;left:5.1866319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqNXIftvh3IrGJKOCLQbhfHEPFPLCdVT { width:20rem;height:0;top:9.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #bKd2Qn8GRSg9n4z9kSrhzR3KJVaGAb1Z { width:20rem;height:1.166666625rem;top:4.6471357345581rem;left:0rem;font-size:0.9375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #RZZpzppkXPEVJqw2l8L5uxc0s0lww32v { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v > .row .container { background-color: transparent; background-image: none; }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v > .row .container > .video-iframe-container { display: none; }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v > .row > .video-iframe-container { display: none; }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v > .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); }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v > .row .container { border-width: 0; border-radius: 0; }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtkaxbLBq1Gs5E7AQh3tdtC1cdynh2oQ { width:20rem;height:3.33333325rem;top:0.9375rem;left:0rem;font-size:1.3125rem;z-index:15008;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-regular-label { width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1.25rem;overflow:hidden;height:auto;line-height:1.1;font-weight:700;font-style:normal; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.5rem;overflow:hidden;height:2.625rem;line-height:2.5; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-input-text {padding-top: 0; padding-bottom: 0;}#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.5rem;overflow:hidden;line-height:2.5; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-input-select {padding-top: 0; padding-bottom: 0;}#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-input-button { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden;line-height:1.2;height:3rem; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy [class*="-text"]:-moz-placeholder { font-size:1rem; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy [class*="-text"]::-moz-placeholder { font-size:1rem; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .widget-checkbox-label { width:15.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy  { width:16.875rem;height:auto;top:9.41796875rem;left:0rem;z-index:15030; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TI8GdEo0pEEN55bwXG528poED1VM4GLy {display:block;}#TI8GdEo0pEEN55bwXG528poED1VM4GLy { width:16.875rem;height:auto;top:9.41796875rem;left:0rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #TI8GdEo0pEEN55bwXG528poED1VM4GLy #n0zE2sQvr2vhpKMVkEqHyf3QK2yMXhZG {  }
 }@media only screen and (max-width: 763px) { #TI8GdEo0pEEN55bwXG528poED1VM4GLy #P5s4QbgAdJfFTzykX1L3y5b8A6VXy2sz { display:block; }
 }@media only screen and (max-width: 763px) { #TI8GdEo0pEEN55bwXG528poED1VM4GLy #tydgp3IkR3EwOPN7oKh0nsSfPuOZfPGM {  }
 }@media only screen and (max-width: 763px) { #TI8GdEo0pEEN55bwXG528poED1VM4GLy #xTzwOIaT8PQb41MJ4VUgw3suRFpbyVI7 {  }
 }@media only screen and (max-width: 763px) { #TI8GdEo0pEEN55bwXG528poED1VM4GLy #mbvqG0DohhEnyOp8Saml6HmEa5B2Gawa {  }
 }@media only screen and (max-width: 763px) { #TI8GdEo0pEEN55bwXG528poED1VM4GLy #WnOhaXr54W9AqofFETRuUe4tkkXuTAWs {  }
 }@media only screen and (max-width: 763px) { #LyAqAR9Q88Ae6nc2bmcCtznl0HCbXyfw { display:block; }
 }@media only screen and (max-width: 763px) { #TI8GdEo0pEEN55bwXG528poED1VM4GLy #RTTBmOBm2hUQtRgQ4xuWIZW8NZZrQOot {  }
 }@media only screen and (max-width: 763px) { #TI8GdEo0pEEN55bwXG528poED1VM4GLy #LaPgaLl6FGZo3AHnxml5QG0KVt7r2m73 {  }
 }@media only screen and (max-width: 763px) { #FFJk1lw2523lOaR9T3EAcLubK1u3twkS { display:flex;top:5.25rem;left:2.6875rem;width:3.125rem;height:3.125rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #qM1Lqb6vgKw8Gh8qd8iWBoOu5o4gntPG { display:flex;top:5.25rem;left:8.40625rem;width:3.125rem;height:3.125rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #QfwUfASPCxPM5iTJ9dB1zOyKRGLmLIc1 { display:flex;top:5.25rem;left:14.34375rem;width:3.125rem;height:3.125rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #lx7UTlWi7gZ2RZFWqxSTl3bwrXLDcGiD { display:block; }#lx7UTlWi7gZ2RZFWqxSTl3bwrXLDcGiD > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-regular-label { width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1.25rem;overflow:hidden;height:auto;line-height:1.1;font-weight:700;font-style:normal; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.5rem;overflow:hidden;height:2.625rem;line-height:2.5; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.5rem;overflow:hidden;line-height:2.5; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-input-button { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden;line-height:1.2;height:3rem; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 [class*="-text"]:-moz-placeholder { font-size:1rem; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 [class*="-text"]::-moz-placeholder { font-size:1rem; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .widget-checkbox-label { width:15.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8  { width:16.875rem;height:auto;top:0.5rem;left:0rem; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 {display:block;}#sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 { width:16.875rem;height:auto;top:0.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 #ftiD8dwimT942Czadh4RzI2wM4SGZVsT {  }
 }@media only screen and (max-width: 763px) { #sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 #kJ4wgGwZ3N4MChuEPlAnDHOgFxuoMciq { display:block; }
 }@media only screen and (max-width: 763px) { #sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 #Tk63h7RqTwfyCVFkGLZuxALz770xcDt8 {  }
 }@media only screen and (max-width: 763px) { #sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 #nlU3xHnUQhsp2zfTB82Z0wAn9xIHeQrr {  }
 }@media only screen and (max-width: 763px) { #sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 #kPk9zOcHHyPdKqieTo46qET2nFbzTyzQ {  }
 }@media only screen and (max-width: 763px) { #sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 #Jrcc2FeBhTb87CdCKHb4Cup0Wyco51tC {  }
 }@media only screen and (max-width: 763px) { #lKmQi6iTcD0RNalFKbcwSb3Rt8WKNwcL { display:block; }
 }@media only screen and (max-width: 763px) { #sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 #mTCTVNqaCsxdD5iZFpLUNBQA7xwtqHLb {  }
 }@media only screen and (max-width: 763px) { #sQrKKvXP0onpOBFQ5KVN1n3dfHdDy2u8 #eLEg1RniK8abzvlXeRu6xu8rDHlaOiZs {  }
 }@media only screen and (max-width: 763px) { #l67SOAGHSpcBKikU6XLu6hPvZOIhIy67 { top:0.95833587646487rem;left:0.375rem;width:19.25rem;height:4.750000125rem;z-index:15030;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B8LHHChIO48hs9ilgsWy7oH3Ux9q2ZU5 { width:20rem;height:0;top:33.333335876465rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRpcp5pboWL22zT8iSZm65AGcmKLsdsX { width:20rem;height:7.79625rem;top:0.52083206176758rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHiyWVvHLytECDKiWcooztfXI1Tw3yzK { display:flex;width:11.5rem;height:11.5rem;top:6.7708377838138rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0OIn6teOWF4fIWuqIAy4V3ZURrfe5s6 { display:none; }#I0OIn6teOWF4fIWuqIAy4V3ZURrfe5s6 > .row .container { width:20rem;height:244.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FFqQWWTre7mzJAyvf84I4DV2uC3QbBST { width:19.625rem;height:47.5625rem;top:14.9375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PLnKEERtTTnUXfIbpa3py3ONA3F0xEzp { width:19.625rem;height:47.5625rem;top:64.145833375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xb890wkvwaNk1PZDsm4kBG5upM6EHcxb { width:19.625rem;height:47.5625rem;top:117.0208335rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tpk8SUXaODJy18NLDt5ubLwiHBTTfAKx { width:12.5rem;height:1.916666625rem;top:15.625rem;left:5.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kauUg6ZUUeTvpGyoPpNJIeBombDVRN2m { width:20rem;height:1.666666625rem;top:17.6875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkMgLdLXvZy5vqhZcn8OlDmtNUJOAM78 { width:12.5rem;height:1.916666625rem;top:64.833333375rem;left:5.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #umnGAGdrvTmfNFWGRqCE9D5zT2RhqIgH { width:20rem;height:1.666666625rem;top:66.770833375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pUmpkTy9pckMsFsGRSAMborlC52JAgko { width:16.9375rem;height:1.916666625rem;top:117.7083335rem;left:3.0625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #t5hklpH4CUggPE1RZlI9dUmqbz7DNiSS { width:20rem;height:1.666666625rem;top:119.7708335rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7AAJGCI8W4019U7W3QPWkG188KKTb5e { width:20rem;height:4rem;top:19.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXt37sTXmllcrKJ388UMnKUpRmd8KJ8T { width:20rem;height:4rem;top:68.833333375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8tZX7zhaL57DslVPKnlAbKJUTVsxk1y { width:20rem;height:4rem;top:121.7083335rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IZSnt4wQOZ9NFoIgI42325XNlvq1vaO0 { width:20rem;height:1.7068125rem;top:70.020833375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRAb0Oa7QMf6KWlUeESQE1DdRU3uimHD { width:20rem;height:2.08333325rem;top:20.5625rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZLDB6RtTelHHhr0e2efz99DPKiBgiCp { width:20rem;height:2.08333325rem;top:69.770833375rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FahFpw6o0i86gHAvRgenTTaO2ieVUgJC { width:20rem;height:2.08333325rem;top:122.6458335rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nn1GdT1b31vqHiX038lXLTN6kIyiPsST { width:20rem;height:3.16666675rem;top:24.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #foa8L5BfNECTNBdm8CmMllhEhnlpC3wz { width:20rem;height:3.16666675rem;top:73.395833375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ernauKJpZearIS1ULZX3o7UO1Z1Oi1nE { width:20rem;height:3.16666675rem;top:126.2708335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzecTeUFUCQT6qWeGify3GXBZyBCS62x { width:20rem;height:1.583333375rem;top:26.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5XgomczNTC2zMTld8lHgZvakoF43hFr { width:20rem;height:1.583333375rem;top:75.583333375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6LpzQBR5w0FLTCAuiBZtyxI30Tynucp { width:20rem;height:1.583333375rem;top:131.2083335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlkVhrwyOEFk7qohQ0PI5f94WB2dLEny { width:20rem;height:1.583333375rem;top:29.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdoaNgTQzBcZHuJtC6QbggqTeLnMp8GT { width:20rem;height:1.583333375rem;top:78.333333375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hfv2HPK3SAbe20QhHCXwX4tBAbVLWAJU { width:20rem;height:2.58333325rem;top:31.6875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #twTxbVnqZo3s9l7eMiH5wmqJnWzMzfnJ { width:20rem;height:2.58333325rem;top:80.895833375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #yWM86oTsxyy9oDdqxa0rG3le24QPK7uu { width:20rem;height:2.58333325rem;top:133.7708335rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0AnoQJSiiUawmUWRfUgOvJobKvnexNl { width:20rem;height:1.583333375rem;top:128.4583335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQ4l6SOV0bgILBaCD3VcMARk6fXLKDHb { width:20rem;height:1.583333375rem;top:36.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDuSDHnPD7tTbsFSKGRXaUJdCsrd4gdz { width:20rem;height:1.583333375rem;top:85.583333375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6Phz3SW2oKBCnFu9WROx7BR6x6upWpl { width:20rem;height:1.583333375rem;top:138.4583335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7czSqHfmU6rROuXNRpOdHILgKTIW12U { width:20rem;height:1.583333375rem;top:38.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXie85xTs7TO8TKVgB3viHQlEUGMdkLJ { width:20rem;height:1.583333375rem;top:87.395833375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VowlUbvmlShRvu4LnNMnfJXURTbG8kQo { width:20rem;height:1.583333375rem;top:140.2708335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qxsiai8T9t7xLJyGuMOlXtMk0AUlLiWh { width:20rem;height:1.583333375rem;top:41.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qif3aIOlg44Eao9m2icuFdHebWJiZDoI { width:20rem;height:1.583333375rem;top:90.895833375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #H7n3XQQ9VqcpE0T6plNx7xkOF7m89HQA { width:20rem;height:1.583333375rem;top:143.7708335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JAFT32w0f6gbx3VuGHqVrP4y8vxaaGJD { width:20rem;height:0.3125rem;top:90.083333375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rqTSwKAg8dJaMUqCldoWqbtehX25u2fE { width:20rem;height:0.3125rem;top:142.8958335rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HqT0EgTuTUi64faBT8TdSK8fAQ6qDyF6 { width:20rem;height:0.3125rem;top:40.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OiLNGplozvlqDsX9LwJ13FN9bbaEPBK6 { width:20rem;height:1.583333375rem;top:43.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #se83SDrTSMCOpfwL0Eg3L46FLr0EvDwn { width:20rem;height:1.583333375rem;top:92.895833375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jsc4Ba4XCbHJlqWtIG9fgBZpv9iqTU5G { width:20rem;height:2.41666675rem;top:45.8125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MgRAXs6sTuvE48CD276lNNznIpvJrck2 { width:20rem;height:2.41666675rem;top:95.020833375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #USCLDDv0eTpyV7PiLfeKzEXVmygq4XLR { width:20rem;height:2.41666675rem;top:145.7708335rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZfQ6zEDcutz6EW0Xn9LtzeBIlG9xqSix { width:20rem;height:1.583333375rem;top:148.3333335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTV25vJy9tbNRG0tqo8J3ZN55AiXU4gM { width:20rem;height:0.3125rem;top:49rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xeIWMo7wGfi6NrQCpMqZLukcldGfsuTx { width:20rem;height:0.3125rem;top:98.208333375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eXpZHpdf3z2v2ts1x7R72kzta7IRb5ux { width:20rem;height:0.3125rem;top:151.0833335rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bUSStZzJX9u4HNFrlDugq9ABAfz4WZwJ { width:20rem;height:4.75rem;top:50.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tDeCEgZyQVDxOqx1w6xK2D53yZGgceCR { width:20rem;height:4.75rem;top:99.520833375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDqECnaiEoGB5afdiSThrEMXkd0nsiFu { width:20rem;height:2.41666675rem;top:54.125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNwU4mAZ53grx5aKlDZCLrSX0TnqMaMU { width:20rem;height:2.41666675rem;top:103.333333375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTd8FrMeTwESDSWIdo4XLR78lh5Nt1g8 { width:20rem;height:2.41666675rem;top:113.35416675rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i39iMvPcozKI0GtwbhK60DDAVTHdke0q { width:13.9375rem;height:1.583333375rem;top:156.6458335rem;left:6.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #f9ozvLZWp3NPibvxvSweWtfgE3l9uzzt { width:20rem;height:0.3125rem;top:57.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rpQT7UT3NL8nxFfBcZOBvBD2QcNCEsCe { width:20rem;height:0.3125rem;top:106.333333375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VlTM8xQKKhb78RnzHuurA09macKkigKb { width:20rem;height:0.3125rem;top:159.2083335rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOXudgD1sBncmwfCmWl2B7lfUzWEucsq { width:20rem;height:2.41666675rem;top:58.75rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZNWEudWJx12vkSLoQ1ne7N1VHgWvKP7 { width:20rem;height:2.41666675rem;top:107.958333375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RWrIUJQWB8aIwVo467v1EXnEwoDip35e { width:20rem;height:2.41666675rem;top:159.8333335rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PhHSVT236DCW7dQ3FX3FNxy2CVhunz2p { width:20rem;height:0;top:102.1441116333rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1OyJKlBehWu9mQ6In5e5uG1ADAViyrN { width:19rem;height:3.4375rem;top:10.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sGHQ4HGMclm4IpEP0yiKhZTknFoOA5Ch { display:block; }
 }@media only screen and (max-width: 763px) { #hFRlQJIJnppxpbvLnp7OzOcPTyZLJXL4 { width:19.625rem;height:41.75rem;top:15.75rem;left:0.0625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #qFh2Ql7EakDvl60LSVS9oSEk4kqLRAf5 { width:12.5rem;height:1.9487875rem;top:16.645833969116rem;left:4.1354169845581rem;font-size:1.5rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #BKdO7deW4sebSWbqe9MXSBDUB2vIapKG { width:20rem;height:1.7068125rem;top:18.5rem;left:0rem;font-size:1.3125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #TOcUDWzw20oh9de374NpzGTaaSPNlISO { width:19.6875rem;height:4rem;top:20.4375rem;left:0.1875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #mVQnOdCtMMqTueCp2xSq5ntdeCbM8CNO { width:20rem;height:1.9487875rem;top:21.458335876465rem;left:0rem;font-size:1.5rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #LVbSTRwpCdEhihhJwBzFw5k0QEgFA367 { width:20rem;height:3.2487rem;top:25.083335876465rem;left:0rem;font-size:1.25rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #kODLWQgFzPZoiOw6ZH9DI1xXNO4rOyBe { width:20rem;height:1.62435rem;top:28.1875rem;left:0rem;font-size:1.25rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #IVW9nzgmF480DszSDvuTXDJTRpE5x2QU { width:20rem;height:1.2999125rem;top:30.354167938233rem;left:0rem;font-size:1rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #AkqbpEtbnxCc5e13ARTTSFAHcke8LynM { width:20rem;height:2.59874375rem;top:31.583335876465rem;left:0rem;font-size:2rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #LXE3rcSMNhoX2H24iGdpVycNGk8TnLv6 { width:20rem;height:1.62435rem;top:34.393232345581rem;left:0rem;font-size:1.25rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #Gvrmsmyw9rEhSoDOKRlHQbOgzIpSkTiq { width:20rem;height:1.462675rem;top:36.623701095581rem;left:0rem;font-size:1.125rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #z5xndeWaoQhTwfx7Wu9oOr5wTkLw8Ra3 { width:20rem;height:1.462675rem;top:40.184898376465rem;left:0rem;font-size:1.125rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #HuwTrBkz14H406wLhTnIetSBf7EHIen4 { width:20rem;height:1.62435rem;top:41.580730438233rem;left:0rem;font-size:1.25rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #qlOpSqR5hVHaEkcA9Zu5I5mHcLKsgrTT { width:20rem;height:2.43706875rem;top:43.580730438233rem;left:0rem;font-size:1.875rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Jlfs8lqUWzBA2kheQI6cIk3mgw3vw3T9 { width:18.4375rem;height:2.599825rem;top:47.541669845581rem;left:0.78125rem;font-size:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #wcV5V9vup1kd0dhscdqndwQGqiEdZNUD { width:20rem;height:2.43706875rem;top:50.020833969116rem;left:0rem;font-size:1.875rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #umu8zfAy7RwvgUpFBHGby8WTWGem2ML1 { width:20rem;height:2.03125rem;top:54.499998092651rem;left:0rem;font-size:1.5625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #f8rgOZReeoeCrTgElT4ym4fBDTMWaQXg { width:19.6875rem;height:0.3125rem;top:38.9140625rem;left:0.4375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #uCyrqhKxPQJlVGVP1aazvaMQCAi7qSai { width:19.6875rem;height:0.3125rem;top:46.4140625rem;left:0.3125rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #Hk3p8HTrsXbr997XKaCFTlzvl4ec8V9S { width:19.6875rem;height:0.3125rem;top:53.2265625rem;left:0.3125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #sckT257bxTTbmZdyKs0KiIlgLuh6TzVG { width:19.625rem;height:40.0625rem;top:59.875rem;left:0.0625rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #XW6IMV1eXED1AIiH6FctUiBDmQAn4691 { width:12.5rem;height:1.9487875rem;top:60.74870300293rem;left:3.75rem;font-size:1.5rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #LIvaLwHpXQ7kIhGU5Oh8NWEVMKQTnItb { width:20rem;height:1.7068125rem;top:62.625rem;left:-0.1875rem;font-size:1.3125rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #z09bTCKL9fpAaza6iUpa8I8GW7QThVk4 { width:19.6875rem;height:3.4375rem;top:64.5rem;left:0.1875rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #eO5IU8wVLEDan45veJph0dIf8MnUDB7M { width:20rem;height:1.9487875rem;top:65.125rem;left:0rem;font-size:1.5rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #ViNEWiC9JNw0475tohuFq0FkI8wfb8lo { width:20rem;height:3.2487rem;top:68.604171752931rem;left:0rem;font-size:1.25rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #By5gc5J3mdTIa9goKk0Oaa3RgVADb6w7 { width:20rem;height:1.62435rem;top:71.770835876462rem;left:0rem;font-size:1.25rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #lUx9T7PFsTnJxs16HSq0aTG8BFKvWTu5 { width:20rem;height:1.2999125rem;top:74.625rem;left:0rem;font-size:1rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #ovW6rMrL1vqynMFm3iCRhobe3nWwN6SZ { width:20rem;height:2.59874375rem;top:76.0625rem;left:0rem;font-size:2rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #NPNdnUUX8UGgxVtooIpFnI1ApNQcfhiJ { width:20rem;height:1.62435rem;top:79rem;left:0rem;font-size:1.25rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #IABZrwq6049u7wZdvrzasePsWl21J1Xz { width:20rem;height:1.462675rem;top:81.125rem;left:0rem;font-size:1.125rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #zApP6ldTIivwIGtvJ9J7URiAtJg1EldJ { width:19.6875rem;height:0.3125rem;top:64.5625rem;left:0.125rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #DDCQHniXpZ6EEKvXn3v3bvwfVEMT2ZT1 { width:20rem;height:1.462675rem;top:83.9375rem;left:0rem;font-size:1.125rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #qcSuOcBmTTDLyTfWtEyCMcbJI4TEoxwv { width:20rem;height:1.62435rem;top:85.229171752931rem;left:0rem;font-size:1.25rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #Bqi4ufLeGUnSkVIkKTHr8s1qhXX8iCMT { width:20rem;height:2.43706875rem;top:87.3125rem;left:0rem;font-size:1.875rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #wTuz2Ah2KhartnOcnihQSPesTn5dtmPX { width:19.6875rem;height:0.3125rem;top:64.5625rem;left:0.125rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #HKa8XJwV0ExHmHGSPD5p7NRBswOdQB6G { width:18.4375rem;height:2.599825rem;top:90.9375rem;left:0.78125rem;font-size:1rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #Lkq6IfiocVplSJKai2Zn7UfDa3hkKHTy { width:20rem;height:2.43706875rem;top:93.39453125rem;left:0rem;font-size:1.875rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #c5KTyX2WBgek0J03gCcZSAG9Q2ZL7tef { width:19.6875rem;height:0.3125rem;top:64.5625rem;left:0.125rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #gi51OqQyeh8LtzNhfzrf1XpKimy4fGbC { width:20rem;height:2.03125rem;top:97.5625rem;left:0rem;font-size:1.5625rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #mBz4N0mBb31i8wihq9ertGhtNQWJGWz0 { width:19.6875rem;height:0.25rem;top:83.229171752931rem;left:0.1875rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #pJ603me5Ck2dID5rtS8GJoV4Vw1N0VQD { width:19.6875rem;height:0.25rem;top:90.166671752931rem;left:0rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #qTq14AfpKo7spn7vg1hHSTNEf1cXQFqg { width:19.6875rem;height:0.25rem;top:96.708343505863rem;left:0.1875rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #v9G2oJab4hRUdEJqBnS53ENexeRCaQ0I { width:20rem;height:auto;top:36.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #R0fwqfcTUhtXAXU1OkLCtcFznRSmSBzk { width:20rem;height:20rem;top:101.58247125342rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uX3aKxwKz4AaFa53UpVdhkoOlB6tyS0C { width:20rem;height:1.25rem;top:122.83247125342rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJKJrh7EtsBi0hPWzwJJES1BePH1N8DX { display:block; }#HJKJrh7EtsBi0hPWzwJJES1BePH1N8DX > .row .container { width:20rem;height:174rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOse57BnxtdPkiBixSDPIhFwbFnPTcmI { width:20rem;height:1.916666625rem;top:0.75rem;left:0rem;font-size:1.5rem;z-index:15023;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #pEwzhBG9ruQuRa8G1eBneZcF45EtRnyq { width:20rem;height:1.666666625rem;top:2.625rem;left:0rem;font-size:1.3125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #zRTmF167NalLFO6RVs0Eoaur8frpkVhO { width:20rem;height:4rem;top:4.5625rem;left:0.125rem;z-index:15028;background-color:#d4145a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZTRinaeIFJiTmRHXu0luDI6Hsd3xSpzp { width:20rem;height:1.833333375rem;top:5.5625rem;left:0rem;font-size:1.4375rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #FOT0KeIu3dabuCVwRJBRTq3Oe7AESw5s { width:20rem;height:1.583333375rem;top:12.9375rem;left:0rem;font-size:1.25rem;z-index:15033;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #iUWOmhz363KebAEPmefltTwN3vOQiKq8 { width:20rem;height:1.25rem;top:15rem;left:0rem;font-size:1rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #ree9prJpifFTQnQdbMseITGJCxNL5g7X { width:20rem;height:2.58333325rem;top:16.5625rem;left:0rem;font-size:2rem;z-index:15034;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #Q18raI53wmQSGxcJSVlAyfVX6GC5ynEv { width:20rem;height:1.583333375rem;top:19.375rem;left:0rem;font-size:1.25rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #bLFGuyJIqEEwf3rdT6MT1nN5krLk8NeK { width:20rem;height:1.416666625rem;top:21.5rem;left:0rem;font-size:1.125rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #boGWv44RTTUmcmeABrx8suCEBMu20GgP { width:20rem;height:1.416666625rem;top:24.25rem;left:0rem;font-size:1.125rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #BDG6P3hklxAFtymqCoomTgo4RREkwZGS { width:20rem;height:1.583333375rem;top:28.6875rem;left:0rem;font-size:1.25rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #IePWeKQv1Ud4VgI5GDSZ0QbCuoOpfUDq { width:20rem;height:2.41666675rem;top:25.8125rem;left:0rem;font-size:1.875rem;z-index:15035;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #D0Vmpnz0dF2A7MAxf1XKbwWigTi9LKyS { width:20rem;height:0.3125rem;top:23.375rem;left:0.125rem;z-index:15029;background-color:#d4145a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yFkK7FJp3xVETFcT07l0FC2qg0cfe89e { width:19.8125rem;height:0.3125rem;top:30.875rem;left:0.125rem;z-index:15030;background-color:#d4145a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #n80eOZzeZp0MwO9OyZTuMiGgpQUlwieA { width:18.4375rem;height:2.5rem;top:32rem;left:0.8125rem;font-size:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #Lv1v6stsEIdJIDlToQRIwnMHGeELSnRg { width:20rem;height:2rem;top:40.0625rem;left:0rem;font-size:1.5625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #txnyCnoZslCxOLhQcGArOEdGet2qFbrP { width:20rem;height:0.3125rem;top:38.645833375rem;left:0.125rem;z-index:15031;background-color:#d4145a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ugT3iWt1QVeMbdtoMiWaZvTIrz5o9zoM { width:20rem;height:2.41666675rem;top:35.125rem;left:0rem;font-size:1.875rem;z-index:15036;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #fI4KJrXIlFpDd8EEzaqkZE0V2dmdB2nK { width:20rem;height:1.666666625rem;top:77.4375rem;left:0.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STEztfTMuk31HXVOslU84DxpiZBDzDra { width:20rem;height:3.83333325rem;top:59.5rem;left:0.375rem;font-size:1.5rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #krKSrpZbps1ikTAV9IgApdPPmGPhoCaU { width:20rem;height:1.583333375rem;top:63.625rem;left:0.3125rem;font-size:1.25rem;z-index:15053;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #dcWhTNlWIDmRUF08qgC87MTdQXJahM4i { width:20rem;height:1.666666625rem;top:53.125rem;left:0.0625rem;font-size:1.3125rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #VC3R5l93x7c9QyAZ93ehEDBCVmJpkmO0 { width:12.5rem;height:1.916666625rem;top:51.1875rem;left:3.8125rem;font-size:1.5rem;z-index:15043;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #kcqr8ZmUHbol9Wr7HAEB0idklnNRLzcd { width:20rem;height:2rem;top:88rem;left:0.0625rem;font-size:1.5625rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #GI7IaVxmirlQLcbBNJvOHTBZbz8HFpzI { width:20rem;height:2.41666675rem;top:84.125rem;left:0.0625rem;font-size:1.875rem;z-index:15056;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #hCyLxELhW89mRSk07KepccSfbVKwCys8 { width:20rem;height:0.3125rem;top:86.8125rem;left:0.0625rem;z-index:15051;background-color:#d4145a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vMt1TpTsXHr2lVzgy127wRty85W6nNAH { width:18.4375rem;height:2.5rem;top:81.25rem;left:0.875rem;font-size:1rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #PDcceebdJ58Crb8oxOsgXPOam8Ow7kFv { width:20rem;height:0.25rem;top:80.4375rem;left:0.0625rem;z-index:15050;background-color:#d4145a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #N9N9mwOWHA1o54AF7XOH3tEqP2At5ruh { width:20rem;height:1.583333375rem;top:75.875rem;left:0.0625rem;font-size:1.25rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #LbdGNmyGzqzBCfdlFry7kR0pKw40geRK { width:20rem;height:2.41666675rem;top:77.625rem;left:0.0625rem;font-size:1.875rem;z-index:15055;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #cMEp68WZC4aOPvRkF4cp3kwewJ0pQ65s { width:20rem;height:1.416666625rem;top:74.4375rem;left:0.0625rem;font-size:1.125rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #emUUMT5EhhkfPWTcT5crQXKa9kh4Ba9U { width:20rem;height:0.3125rem;top:73.5rem;left:0.0625rem;z-index:15049;background-color:#d4145a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #D28RdpkB6bleAdzymWqRzzGMgBvarsxH { width:20rem;height:2.58333325rem;top:66.875rem;left:0.0625rem;font-size:2rem;z-index:15054;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #BH0pDxTnRzQ21FaS3pfdHN9WQwTzP1rR { width:20rem;height:1.583333375rem;top:69.75rem;left:0.0625rem;font-size:1.25rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #NycJmodeLzkWBwievUdxvJTwzcbsISTR { width:20rem;height:1.416666625rem;top:71.3125rem;left:0.0625rem;font-size:1.125rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #MW3I11es5lBQrmeD99sadJrPblDZPdBA { width:20rem;height:1.25rem;top:65.5rem;left:0.0625rem;font-size:1rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #vQyyoUXnbfB2mRP8aa1Svl2g8i11mTIk { top:0rem;left:-0.25rem;width:20rem;height:42.5rem;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;border-top:0.375rem solid #d4145a;border-left:0.375rem solid #d4145a;border-right:0.375rem solid #d4145a;border-bottom:0.375rem solid #d4145a;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWQAWsUKJn4HxaHez7glzGvB0740ovJD { top:50.3125rem;left:-0.3125rem;width:20rem;height:40.1875rem;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;border-top:0.375rem solid #d4145a;border-left:0.375rem solid #d4145a;border-right:0.375rem solid #d4145a;border-bottom:0.375rem solid #d4145a;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dztGdMIvTLGg737bTTB834Z8I3Utz0KN { width:20rem;height:4rem;top:55.0625rem;left:0.0625rem;z-index:15029;background-color:#d4145a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IdKqVxVLci2szbURs7QG1b9JSB96A8z4 { width:20rem;height:1.833333375rem;top:56.125rem;left:0.0625rem;font-size:1.4375rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #fG3rtxHokINNX7Oa2GZWsXRVQ7xkupxR { width:20rem;height:3.83333325rem;top:8.8333435058594rem;left:0rem;font-size:1.5rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #xziQCrcxueOmMne8zzkHW7fVGFr2awix { top:98.114593505863rem;left:-0.375rem;width:20rem;height:42.9375rem;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;border-top:0.375rem solid #d4145a;border-left:0.375rem solid #d4145a;border-right:0.375rem solid #d4145a;border-bottom:0.375rem solid #d4145a;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdvxTeqpK1MggL2Wr4Bt6beHMyPJFvwB { width:16.9375rem;height:1.916666625rem;top:98.9375rem;left:1.9375rem;font-size:1.5rem;z-index:15044;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #cJzLGFIArrzlcdQqRDypJxGmVq0t6fcI { width:20rem;height:1.666666625rem;top:100.8125rem;left:0.375rem;font-size:1.3125rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #WI4AseCqs6Vy8Os9dSZevvTvF4lKXs1Z { width:20rem;height:1.833333375rem;top:103.75rem;left:0.0625rem;font-size:1.4375rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #D4QSvaJU3se6NzAOWNsKvq2IA4UBZ694 { width:20rem;height:4rem;top:102.75rem;left:0rem;z-index:15030;background-color:#d4145a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qo33CIUTPxMEFNbU2ABRnSbHFz2aAbwe { width:20rem;height:3.83333325rem;top:107.3125rem;left:0.375rem;font-size:1.5rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #TQzhsALR9yNR2ugMvcAaZgJGDFXrDBTR { width:20rem;height:1.583333375rem;top:111.375rem;left:0.375rem;font-size:1.25rem;z-index:15054;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #TnzhUrMIkE6UTh7T1ixx73DrLCotnu5T { width:20rem;height:1.25rem;top:113.3125rem;left:0.375rem;font-size:1rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #zGODuXi1hUzlX1FR3RtvnmIlrSuWLTbu { width:20rem;height:2.58333325rem;top:114.6875rem;left:0.125rem;font-size:2rem;z-index:15055;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #n6hrJMTZ1V9a4mV3gXC5pZ6xGrLI6gUl { width:20rem;height:1.583333375rem;top:117.6875rem;left:0.375rem;font-size:1.25rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #rwKi4k7XsCT0SQsSpaKgLA2H3vGqzgLz { width:20rem;height:1.416666625rem;top:119.25rem;left:0.375rem;font-size:1.125rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #Ffla4lPBBJnPagZSqJmB3Brw7XaWyqyG { width:20rem;height:0.25rem;top:121.3125rem;left:0.375rem;z-index:15050;background-color:#d4145a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vdfrTQyxn3sFHXfq8nJ4ErFJMrzCTBnR { width:20rem;height:1.416666625rem;top:122.25rem;left:0.375rem;font-size:1.125rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #CSrHJDqT6JbyxP6Xffmxqmo6MrVBWDUH { width:20rem;height:2.41666675rem;top:124rem;left:0rem;font-size:1.875rem;z-index:15056;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #Oak06XAIKaPaQ68Iv62qsiiJoNH2A0fg { width:18.4375rem;height:2.5rem;top:129.70834350586rem;left:1.15625rem;font-size:1rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #StpfL3grJ2xtWN4iuQUC90HIpLHwghvB { width:8.8125rem;height:2.41666675rem;top:132.5rem;left:0.8125rem;font-size:1.875rem;z-index:15057;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #n9xZruKeIufdNosrZoWugdShFOgHTxBT { width:20rem;height:0.3125rem;top:135.4375rem;left:0rem;z-index:15052;background-color:#d4145a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #s7b4JKXMZJxmVFADRqBDM1Ep4g2BMzsI { width:20rem;height:2rem;top:138.6875rem;left:0rem;font-size:1.5625rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #ZXiaV1I515bcqNlu3MPCi4vhTrQBMqyz { width:20rem;height:2rem;top:136.27084350586rem;left:0rem;font-size:1.5625rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #ye6GLpBqMdHTM7CbRWNNni2WNgCXNLin { top:132.91668701172rem;left:9rem;width:11rem;height:1.583333375rem;z-index:15060;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT1ndzhNU5MJGNb36TuzzdrdEKmN13AC { top:143.125rem;left:0rem;width:20rem;height:20rem;z-index:15061;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TShpWOkOvEbucXOnygFNqdG6TNkI9xI2 { top:164.375rem;left:0.5625rem;width:18.9375rem;height:3.66666675rem;z-index:15062;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND01h6V5gn77OExoKUxBQTWgBNh4FlTG { top:45.009124755859rem;left:0rem;width:20rem;height:3.6875rem;z-index:15065;background-color:#428600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #eglUdoEXG2NXNXP5lNA8vtvEOXp16ltO { display:block; }
 }@media only screen and (max-width: 763px) { #MiLAAPeTAVkHUKkQ7u7udI7C7bg5Z1co { top:92.800811767575rem;left:0rem;width:20rem;height:3.6875rem;z-index:15066;background-color:#428600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #P8D1slJ7L8FAweRcUO9nTNPOUUGnWNfl { display:block; }
 }@media only screen and (max-width: 763px) { #nQ2nbaShQhEzUH3tK6utJai6HSBuu4IS { top:169.01953125rem;left:0rem;width:20rem;height:3.6875rem;z-index:15067;background-color:#d4145a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #v2qu9FfVthE45rpIdImaKvWOzh1Pc0L7 { display:block; }
 }@media only screen and (max-width: 763px) { #eoXuXWXupXTBc3TELxrNPwbQbGAEUPx9 { width:20rem;height:1.583333375rem;top:126.87371826172rem;left:0rem;font-size:1.25rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #huHpLiwSI6e3QTMJfzzbKTt9OuSqZspf { width:20rem;height:0.3125rem;top:128.76953125rem;left:0rem;z-index:15052;background-color:#d4145a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cFwwef73051fTNGpHs0cv8E71v8kSm6o { display:none; }#cFwwef73051fTNGpHs0cv8E71v8kSm6o > .row .container { width:20rem;height:241.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H6lVdaKilRH8Fx37VEaUVcEqZiRqOD0q { width:19.625rem;height:47.5625rem;top:14.9375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGkHSEWea3UTUVBsmZx0aW70KxdhJoaG { width:19.625rem;height:47.5625rem;top:64.145833375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q4x7MrsXGlctGXArtiOONOqNa8NSfFxo { width:19.625rem;height:47.5625rem;top:117.0208335rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zI5vanUmawvepRmBrHcI70r0WBNUg3iR { width:12.5rem;height:1.916666625rem;top:15.625rem;left:5.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #snhzTwxBVpFgbpbe7v5rpuDECxMTOg4r { width:20rem;height:1.666666625rem;top:17.6875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vuc7tGlb54dSGIiUFQrwoSTmuewpra4H { width:12.5rem;height:1.916666625rem;top:64.833333375rem;left:5.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgn1VQOGeKp1bR9ya0A5FEub7lRkrTxv { width:20rem;height:1.666666625rem;top:66.770833375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTubbtSdQC1X4dwRckJux8T5TQaaXxkF { width:16.9375rem;height:1.916666625rem;top:117.7083335rem;left:3.0625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GuQpcDyV9vcXWBUfSVZ4cTy3gcDZ3VZZ { width:20rem;height:1.666666625rem;top:119.7708335rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkF9pLIxFP8ptEPhRGoluFAdyLOer0fi { width:20rem;height:4rem;top:19.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A42CXRcuwKm4xCmcZyX9ntLDyFLV19Mu { width:20rem;height:4rem;top:68.833333375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtsnV3z8WwJ2RnqTQi6l3XewFxzNzFTG { width:20rem;height:4rem;top:121.7083335rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQXC7CFcWBU0ZIbc0dgf0WzxdGv3aIeA { width:20rem;height:2.08333325rem;top:20.5625rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cxczhZininZiM52fNNM6nMANzWQx3uOa { width:20rem;height:2.08333325rem;top:69.770833375rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLRhJ6birz0CzlFotI3dTrqWUVL3WzNP { width:20rem;height:2.08333325rem;top:122.6458335rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1Xmuehxlr1sq7i35rysl3ydcDT4VpCe { width:20rem;height:3.16666675rem;top:24.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWyHemyDehnImC0qBgx5tTZ9Uheu3N1k { width:20rem;height:3.16666675rem;top:73.395833375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NeCbvms5lq0yuCsqm4OxmbEOAHD4VO2G { width:20rem;height:3.16666675rem;top:126.2708335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #F6dFS6K6F2wtWTZHKN1D0r9SbuTATZEq { width:20rem;height:1.583333375rem;top:26.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2QLLPwBKWChfzRgpFhB4HarqZJ2TPUV { width:20rem;height:1.583333375rem;top:75.583333375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkm4iOzH70UE7zWlQx1kRHGQVONGKM9B { width:20rem;height:1.583333375rem;top:131.2083335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vC7FNU7byJ9sSkGQ1Rnsabw6ONSXwwnc { width:20rem;height:1.583333375rem;top:29.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oT0BEV7CH9b0NFE54oO1JTBhv2uxTrZQ { width:20rem;height:1.583333375rem;top:78.333333375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ql7wU1DAAWWtZD7mTOE3PVcx34hu85iy { width:20rem;height:2.58333325rem;top:31.6875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6kODr6wVImvNEIeD6CUe7gcL5bHBfET { width:20rem;height:2.58333325rem;top:80.895833375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3TaGAT6N4PDwNisqeKAybQO2lps9oIT { width:20rem;height:2.58333325rem;top:133.7708335rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #us6FTt9CNTRr0461yrZ9L8Dkr2rprdsy { width:20rem;height:1.583333375rem;top:128.4583335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GtDs9dcc1bkOX8KcTMq8xAVgOwMVT5Pn { width:20rem;height:1.583333375rem;top:36.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3flNdT1CqxoOagUdyGHRBRy6OoSVuA1 { width:20rem;height:1.583333375rem;top:85.583333375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cXvV3BBu9F7hn4x67XK8ftl7iaXvoWsu { width:20rem;height:1.583333375rem;top:138.4583335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBNuExvOnJKwQ3cTgFrxP3d334xqDXDO { width:20rem;height:1.583333375rem;top:38.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XkCO6qaNkf51ohST1AXiZpoOQe7uXcDo { width:20rem;height:1.583333375rem;top:87.395833375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JaJwoPk5Cfo04D2t0ZmIo0SweBQ0TeK7 { width:20rem;height:1.583333375rem;top:140.2708335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pizDnqmUgyBqwkVN1BOMO5ayVyx9BlRB { width:20rem;height:1.583333375rem;top:41.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iSuMh8hchQBQ6Te25eU5Uv0IMkkMguFp { width:20rem;height:1.583333375rem;top:90.895833375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Omfv50srdNrQLNV2arSCIQNqqFWAlvDv { width:20rem;height:1.583333375rem;top:143.7708335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rgTc51pBElZLs4KI6ndsP9p5uM4SGxA9 { width:20rem;height:0.3125rem;top:90.083333375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsqEA3pLOGhiIWkbrn7lDfiXgT5JM4G5 { width:20rem;height:0.3125rem;top:142.8958335rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xzd54AOEyZJwSHFXgfKVunhvKxArI9cL { width:20rem;height:0.3125rem;top:40.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KsK8V7hpnPtZVgf9RPlVMrA2N0qQlHAn { width:20rem;height:1.583333375rem;top:43.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRzl0PFxTz3qyH0gg9Wkc4Z5PPxBSOee { width:20rem;height:1.583333375rem;top:92.895833375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EBzff5Gq22DWszLfeEokgyDcElswWT3m { width:20rem;height:2.41666675rem;top:45.8125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OXv1OFCgkXAwUlDniHOtyszxPxoGH9Pm { width:20rem;height:2.41666675rem;top:95.020833375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bp4T4f9BZTdJ7rZLCJmb7tfpfNnIT9Zt { width:20rem;height:2.41666675rem;top:145.7708335rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPDWGB5MwkBFLQhp41msuwdAU8c7DUuO { width:20rem;height:1.583333375rem;top:148.3333335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fnOMGlqWFQw2RCXiVLihV52ievuXBWIK { width:20rem;height:0.3125rem;top:49rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fu2NCaqxOITidkdtr64MT2upqWL0WG2I { width:20rem;height:0.3125rem;top:98.208333375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lmhuudpu4xL6MJEOeOrP8dwOquGLpF1T { width:20rem;height:0.3125rem;top:151.0833335rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLvHpKWWEsB6J0HCWNafEi49T12Ngkoq { width:20rem;height:4.75rem;top:50.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxZJkamt9sBZPiiNKqnlNp4VAxHLmdhk { width:20rem;height:4.75rem;top:99.520833375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HN3qw4ds7xTpvKpx9d5yKRpmfHTsJbBw { width:20rem;height:4.75rem;top:152.3958335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0auJmgI6O5IoZDqizKdKbt2GexlrOaN { width:20rem;height:2.41666675rem;top:54.125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWKGOpLxs0DagTcFTkMTwHP8vnUL9Qi3 { width:20rem;height:2.41666675rem;top:103.333333375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVgk98Vf1vwrx4MUnhfCxniJxA79pSxW { width:20rem;height:2.41666675rem;top:113.35416675rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MaoWvpIqFDN5A0k4ygXwK6M1qctOMBTH { width:13.9375rem;height:1.583333375rem;top:156.6458335rem;left:6.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4Zd7ehgxLtxP6zs8e9gQhNxXToPry6O { width:20rem;height:0.3125rem;top:57.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxVzKl2yNhg1UicrR5alD8eTvMNxlazT { width:20rem;height:0.3125rem;top:106.333333375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L39BMgb6RCnTJlg7AP2tAEHKaIo4Q4HK { width:20rem;height:0.3125rem;top:159.2083335rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9He7b5QXnnM1eAc2WOuhvRywqTnvHnN { width:20rem;height:2.41666675rem;top:58.75rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pO684TEPiGASsJnMfB4ggHHrMpPsdlp2 { width:20rem;height:2.41666675rem;top:107.958333375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uex1qc6yRLn7dhOVEwyy5fUZ0mMdPwP4 { width:20rem;height:2.41666675rem;top:159.8333335rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #amS0SoE8wHl5FHnsZxqNs8yKOH5eM3vi { width:20rem;height:0;top:102.1441116333rem;left:0rem;font-size:1.875rem;display:none; }
 }