.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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:7.0625rem;width:75rem;position:relative;display:block; }#JSOR9rktxzssTJoOADT8e2IaaTUqBObm { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.624375rem;width:12.9373125rem;top:0rem;left:5.4969635009766rem;overflow:hidden;display:block; }
#abHafa23KtEUK1rpfwxQvu9Vva6L6n4T { color:#005a50;display:block;width:25.811625rem;position:absolute;font-family:museo;font-size:1.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.3125rem;left:30.0625rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#QE4L67H89rIleAlB1VJkBOq8Tz4ROKTd { color:#33ccbc;display:block;width:38.75rem;position:absolute;font-family:museo;font-size:1.75rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.5625rem;left:30.0625rem;height:2.2744125rem;display:block; }
#NwxBCUXL7TltQTKVtmlQRrCpEdatgCNx { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.68706875rem;width:3.68706875rem;top:1.6861979961395rem;left:70.436199188231rem;overflow:hidden;display:block; }
#CMvLczxKSSHHlAEBwQlOc2kPTDveLmFA { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.68706875rem;height:3.68706875rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.6861979961395rem;left:70.436199188231rem;display:block; }
#Kem95b3xr1Pgu98D5isT65110xcdRG1P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XFZKLQweTc0MA5hDHJWlLQL4rZJimXu2 { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.625rem;top:9.6875rem;left:3.625rem;display:none; }
#n68cRixtANXacknrVh3xnuuo3VEWbqoz { 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-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:lato;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:100000;text-align:center;text-align-last:center;display:none; }
#RITkKixhT7zdfKtw6Vp60KOhHQWlZTUo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W { border-top:0.0625rem solid #005a50;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #005a50;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/57ddd684-7c5f-4e6e-9f84-9250b4a275b5/TESTYNACOVIDDLAPODROZUJACYCH_foto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W.adaptive-delivery-prevent-bg, #gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W.lazyload, #gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W.lazyloading { background-image: none; }#gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W > .row .container { background-color: transparent; background-image: none; }#gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W > .row .container > .video-iframe-container { display: none; }#gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W > .row > .video-iframe-container { display: none; }#gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W > .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); }#gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W > .row .container { border-width: 0; border-radius: 0; }#gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W > .row .container { font-size:0.875rem;font-family:arial;height:30.62557875rem;width:75rem;position:relative;display:block; }#gGT1ubLEl2IZQHOuhCgxTpMWHReK1Rhq { color:#33ccbc;display:block;width:42.686625rem;position:absolute;font-family:museo;font-size:3.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.068576335907rem;left:0.87456703186037rem;height:12.6738125rem;display:block; }
#bd80oBURhqIwnFqR98G089tR5PIffgbD { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#XO9Awk80lBot3HhnM7JyGdoW0CDRMsbZ { background-color:#01a17b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:lato;font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:4.875rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:22.8095703125rem;left:0.8720703125rem;display:block; }
#oIJwxAquMlWQb2WFrsVJIvLSc0qQxTEe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gxnwXnSRAaEHJ7sbrWui9az0tQwWyaF7 { color:#005a50;display:block;width:15.6875rem;position:absolute;font-family:museo;font-size:3.5rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:16.9970703125rem;left:0.8740234375rem;height:4.54980625rem;display:block; }
#rMAz9A4KTMEsdXxPElST631voD85QlJu { position:absolute;display:block;z-index:99999;background-color:rgba(255,255,255,0.63);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.5) ;height:28.4375rem;width:43.875rem;top:1.09375rem;left:0rem;display:block; }
#Jnr7By2XerScAF6TTmCEFc9vCDPSau55 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Jnr7By2XerScAF6TTmCEFc9vCDPSau55 > .row .container { background-color: transparent; background-image: none; }#Jnr7By2XerScAF6TTmCEFc9vCDPSau55::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jnr7By2XerScAF6TTmCEFc9vCDPSau55 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jnr7By2XerScAF6TTmCEFc9vCDPSau55 > .row .container > .video-iframe-container { display: none; }#Jnr7By2XerScAF6TTmCEFc9vCDPSau55 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jnr7By2XerScAF6TTmCEFc9vCDPSau55 > .row > .video-iframe-container { display: none; }#Jnr7By2XerScAF6TTmCEFc9vCDPSau55 > .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); }#Jnr7By2XerScAF6TTmCEFc9vCDPSau55 > .row .container { border-width: 0; border-radius: 0; }#Jnr7By2XerScAF6TTmCEFc9vCDPSau55 > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#sUzLsSA2cJrykaoDPPxM3Az0sKWvJUV3 { color:#005a50;display:block;width:57.0605625rem;position:absolute;font-family:museo;font-size:2.25rem;font-weight:normal;z-index:100002;line-height:1.4;letter-spacing:0;top:2.75rem;left:16rem;height:15.7470375rem;text-align:left;text-align-last:left;display:block; }
#snEsvG14VvJRZVamLhsFzfM0CBAohw1T { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.8125rem;width:12.6875rem;top:2.9375rem;left:1.9375rem;overflow:hidden;display:block; }
#wQ7JBAsO3MSBbVNI9Nqf78iVwLQQUMbA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005a50;background-image:none;position:relative;display:none; }#wQ7JBAsO3MSBbVNI9Nqf78iVwLQQUMbA > .row .container { border-width: 0; border-radius: 0; }#wQ7JBAsO3MSBbVNI9Nqf78iVwLQQUMbA > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:none; }#Wa3Abb78RQBcfMnLgqiUCNRdL6du5aNi { color:#ffffff;display:block;width:59.8123125rem;position:absolute;font-family:museo;font-size:2.5rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:5.375rem;left:9.375rem;height:6.4815rem;text-align:center;text-align-last:center;display:block; }
#o9QV3VT8LyIN7TCsWKZpiADNoc74yZXh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005a50;background-image:none;position:relative;display:block; }#o9QV3VT8LyIN7TCsWKZpiADNoc74yZXh > .row .container { background-color: transparent; background-image: none; }#o9QV3VT8LyIN7TCsWKZpiADNoc74yZXh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o9QV3VT8LyIN7TCsWKZpiADNoc74yZXh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o9QV3VT8LyIN7TCsWKZpiADNoc74yZXh > .row .container > .video-iframe-container { display: none; }#o9QV3VT8LyIN7TCsWKZpiADNoc74yZXh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o9QV3VT8LyIN7TCsWKZpiADNoc74yZXh > .row > .video-iframe-container { display: none; }#o9QV3VT8LyIN7TCsWKZpiADNoc74yZXh > .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); }#o9QV3VT8LyIN7TCsWKZpiADNoc74yZXh > .row .container { border-width: 0; border-radius: 0; }#o9QV3VT8LyIN7TCsWKZpiADNoc74yZXh > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#or0IsR4LM2aXOVbBVdq8Uus9XM5nZVUd { color:#000000;display:block;width:57.9373125rem;position:absolute;font-family:museo;font-size:2.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.8396263122559rem;left:8.5308189392087rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#KrlqAQTT4TnTmIJS3gvlI1G4GOVSi30E { position:relative;display:none; }#KrlqAQTT4TnTmIJS3gvlI1G4GOVSi30E { border-width: 0; border-radius: 0; }#KrlqAQTT4TnTmIJS3gvlI1G4GOVSi30E > .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:10.3125rem;width:75rem;position:relative;display:none; }#e0uMbgDZHLa5ai5smMTXRZ0Qt1JTnD6s { color:#005a50;display:block;width:64.8125rem;position:absolute;font-family:museo;font-size:2.5rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.9854602813721rem;left:5.093318939209rem;height:6.4815rem;text-align:center;text-align-last:center;display:block; }
#pCOqSnfhtZIdDaSC13tDQfF25BiIxBxE { position:relative;display:block; }#pCOqSnfhtZIdDaSC13tDQfF25BiIxBxE { background-color: transparent; background-image: none; }#pCOqSnfhtZIdDaSC13tDQfF25BiIxBxE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pCOqSnfhtZIdDaSC13tDQfF25BiIxBxE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pCOqSnfhtZIdDaSC13tDQfF25BiIxBxE > .row .container > .video-iframe-container { display: none; }#pCOqSnfhtZIdDaSC13tDQfF25BiIxBxE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pCOqSnfhtZIdDaSC13tDQfF25BiIxBxE > .row > .video-iframe-container { display: none; }#pCOqSnfhtZIdDaSC13tDQfF25BiIxBxE > .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); }#pCOqSnfhtZIdDaSC13tDQfF25BiIxBxE { border-width: 0; border-radius: 0; }#pCOqSnfhtZIdDaSC13tDQfF25BiIxBxE > .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:48.1875rem;width:75rem;position:relative;display:block; }#CMxiFMwQSwQs40euXB6TAvma8Tb20KPx { position:absolute;display:block;z-index:100006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #005a50;border-left:0.1875rem solid #005a50;border-right:0.1875rem solid #005a50;border-bottom:0.1875rem solid #005a50;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:39.75rem;width:29.3125rem;top:4rem;left:22.6875rem;display:block; }
#FsX2DznGgHbdJFTbVPr6MT3pNV01oCpk { color:#005a50;display:block;width:26.9365rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:16.9375rem;left:23.9375rem;height:3.574225rem;text-align:center;text-align-last:center;display:block; }
#E7krK00q0kkMGTywTPDwbNHuNKUx0IIw { position:absolute;display:block;z-index:100014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #a7e5d3;border-left:0;border-right:0;border-bottom:0;height:0.0615234375rem;width:22.5rem;top:22.6875rem;left:26.1875rem;display:block; }
#LX6a2Nz4QznLo5kAmWHqU00tQBv9fWIG { color:#000000;display:block;width:26.499rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100010;line-height:2;letter-spacing:0;top:25.4375rem;left:24.1875rem;height:14.75rem;text-align:left;text-align-last:left;display:block; }#LX6a2Nz4QznLo5kAmWHqU00tQBv9fWIG li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LX6a2Nz4QznLo5kAmWHqU00tQBv9fWIG li:before{  }
#VQkVXL738qQNdw0C1ohfr63RaxRGHyz8 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.75rem;width:8.75rem;top:5.75rem;left:33.125rem;overflow:hidden;display:block; }
#vTveyNHdpaZQxeJWNtlkfi1Qc48JAath { position:relative;display:none; }#vTveyNHdpaZQxeJWNtlkfi1Qc48JAath { border-width: 0; border-radius: 0; }#vTveyNHdpaZQxeJWNtlkfi1Qc48JAath > .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:51.875rem;width:75rem;position:relative;display:none; }#uAxLK2mBaT57soWJvbr8McCWCOrmqUUe { position:absolute;display:block;z-index:100006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #005a50;border-left:0.1875rem solid #005a50;border-right:0.1875rem solid #005a50;border-bottom:0.1875rem solid #005a50;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:43.375rem;width:29.3125rem;top:3.625rem;left:3.5rem;display:block; }
#aniHXP3Dq58ETdtcdzv244QuWeVFfEkB { position:absolute;display:block;z-index:100007;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #005a50;border-left:0.1875rem solid #005a50;border-right:0.1875rem solid #005a50;border-bottom:0.1875rem solid #005a50;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:43.375rem;width:29.3125rem;top:3.6241302490234rem;left:41.75rem;display:block; }
#QQQZ6DLXm4VxEH06No20TGDeJL0lvWZI { color:#005a50;display:block;width:26.936875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:16.5625rem;left:4.75rem;height:3.574225rem;text-align:center;text-align-last:center;display:block; }
#lQtyI2nbPBnphgCa2zqZaBpkNbCu1tzH { color:#00505a;display:block;width:27.999125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:16.5625rem;left:42.25rem;height:3.574225rem;text-align:center;text-align-last:center;display:block; }
#KAS1m3ByqqGquumWuQ1ngJEU0NvnvN7g { color:#000000;display:block;width:26.4995625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100010;line-height:2;letter-spacing:0;top:25.0625rem;left:5rem;height:14.75rem;text-align:left;text-align-last:left;display:block; }#KAS1m3ByqqGquumWuQ1ngJEU0NvnvN7g li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KAS1m3ByqqGquumWuQ1ngJEU0NvnvN7g li:before{  }
#sKauiG3A7wHo3lxquVkuf8DBHyuZNQcZ { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.75rem;width:8.75rem;top:5.375rem;left:13.9375rem;overflow:hidden;display:block; }
#y0gr7rkXq5ynenvtdP49575fFM2eHdDC { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.75rem;width:8.75rem;top:5.375rem;left:51.9375rem;overflow:hidden;display:block; }
#V9BOpVu2DOCN3W38axHkWoeRJ0CHpaCd { position:absolute;display:block;z-index:100014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #a7e5d3;border-left:0;border-right:0;border-bottom:0;height:0.0618489375rem;width:22.5rem;top:22.3125rem;left:7rem;display:block; }
#D3C93gRQ73TRzL80a8pSk9XJwRuFfe8R { position:absolute;display:block;z-index:100015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #a7e5d3;border-left:0;border-right:0;border-bottom:0;height:0.0618489375rem;width:22.5rem;top:22.3125rem;left:45rem;display:block; }
#NJAqJ6FOOmt1JorB8ZTKRr3i5EMmNJX3 { color:#000000;display:block;width:26.436625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100012;line-height:2;letter-spacing:0;top:25.0625rem;left:43.3125rem;height:20.5rem;text-align:left;text-align-last:left;display:block; }#NJAqJ6FOOmt1JorB8ZTKRr3i5EMmNJX3 li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#NJAqJ6FOOmt1JorB8ZTKRr3i5EMmNJX3 li:before{  }
#BilrOeUL6NMcckM9Xk5v9kXPtwhnsy68 { color:#ffffff;display:block;width:64.8125rem;position:absolute;font-family:museo;font-size:2.5rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:13.8125rem;left:6.9375rem;height:6.4815rem;text-align:center;text-align-last:center;display:none; }
#OvZJaMS45CBHvKdkymaRsZo1r0qyya90 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#106c5d;background-image:none;position:relative;display:none; }#OvZJaMS45CBHvKdkymaRsZo1r0qyya90 > .row .container { border-width: 0; border-radius: 0; }#OvZJaMS45CBHvKdkymaRsZo1r0qyya90 > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:none; }#U2vig2K4XrpadZmExirHxHsetauaI6fW { color:#ffffff;display:block;width:58.372375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:23.997396469116rem;left:8.3127174377444rem;height:5.83333125rem;display:block; }
#xdISV9MI2s6OlnkFFclRvqJ9oCJU3Czg { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:museo;font-size:2.0625rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:3.875rem;left:23.4375rem;height:2.6388875rem;display:block; }
#zvFbgV9GLmQcOHK295XKwA9qIO1w5Ldx { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;height:0.0618489375rem;width:28.0620625rem;top:7.0625rem;left:23.4375rem;display:block; }
#DR00RxWQJiu3po9WIgTHgGM46tC9JbRc { color:#ffffff;display:block;width:58.3713125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:9.9348964691163rem;left:8.313804626465rem;height:5.83333125rem;display:block; }
#lgwC2FnfHe52GgPslPn26Cvw8MllufUT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005a50;background-image:none;position:relative;display:none; }#lgwC2FnfHe52GgPslPn26Cvw8MllufUT > .row .container { border-width: 0; border-radius: 0; }#lgwC2FnfHe52GgPslPn26Cvw8MllufUT > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:none; }#Ant0PrMheZ253cyTTKnsPz9il7QkO5c5 { color:#ffffff;display:block;width:68.24875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.7;letter-spacing:0;top:19.25rem;left:3.375rem;height:6.25rem;text-align:center;text-align-last:center;display:block; }
#VswJSoxTcgXWnhwHhiR5JV0ElnzgrCZ4 { color:#ffffff;display:block;width:24.3120625rem;position:absolute;font-family:museo;font-size:2.0625rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:2.875rem;left:25.375rem;height:2.6388875rem;display:block; }
#IeAiEPg1UyyAB9diRJmBl4DHCFnRyoi4 { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0rem solid #5d92ff;height:0.05859375rem;width:28.0625rem;top:6rem;left:23.5rem;display:block; }
#Rd6PJ5EioZTqO2CmUbkkUI0ZGk5RoJvC { color:#ffffff;display:block;width:66.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.7;letter-spacing:0;top:8.5625rem;left:4.0625rem;height:4.16666875rem;text-align:center;text-align-last:center;display:block; }
#v3MkLsNPtf3aJGW2707eUpRDzofv771J { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0618489375rem;width:12.9373125rem;top:16.3125rem;left:31.0625rem;display:block; }
#AOHFx11gMpEdWh8uAZpNANdIPK4QopAS { position:relative;display:none; }#AOHFx11gMpEdWh8uAZpNANdIPK4QopAS { border-width: 0; border-radius: 0; }#AOHFx11gMpEdWh8uAZpNANdIPK4QopAS > .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;position:relative;display:none; }#fDyyZB3oTHtxK8HCKPUi5QKohRnUBMpC { color:#464646;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:8.060546875rem;left:10.5rem;height:5rem;display:block; }
#PbuKBrQaAa2d8JCVnQGhds3XltTMMlrO { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:8.060546875rem;left:42.8125rem;height:5rem;display:block; }
#I7MAp8RSGkNFiVdOzTIm5T9pQxM0L3UT { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:2.8125rem;width:2.8125rem;top:3.9375rem;left:15.4375rem;overflow:hidden;display:block; }
#rSvQsbDnTVNO3h0b9mpDZ5LChSSmTIR8 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:2.8125rem;width:2.8125rem;top:3.9375rem;left:54.8125rem;overflow:hidden;display:block; }
#lFsaDOsqXmXl3uwKFXOKXkvMn8CqxNCB { position:relative;display:none; }#lFsaDOsqXmXl3uwKFXOKXkvMn8CqxNCB { border-width: 0; border-radius: 0; }#lFsaDOsqXmXl3uwKFXOKXkvMn8CqxNCB > .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;position:relative;display:none; }#Hbwg6AZSa10MgwBRL14gJkLMDBdUEak0 { color:#005a50;display:block;width:37.75rem;position:absolute;font-family:museo;font-size:1.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3rem;left:18.625rem;height:2.4375rem;display:block; }
#lrpJZQrn4IZFN27BgJTDc8mbXQc0KVJ2 { color:#464646;display:block;width:46.3125rem;position:absolute;font-family:museo;font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.9;letter-spacing:0;top:6.1875rem;left:11.8125rem;height:7.375rem;display:block; }#lrpJZQrn4IZFN27BgJTDc8mbXQc0KVJ2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lrpJZQrn4IZFN27BgJTDc8mbXQc0KVJ2 li:before{  }
#s1etkvgv4fJ2NwnnTZJaAtUvOC5aTmDF { border-top:0.0625rem solid #00505a;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0rem solid #ee3162;background-color:#e2e6e9;background-image:url("https://images.assets-landingi.com/HqpiarxS/19406404_kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#s1etkvgv4fJ2NwnnTZJaAtUvOC5aTmDF.adaptive-delivery-prevent-bg, #s1etkvgv4fJ2NwnnTZJaAtUvOC5aTmDF.lazyload, #s1etkvgv4fJ2NwnnTZJaAtUvOC5aTmDF.lazyloading { background-image: none; }#s1etkvgv4fJ2NwnnTZJaAtUvOC5aTmDF > .row .container { background-color: transparent; background-image: none; }#s1etkvgv4fJ2NwnnTZJaAtUvOC5aTmDF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s1etkvgv4fJ2NwnnTZJaAtUvOC5aTmDF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s1etkvgv4fJ2NwnnTZJaAtUvOC5aTmDF > .row .container > .video-iframe-container { display: none; }#s1etkvgv4fJ2NwnnTZJaAtUvOC5aTmDF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s1etkvgv4fJ2NwnnTZJaAtUvOC5aTmDF > .row > .video-iframe-container { display: none; }#s1etkvgv4fJ2NwnnTZJaAtUvOC5aTmDF > .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); }#s1etkvgv4fJ2NwnnTZJaAtUvOC5aTmDF > .row .container { border-width: 0; border-radius: 0; }#s1etkvgv4fJ2NwnnTZJaAtUvOC5aTmDF > .row .container { font-size:0.875rem;font-family:arial;height:27.930555625rem;width:75rem;position:relative;display:block; }#SI6bZHvaHUIscrhDQhe7w3UhJTfEq9SQ { position:absolute;display:block;z-index:100003;background-color:rgba(255,255,255,0.39);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #00505a;border-left:0.1875rem solid #00505a;border-right:0.1875rem solid #00505a;border-bottom:0.1875rem solid #00505a;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:19.6235rem;width:67.5rem;top:3.9648342132568rem;left:3.5622825622559rem;display:block; }
#IuS6iK846qVSbnXAqyc8eExbeTF3nDQp { color:#464646;display:block;width:47.7495625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:100003;line-height:2.1;letter-spacing:0;top:10.043403625488rem;left:14.750434875488rem;height:;display:block; }#IuS6iK846qVSbnXAqyc8eExbeTF3nDQp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IuS6iK846qVSbnXAqyc8eExbeTF3nDQp li:before{  }
#PrmcfXv7pq9cKKdkie8Hpco0BlanhLnl { color:#005a50;display:block;width:32.875rem;position:absolute;font-family:museo;font-size:2.5rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6.29296875rem;left:14.37109375rem;height:3.25rem;display:block; }
#BiFcRimiT0hA4TMlPVuFzLXr5B5hNkST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(16,108,93,0.85);background-image:none;position:relative;display:none; }#BiFcRimiT0hA4TMlPVuFzLXr5B5hNkST > .row .container { border-width: 0; border-radius: 0; }#BiFcRimiT0hA4TMlPVuFzLXr5B5hNkST > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:none; }#OTL0Nf7HTkJUTNdGBKuNvio83AVTke5i { color:#ffffff;display:block;width:36.1870625rem;position:absolute;font-family:museo;font-size:2.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.3122844696045rem;left:19.873046875rem;height:2.91666875rem;display:block; }
#qVIxmCIaitin34QhObciQgHtD5DrTJtr { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:9.625rem;left:16.625rem;height:3.05555625rem;text-align:center;text-align-last:center;display:block; }
#SvkGrX1ZiNz2z4BNu5GcMhWHlrbipsHz { color:#ffffff;display:block;width:49.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:25.5rem;left:12.8125rem;height:6.1111125rem;text-align:center;text-align-last:center;display:block; }
#BtMZ0EFuV6B0UqZubR9eSVyig37ntssw { color:#ffffff;display:block;width:47.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:17.625rem;left:13.6875rem;height:3.05555625rem;text-align:center;text-align-last:center;display:block; }
#UpkCW5Dh3GQlcu3ZGOiv4fi7UtJbk3LN { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;height:0.0618489375rem;width:36.8125rem;top:5.2289524078369rem;left:19.092884063721rem;display:block; }
#LQAWzrmQaGDR8FI073Etl9eilxDd5JUT { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #ffffff;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:6.5625rem;top:15.1875rem;left:33.75rem;display:block; }
#d7b8T6a7ghBK3ydJwBVBDluQ19Sr4OvA { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #ffffff;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:6.5rem;top:23rem;left:33.75rem;display:block; }
#uZu7ucTEPQu4rX32mXJUga31ikbUUJQn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005a50;background-image:none;position:relative;display:block; }#uZu7ucTEPQu4rX32mXJUga31ikbUUJQn > .row .container { background-color: transparent; background-image: none; }#uZu7ucTEPQu4rX32mXJUga31ikbUUJQn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uZu7ucTEPQu4rX32mXJUga31ikbUUJQn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uZu7ucTEPQu4rX32mXJUga31ikbUUJQn > .row .container > .video-iframe-container { display: none; }#uZu7ucTEPQu4rX32mXJUga31ikbUUJQn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uZu7ucTEPQu4rX32mXJUga31ikbUUJQn > .row > .video-iframe-container { display: none; }#uZu7ucTEPQu4rX32mXJUga31ikbUUJQn > .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); }#uZu7ucTEPQu4rX32mXJUga31ikbUUJQn > .row .container { border-width: 0; border-radius: 0; }#uZu7ucTEPQu4rX32mXJUga31ikbUUJQn > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#ARBxiavuGKNPFBFhPiZxZFePxPiZaL4u { color:#ffffff;display:block;width:39.9370625rem;position:absolute;font-family:museo;font-size:2.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:4rem;left:17.622615814209rem;height:3.25rem;display:block; }
#AVU66ORtH5y3Aulvv9HTO5XLrnTgHULH { color:#000000;display:block;width:62.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:10.311415672303rem;left:6.25rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#hTpg9pWmhkH0RPBy2uop8AesQdko3syU { color:#000000;display:block;width:62.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:18.248698234558rem;left:6.25rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#G0l5MECnPWP2NfhipNrcr0gxNxKu5CI5 { color:#000000;display:block;width:62.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:26.499566078186rem;left:6.25rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#cNzLMDSaBN6c6AHZNziWw9u1TXozF3B4 { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;height:0.0618489375rem;width:39.6875rem;top:7.25rem;left:17.65625rem;display:block; }
#kQpbzD6dP58ZrAATeSnv3650Z0633lzF { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0rem solid #5d92ff;height:0.0625rem;width:12.9373125rem;top:16rem;left:31.125rem;display:block; }
#FJKhpQDp5z8fEO2IdSfLiK6Q2OFC2uGz { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;height:0.0615234375rem;width:12.9365rem;top:23.8125rem;left:31.0625rem;display:block; }
#xaOi6oM4ZqR67Hh6qVIFkqwdT65MJvTR { position:relative;display:block; }#xaOi6oM4ZqR67Hh6qVIFkqwdT65MJvTR { background-color: transparent; background-image: none; }#xaOi6oM4ZqR67Hh6qVIFkqwdT65MJvTR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xaOi6oM4ZqR67Hh6qVIFkqwdT65MJvTR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xaOi6oM4ZqR67Hh6qVIFkqwdT65MJvTR > .row .container > .video-iframe-container { display: none; }#xaOi6oM4ZqR67Hh6qVIFkqwdT65MJvTR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xaOi6oM4ZqR67Hh6qVIFkqwdT65MJvTR > .row > .video-iframe-container { display: none; }#xaOi6oM4ZqR67Hh6qVIFkqwdT65MJvTR > .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); }#xaOi6oM4ZqR67Hh6qVIFkqwdT65MJvTR { border-width: 0; border-radius: 0; }#xaOi6oM4ZqR67Hh6qVIFkqwdT65MJvTR > .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:7.4375rem;width:75rem;position:relative;display:block; }#uXa0EwJkSaeu9stvKBSTeo492ffcLSw3 { color:#005a50;display:block;width:43.75rem;position:absolute;font-family:museo;font-size:2.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.7745227813721rem;left:15.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#GyB27UNOMn39LFAh0r3pcar4Fxnq2Tez { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;border-top:0.1875rem solid #005a50;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:43.75rem;top:5.9678821563721rem;left:15.625rem;display:block; }
#Pb6EEcSp3vgOnGscgy2ia6piugKweK9b { position:relative;display:none; }#Pb6EEcSp3vgOnGscgy2ia6piugKweK9b { border-width: 0; border-radius: 0; }#Pb6EEcSp3vgOnGscgy2ia6piugKweK9b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:none; }#BUaehVQStR4kUwcrDFxmOA8BqKFG4KlB { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0.125rem solid #005a50;border-right:0.125rem solid #005a50;border-bottom:0.125rem solid #005a50;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:17rem;width:11.875rem;top:2.1875rem;left:3.3125rem;display:block; }
#HF9FBl22SCHV6KBPXS5y3XQLbhrNkLXK { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0.125rem solid #005a50;border-right:0.125rem solid #005a50;border-bottom:0.125rem solid #005a50;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:17rem;width:11.875rem;top:2.1875rem;left:22.0625rem;display:block; }
#VPpTuExICeq07TZdDg8zzqQFtuu37lsZ { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0.125rem solid #005a50;border-right:0.125rem solid #005a50;border-bottom:0.125rem solid #005a50;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:17rem;width:11.875rem;top:2.1875rem;left:40.8125rem;display:block; }
#l90VLiaGwMPbJ034s3FQiaopKaRJD3zs { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0.125rem solid #005a50;border-right:0.125rem solid #005a50;border-bottom:0.125rem solid #005a50;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:17rem;width:11.875rem;top:2.1875rem;left:59.5625rem;display:block; }
#UVNi2v9iT9r3rlWws9toMV2K1ha7ZkBZ { color:#464646;display:block;width:10.0605625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:12.3125rem;left:4.3125rem;height:5.5rem;display:block; }
#V2QFCL07LgeN7a2deDcxGTNUgr6Trss9 { color:#464646;display:block;width:11.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:13rem;left:22.5rem;height:4.125rem;display:block; }
#uy0KUMqu5bQzIetMKfyQz6x1zHL9qyHp { color:#464646;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:12.3125rem;left:41.4375rem;height:5.5rem;display:block; }
#kIp41ASi1HeJuIyJuwFTitQR5nW8sCHN { color:#464646;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:12.3125rem;left:60.625rem;height:5.5rem;display:block; }
#dCxsUMwl8GTRykS0emaNQnwMndkTm9p6 { color:#464646;display:block;width:12.9980625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:21.25rem;left:59.125rem;height:3.75rem;display:block; }
#i9WbSMIs57V2JXKc2pDb0uyIyv34shO4 { box-sizing:content-box;color:#005a50;font-size:3.3125rem;font-weight:400;line-height:1;height:4.74698125rem;width:4.74698125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.0625rem;left:1.875rem;display:block; }
#OqsVxpZl6wRgJ02rVoPRdBWC3FAMrVyE { box-sizing:content-box;color:#005a50;font-size:3.3125rem;font-weight:400;line-height:1;height:4.74875625rem;width:4.74875625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:0.0625rem;left:20.625rem;display:block; }
#bDzccblpPAsdhHzaM1KP370Pi5QyQ2tD { box-sizing:content-box;color:#005a50;font-size:3.3125rem;font-weight:400;line-height:1;height:4.74786875rem;width:4.74786875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:0.0625rem;left:39.375rem;display:block; }
#Q7n8enMP1NFPPeTghldFTXOgRBZXon7W { box-sizing:content-box;color:#005a50;font-size:3.3125rem;font-weight:400;line-height:1;height:4.74698125rem;width:4.74698125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:0rem;left:49.6875rem;display:block; }
#xwTGiiTDLrraeBMBTh7iR9ZQSsvRTygp { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:8.125rem;top:3.25rem;left:5.1875rem;overflow:hidden;display:block; }
#HDSKvTpZRK20ltoleCEmaSgX77akTM1I { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:8.125rem;top:3.25rem;left:23.9375rem;overflow:hidden;display:block; }
#wiLouqbssM4ZwcSTSliID2d8hX5htDca { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.875rem;width:9.875rem;top:2.5rem;left:41.9375rem;overflow:hidden;display:block; }
#FyvoB0cWrpiT6sTtDH59bxTugsteWPUB { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:8.125rem;top:3.375rem;left:61.5625rem;overflow:hidden;display:block; }
#VBcX8JsdFpPTgcIvBvRSCcH5Zn3gr2SJ { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:1.498046875rem;left:3.1875rem;overflow:hidden;display:block; }
#TyewrX2wBkisBB8Z6c5bDXAEpE2HW2uE { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:1.5rem;left:22.0625rem;overflow:hidden;display:block; }
#xzPTV6qPmiZdMswqETkefOL7qBtmexAG { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:1.5rem;left:40.8125rem;overflow:hidden;display:block; }
#KT1AvpxOyN0yt1NAGUI2pX6M7la8hzeG { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:1.4375rem;left:59.375rem;overflow:hidden;display:block; }
#uNZO5FtXJUVZn6WBOOJITARHD0A2QAVg { position:absolute;display:block;z-index:100023;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:0.18576049804688rem;left:32.986110687256rem;display:block; }
#Elk9ABsiS0Rs0gSzoKopxxQzlEdlnQiS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Elk9ABsiS0Rs0gSzoKopxxQzlEdlnQiS > .row .container { background-color: transparent; background-image: none; }#Elk9ABsiS0Rs0gSzoKopxxQzlEdlnQiS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Elk9ABsiS0Rs0gSzoKopxxQzlEdlnQiS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Elk9ABsiS0Rs0gSzoKopxxQzlEdlnQiS > .row .container > .video-iframe-container { display: none; }#Elk9ABsiS0Rs0gSzoKopxxQzlEdlnQiS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Elk9ABsiS0Rs0gSzoKopxxQzlEdlnQiS > .row > .video-iframe-container { display: none; }#Elk9ABsiS0Rs0gSzoKopxxQzlEdlnQiS > .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); }#Elk9ABsiS0Rs0gSzoKopxxQzlEdlnQiS > .row .container { border-width: 0; border-radius: 0; }#Elk9ABsiS0Rs0gSzoKopxxQzlEdlnQiS > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;position:relative;display:block; }#QrK3lpJaSklUthqin4lXrfcqIBb5dTGi { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #005a50;border-left:0.1875rem solid #005a50;border-right:0.1875rem solid #005a50;border-bottom:0.1875rem solid #005a50;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:17.1875rem;width:13.125rem;top:4.375rem;left:3.125rem;display:block; }
#L2LCwf0GnLSwiu78604M0arxAIoeBagr { color:#464646;display:block;width:8.8115rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:17.3125rem;left:5.4375rem;height:1.3808625rem;display:block; }
#UunnpQoxP4Wk7I0LM7wf2TOWZkAmORJB { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.436875rem;width:9.436875rem;top:5.875rem;left:5.0625rem;overflow:hidden;display:block; }
#IUFzJ2z3aeF2TV0IQw7BqH7R7fIXI9ey { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #005a50;border-left:0.1875rem solid #005a50;border-right:0.1875rem solid #005a50;border-bottom:0.1875rem solid #005a50;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:17rem;width:13.125rem;top:4.375rem;left:21.5rem;display:block; }
#dxLCtQivIIoBt0TgKCW6cFZWBNEaJ5GA { color:#464646;display:block;width:11.1855625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:16.625rem;left:22.6875rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#nssQSNwTZuOilBmRMDaaH103AKlxh92P { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:9.6875rem;top:5.6875rem;left:23rem;overflow:hidden;display:block; }
#Qz7WXTZD1rHV2paesRPC6QhsPuWMvZV8 { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #005a50;border-left:0.1875rem solid #005a50;border-right:0.1875rem solid #005a50;border-bottom:0.1875rem solid #005a50;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:16.875rem;width:31.8125rem;top:4.625rem;left:40.8125rem;display:block; }
#xPRkwbFxe0s0Cx4t3FntTBwKwSA6mkMg { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:6.375rem;left:43.4375rem;overflow:hidden;display:block; }
#NmmEemQ7eyB7VvCPRzDtwTZ6n5HoI3OX { color:#464646;display:block;width:17.6855625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:10.271484375rem;left:54.625rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#I1b0W6ecMJgCt43wCOwMUib3Tp8B8uWN { position:absolute;display:block;z-index:100027;background-color:#005a50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:3rem;width:3rem;top:3rem;left:2.5rem;display:block; }
#NO1p2dOGXCRT5nMtzpv8lvBSJUHEoeqk { position:absolute;display:block;z-index:100028;background-color:#005a50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.99913125rem;width:2.99913125rem;top:3rem;left:20.8125rem;display:block; }
#wUefZH7acpeTgNOkrTlm1ZCtTL5yoMqJ { position:absolute;display:block;z-index:100029;background-color:#005a50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.99805rem;width:2.99805rem;top:3.25rem;left:39.875rem;display:block; }
#EHnhvtPOElcCBT90eO50zTfuaMpSBIAc { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:3.5rem;left:2.8125rem;overflow:hidden;display:block; }
#rS7dllkEWwwlfKJ8PceOsgcD78KpTmx4 { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:3.5rem;left:21.25rem;overflow:hidden;display:block; }
#ETui6TotJRTNUympSERhuynmv66SFHsD { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:3.75rem;left:40.375rem;overflow:hidden;display:block; }
#XLbM4Z6iebkKCcVaBrkoiQ6noOTwommi { position:relative;display:block; }#XLbM4Z6iebkKCcVaBrkoiQ6noOTwommi { background-color: transparent; background-image: none; }#XLbM4Z6iebkKCcVaBrkoiQ6noOTwommi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XLbM4Z6iebkKCcVaBrkoiQ6noOTwommi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XLbM4Z6iebkKCcVaBrkoiQ6noOTwommi > .row .container > .video-iframe-container { display: none; }#XLbM4Z6iebkKCcVaBrkoiQ6noOTwommi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XLbM4Z6iebkKCcVaBrkoiQ6noOTwommi > .row > .video-iframe-container { display: none; }#XLbM4Z6iebkKCcVaBrkoiQ6noOTwommi > .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); }#XLbM4Z6iebkKCcVaBrkoiQ6noOTwommi { border-width: 0; border-radius: 0; }#XLbM4Z6iebkKCcVaBrkoiQ6noOTwommi > .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:29.3125rem;width:75rem;position:relative;display:block; }#XWk6hOQ2EsOWpVTPFH2J8hax79NtTvtR { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #005a50;border-left:0.1875rem solid #005a50;border-right:0.1875rem solid #005a50;border-bottom:0.1875rem solid #005a50;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:21.1875rem;width:31.8125rem;top:1.3720703125rem;left:2.7177734375rem;display:block; }
#V4O9xSaF5BWmVTJdS1mQHX8JeagvEIyG { color:#464646;display:block;width:31.124rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:15.73828125rem;left:3.1875rem;height:2.761725rem;text-align:center;text-align-last:center;display:block; }
#ADCED68c0qCeeIpbTphLEg1AHd7fa4Ze { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.99978125rem;width:1.99978125rem;top:1.375rem;left:2.2547760009766rem;overflow:hidden;display:block; }
#utcmITJHsipVWVIhVG60R9P5rZOLfzLz { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #005a50;border-left:0.1875rem solid #005a50;border-right:0.1875rem solid #005a50;border-bottom:0.1875rem solid #005a50;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:20.9375rem;width:31.8125rem;top:1.5625rem;left:40.4365234375rem;display:block; }
#wP32A5mub9ObTwvWNCh3dAdwX205d9WW { color:#464646;display:block;width:25.499125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100018;line-height:1.4;letter-spacing:0;top:15.1875rem;left:43.4375rem;height:2.9746125rem;text-align:center;text-align-last:center;display:block; }
#oiwrtgt8ybORhvVUTDL2eik7O2a6olFo { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.375rem;width:11.375rem;top:2.34375rem;left:50.5625rem;overflow:hidden;display:block; }
#N8Ap5dSJTBqmu69pOeB43eaeSlQvtRQN { color:#000000;display:block;width:19.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100027;line-height:1.4;letter-spacing:0;top:18.4375rem;left:46.5625rem;height:1.57486875rem;display:block; }
#bvJPAFs5xVEz9CLgw54svsG9c1o3bXBl { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.99978125rem;width:1.99978125rem;top:1.375rem;left:39.935985565186rem;overflow:hidden;display:block; }
#iztpPrctIBgpOX4RxXdIP2JHqVBuwk1B { position:absolute;display:block;z-index:100028;background-color:#005a50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.99913125rem;width:2.99913125rem;top:0.8203125rem;left:1.7556438446045rem;display:block; }
#Uk7FgfxTQgaSlQM0DZEUFzF49XKE7kPE { position:absolute;display:block;z-index:100030;background-color:#005a50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.99805rem;width:2.99805rem;top:0.8203125rem;left:39.5rem;display:block; }
#NfEGzFSTw6MB8yNCcpSgLCww8qGsrRp8 { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:10.6875rem;top:2.6875rem;left:13.40625rem;overflow:hidden;display:block; }
#t9m9wtNuKxlKxFNUMoNSk3yBGQuk0zXK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#t9m9wtNuKxlKxFNUMoNSk3yBGQuk0zXK > .row .container { border-width: 0; border-radius: 0; }#t9m9wtNuKxlKxFNUMoNSk3yBGQuk0zXK > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:none; }#rQUSBrfKqAl0FwKwzOPsS84RJb2fpDUo { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #005a50;border-left:0.1875rem solid #005a50;border-right:0.1875rem solid #005a50;border-bottom:0.1875rem solid #005a50;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:22.1875rem;width:13.125rem;top:3.5625rem;left:2.6875rem;display:block; }
#pPS9rBLnTBc7qkEAJf1hedBNioh3NfWW { color:#464646;display:block;width:8.811875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:19.0625rem;left:4.9375rem;height:1.3808625rem;display:block; }
#ssNx0qmOmX24ESEqaQd1gqGeeaIFselz { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.436875rem;width:9.436875rem;top:5.0625rem;left:4.625rem;overflow:hidden;display:block; }
#sVyOT6Op1S2SzTZCbiJPzfha7AfpqTEk { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #005a50;border-left:0.1875rem solid #005a50;border-right:0.1875rem solid #005a50;border-bottom:0.1875rem solid #005a50;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:22.1875rem;width:13.125rem;top:3.5625rem;left:21.0625rem;display:block; }
#mKtdpbKBfkcdfNPm0pxfmm7A0kAmTHJO { color:#464646;display:block;width:11.186rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:18.4375rem;left:22.1875rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#lOaMlGzDOdSrTTO7KH9RFLTIT3bbe5fT { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:9.6875rem;top:4.875rem;left:22.5625rem;overflow:hidden;display:block; }
#B6gfiRwoEsGbfyQRJuu9fUqispd85wvl { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #005a50;border-left:0.1875rem solid #005a50;border-right:0.1875rem solid #005a50;border-bottom:0.1875rem solid #005a50;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:22.1875rem;width:31.8125rem;top:3.5625rem;left:40.4375rem;display:block; }
#LT9Lp9rbTOWNPCxu3oHF6olCGosTwu0M { color:#464646;display:block;width:17.6248125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:16.5rem;left:53.745662689209rem;height:6.9043rem;text-align:center;text-align-last:center;display:block; }
#pNoPkBW9q28yTHQRT8GK2O7GgxPw5hgm { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.1873125rem;width:9.1873125rem;top:15.126970291137rem;left:42.871097564698rem;overflow:hidden;display:block; }
#BmVG4QauygrEK4t3h6AZSLfIkC7TpbBH { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8748125rem;width:8.8748125rem;top:5.3418130874634rem;left:43.059902191162rem;overflow:hidden;display:block; }
#Tw5ePmXeqUvqBsfUM4KLCsobwPf6daZW { color:#464646;display:block;width:17.6859375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:6.4811199903488rem;left:53.715282440186rem;height:6.9043rem;text-align:center;text-align-last:center;display:block; }
#GJFkprxuIHq5f4GmfVlZhfLqDIOZQdoW { position:absolute;display:block;z-index:100027;background-color:#005a50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:3rem;width:3rem;top:2.1875rem;left:2.0625rem;display:block; }
#RnDFwUrdIOf6OTTGSmlecwP3X4ep4XpE { position:absolute;display:block;z-index:100028;background-color:#005a50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.99913125rem;width:2.99913125rem;top:2.1875rem;left:20.375rem;display:block; }
#uALhSo3VFmN4OcOSpd8PTrSQlFVlNGaZ { position:absolute;display:block;z-index:100029;background-color:#005a50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.99805rem;width:2.99805rem;top:2.1875rem;left:39.5rem;display:block; }
#euzW6XNUZxCAewsKbBtP1unzx8FcwHg2 { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:2.6875rem;left:2.375rem;overflow:hidden;display:block; }
#sHERTQUsO1APvEqMzrvM7Zg9lSkKQgaC { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:2.6875rem;left:20.8125rem;overflow:hidden;display:block; }
#PwxkBuMoFAsao7kqxkm0EVTJhAS2EBCz { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:2.6875rem;left:40rem;overflow:hidden;display:block; }
#Dv97gzii3Dvh456IJ5VgqTfi24DEoV4w { position:absolute;display:block;z-index:100034;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00505a;border-left:0;border-right:0;border-bottom:0;height:0.0618489375rem;width:12.5rem;top:14.75rem;left:56.75rem;display:block; }
#ZHhvOUr8q3X6hFgBgXNGenWVpG3iqH9x { position:relative;display:none; }#ZHhvOUr8q3X6hFgBgXNGenWVpG3iqH9x { border-width: 0; border-radius: 0; }#ZHhvOUr8q3X6hFgBgXNGenWVpG3iqH9x > .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:29.3125rem;width:75rem;position:relative;display:none; }#KMzkKIxXFz7Q2Ld7cJWgbDh2If3wvuQR { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #005a50;border-left:0.1875rem solid #005a50;border-right:0.1875rem solid #005a50;border-bottom:0.1875rem solid #005a50;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:22.1875rem;width:31.8120625rem;top:1.3726119995118rem;left:2.7180995941162rem;display:block; }
#cKISO88O5zUGZzmDnv62272As1K7gU1a { color:#464646;display:block;width:31.124125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:13rem;left:2.9375rem;height:2.761725rem;text-align:center;text-align-last:center;display:block; }
#ubT81dFAZ5nZTBkXippBimGGTSMc2ISE { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.99978125rem;width:1.99978125rem;top:1.375rem;left:2.2547760009766rem;overflow:hidden;display:block; }
#dlzN7TyCFIEvcbToIkVWiqlrP5leSn9V { color:#464646;display:block;width:31.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:18.6875rem;left:3.4375rem;height:4.14258125rem;text-align:center;text-align-last:center;display:block; }
#NRJA4pzzkTxq26uSTsKUpuZF8aG69asI { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #005a50;border-left:0.1875rem solid #005a50;border-right:0.1875rem solid #005a50;border-bottom:0.1875rem solid #005a50;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:22.1875rem;width:31.8125rem;top:1.5625rem;left:40.437282562256rem;display:block; }
#s1f4eD61mSTvuTTGiikvIPsOIRWiW59x { color:#464646;display:block;width:25.499125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100018;line-height:1.4;letter-spacing:0;top:15.1875rem;left:43.4375rem;height:2.9746125rem;text-align:center;text-align-last:center;display:block; }
#SyvKgMlZuP5TrrKO9gHofu41eGsJFMsp { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:10.6875rem;top:2.6875rem;left:50.906032562256rem;overflow:hidden;display:block; }
#NotxDalmsqhOoUnQiiBQKbtE2sQSu4Ln { color:#000000;display:block;width:19.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100027;line-height:1.4;letter-spacing:0;top:18.4375rem;left:46.5625rem;height:1.57486875rem;display:block; }
#T7p4ws5AoQUWHJ6Fe6zs4i3EgTd1MpiL { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.99978125rem;width:1.99978125rem;top:1.375rem;left:39.935985565186rem;overflow:hidden;display:block; }
#oZICpxHw3RBVEuk6CQPvMZOEATdrnQ0U { position:absolute;display:block;z-index:100028;background-color:#005a50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.99913125rem;width:2.99913125rem;top:0.8203125rem;left:1.7556438446045rem;display:block; }
#p5fqzvX9ZsaVwbBLtEIZPb9TKHmuc8H7 { position:absolute;display:block;z-index:100030;background-color:#005a50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.99805rem;width:2.99805rem;top:0.8203125rem;left:39.5rem;display:block; }
#pUZWsIo5LTokJxy4dFcu6cUZVU7K9eTf { position:absolute;display:block;z-index:100033;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00505a;border-left:0;border-right:0;border-bottom:0;height:0.0618489375rem;width:12.5rem;top:17.1875rem;left:12.25rem;display:block; }
#ybuJysx2RQzaCFfcuqJaK1xig353GqRG { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:9.6875rem;top:2.5rem;left:13.90625rem;overflow:hidden;display:block; }
#OaZwDrMIrOyXGHQaoaqQTPLp7LBmTbvq { position:relative;display:none; }#OaZwDrMIrOyXGHQaoaqQTPLp7LBmTbvq { border-width: 0; border-radius: 0; }#OaZwDrMIrOyXGHQaoaqQTPLp7LBmTbvq > .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:29.3125rem;width:75rem;position:relative;display:none; }#U606gMJVoTKpUZDf8J7gsD3orgZuVSG6 { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0.125rem solid #005a50;border-right:0.125rem solid #005a50;border-bottom:0.125rem solid #005a50;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:22.1875rem;width:31.8125rem;top:1.5625rem;left:2.6875rem;display:block; }
#MyTLTdPN9XO81LHMypBge7wnV3bPOOfr { color:#464646;display:block;width:13.499375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:5.25rem;left:18.1875rem;height:5.277775rem;text-align:center;text-align-last:center;display:block; }
#Xtumxwkbu1LMcsafa1vCLSb29TLqGnZU { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:8.25rem;top:3.75rem;left:6.1875rem;overflow:hidden;display:block; }
#EZznVvkTrvvvTeZ3lnn89bVhMOgNqztu { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:1rem;left:2.6875rem;overflow:hidden;display:block; }
#pFWSncSGaerfUCLhRvfSJwyZ6UoRZTIc { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.3125rem;width:8.3125rem;top:14.0625rem;left:6.1875rem;overflow:hidden;display:block; }
#CTqoWGlziPTNqrW62VDEIzuWPDrTiaGE { color:#464646;display:block;width:13.6870625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:15.625rem;left:18.125rem;height:6.59721875rem;text-align:center;text-align-last:center;display:block; }
#Mvlfxc2KpdAIXtWv9CFX7hscNbFyg7mf { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0.125rem solid #005a50;border-right:0.125rem solid #005a50;border-bottom:0.125rem solid #005a50;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:22.1875rem;width:13.125rem;top:1.875rem;left:59.4375rem;display:block; }
#n09oaVXwLKekG2rS9qJGZZZHTfcuk2om { color:#464646;display:block;width:11.4985rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:16.5rem;left:60.375rem;height:5.27778125rem;text-align:center;text-align-last:center;display:block; }
#MISoaXrMfHDm9xeSy6TWCIvueLHbNiTO { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0.125rem solid #005a50;border-right:0.125rem solid #005a50;border-bottom:0.125rem solid #005a50;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:22.1875rem;width:13.125rem;top:1.875rem;left:41.0625rem;display:block; }
#CCOh8TJttbQmxXx62WtowWtFy7PNzHJT { color:#464646;display:block;width:11.624375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:14.375rem;left:41.9375rem;height:6.59725rem;text-align:center;text-align-last:center;display:block; }
#hVAtCoqJ8rcPFRHwBuA8O9A5RC2MFtlJ { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:9.6875rem;top:3.3125rem;left:42.875rem;overflow:hidden;display:block; }
#z0K1XKo78sLaxGxxQxL0mnmrnMX4Zpw7 { color:#000000;display:block;width:12.1245625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:21.8125rem;left:41.5rem;height:0.972225rem;display:block; }
#Eifd8xrEaq6NGrdlwTEsTBiTUlVCcgtK { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.0625rem;width:10.0625rem;top:3.125rem;left:61.125rem;overflow:hidden;display:block; }
#kqEhr1lgi1rsFkc1FtaPPkkw7lReeLg7 { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:1.6875rem;left:41rem;overflow:hidden;display:block; }
#SKH6dSm03fPRoqzgnluoZLAHGIe62T7M { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:1.6875rem;left:59.0625rem;overflow:hidden;display:block; }
#oJ4Z4W8JntLklxV9uKTQRXQ7TNUv8Tto { box-sizing:content-box;color:#005a50;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:0rem;left:57.625rem;display:block; }
#tdRS4iTzJbd3WeF9yKVWFn4pRynCmCCk { box-sizing:content-box;color:#005a50;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:0rem;left:39.5625rem;display:block; }
#WN7xpim4zTbT1fWqTVn5Ton7r8DCt5Vi { position:relative;display:none; }#WN7xpim4zTbT1fWqTVn5Ton7r8DCt5Vi { border-width: 0; border-radius: 0; }#WN7xpim4zTbT1fWqTVn5Ton7r8DCt5Vi > .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:33.875rem;width:75rem;position:relative;display:none; }#f8XK4DTq6AwZEdN9pHFhm5lufoyTe7pT { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0.125rem solid #005a50;border-right:0.125rem solid #005a50;border-bottom:0.125rem solid #005a50;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:17rem;width:11.875rem;top:2.1875rem;left:3.3125rem;display:block; }
#MHXC866mi293dgBPP851anfQTxfIKKTM { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0.125rem solid #005a50;border-right:0.125rem solid #005a50;border-bottom:0.125rem solid #005a50;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:17rem;width:11.875rem;top:2.1875rem;left:22.0625rem;display:block; }
#fKzTrLOLwg70q7ozKfq6Dp2J4gUbfepO { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0.125rem solid #005a50;border-right:0.125rem solid #005a50;border-bottom:0.125rem solid #005a50;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:26.5rem;width:12.5rem;top:2.1875rem;left:40.873485565186rem;display:block; }
#gGAwwHDxxfJiWItbOp20AclF3ro6c1Ky { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0.125rem solid #005a50;border-right:0.125rem solid #005a50;border-bottom:0.125rem solid #005a50;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:26.5rem;width:12.5rem;top:2.1875rem;left:59.249134063721rem;display:block; }
#bJ2uPFg3fEHxuOGNHubw5SrOdQxH1eiK { color:#464646;display:block;width:8.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:14.99783039093rem;left:4.875rem;height:1.31944375rem;display:block; }
#cNs7CU1WF042OG6TOX5cl4FuIkkZ52xd { color:#464646;display:block;width:11.1870625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:14.338109016419rem;left:22.4375rem;height:2.6388875rem;text-align:center;text-align-last:center;display:block; }
#VoLnk30ED793MnbTt7ZQq2n0uEsEtMN1 { color:#464646;display:block;width:11.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:13.579643249512rem;left:41.436634063721rem;height:15rem;text-align:center;text-align-last:center;display:block; }
#S19Fgy6lp88EoyrgLSahTWI10S4Mmyip { color:#464646;display:block;width:11.4995625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:14.997831344604rem;left:59.874134063721rem;height:12.5rem;text-align:center;text-align-last:center;display:block; }
#tMliLVrBPnt7yqaGtrnuQl9iJmaVDFBh { box-sizing:content-box;color:#005a50;font-size:3.3125rem;font-weight:400;line-height:1;height:4.74698125rem;width:4.74698125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.0625rem;left:1.875rem;display:block; }
#H3HuGsTpITqVUcyBd8sNIgd4ME07eJnc { box-sizing:content-box;color:#005a50;font-size:3.3125rem;font-weight:400;line-height:1;height:4.74875625rem;width:4.74875625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:0.0625rem;left:20.625rem;display:block; }
#zAkNLnO3tUPkoyNCOiRQqkR5OsyAc0fZ { box-sizing:content-box;color:#005a50;font-size:3.3125rem;font-weight:400;line-height:1;height:4.74786875rem;width:4.74786875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:0.0625rem;left:39.375rem;display:block; }
#ZIBmRkZNXNECSyqbsXmWEB8Er5C9NdSo { box-sizing:content-box;color:#005a50;font-size:3.3125rem;font-weight:400;line-height:1;height:4.74609375rem;width:4.74609375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:0rem;left:58rem;display:block; }
#QMOl1un62UCXwUVcQaHuOOk0QfGlKwGK { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:9.4375rem;top:4.125rem;left:4.625rem;overflow:hidden;display:block; }
#J2Hlx8x8NBX098JakR7DU1puZ3rdeltO { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:9.6875rem;top:3.6875rem;left:23.25rem;overflow:hidden;display:block; }
#sbzlJ4iJU913LldtmB7wyHdQulFFKSdP { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:3.1875rem;left:41.875rem;overflow:hidden;display:block; }
#am8yVucCs7U393vS2JtXzwVs2e1J1oe3 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.75rem;width:8.75rem;top:4rem;left:61.5625rem;overflow:hidden;display:block; }
#I6dpCwVb6DhFJy4HKIVPVaGVe2hpL2RS { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:1.498046875rem;left:3.1875rem;overflow:hidden;display:block; }
#czGO1KkseJ3UVVug2kfTTNOB1apu7rBW { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:1.5rem;left:22.0625rem;overflow:hidden;display:block; }
#GT09BmA5RgFGblXn2PlxtVDb4gGyx0gz { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:1.5rem;left:40.8125rem;overflow:hidden;display:block; }
#JTf5nthLnyeTEAwa09EPJTEkJvXo6Thu { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:1.4375rem;left:59.375rem;overflow:hidden;display:block; }
#PbFls5bOtQUKxEkebSSNUxUN1GHNPDg7 { position:relative;display:none; }#PbFls5bOtQUKxEkebSSNUxUN1GHNPDg7 { border-width: 0; border-radius: 0; }#PbFls5bOtQUKxEkebSSNUxUN1GHNPDg7 > .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:17.6875rem;width:75rem;position:relative;display:none; }#VWNhyMz7K8gTrom39Sk2Q5oxoyoLsvBO { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0.125rem solid #005a50;border-right:0.125rem solid #005a50;border-bottom:0.125rem solid #005a50;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:11.624375rem;width:26.749125rem;top:2.9047355651856rem;left:5.249568939209rem;display:block; }
#sT47GR1J5KNLSP4TFaRDW2ksLef499zD { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:9.6875rem;top:4.1547317504883rem;left:5.9375rem;overflow:hidden;display:block; }
#yJUlC8HXbGgiisbgKElauK1S9DMs7SMz { color:#464646;display:block;width:15.5620625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100024;line-height:1.4;letter-spacing:0;top:6.375rem;left:16.3125rem;height:4.375rem;display:block; }
#H1O1OCHiHSzLPsVUaATJHz8cz8z5OZaJ { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0.125rem solid #005a50;border-right:0.125rem solid #005a50;border-bottom:0.125rem solid #005a50;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:11.625rem;width:26.75rem;top:2.9351119995117rem;left:42.6875rem;display:block; }
#eO7NxSRIQdVC1wDHfP1El1eBGyq18nIV { color:#464646;display:block;width:14.8123125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:7.3947486877444rem;left:54.0625rem;height:3.95833125rem;display:block; }
#ppshsGTtsapOZR7tc4OdVu0bgOEMD2Hr { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:3.8422317504883rem;left:43.625rem;overflow:hidden;display:block; }
#yUOVw9s76OwQZMOVIattzgOXMECzLxtO { color:#000000;display:block;width:16.436625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:10.75rem;left:15.8125rem;height:1.18055625rem;display:block; }
#HFJLe5OaVbyUCz2TN8fdDUviVtriiKsE { box-sizing:content-box;color:#005a50;font-size:3.3125rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:0.62282943725586rem;left:3.75rem;display:block; }
#DDri4KaiAxvpcNq5uM2vQbOTEoBhbORg { box-sizing:content-box;color:#005a50;font-size:3.3125rem;font-weight:400;line-height:1;height:4.74935rem;width:4.74935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:0.625rem;left:41.25rem;display:block; }
#UBbQi9WZrfeKEEoFSJ7i0t237kZWTZcF { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:2.0692324638367rem;left:5.1875rem;overflow:hidden;display:block; }
#LVAPnXoLTChd2XW1hCetFs0ARd5SA1qq { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:2rem;left:42.6875rem;overflow:hidden;display:block; }
#s96TyVLOdpXKEsPxucvC8aMFpwO2otbi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00505a;background-image:none;position:relative;display:block; }#s96TyVLOdpXKEsPxucvC8aMFpwO2otbi > .row .container { background-color: transparent; background-image: none; }#s96TyVLOdpXKEsPxucvC8aMFpwO2otbi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s96TyVLOdpXKEsPxucvC8aMFpwO2otbi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s96TyVLOdpXKEsPxucvC8aMFpwO2otbi > .row .container > .video-iframe-container { display: none; }#s96TyVLOdpXKEsPxucvC8aMFpwO2otbi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s96TyVLOdpXKEsPxucvC8aMFpwO2otbi > .row > .video-iframe-container { display: none; }#s96TyVLOdpXKEsPxucvC8aMFpwO2otbi > .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); }#s96TyVLOdpXKEsPxucvC8aMFpwO2otbi > .row .container { border-width: 0; border-radius: 0; }#s96TyVLOdpXKEsPxucvC8aMFpwO2otbi > .row .container { font-size:0.875rem;font-family:arial;height:56.75rem;width:75rem;position:relative;display:block; }#z4gHWTUgnBbAwW0OmRbBbsDQ1QSGlqCk { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(255,255,255,0.5) ;height:4.31206875rem;width:56.25rem;top:5.125rem;left:9.375rem;display:block; }
#FdrHa1V3azCFSxHfBN2icrp6A308F7cG { color:#005a50;display:block;width:50.811625rem;position:absolute;font-family:museo;font-size:2.5rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:5.6875rem;left:12.0625rem;height:3.25rem;display:block; }
#SF9Eqx2btIuw70iDeuFQPT1689vumJ4X { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:18.125rem;left:9.75rem;height:2.03125rem;display:block; }
#SOzIuS4i0TmTpuM9uS9So7JmwtXA1y1J { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(255,255,255,0.5) ;height:3.81185rem;width:17.5rem;top:39.467232704162rem;left:14.124351501465rem;display:block; }
#wO8PGIxqTfZ2PJUfKpcuL4pggGwkDBLL { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(255,255,255,0.5) ;height:3.875rem;width:17.5rem;top:39.436842441559rem;left:44.904514312744rem;display:block; }
#BREh0eSyk5QxUMnzzAxDreJJF9TDuqeD { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(255,255,255,0.5) ;height:3.875rem;width:17.5rem;top:48rem;left:44.875rem;display:block; }
#C7bwLcNmw0O2rttrCTBBAtUHWsALH5zV { color:#005a50;display:block;width:14.561625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:40.598960876465rem;left:15.592449188233rem;height:1.7871125rem;font-style:normal;display:block; }
#PAMApGFXdRsFp4Tk1wnckL2Ailm4Z15z { color:#005a50;display:block;width:16.436625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:40.598960876465rem;left:45.436199188233rem;height:1.7871125rem;display:block; }
#XGlB1pBnIORhGTuABNdvukte4vzGpxcM { color:#005a50;display:block;width:15.1248125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:49.0625rem;left:46.125rem;height:1.7871125rem;display:block; }
#De8ZKiHZfEFuIwhcQT1Ju3qbelZg1tFM { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(255,255,255,0.5) ;height:9.375rem;width:9.375rem;top:25.75rem;left:49.25rem;display:block; }
#iI8AQWdzhn5MkH6x0SUCTrIbvkPGcqdi { color:#005a50;display:block;width:7.6230625rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:26.875rem;left:49.5rem;height:4.875rem;display:block; }
#a6oeqOJ314Qvwp1AL0gWTFw8ACnaSDOi { color:#005a50;display:block;width:6.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:31.375rem;left:50.625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#esdTNQ3kuxKLhT5M1ZbmE8gkrzL54DUM { position:absolute;display:block;z-index:100015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.1875rem dotted #ffffff;border-bottom:0;height:18.125rem;width:0.0618489375rem;top:21.1875rem;left:22.6875rem;display:block; }
#bM6eM2PWHo3KFf7zRJzy9uVFqgWgnrz0 { position:absolute;display:block;z-index:100017;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.1875rem dotted #ffffff;border-bottom:0;height:4.5625rem;width:0.060763875rem;top:21.0625rem;left:53.75rem;display:block; }
#aiCF9glW8byuUAXJi016n7kFJIfGSc0a { position:absolute;display:block;z-index:100019;background-color:#e3e3e3;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:26.25rem;top:20.25rem;left:9.3125rem;display:block; }
#gqI7nrUgJscPgTBVy527zXLVuTzhWTog { color:#ffffff;display:block;width:2.87435rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:44.749351078644rem;left:51.873920440674rem;height:2.03125rem;display:block; }
#lsKigPlQIlNKgIBQUPimQdmk4tX5uy2u { position:absolute;display:block;z-index:100017;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.1875rem dotted #ffffff;border-bottom:0;height:3.75rem;width:0.0615234375rem;top:8.875rem;left:52.0625rem;display:none; }
#TUT0Io2D5uy5gou9CzkByu3Ob0nezKVX { position:absolute;display:block;z-index:100016;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.1875rem dotted #ffffff;border-bottom:0;height:3.75rem;width:0.0615234375rem;top:23.4375rem;left:52.0625rem;display:none; }
#N5B9WxD0z0T1rVoyGkSA8TCXUP3iSMHh { position:absolute;display:block;z-index:100017;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.1875rem dotted #ffffff;border-bottom:0;height:3.75rem;width:0.0615234375rem;top:8.875rem;left:52.0625rem;display:none; }
#o8ebJADl8sMsLKDfHRR6v6IqZKKaKH0b { color:#ffffff;display:block;width:23.0620625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:18.125rem;left:42.625rem;height:2.03125rem;display:block; }
#tJWDLdiOWap3B9ez6kboFu03ORDOt0GX { position:absolute;display:block;z-index:100020;background-color:#e3e3e3;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:22.5625rem;top:20.25rem;left:42.1875rem;display:block; }
#bZfJtPazpMtFwQ5P3m8hr0k2cvsvo8S0 { position:absolute;display:block;z-index:100018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.1875rem dotted #ffffff;border-bottom:0;height:4.56163125rem;width:0.0596788125rem;top:34.9375rem;left:53.75rem;display:block; }
#T2AdrOuJQIBbdmbhX1Tw0ol6HRu9tACr { position:absolute;display:block;z-index:100018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.1875rem dotted #ffffff;border-bottom:0;height:9.125rem;width:0.0596788125rem;top:9.375rem;left:53.75rem;display:block; }
#VAZOVodHZWR95pDIlBg6cGhWXdfqaGg2 { position:absolute;display:block;z-index:100019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.1875rem dotted #ffffff;border-bottom:0;height:9.125rem;width:0.05859375rem;top:9.375rem;left:22.75rem;display:block; }
#dusAdywMhBDA8ImOwIiK9aEZ18JWmrrd { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.87478125rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:39.435765266419rem;left:14.124351501465rem;display:block; }
#e6hD3cgSubhnN8MFat5807Lwrqs9qbNS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tqdVyBAsJsE14wVlIpWEUu15uD6zBxT7 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.875rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:39.529081344604rem;left:44.904514312744rem;display:block; }
#EkJIgwhByKD7BBripNRsJkpr58wBiSEh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#b8ihc53ZwypG8SzgdSU8obFRvx2zrfn1 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.875rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:48rem;left:44.9375rem;display:block; }
#En4qVkOz5OvWbsncg7rgUDGmd00rJwuI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ilzz7Wmo3R7Tzh62qBWAgZbUaIOgGIlF { 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-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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#m3HD3ZikwMn5nmmpytZgHx1ki4GmbTeF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ETcSOAKcAmzHTvry2gQrWt2B5XwN9Tro { 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-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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#hoQ3LXerpZnvo3NrJBWZiaNm6efpfF35 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GwELvuSu5Bk8XZgeL8wJNmtnLMuiH4Aa { 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-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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#H6aM2Ck42Ui2aq8GhHUF6nU2Rc7JI55R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sI6dNxSpOB2R9wwJkvhZd0R3QvM5tlUR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#106c5d;background-image:none;position:relative;display:none; }#sI6dNxSpOB2R9wwJkvhZd0R3QvM5tlUR > .row .container { border-width: 0; border-radius: 0; }#sI6dNxSpOB2R9wwJkvhZd0R3QvM5tlUR > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:75rem;position:relative;display:none; }#cHCdFpBnFhgesgrT8194A2Pcbh0X1Dx0 { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(255,255,255,0.5) ;height:4.31206875rem;width:41.8120625rem;top:3.5622835159302rem;left:20.248481750488rem;display:block; }
#J6uGOtRlMtMyNWxdWo1JsChMk8i48uzx { color:#005a50;display:block;width:38.3745625rem;position:absolute;font-family:museo;font-size:1.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:4.5030393600464rem;left:21.965061187744rem;height:2.43055625rem;display:block; }
#FP0N4ZxSBMhZcMTFHIwx37qBkVlmEF3p { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:27.3125rem;left:13.0625rem;height:1.7361125rem;display:block; }
#KKbpZywZ7a3K26LgXsR3UPGLcHAArxLT { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:27.3125rem;left:42.5rem;height:1.7361125rem;display:block; }
#CrCuRitOz8vK0Bvfkq6W4FmbAhT0Vknh { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(255,255,255,0.5) ;height:3.75rem;width:17.5rem;top:34.187309265137rem;left:15.530601501465rem;display:block; }
#xkzBOTSGdZ7aa5t7lwNsRdR4nLGg5BdF { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(255,255,255,0.5) ;height:3.75rem;width:17.5rem;top:34.1875rem;left:43.375rem;display:block; }
#m0NFGeNWvcTWAqsswzG8l7nQfmwrm5JR { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(255,255,255,0.5) ;height:3.75rem;width:17.5rem;top:41.0625rem;left:43.375rem;display:block; }
#bCcNXFt0Hf9I6knf6fwezfWScecl3UNT { color:#005a50;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:35.1875rem;left:17rem;height:1.7361125rem;display:block; }
#wPpQTI5BUU1XU0cRtmJi9Vn4E3wPSQAR { color:#005a50;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:35.125rem;left:46.8125rem;height:1.7361125rem;display:block; }
#EPwXVLKus3Py31V3QkhTTQHKz0l07t4G { color:#005a50;display:block;width:8.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:42.0625rem;left:47.75rem;height:1.7361125rem;display:block; }
#LgMbLxGqTDsHrybr35G6yGMBrCTad5Ao { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(255,255,255,0.5) ;height:9.375rem;width:9.375rem;top:13.4375rem;left:47.4375rem;display:block; }
#zJgzl9kf1n7xUzq9DFKsoCvHAnpFZv6g { color:#005a50;display:block;width:7.6230625rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:14.5625rem;left:47.6875rem;height:4.8611125rem;display:block; }
#haZ0LMGiw01Ny3E9r9PsTCrBDTpxUvE7 { color:#005a50;display:block;width:6.9355625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:18.6875rem;left:48.6875rem;height:2.3611125rem;text-align:center;text-align-last:center;display:block; }
#rtRlMqMOXIlgDxbPK95PaS7kwItqPAbQ { position:absolute;display:block;z-index:100015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.1875rem dotted #ffffff;border-bottom:0;height:18.125rem;width:0.0625rem;top:9.0625rem;left:24.1875rem;display:block; }
#wqr3hrW1QFexeZ5qtvJaJi8hL5pTxw35 { position:absolute;display:block;z-index:100016;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.1875rem dotted #ffffff;border-bottom:0;height:3.75rem;width:0.0615234375rem;top:23.4375rem;left:52.0625rem;display:block; }
#FbfxQyLxnAWdqILCxsUSWJnTb7DTZrn9 { position:absolute;display:block;z-index:100017;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.1875rem dotted #ffffff;border-bottom:0;height:3.75rem;width:0.0615234375rem;top:8.875rem;left:52.0625rem;display:block; }
#BaAg797NEg4bhr7hV1qWPNG6MFTMhfaF { position:absolute;display:block;z-index:100017;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.1875rem dotted #ffffff;border-bottom:0;height:3.75rem;width:0.0609375rem;top:29.75rem;left:52.0625rem;display:block; }
#mMnX1glHpNIHrEfiLMQF6K8TM1x00whN { position:absolute;display:block;z-index:100018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.1875rem dotted #ffffff;border-bottom:0;height:3.75rem;width:0.0609375rem;top:29.875rem;left:24.1875rem;display:block; }
#oy4VLbklcmGfkqf5T4filXLffJhXBv0d { position:absolute;display:block;z-index:100019;background-color:#e3e3e3;background-image:none;border-top:0rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:23.5rem;top:29rem;left:12.4375rem;display:block; }
#WFcJNOTayGp2B4uA8fRbNC3GaA2OfFro { position:absolute;display:block;z-index:100020;background-color:#e3e3e3;background-image:none;border-top:0rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:21rem;top:29rem;left:41.4375rem;display:block; }
#LZpLcvuIu1SA3AXTC64NneTKo0lu6wEx { color:#ffffff;display:block;width:2.875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:38.6875rem;left:50.8125rem;height:1.7361125rem;display:block; }
#lXvWq4sDWtRy3VBHtDit5VlfX0piZBpl { position:absolute;display:block;z-index:100017;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.1875rem dotted #ffffff;border-bottom:0;height:3.75rem;width:0.0615234375rem;top:8.875rem;left:52.0625rem;display:none; }
#TMPXa3NdmPrqhkesdhWN52JrwlSCxsrh { position:absolute;display:block;z-index:100016;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.1875rem dotted #ffffff;border-bottom:0;height:3.75rem;width:0.0615234375rem;top:23.4375rem;left:52.0625rem;display:none; }
#oN0NmNQZAabpAU4RHQygb48cQxESmTJu { position:absolute;display:block;z-index:100017;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.1875rem dotted #ffffff;border-bottom:0;height:3.75rem;width:0.0615234375rem;top:8.875rem;left:52.0625rem;display:none; }
#oaRlzUzelyGNxlZglka8AmHvVabW4Niy { border-top:0;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #005a50;background-color:#ffffff;background-image:none;position:relative;display:none; }#oaRlzUzelyGNxlZglka8AmHvVabW4Niy > .row .container { border-width: 0; border-radius: 0; }#oaRlzUzelyGNxlZglka8AmHvVabW4Niy > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:none; }#ztJMenD3xid1EVPfUXGuHh81K1Ba3gf0 { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0.125rem solid #005a50;border-right:0.125rem solid #005a50;border-bottom:0.125rem solid #005a50;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:22.561875rem;width:68.75rem;top:2.8114347457886rem;left:2.9980487823486rem;display:block; }
#H28D1RyTmsTbBJUF8DNtIr0qJL54AKfB { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.125rem;width:14.125rem;top:9.375rem;left:7.625rem;overflow:hidden;display:block; }
#HKNOhzdKr9gL5eyJ0zaPwTwlvehxxd1N { color:#005a50;display:block;width:46.1875rem;position:absolute;font-family:museo;font-size:2.0625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.625rem;left:14.3125rem;height:2.6388875rem;display:block; }
#VBzS5Zrxspd9eoNdAZJBOBgbtHzu12HT { color:#005a50;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100000;line-height:1.5;letter-spacing:0;top:10.5rem;left:25.5rem;height:3.8888875rem;text-align:left;text-align-last:left;display:block; }
#L327QNFn40TA1N37LSNoIQztnT0Wfhwu { position:absolute;display:block;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:46.1875rem;top:7.25rem;left:14.3125rem;display:block; }
#PL5UkuG4vWB9qwDhynRe02DgDarVeRrD { position:absolute;display:block;z-index:100009;background-color:#005a50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem #005a50 ;height:3.125rem;width:11.25rem;top:16.9375rem;left:37.6875rem;display:block; }
#ASTSd5c4m03K8JJfqWI0RCXrzUE3ddNR { color:#005a50;display:block;width:10.125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:17.625rem;left:38.25rem;height:3.472225rem;display:block; }
#TBMTAdwJTmw3kvEvsAXv5vq7QwVrblqW { position:absolute;display:block;z-index:100010;background-color:#005a50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem #005a50 ;height:3.125rem;width:11.25rem;top:16.9375rem;left:50.375rem;display:block; }
#aDxzFHZfbZVaC3igvoxBV3TeXmOUQOwh { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:17.625rem;left:51.875rem;height:1.7361125rem;display:block; }
#lfd0R0SqFcG2VNmsTSOOo6hc7rzWLOxS { position:absolute;display:block;z-index:100008;background-color:#005a50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem #005a50 ;height:3.125rem;width:11.25rem;top:16.9375rem;left:24.8125rem;display:block; }
#xqu5tDGTWgn7IogiTU8T9EgxaKM82h8g { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:17.625rem;left:26.5625rem;height:1.7361125rem;display:block; }
#wl03csobFfR3LMVAVWFGBVRI4y7vGZOF { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.25rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:17.0625rem;left:24.6875rem;display:block; }
#UeWq33pFTUMzGJVFEPEe6Tml1c9l3Odv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lnAtvza9Zh2y5cLyi05M9nbEL41CGbcS { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:3.25rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:17.0625rem;left:37.5rem;display:block; }
#RaQUtQrO9wAUZmCgmwh7uTevdT8AJoVy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TEpPo5MypuytAHrhNqiWhdqtWyKQOeBf { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.25rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:17.0625rem;left:50.25rem;display:block; }
#T6ITyaOJWedNxQxS0QhXKVhwsESqnWiK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TwOdxlZDwwB6RsmvInxXg63rlEaqDCS4 { color:#005a50;display:block;width:10.125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:17.625rem;left:38.25rem;height:1.75rem;display:none; }
#FuUqR7w4G7c5vPvn9J2klkiame0Tll1N { position:relative;display:none; }#FuUqR7w4G7c5vPvn9J2klkiame0Tll1N { border-width: 0; border-radius: 0; }#FuUqR7w4G7c5vPvn9J2klkiame0Tll1N > .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:7.875rem;width:75rem;position:relative;display:none; }#KIw6Ei2X7Q39hyIZfGpqFlBcEW9SRCVt { color:#005a50;display:block;width:20.5620625rem;position:absolute;font-family:museo;font-size:2.0625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.7415370941162rem;left:27.25rem;height:2.6388875rem;display:block; }
#iT2Moa7cTdbLFFrWzSfw0LHcTHr112cT { position:absolute;display:block;z-index:100004;background-color:#005a50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #005a50;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:0.0625rem;width:33.75rem;top:4.3125rem;left:20.625rem;display:block; }
#tlivNbiVpCALC0SScoXnctsA2x6EPhiO { color:#464646;display:block;width:39.249125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:5.2278652191162rem;left:17.8125rem;height:1.527775rem;text-align:center;text-align-last:center;display:block; }
#IbsSuXQx6VHSMy43lqrouqkJTPHHfa0M { position:relative;display:none; }#IbsSuXQx6VHSMy43lqrouqkJTPHHfa0M { border-width: 0; border-radius: 0; }#IbsSuXQx6VHSMy43lqrouqkJTPHHfa0M > .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:24.4375rem;width:75rem;position:relative;display:none; }#y53SKqxARwghyyDvTAVIEfeTp2xcAUeu { color:#464646;display:block;width:8.8748125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.7111549377441rem;left:14.25rem;height:2.43055625rem;display:block; }
#J0ZdXTxeWofuQM8FQiIw8F2wLGwcwxrT { color:#464646;display:block;width:8.311625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.7144088745118rem;left:52.0625rem;height:2.43055625rem;display:block; }
#niVux6aTzUFx8rxd8M0yMSAdphVU8Gsl { color:#000000;display:block;width:18.6870625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:5.3125rem;left:9.375rem;height:3.05555625rem;text-align:center;text-align-last:center;display:block; }
#wwDSgFWJNuTKppCIs1dHZ8K1bvIaR54B { color:#000000;display:block;width:18.686rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:5.3125rem;left:46.9375rem;height:3.05555625rem;text-align:center;text-align-last:center;display:block; }
#RATqVMto4PN4q7FUbIzOW7yiCVeS0Jua { position:absolute;display:block;z-index:100004;border-top:0.1875rem solid #005a50;border-left:0.1875rem solid #005a50;border-right:0.1875rem solid #005a50;border-bottom:0.1875rem solid #005a50;height:11.625rem;width:17.5rem;top:9.2773399353025rem;left:9.75rem;overflow:hidden;display:block; }
#AIaoZPJJGpIvB1L6XZXpp2dyiP5IcfxF { position:absolute;display:block;z-index:100005;border-top:0.1875rem solid #005a50;border-left:0.1875rem solid #005a50;border-right:0.1875rem solid #005a50;border-bottom:0.1875rem solid #005a50;height:11.625rem;width:17.5rem;top:9.2751693725588rem;left:47.25rem;overflow:hidden;display:block; }
#PkkKRvP6EZm0An77dSkgquUGknv3ouT2 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8123125rem;height:20.5620625rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:1.9357643127441rem;left:8.8125rem;display:block; }
#ecH0FMfK8UOikA53z3QBW6HEieRf6yTN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#E6oR4lhmXxKM7r0QLLiy4ylQOKT2TMT1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#E6oR4lhmXxKM7r0QLLiy4ylQOKT2TMT1 > .row .container { background-color: transparent; background-image: none; }#E6oR4lhmXxKM7r0QLLiy4ylQOKT2TMT1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E6oR4lhmXxKM7r0QLLiy4ylQOKT2TMT1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E6oR4lhmXxKM7r0QLLiy4ylQOKT2TMT1 > .row .container > .video-iframe-container { display: none; }#E6oR4lhmXxKM7r0QLLiy4ylQOKT2TMT1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E6oR4lhmXxKM7r0QLLiy4ylQOKT2TMT1 > .row > .video-iframe-container { display: none; }#E6oR4lhmXxKM7r0QLLiy4ylQOKT2TMT1 > .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); }#E6oR4lhmXxKM7r0QLLiy4ylQOKT2TMT1 > .row .container { border-width: 0; border-radius: 0; }#E6oR4lhmXxKM7r0QLLiy4ylQOKT2TMT1 > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#n4bI8s2UnwviEogsv7DL2GMGwU3tEhAZ { color:#005a50;display:block;width:25.3125rem;position:absolute;font-family:museo;font-size:2.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.125rem;left:24.8125rem;height:3.25rem;display:block; }
#VTnmSsaUSbTMkLsi2TGhECVkkAxx8v45 { position:absolute;display:block;z-index:100001;background-color:#005a50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0rem solid #005a50;border-right:0rem solid #005a50;border-bottom:0rem solid #005a50;height:0.0625rem;width:25.3125rem;top:6.1875rem;left:24.75rem;display:block; }
#pDLWXT8ZIz5eVHkOTCVBMum3Zd88NdDQ { position:relative;display:block; }#pDLWXT8ZIz5eVHkOTCVBMum3Zd88NdDQ { background-color: transparent; background-image: none; }#pDLWXT8ZIz5eVHkOTCVBMum3Zd88NdDQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pDLWXT8ZIz5eVHkOTCVBMum3Zd88NdDQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pDLWXT8ZIz5eVHkOTCVBMum3Zd88NdDQ > .row .container > .video-iframe-container { display: none; }#pDLWXT8ZIz5eVHkOTCVBMum3Zd88NdDQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pDLWXT8ZIz5eVHkOTCVBMum3Zd88NdDQ > .row > .video-iframe-container { display: none; }#pDLWXT8ZIz5eVHkOTCVBMum3Zd88NdDQ > .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); }#pDLWXT8ZIz5eVHkOTCVBMum3Zd88NdDQ { border-width: 0; border-radius: 0; }#pDLWXT8ZIz5eVHkOTCVBMum3Zd88NdDQ > .row .container { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #005a50;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#Zc7ieLAknOFcLEsTUrtyvureQ62GXy4w { color:#00505a;display:block;width:72.5rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:1.4583339691162rem;left:1.2500019073486rem;height:2.11230625rem;display:block; }
#opzkHtHmHSZb23OpH3CDR1pK47NdUWot { position:relative;display:block; }#opzkHtHmHSZb23OpH3CDR1pK47NdUWot { background-color: transparent; background-image: none; }#opzkHtHmHSZb23OpH3CDR1pK47NdUWot::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#opzkHtHmHSZb23OpH3CDR1pK47NdUWot > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#opzkHtHmHSZb23OpH3CDR1pK47NdUWot > .row .container > .video-iframe-container { display: none; }#opzkHtHmHSZb23OpH3CDR1pK47NdUWot > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#opzkHtHmHSZb23OpH3CDR1pK47NdUWot > .row > .video-iframe-container { display: none; }#opzkHtHmHSZb23OpH3CDR1pK47NdUWot > .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); }#opzkHtHmHSZb23OpH3CDR1pK47NdUWot { border-width: 0; border-radius: 0; }#opzkHtHmHSZb23OpH3CDR1pK47NdUWot > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #005a50;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.25rem;width:75rem;position:relative;display:block; }#z28w5dkFPhEJPt4yC3G7Ic6C96H6vQ1L { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.375rem;width:14.375rem;top:0.625rem;left:5.3125rem;overflow:hidden;display:block; }
#z9r6Sq9dlC4D6HSbXMfrWeIr6MB6RBnr { color:#ffffff;display:block;width:20.8745625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:15.3125rem;left:2.0627174377441rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#SfNB8LDaXevNmJ0pt6oadGwIZwHn2cKg { color:#ffffff;display:block;width:18.18725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:15.9375rem;left:28.375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#MmeQbRA9LNCtCR5eNJWdfAiUSX15dUT9 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.375rem;width:14.375rem;top:0.625rem;left:30.312503814698rem;overflow:hidden;display:block; }
#AzvkJ5zyJDbzX2mnUeRshELdynVJWtpp { color:#ffffff;display:block;width:18.18725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:15.9375rem;left:53.4375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#g6uNfKC8ktAOOKTqKLRwLgyyx8c0ZZ5L { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.375rem;width:14.375rem;top:0.625rem;left:55.312503814698rem;overflow:hidden;display:block; }
#KCvVFfmeaeerlzFmEVOK3NaerM0vqCGz { position:relative;display:block; }#KCvVFfmeaeerlzFmEVOK3NaerM0vqCGz { background-color: transparent; background-image: none; }#KCvVFfmeaeerlzFmEVOK3NaerM0vqCGz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KCvVFfmeaeerlzFmEVOK3NaerM0vqCGz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KCvVFfmeaeerlzFmEVOK3NaerM0vqCGz > .row .container > .video-iframe-container { display: none; }#KCvVFfmeaeerlzFmEVOK3NaerM0vqCGz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KCvVFfmeaeerlzFmEVOK3NaerM0vqCGz > .row > .video-iframe-container { display: none; }#KCvVFfmeaeerlzFmEVOK3NaerM0vqCGz > .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); }#KCvVFfmeaeerlzFmEVOK3NaerM0vqCGz { border-width: 0; border-radius: 0; }#KCvVFfmeaeerlzFmEVOK3NaerM0vqCGz > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #005a50;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.25rem;width:75rem;position:relative;display:block; }#vefPafW812WV7uno2acxkZtWWEvXb0vH { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.375rem;width:14.375rem;top:0.80078125rem;left:5.3125rem;overflow:hidden;display:block; }
#csiZWuNP4QZBo97wGuaOIxCm0cbDqK5K { color:#ffffff;display:block;width:17.37425rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:15.9375rem;left:3.75rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#mtfLV2I4ekTfQRFJZJkU3T6XiLPGvrpG { color:#ffffff;display:block;width:18.18725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:15.9375rem;left:28.375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#X9A6W8vKd9MMP9eNner67nDdB9EN5Elf { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.375rem;width:14.375rem;top:0.80078125rem;left:30.312503814698rem;overflow:hidden;display:block; }
#byTxHOBXmDgUSNsRSxmIqxSsxgiOL401 { color:#ffffff;display:block;width:18.1865rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:15.75rem;left:53.40625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#qynf7XErT12Uo2WuJQOZxFcyCcwSPSAC { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.375rem;width:14.375rem;top:0.80078125rem;left:55.312503814698rem;overflow:hidden;display:block; }
#uLan4afV55iLVsrunOhTM6AtuMFRpPXX { position:relative;display:block; }#uLan4afV55iLVsrunOhTM6AtuMFRpPXX { background-color: transparent; background-image: none; }#uLan4afV55iLVsrunOhTM6AtuMFRpPXX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uLan4afV55iLVsrunOhTM6AtuMFRpPXX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uLan4afV55iLVsrunOhTM6AtuMFRpPXX > .row .container > .video-iframe-container { display: none; }#uLan4afV55iLVsrunOhTM6AtuMFRpPXX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uLan4afV55iLVsrunOhTM6AtuMFRpPXX > .row > .video-iframe-container { display: none; }#uLan4afV55iLVsrunOhTM6AtuMFRpPXX > .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); }#uLan4afV55iLVsrunOhTM6AtuMFRpPXX { border-width: 0; border-radius: 0; }#uLan4afV55iLVsrunOhTM6AtuMFRpPXX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #005a50;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#VMa0wig4Xe7GVh74fniXEAOp1iRVi2J5 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.375rem;width:14.375rem;top:2.375rem;left:11.5625rem;overflow:hidden;display:block; }
#AT6BUXotCfSIUNKK4hK5dNLi59iioafy { color:#ffffff;display:block;width:17.374rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:17.8828125rem;left:10.0615234375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#gSeyDOghOqaWaTtPrSwPvouJEwTMdMia { color:#ffffff;display:block;width:17.374rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:17.875rem;left:47.625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#xVffT8MS3KE8XoW8Wqqi7Iu62kuDEbQh { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.3125rem;width:14.375rem;top:2.40625rem;left:49.0625rem;overflow:hidden;display:block; }
#frUNioq23Xo6RxC1hXvsnTOQbsvDq6fU { border-top:0.0625rem solid #005a50;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0rem solid #ee3162;background-color:#ffffff;background-image:none;position:relative;display:none; }#frUNioq23Xo6RxC1hXvsnTOQbsvDq6fU > .row .container { border-width: 0; border-radius: 0; }#frUNioq23Xo6RxC1hXvsnTOQbsvDq6fU > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:none; }#Dkw0EiHPw3im1gJiZQT35hdtD5giPZh0 { color:#616161;display:block;width:55.999375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.4572486877441rem;left:9.4986991882325rem;height:2.11230625rem;display:block; }
#i3PxyTbZAIV3xUiQukzGshGxoMPXUVCV { position:relative;display:none; }#i3PxyTbZAIV3xUiQukzGshGxoMPXUVCV { border-width: 0; border-radius: 0; }#i3PxyTbZAIV3xUiQukzGshGxoMPXUVCV > .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:2.5rem;width:75rem;position:relative;display:none; }#evOCBRNEOaSh36Zni4fzbic96kBhEuFL { color:#464646;display:block;width:35.7498125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:0.81161869689825rem;left:19.624568939209rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#dZzzIqTTpDXNTam3BKseZP59w1S4kHu0 { position:relative;display:none; }#dZzzIqTTpDXNTam3BKseZP59w1S4kHu0 { border-width: 0; border-radius: 0; }#dZzzIqTTpDXNTam3BKseZP59w1S4kHu0 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #00505a;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.368rem;width:75rem;position:relative;display:none; }#vHqyK7EK7BXAAKur858VvM4IXUTwppwS { position:absolute;display:block;z-index:100007;border-top:0.1875rem solid #005a50;border-left:0.1875rem solid #005a50;border-right:0.1875rem solid #005a50;border-bottom:0.1875rem solid #005a50;height:21.5625rem;width:32.5rem;top:2.71484375rem;left:2.3122844696045rem;overflow:hidden;display:block; }
#HpZfzB84qJIKygqsytqQUMel26Tlo0xD { position:absolute;display:block;z-index:100008;border-top:0.1875rem solid #005a50;border-left:0.1875rem solid #005a50;border-right:0.1875rem solid #005a50;border-bottom:0.1875rem solid #005a50;height:21.5625rem;width:32.5rem;top:2.71484375rem;left:39.812282562256rem;overflow:hidden;display:block; }
#tyAgiX8XQ87xm7Tf6mxWSHR4gfKHlz4l { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #00505a;background-color:#ffffff;background-image:none;position:relative;display:none; }#tyAgiX8XQ87xm7Tf6mxWSHR4gfKHlz4l > .row .container { border-width: 0; border-radius: 0; }#tyAgiX8XQ87xm7Tf6mxWSHR4gfKHlz4l > .row .container { font-size:0.875rem;font-family:arial;height:40.180555625rem;width:75rem;position:relative;display:none; }#xCu4dBhrbmG7PtfMLr4s2mypN7Ivv0WG { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.3736875rem;width:43.75rem;top:5.5620651245117rem;left:15.625rem;overflow:hidden;display:block; }
#cbdoZadiaziJFeINMyoV0Wr6iJKXSHbE { color:#464646;display:block;width:8.5623125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:2.4348945617676rem;left:33.218318939209rem;height:1.54361875rem;display:block; }
#xJ4q4E9hNOEkfZCFcRL3qndt0Q7b0pdK { position:absolute;display:block;z-index:100004;background-color:#005a50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #005a50;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0rem solid #ffffff;height:0.0618489375rem;width:33.75rem;top:4.125rem;left:20.625003814698rem;display:block; }
#xRnfh1VHUAfzf1zNFMv04TW1vvyNd8xA { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #00505a;background-color:#ffffff;background-image:none;position:relative;display:none; }#xRnfh1VHUAfzf1zNFMv04TW1vvyNd8xA > .row .container { border-width: 0; border-radius: 0; }#xRnfh1VHUAfzf1zNFMv04TW1vvyNd8xA > .row .container { font-size:0.875rem;font-family:arial;height:75.125rem;width:75rem;position:relative;display:none; }#aNQvuuGOWR6TdkiAl6V9tNHykpX3A4rq { color:#464646;display:block;width:8.5623125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:36.875rem;left:33.25rem;height:1.527775rem;display:block; }
#IXExmixaaAgHJD8t8Mq7kR8t2de5i6C3 { position:absolute;display:block;z-index:100003;background-color:#005a50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #005a50;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0rem solid #ffffff;height:0.0625rem;width:33.75rem;top:34.3125rem;left:20.6875rem;display:block; }
#tDl2aiR5SBmZSorUy3QRM1eFoqPxP0hT { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.374rem;width:43.75rem;top:39rem;left:15.6875rem;overflow:hidden;display:block; }
#y1gpnBfu5pZxSwxv8lOo9CL8GH0emHFv { position:absolute;display:block;z-index:100006;border-top:0.1875rem solid #005a50;border-left:0.1875rem solid #005a50;border-right:0.1875rem solid #005a50;border-bottom:0.1875rem solid #005a50;height:29.125rem;width:43.75rem;top:2rem;left:15.5rem;overflow:hidden;display:block; }
#gRkw6OyvQT8WKXHtnk0yy5ZcCv1g8RzN { color:#464646;display:block;width:35.7498125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:0.25rem;left:19.624568939209rem;height:1.597225rem;text-align:center;text-align-last:center;display:block; }
#P7CRzAD6xsMyBcSR9aA7t4pJd50AWTVh { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #00505a;background-color:#ffffff;background-image:none;position:relative;display:none; }#P7CRzAD6xsMyBcSR9aA7t4pJd50AWTVh > .row .container { border-width: 0; border-radius: 0; }#P7CRzAD6xsMyBcSR9aA7t4pJd50AWTVh > .row .container { font-size:0.875rem;font-family:arial;height:75.125rem;width:75rem;position:relative;display:none; }#fo2RxTSVIw1lJzvWM3T1O5WaZNdkiaNE { color:#464646;display:block;width:8.5623125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:36.875rem;left:33.25rem;height:1.527775rem;display:block; }
#pXV8TbTCzBxPFPgMiNRv3PNbxblJBH34 { position:absolute;display:block;z-index:100003;background-color:#005a50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #005a50;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0rem solid #ffffff;height:0.0625rem;width:33.75rem;top:34.3125rem;left:20.6875rem;display:block; }
#FaqbWddhwbPEyQncqfPbB8ELkaETZXhq { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.374rem;width:43.75rem;top:39rem;left:15.6875rem;overflow:hidden;display:block; }
#ERpFl62Z4dI5S6qxf1S3nGPoTfgkPCEa { position:absolute;display:block;z-index:100006;border-top:0.1875rem solid #005a50;border-left:0.1875rem solid #005a50;border-right:0.1875rem solid #005a50;border-bottom:0.1875rem solid #005a50;height:29.125rem;width:43.75rem;top:2rem;left:15.5rem;overflow:hidden;display:block; }
#w8LpmKRwpXOLv10AHlCyoMmHy1CKhkTV { color:#464646;display:block;width:35.7498125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:0.25rem;left:19.624568939209rem;height:1.597225rem;text-align:center;text-align-last:center;display:block; }
#T2hwtdQhLhcTdKssVdyVTDtbXrlx7dXG { position:relative;display:none; }#T2hwtdQhLhcTdKssVdyVTDtbXrlx7dXG { border-width: 0; border-radius: 0; }#T2hwtdQhLhcTdKssVdyVTDtbXrlx7dXG > .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:7rem;width:75rem;position:relative;display:none; }#c2yvFv7x5lZSsMJbabbvfhWicgGNPGuf { position:absolute;display:block;z-index:100002;background-color:#005a50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #005a50;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:0.0625rem;width:33.75rem;top:3.9375rem;left:20.625rem;display:block; }
#OhE2qpntUBr4soFmTiZew0eBiqmEwOIq { color:#005a50;display:block;width:18.75rem;position:absolute;font-family:museo;font-size:1.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1rem;left:28.1875rem;height:2.43055625rem;display:block; }
#Dd63ybEOfAtubQVsOFpVFv1CiCezrMFx { color:#464646;display:block;width:39rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:5.4365234375rem;left:18rem;height:1.527775rem;text-align:center;text-align-last:center;display:block; }
#OM2R15Nc0iHFOPNWBsG4vysnCecx3kFw { position:relative;display:none; }#OM2R15Nc0iHFOPNWBsG4vysnCecx3kFw { border-width: 0; border-radius: 0; }#OM2R15Nc0iHFOPNWBsG4vysnCecx3kFw > .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:74.125rem;width:75rem;position:relative;display:none; }#o5gxJ8thEGvrw7oOXUIAuleFaQLi0ZAG { color:#464646;display:block;width:8rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:37.6875rem;left:33.5rem;height:1.527775rem;display:block; }
#NalVyWA1T1ekBzw8ozVTUUTBU76wxFsI { position:absolute;display:block;z-index:100003;background-color:#005a50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #005a50;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0rem solid #ffffff;height:0.0625rem;width:33.75rem;top:36.125rem;left:20.625rem;display:block; }
#ogpDJ9dU7NLXpyntMpRoQTi2oWxtdP4q { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.374rem;width:43.75rem;top:39.8125rem;left:15.625rem;overflow:hidden;display:block; }
#yDW68CMZh3c2Ny15lRgt8Wvshq5WHkDV { position:absolute;display:block;z-index:100006;border-top:0.1875rem solid #005a50;border-left:0.1875rem solid #005a50;border-right:0.1875rem solid #005a50;border-bottom:0.1875rem solid #005a50;height:29.125rem;width:43.75rem;top:4.5rem;left:15.4375rem;overflow:hidden;display:block; }
#ykrgFt632K2ckksShJkDyx98xrDstAl2 { color:#464646;display:block;width:32.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:21.3125rem;height:1.527775rem;text-align:center;text-align-last:center;display:block; }
#eZ1VD0UKxRQKSfvQ4GyJCWwkmPkGGv3K { position:absolute;display:block;z-index:100004;background-color:#005a50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #005a50;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0rem solid #ffffff;height:0.0625rem;width:33.75rem;top:73.3125rem;left:20.625rem;display:block; }
#vGS7B7VWQcslRzSu3JHgeByoUitCwTGb { position:relative;display:none; }#vGS7B7VWQcslRzSu3JHgeByoUitCwTGb { border-width: 0; border-radius: 0; }#vGS7B7VWQcslRzSu3JHgeByoUitCwTGb > .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:72.625rem;width:75rem;position:relative;display:none; }#W9OXdXtZUWxf8peHgnm81hm7XXzkwnMM { color:#464646;display:block;width:29.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:0.7470703125rem;left:22.625rem;height:1.527775rem;text-align:center;text-align-last:center;display:block; }
#TmhxW3fGDOEu7KxsWedfAIIJhgUiEwTf { color:#464646;display:block;width:7.749rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:36.5rem;left:33.5625rem;height:1.4351875rem;display:block; }
#kk4vHqE0QSUuggMEHazbuzLuiBJWAGaB { position:absolute;display:block;z-index:100003;background-color:#005a50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #005a50;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0rem solid #ffffff;height:0.0625rem;width:33.75rem;top:34.5625rem;left:20.625rem;display:block; }
#x55ixyOpzs5rLL52iBgF58SqvVHFi9r6 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.875rem;width:43.75rem;top:38.560546875rem;left:15.625rem;overflow:hidden;display:block; }
#oDpqFTaC83vl9yIVWIiQI6y8Bg4WJAMb { position:absolute;display:block;z-index:100006;border-top:0.1875rem solid #005a50;border-left:0.1875rem solid #005a50;border-right:0.1875rem solid #005a50;border-bottom:0.1875rem solid #005a50;height:29.125rem;width:43.625rem;top:3rem;left:15.4375rem;overflow:hidden;display:block; }
#BW384eB52gEZQF5MHgchp6lJTELth8J8 { position:relative;display:none; }#BW384eB52gEZQF5MHgchp6lJTELth8J8 { border-width: 0; border-radius: 0; }#BW384eB52gEZQF5MHgchp6lJTELth8J8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:none; }#JuA6W4vsZUfbDqdaT0tLTLGWZ6k6aEec { color:#000000;display:block;width:53.75rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.875rem;left:10.625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tFzdkxgxpXFBwtPM7eBrWdH8y8JSXJRc { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #01a17b;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:36.125rem;top:0.1875rem;left:19.4375rem;display:block; }
#blqics8NvycD3y7OpVM17pH9vIv0IIgJ { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #01a17b;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:36.125rem;top:0.1875rem;left:19.4375rem;display:none; }
#k6tx1gLpFCxRuo5hCqN6kSWJmxd5i0RT { position:relative;display:none; }#k6tx1gLpFCxRuo5hCqN6kSWJmxd5i0RT { border-width: 0; border-radius: 0; }#k6tx1gLpFCxRuo5hCqN6kSWJmxd5i0RT > .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;position:relative;display:none; }#NcWXFGTJlkmQ07JKnsF47nkUTUW2mBos { position:relative;display:none; }#NcWXFGTJlkmQ07JKnsF47nkUTUW2mBos { border-width: 0; border-radius: 0; }#NcWXFGTJlkmQ07JKnsF47nkUTUW2mBos > .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;position:relative;display:none; }#xD9KPd58sbAPX34q4DB3vH44LdEK00qa { 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-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:lato;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:100000;text-align:center;text-align-last:center;display:none; }
#TXe2Na9PIsuJHFTQz9IfTvinNqd2iLNR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sSJxhucivqZ4tigzvOpLbZci45TT3egx { 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-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:lato;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:100000;text-align:center;text-align-last:center;display:none; }
#sXvSow093y1l6GNx2qSqL9xFp8OJp2yw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#p3ve1nrgFAyOTFIIGFoJMGPbMTpFTd19 { 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-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:lato;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:100000;text-align:center;text-align-last:center;display:none; }
#VVBLNyM64XSaBwryXf5z9q4DV4JCA576 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cutwW17zXwCSL9Atb5Umq3sy2WFgmFei { position:relative;display:none; }#cutwW17zXwCSL9Atb5Umq3sy2WFgmFei { border-width: 0; border-radius: 0; }#cutwW17zXwCSL9Atb5Umq3sy2WFgmFei > .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;position:relative;display:none; }#TKWcTMUutqggi6ORrs4bguyg7N5Hf16B { 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-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:lato;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:100000;text-align:center;text-align-last:center;display:none; }
#RvVRhpTgEVfnW32IBvWx5PB35PHOz8H0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hzp3Q0ZGgonU63SMxT9BCJpLDaqDS7hX { 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-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:lato;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:100000;text-align:center;text-align-last:center;display:none; }
#IXG45NosOiGffkN4TH1cDUv0ZNDp7RwV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T9BkzdTc7F9DGGBaPTIr8WAFtUP0raJb { 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-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:lato;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:100000;text-align:center;text-align-last:center;display:none; }
#GDDQbpqOxHuAKuM0Wdsei7S6rrrIdb5f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CrCgytb6K8VVzFL1mxaalimKOBBxWqM2 { position:relative;display:none; }#CrCgytb6K8VVzFL1mxaalimKOBBxWqM2 { border-width: 0; border-radius: 0; }#CrCgytb6K8VVzFL1mxaalimKOBBxWqM2 > .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;position:relative;display:none; }#OON8olFgNdezn4M64MU9Ca4mfWPUEGbm { 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-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:lato;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:100000;text-align:center;text-align-last:center;display:none; }
#wcBWlx0vXSqIz8AIq4NwfRCRQ6rREf9A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rIMk3UtQbE8wqKO83oqea7F1pTVQQHtt { 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-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:lato;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:100000;text-align:center;text-align-last:center;display:none; }
#qWSBzkuTCWHSSrn6ERgkCpF7NTUAJ0qu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#O2m9bf3nw8yqvZabCg4UBwivl46yAbR1 { 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-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:lato;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:100000;text-align:center;text-align-last:center;display:none; }
#ZJeLNPcEA3LaflnOoG8eVlk5yPUpeQdT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gRRZ9qLBspNzUGq0dmSoLsXKJtQ3omDZ { position:relative;display:none; }#gRRZ9qLBspNzUGq0dmSoLsXKJtQ3omDZ { border-width: 0; border-radius: 0; }#gRRZ9qLBspNzUGq0dmSoLsXKJtQ3omDZ > .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;position:relative;display:none; }#wLNbfe7tuXlIgkrSQKLLPor2OEKChpbg { position:relative;display:none; }#wLNbfe7tuXlIgkrSQKLLPor2OEKChpbg { border-width: 0; border-radius: 0; }#wLNbfe7tuXlIgkrSQKLLPor2OEKChpbg > .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;position:relative;display:none; }#Gqsl8FPypPEt0RT6sRRECTRUk3fAAXBv { background-color:#f5cc45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#005a50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:2.8125rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:76.3115234375rem;left:29.875rem;display:none; }
#mbUMoTRUcltPTEohDOnhhDwaHtRJilMn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#auNeBeKcTTqhpovWBeEQutBqTT5eBf0E { color:#000000;display:block;width:53.75rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.875rem;left:10.625rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#KCN3QqUswqCO8AWvFCrP8eMLUF4DzQBr { color:#000000;display:block;width:53.75rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.875rem;left:10.625rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#KUPbm9ny5Hzloos8KUEdiMBOZKh0EL7s { background-color:#f5cc45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#005a50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:2.8125rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:76.3115234375rem;left:45.75rem;display:none; }
#tNivtn0ormWXn8HgwdUu0fOa0P1Lov0B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SSxdmyDFiq8JtMlHpdc1EHTAkP2yNVMb { background-color:#f5cc45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#005a50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:2.8125rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:76.3115234375rem;left:57.875rem;display:none; }
#qDVrXJytg6HqokFM3l0aLEUHauexQnZm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vVz9TktG8Hs2saob6r8saGuKRZkLdfir { color:#000000;display:block;width:53.75rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.875rem;left:10.625rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#kwp6i8uzFTaozok7Diq3U4nTDXZLyBeT { position:relative;display:none; }#kwp6i8uzFTaozok7Diq3U4nTDXZLyBeT { border-width: 0; border-radius: 0; }#kwp6i8uzFTaozok7Diq3U4nTDXZLyBeT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:76.0625rem;width:75rem;position:relative;display:none; }#RysHJpuqTI00PCDBU7k4JqR7D7w3drB2 { color:#464646;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:4.75rem;left:20.9375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Odo3EELCQIfTIQAH9lFUHXev6cGWW241 { color:#464646;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.75rem;left:36.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Xg8cCoBsP3f0SUnLE1FAIkiqui62l8Nt { color:#464646;display:block;width:9.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:54.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#fIw9SDxfAyMhBcDyrzxC8M1uHcJaU69p { color:#464646;display:block;width:6.3748125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:25.8125rem;left:8.9375rem;height:3.25rem;display:block; }
#S2WwTb5x4STybMSCDbQtTBtlaFcdciKe { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:21.4375rem;left:19.6875rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#AslFiXdDT5Wy0C5EVzacQ5bgN0EE00QL { color:#005a50;display:block;width:12.3123125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.4;letter-spacing:0;top:23.8125rem;left:21rem;height:9.9375rem;display:block; }#AslFiXdDT5Wy0C5EVzacQ5bgN0EE00QL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AslFiXdDT5Wy0C5EVzacQ5bgN0EE00QL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oiVZnHNK/check.png); }
#mbG797qQn7EAOUwmkBTnhflMaTMP6PNC { color:#000000;display:block;width:25.186625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:21.4375rem;left:38.5625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#DvMh36aS5vE1aTeSlscTJZTzJ8WHzHGS { color:#005a50;display:block;width:8.8748125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:25.8125rem;left:40.0625rem;height:5.9375rem;display:block; }#DvMh36aS5vE1aTeSlscTJZTzJ8WHzHGS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DvMh36aS5vE1aTeSlscTJZTzJ8WHzHGS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oiVZnHNK/check.png); }
#kJG4ydPlvtyPkaN7X4suoNIzXA00EmeT { color:#005a50;display:block;width:8.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:25.8125rem;left:52.75rem;height:5.625rem;display:block; }#kJG4ydPlvtyPkaN7X4suoNIzXA00EmeT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kJG4ydPlvtyPkaN7X4suoNIzXA00EmeT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oiVZnHNK/check.png); }
#CsdhyFvEP8Xi7xmsevym3xEVcOch1QgH { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:58.3125rem;top:19.875rem;left:8.375rem;display:block; }
#WLtVz7QSWpOdRZ3DSVAcDSxBlELZhGCm { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0;border-right:0;border-bottom:0;height:1.43676875rem;width:58.3125rem;top:35.3125rem;left:8.3125rem;display:block; }
#sB5OgJTMgC3RoZ7FQ6m7Ip0B8GghA5c8 { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem none #cacaca;border-left:0rem none #cacaca;border-right:0.0625rem solid #005a50;border-bottom:0rem none #cacaca;height:46.75rem;width:1.8125rem;top:19.875rem;left:33.4375rem;display:block; }
#Wu7Tb47worRiSka2MIwbAsJC958SvIHf { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.0625rem solid #005a50;border-bottom:0;height:9.4375rem;width:1.8125rem;top:35.3125rem;left:49.125rem;display:block; }
#F4BXL5REktZbd7flHIVXru4IK02avbTW { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.0625rem solid #005a50;border-bottom:0;height:46.75rem;width:1.8125rem;top:19.9375rem;left:17.75rem;display:block; }
#LJKtIZn77b4NHqt44TFRyS2T3TTILnKb { color:#464646;display:block;width:8.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:38.43359375rem;left:8.875rem;height:3.25rem;display:block; }
#PGFRWMuBgTW5nlftmTCAtnTsWApOIFnt { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:37.125rem;left:20.9375rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#JVPRfL6Df7oidxriCfqAetnTWcwaaaKM { color:#000000;display:block;width:13.0620625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:37.125rem;left:36.5rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#wiVgbx9pGSpWi487L6TMrx407smzey9b { color:#000000;display:block;width:11.1870625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:38.125rem;left:53.4375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#mPpwfafF7tbeAIm84KN3IqzEiRsvBk9d { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0;border-right:0;border-bottom:0;height:1.43676875rem;width:58.3125rem;top:44.75rem;left:8.3125rem;display:block; }
#unnBONWqqL7P7k64Uevzp3BdSb2UCfa0 { color:#464646;display:block;width:8.936625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:46.1728515625rem;left:8.875rem;height:3.25rem;display:block; }
#oZhFvCXlTrf2ZAmBMmVLAn7ua3xZGqHr { color:#000000;display:block;width:9.749375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:46.3125rem;left:22.3125rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#OQmzC4kTXin1RRhlAvg4dDizuFZJNQOg { color:#000000;display:block;width:25.8735rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:46.3125rem;left:38.25rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#BiJIO1khoXNPGWIPqciupeGJ20FKdfAP { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0;border-right:0;border-bottom:0;height:1.43676875rem;width:58.3125rem;top:50.5625rem;left:8.3125rem;display:block; }
#AOnhxJrGWGPwUeL74pmD442xQ3ZirE44 { color:#464646;display:block;width:8.9985rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:51.505859375rem;left:8.9375rem;height:3.25rem;display:block; }
#mH62TJF6yWUQZUWznTpBNkksJ0ufnUTK { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:52.375rem;left:21.3125rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#eJCLmJw69ebGWOteQdJQ1UN4JyQTC9nb { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.0625rem solid #005a50;border-bottom:0;height:5.5625rem;width:1.811525rem;top:50.5625rem;left:49.125rem;display:block; }
#EP5yO11sT0aASC07TroL0IKitxDx7Mr6 { color:#000000;display:block;width:12.1245625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:52.375rem;left:37rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#weLmHASSfGn3MJbLVIdmVWgA1xSdhl2w { color:#000000;display:block;width:10.7498125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:52.375rem;left:53.625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#AloiEsQK9NRJ9tdFfrlUhLlKRthRAJ7i { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0;border-right:0;border-bottom:0;height:1.43676875rem;width:58.3125rem;top:56rem;left:8.3125rem;display:block; }
#lrvJOmvlmcA2QnWTlEzbLUaV2nSL1GZr { position:absolute;display:block;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0;border-right:0;border-bottom:0;height:1.43676875rem;width:58.3125rem;top:61.3125rem;left:8.3125rem;display:block; }
#VPq4iTV02Kp2WdZ7XTHRaf69VVnssP0J { color:#464646;display:block;width:9.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:56.9375rem;left:9.5rem;height:3.25rem;display:block; }
#GxCkw80Vy2V2TVGGTH112htxGM0CelDK { color:#000000;display:block;width:11.4355625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:57.8125rem;left:22.0625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#m3EXZX5HLfSSLypbTFU8RsVbZSrUsyuT { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100011;line-height:1.5;letter-spacing:0;top:56.9375rem;left:40.625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#TNTH1ohFSMalo8VShcGAC0Tv6a4Cdduo { position:absolute;display:block;z-index:100006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0;border-right:0;border-bottom:0;height:1.43676875rem;width:58.3125rem;top:66.625rem;left:8.3125rem;display:block; }
#QVTsOQCBvC88B3bzvg1BrUhfTTAO1wU1 { color:#464646;display:block;width:6.999rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:62.15625rem;left:9.75rem;height:3.25rem;display:block; }
#gwXmqvQmr6KUaggRMB2BISBr3cEtoD6B { position:absolute;display:block;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.0625rem solid #005a50;border-bottom:0;height:11.125rem;width:1.8125rem;top:61.375rem;left:49.125rem;display:block; }
#UVGIhqT2UA3xn5Sx93sFFckbFDZCbT1G { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100011;line-height:1.5;letter-spacing:0;top:62.8740234375rem;left:24.875rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#l9NytgvZpJ28TKuvZz1nTiwG7IPbnRg4 { color:#000000;display:block;width:6.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100012;line-height:1.5;letter-spacing:0;top:62.8740234375rem;left:55.9375rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#hdJIKaLF24nvcbAyl9OfeTONRx4Fs6Vq { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.125rem solid #005a50;border-bottom:0;height:69.375rem;width:1.875rem;top:3.125rem;left:64.6875rem;display:block; }
#i4fGO5neg5lJp4NMOhBKxstTb2g04m3M { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:47.0625rem;top:3.125rem;left:19.5625rem;display:block; }
#xFTdVByaaEI3Ky0GNFHfUmZ848O9ywDM { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.125rem solid #005a50;border-right:0;border-bottom:0;height:46.8125rem;width:1.875rem;top:19.8740234375rem;left:8.25rem;display:block; }
#nh4f74gyvwEzh2FlXis6u6QuPuM4EUVG { position:absolute;display:block;z-index:99998;background-color:#669c96;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.375rem;width:58.25rem;top:19.9365234375rem;left:8.375rem;display:block; }
#muVZbsN9G4az8LC49wEpBsi9sNZo4y8S { position:absolute;display:block;z-index:99999;background-color:#669c96;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.75rem;width:58.25rem;top:44.8115234375rem;left:8.3125rem;display:block; }
#cevHnOBqayAMiJ20HGiTNFtt9BsraC9k { position:absolute;display:block;z-index:99993;background-color:#669c96;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1875rem;width:58.25rem;top:56.1240234375rem;left:8.3125rem;display:block; }
#sPB14iun2h5Q4J9Z9pO6eDnEBpVW21xb { position:absolute;display:block;z-index:99996;border-top:0.0625rem solid #005a50;border-left:0.0625rem solid #005a50;border-right:0.0625rem solid #005a50;border-bottom:0;height:11.75rem;width:15.625rem;top:8.0625rem;left:19.5625rem;overflow:hidden;display:block; }
#pGH0yKkaTesgxGtkn7WqT5VsJTDGT44U { position:absolute;display:block;z-index:100017;border-top:0.0625rem solid #005a50;border-left:0;border-right:0.0625rem solid #005a50;border-bottom:0;height:11.75rem;width:15.625rem;top:8.0625rem;left:35.3125rem;overflow:hidden;display:block; }
#kF2LipMZo3Ro65PEwWCv6351TsaiWqx1 { position:absolute;display:block;z-index:99997;border-top:0.0625rem solid #005a50;border-left:0;border-right:0.0625rem solid #005a50;border-bottom:0;height:11.75rem;width:15.625rem;top:8.0625rem;left:51rem;overflow:hidden;display:block; }
#umEMzUl1X4KwoWwQhCqewqPPeXy0dXTp { background-color:#f5cc45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#005a50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:2.8125rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:68.1865234375rem;left:22.375rem;display:block; }
#th1vfkgE6spgoeKSvtte1HhBlhNCT2y2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#e5gW9x6NuRvI6NiAbSXZW8eILtI4xXVZ { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.125rem solid #005a50;border-bottom:0;height:16.875rem;width:1.8125rem;top:3.125rem;left:17.75rem;display:block; }
#XacahPMAEzATrkfvTGZGlxyG8TNUZVWM { position:absolute;display:block;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.0625rem solid #005a50;border-bottom:0;height:5rem;width:1.811525rem;top:3.125rem;left:49.125rem;display:block; }
#iI9nCrWuV9PGwFcEGCx1KJw4dHkGrX2W { position:absolute;display:block;z-index:100006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.0625rem solid #005a50;border-bottom:0;height:5rem;width:1.811525rem;top:3.125rem;left:33.4375rem;display:block; }
#EbI86lGg1yoMFNCXK23QTBTln8XDbWJd { position:absolute;display:block;z-index:100007;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.0625rem solid #005a50;border-bottom:0;height:5.875rem;width:1.8125rem;top:66.6318359375rem;left:33.4375rem;display:block; }
#cnXwVREsG42kVIz1IpWMFTq1WDUOOLzb { position:absolute;display:block;z-index:99995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:46.9375rem;top:3.25rem;left:19.6875rem;display:block; }
#FwAMtPg3OR13eZreNRWTZN2TFJutTte7 { background-color:#f5cc45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#005a50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:2.8125rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:68.1865234375rem;left:54.1875rem;display:block; }
#ftcoadDcr23xEKEcUCbzZCs4eCKIpaVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tBTlQweJfMlvhXBvgm9EZwUMuKpHwKBI { background-color:#f5cc45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#005a50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:2.8125rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:68.1865234375rem;left:38.25rem;display:block; }
#UTsQGv0AcQ4bGvJfQnLMCnFMvTOMBKMv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xlfpMDXUxCd2wETkeC9pFIHUMhCGW0vb { position:absolute;display:block;z-index:100008;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:47.0625rem;top:72.375rem;left:19.5625rem;display:block; }
#xZgGQ0dafdGIx2OvTMNAghl1KApFKWzu { position:absolute;display:block;z-index:100008;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.125rem solid #005a50;border-bottom:0;height:5.75rem;width:1.8125rem;top:66.6875rem;left:17.75rem;display:block; }
#lQIuSFWpsoTqAfT6zyhfnTbSKum1PSTH { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.5;letter-spacing:0;top:58.75rem;left:40.375rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#TrCAP12lDslKz8vHf0uulNyiychk57nJ { color:#000000;display:block;width:6.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100012;line-height:1.5;letter-spacing:0;top:62.8740234375rem;left:40rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#Kk210b21lVRpMEApMiE0vTEPRM2G0dCS { position:relative;display:none; }#Kk210b21lVRpMEApMiE0vTEPRM2G0dCS { border-width: 0; border-radius: 0; }#Kk210b21lVRpMEApMiE0vTEPRM2G0dCS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dwSmNKSz/TABELA_TESTOW_2021_960x855px_desktop_finalna.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:66.4375rem;width:75rem;position:relative;display:none; }#Kk210b21lVRpMEApMiE0vTEPRM2G0dCS > .row .container.adaptive-delivery-prevent-bg, #Kk210b21lVRpMEApMiE0vTEPRM2G0dCS > .row .container.lazyload, #Kk210b21lVRpMEApMiE0vTEPRM2G0dCS > .row .container.lazyloading { background-image: none; }#aU8KXhp9CeOPHRQwafeDCJ8tqqls6h2A { background-color:#f5cc45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#005a50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:2.625rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:62.375rem;left:20.9375rem;display:block; }
#IH0o3b0G9f8DgGa8oLVT4lzSZzirBJv4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ebGV4M3AhQEJ825FwOZbqLxTqwS7t2hF { background-color:#f5cc45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#005a50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:62.375rem;left:46.375rem;display:block; }
#Ub3tzvDNT9C7QtFJkuCqeH10gVIVRomB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#g5PszPyLm1pbqdsDGVFOSdAVSkNfeLcX { background-color:#f5cc45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#005a50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:62.375rem;left:61.8125rem;display:block; }
#tOWNWJJFF2Xd3TuimhWX2GrfvwDJNbBb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QLQIAN4vGuNtJtiN6zGw0sxGRrPkyIXl { position:relative;display:none; }#QLQIAN4vGuNtJtiN6zGw0sxGRrPkyIXl { border-width: 0; border-radius: 0; }#QLQIAN4vGuNtJtiN6zGw0sxGRrPkyIXl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dU7tiw5a/TABELA_TESTOW_2021_03_17.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:66.4375rem;width:75rem;position:relative;display:none; }#QLQIAN4vGuNtJtiN6zGw0sxGRrPkyIXl > .row .container.adaptive-delivery-prevent-bg, #QLQIAN4vGuNtJtiN6zGw0sxGRrPkyIXl > .row .container.lazyload, #QLQIAN4vGuNtJtiN6zGw0sxGRrPkyIXl > .row .container.lazyloading { background-image: none; }#To2tIgDb3EfLIbs4wTJ920yiK5ZogRUF { background-color:#f5cc45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#005a50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:2.625rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:62.375rem;left:20.9375rem;display:block; }
#dTWUiWn56RJbUe6KEOp8VDBK0DWl2G8l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xniovFi8rnORs1USqTVbbpg5v5Ah8kNW { background-color:#f5cc45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#005a50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:62.375rem;left:46.375rem;display:block; }
#kfNdJ5Ohur6fThwO5Uvhxh7RGgUrrqNk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Bsb4iJxqfdBQDZywOtvQJGZXadGEGzus { background-color:#f5cc45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#005a50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:62.375rem;left:61.8125rem;display:block; }
#vFvRRlyKCHSEagnPJfEVfR7lBWBAJNM3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JWNd8sATgg4TlTvJxgO7gz48Z2Vsfxuv { position:relative;display:block; }#JWNd8sATgg4TlTvJxgO7gz48Z2Vsfxuv { background-color: transparent; background-image: none; }#JWNd8sATgg4TlTvJxgO7gz48Z2Vsfxuv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JWNd8sATgg4TlTvJxgO7gz48Z2Vsfxuv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JWNd8sATgg4TlTvJxgO7gz48Z2Vsfxuv > .row .container > .video-iframe-container { display: none; }#JWNd8sATgg4TlTvJxgO7gz48Z2Vsfxuv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JWNd8sATgg4TlTvJxgO7gz48Z2Vsfxuv > .row > .video-iframe-container { display: none; }#JWNd8sATgg4TlTvJxgO7gz48Z2Vsfxuv > .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); }#JWNd8sATgg4TlTvJxgO7gz48Z2Vsfxuv { border-width: 0; border-radius: 0; }#JWNd8sATgg4TlTvJxgO7gz48Z2Vsfxuv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#bbJmezTsu3TsZWxk9NqgTBqI5RoTeZEq { color:#005a50;display:block;width:75rem;position:absolute;font-family:museo;font-size:1.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.8185768127441rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#hr4D5M9tfUmbooi4HZTVrtsM2Cu3nVaT { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #00505a;background-color:#ffffff;background-image:none;position:relative;display:block; }#hr4D5M9tfUmbooi4HZTVrtsM2Cu3nVaT > .row .container { background-color: transparent; background-image: none; }#hr4D5M9tfUmbooi4HZTVrtsM2Cu3nVaT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hr4D5M9tfUmbooi4HZTVrtsM2Cu3nVaT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hr4D5M9tfUmbooi4HZTVrtsM2Cu3nVaT > .row .container > .video-iframe-container { display: none; }#hr4D5M9tfUmbooi4HZTVrtsM2Cu3nVaT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hr4D5M9tfUmbooi4HZTVrtsM2Cu3nVaT > .row > .video-iframe-container { display: none; }#hr4D5M9tfUmbooi4HZTVrtsM2Cu3nVaT > .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); }#hr4D5M9tfUmbooi4HZTVrtsM2Cu3nVaT > .row .container { border-width: 0; border-radius: 0; }#hr4D5M9tfUmbooi4HZTVrtsM2Cu3nVaT > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:75rem;position:relative;display:block; }#EvRLTMXk2dxZrCzUDqQEmzCPABVfebp8 { color:#464646;display:block;width:8.1864375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100017;line-height:1.8;letter-spacing:0;top:8.625rem;left:24rem;height:;display:block; }#EvRLTMXk2dxZrCzUDqQEmzCPABVfebp8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EvRLTMXk2dxZrCzUDqQEmzCPABVfebp8 li:before{  }
#Q3OJB3yvdVBWhdflO0sCudk7GNmU0oQh { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.8;letter-spacing:0;top:8.625rem;left:5.03125rem;height:6.69825rem;display:block; }#Q3OJB3yvdVBWhdflO0sCudk7GNmU0oQh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q3OJB3yvdVBWhdflO0sCudk7GNmU0oQh li:before{  }
#ggPgxX5NC9dAypIdgF1nqcvhC4PLnI98 { color:#000000;display:block;width:12.8730625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.8;letter-spacing:0;top:8.625rem;left:40.4375rem;height:6.69825rem;display:block; }#ggPgxX5NC9dAypIdgF1nqcvhC4PLnI98 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ggPgxX5NC9dAypIdgF1nqcvhC4PLnI98 li:before{  }
#PpyiZ6pfqCUtCJ9JTQ0DHnNl4LsRFT7p { color:#000000;display:block;width:12.0605625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100019;line-height:1.8;letter-spacing:0;top:8.625rem;left:59.75rem;height:;display:block; }#PpyiZ6pfqCUtCJ9JTQ0DHnNl4LsRFT7p li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PpyiZ6pfqCUtCJ9JTQ0DHnNl4LsRFT7p li:before{  }
#cOA6kSFpCrmdLeZ9gDKaFcSz2UwD7g9h { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:1.9375rem;left:7.1875rem;overflow:hidden;display:block; }
#SO6Dv0iX1FTfaIu4suKh2kTyIUe6TxDx { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:1.9375rem;left:25.9375rem;overflow:hidden;display:block; }
#sc3OJvQZnkGIx2EaMroacTJcDDip9wuc { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:4.125rem;top:2.0625rem;left:44.8125rem;overflow:hidden;display:block; }
#wLIeXkL6WOKFCp9G6xprdFTdyMrivAHr { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:4.75rem;top:1.75rem;left:63.25rem;overflow:hidden;display:block; }
#Lw0IvpzdFTHPVTInFmuyUTog9Fq9oFIb { position:absolute;display:block;z-index:100030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #33ccbc;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:7.25rem;top:7.3125rem;left:5.9375rem;display:block; }
#oZlnzofu0sfq44JW6hdVMGBZ9dcPuyFC { position:absolute;display:block;z-index:100031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #33ccbc;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:7.25rem;top:7.3125rem;left:24.5rem;display:block; }
#Lk1M5RfsCeQ3ZkLiTKiFRockW30w9RNp { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #33ccbc;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:7.25rem;top:7.3125rem;left:43.25rem;display:block; }
#nNN1esHkbNathTUv05vvbuWf7tXSn04Z { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #33ccbc;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:7.25rem;top:7.3125rem;left:62rem;display:block; }
#BgwpPNur1bzMqF2buLHSE2de4TF1IviB { position:absolute;display:block;z-index:100005;background-color:rgba(255,255,255,0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:16.625rem;width:13.75rem;top:8.5rem;left:58.75rem;display:none; }
#U8HohNP81K6CLwuT4NtET3Hn1geUqDb0 { position:absolute;display:block;z-index:100005;background-color:rgba(255,255,255,0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:16.625rem;width:13.75rem;top:8.5rem;left:58.75rem;display:none; }
#nz5ygPdCTi2ViHF5ApuNLR8pNAHmszTi { position:absolute;display:block;z-index:100005;background-color:rgba(255,255,255,0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:16.625rem;width:13.75rem;top:8.5rem;left:58.75rem;display:none; }
#tIoTsoXTi90uvpWMpvoVPQR0pzkZLyOT { position:absolute;display:block;z-index:100005;background-color:rgba(255,255,255,0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:16.625rem;width:13.75rem;top:8.5rem;left:58.75rem;display:none; }
#xcao0vlR5GxMnaL5RXTJLo58v0RF1xIc { position:absolute;display:block;z-index:100005;background-color:rgba(255,255,255,0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0.125rem solid #005a50;border-right:0.125rem solid #005a50;border-bottom:0.125rem solid #005a50;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:16.625rem;width:13.75rem;top:0rem;left:58.75rem;display:block; }
#Tsucm7Xe0WCnf7ti6ivHKsFEsWpHTkT2 { position:absolute;display:block;z-index:100004;background-color:rgba(255,255,255,0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0.125rem solid #005a50;border-right:0.125rem solid #005a50;border-bottom:0.125rem solid #005a50;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:16.625rem;width:13.75rem;top:0rem;left:40rem;display:block; }
#QgzZkyfm4TTnDVposkDTKxpqkwXTiUK2 { position:absolute;display:block;z-index:100003;background-color:rgba(255,255,255,0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0.125rem solid #005a50;border-right:0.125rem solid #005a50;border-bottom:0.125rem solid #005a50;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:16.625rem;width:13.75rem;top:0rem;left:21.25rem;display:block; }
#csra2KBdrPdJpnVS83KLkp70mmhcWQbp { position:absolute;display:block;z-index:100002;background-color:rgba(255,255,255,0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #005a50;border-left:0.125rem solid #005a50;border-right:0.125rem solid #005a50;border-bottom:0.125rem solid #005a50;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:16.625rem;width:13.75rem;top:0rem;left:2.5rem;display:block; }
#ltpXvJQgUwZkvRLWqpCauyQUBmfTDCmw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#ltpXvJQgUwZkvRLWqpCauyQUBmfTDCmw > .row .container { border-width: 0; border-radius: 0; }#ltpXvJQgUwZkvRLWqpCauyQUBmfTDCmw > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:none; }#TeTJTV6Z2Mci1LS2AahfgVUzTfGlmdGk { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #00505a;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/GuWaznXv/szczepienie_covid_w_enel_med1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#TeTJTV6Z2Mci1LS2AahfgVUzTfGlmdGk.adaptive-delivery-prevent-bg, #TeTJTV6Z2Mci1LS2AahfgVUzTfGlmdGk.lazyload, #TeTJTV6Z2Mci1LS2AahfgVUzTfGlmdGk.lazyloading { background-image: none; }#TeTJTV6Z2Mci1LS2AahfgVUzTfGlmdGk > .row .container { background-color: transparent; background-image: none; }#TeTJTV6Z2Mci1LS2AahfgVUzTfGlmdGk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TeTJTV6Z2Mci1LS2AahfgVUzTfGlmdGk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TeTJTV6Z2Mci1LS2AahfgVUzTfGlmdGk > .row .container > .video-iframe-container { display: none; }#TeTJTV6Z2Mci1LS2AahfgVUzTfGlmdGk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TeTJTV6Z2Mci1LS2AahfgVUzTfGlmdGk > .row > .video-iframe-container { display: none; }#TeTJTV6Z2Mci1LS2AahfgVUzTfGlmdGk > .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); }#TeTJTV6Z2Mci1LS2AahfgVUzTfGlmdGk > .row .container { border-width: 0; border-radius: 0; }#TeTJTV6Z2Mci1LS2AahfgVUzTfGlmdGk > .row .container { font-size:0.875rem;font-family:arial;height:18.868055625rem;width:75rem;position:relative;display:block; }#hilk64hk5WdR1oKFGOtxyqgva0P1kTio { color:#000000;display:block;width:44.623875rem;position:absolute;font-family:museo;font-size:2.5rem;font-weight:normal;z-index:100000;line-height:1.5;letter-spacing:0;top:2.4348964691162rem;left:0rem;height:7.5rem;display:block; }
#DPmWiIRNvTa6Jzn7yWq183tekXpmPpXr { background-color:#005a50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:14.4365rem;height:3.99956875rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:12.599826812744rem;left:0rem;display:block; }
#ko51ybmTvO3J9nvpvpcrkLFfcbFT6acu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A9ViLuzvo7fvFyQV6T2aGFnZcoK7z0g3 { position:relative;display:none; }#A9ViLuzvo7fvFyQV6T2aGFnZcoK7z0g3 { border-width: 0; border-radius: 0; }#A9ViLuzvo7fvFyQV6T2aGFnZcoK7z0g3 > .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;position:relative;display:none; }#QvSmCUMitLsRZX1RTmUUsMQVRuJZcOr0 { color:#000000;display:block;width:73.999375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:6.3531360626219rem;left:1.0004348754882rem;height:6.04166875rem;display:block; }
#ZkcKMTTyrVqxCFFHMzv8LduZZGGinf67 { position:relative;display:none; }#ZkcKMTTyrVqxCFFHMzv8LduZZGGinf67 { border-width: 0; border-radius: 0; }#ZkcKMTTyrVqxCFFHMzv8LduZZGGinf67 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ODpk7QrP/TABELA_TESTOW_2021_05_26.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:66.4375rem;width:75rem;position:relative;display:none; }#ZkcKMTTyrVqxCFFHMzv8LduZZGGinf67 > .row .container.adaptive-delivery-prevent-bg, #ZkcKMTTyrVqxCFFHMzv8LduZZGGinf67 > .row .container.lazyload, #ZkcKMTTyrVqxCFFHMzv8LduZZGGinf67 > .row .container.lazyloading { background-image: none; }#fcRGXSM4iAqTnWl8dWEzwTQgLRe6F9ut { background-color:#f5cc45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#005a50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.749375rem;height:2.56185rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:62.403433799744rem;left:20rem;display:block; }
#dF2OQk9uvlgfZ1TTlTTfIdTC6GutTd1o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uBMisZVZeMRiorUH03SZfzR5GOP2dQO9 { background-color:#f5cc45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#005a50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.874125rem;height:2.62478125rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:62.373050689698rem;left:46.812068939209rem;display:block; }
#CQ2z5qAOBiG5B45SzVhe02TWXlt7k2zI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mBuClwXqMaWx3LF2pgV6Sl5n3TEpx0al { background-color:#f5cc45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#005a50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.874125rem;height:2.62478125rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:62.373050689698rem;left:62.186420440674rem;display:block; }
#IlCa8BmGHibJ1Ngxw3tNOTNHvoJduACt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UeR8bvKGEUM6yB26IBwJposWc9kyFIWv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#106c5d;background-image:none;position:relative;display:block; }#UeR8bvKGEUM6yB26IBwJposWc9kyFIWv > .row .container { background-color: transparent; background-image: none; }#UeR8bvKGEUM6yB26IBwJposWc9kyFIWv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UeR8bvKGEUM6yB26IBwJposWc9kyFIWv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UeR8bvKGEUM6yB26IBwJposWc9kyFIWv > .row .container > .video-iframe-container { display: none; }#UeR8bvKGEUM6yB26IBwJposWc9kyFIWv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UeR8bvKGEUM6yB26IBwJposWc9kyFIWv > .row > .video-iframe-container { display: none; }#UeR8bvKGEUM6yB26IBwJposWc9kyFIWv > .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); }#UeR8bvKGEUM6yB26IBwJposWc9kyFIWv > .row .container { border-width: 0; border-radius: 0; }#UeR8bvKGEUM6yB26IBwJposWc9kyFIWv > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#TSTLtJExuQ0LXobDAQEHPNAef0LTuEzn { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.09375rem;left:28.5625rem;height:2.111975rem;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) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSOR9rktxzssTJoOADT8e2IaaTUqBObm { top:0rem;left:0rem;width:12.875rem;height:6.5924687314306rem;display:block; }
 }@media only screen and (max-width: 763px) { #abHafa23KtEUK1rpfwxQvu9Vva6L6n4T { top:1.3125rem;left:16.4375rem;width:25.75rem;height:2.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE4L67H89rIleAlB1VJkBOq8Tz4ROKTd { top:3.5625rem;left:9rem;width:38.75rem;height:2.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwxBCUXL7TltQTKVtmlQRrCpEdatgCNx { top:1.625rem;left:44.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMvLczxKSSHHlAEBwQlOc2kPTDveLmFA { width:3.625rem;height:3.625rem;top:1.625rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kem95b3xr1Pgu98D5isT65110xcdRG1P { display:block; }
 }@media only screen and (max-width: 763px) { #XFZKLQweTc0MA5hDHJWlLQL4rZJimXu2 { top:9.6875rem;left:0rem;width:12.625rem;height:2.625rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n68cRixtANXacknrVh3xnuuo3VEWbqoz { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #RITkKixhT7zdfKtw6Vp60KOhHQWlZTUo { display:block; }
 }@media only screen and (max-width: 763px) { #gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W { display:block; }#gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGT1ubLEl2IZQHOuhCgxTpMWHReK1Rhq { top:3.0625rem;left:0rem;width:42.625rem;height:12.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd80oBURhqIwnFqR98G089tR5PIffgbD { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #XO9Awk80lBot3HhnM7JyGdoW0CDRMsbZ { width:18.4375rem;height:4.875rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIJwxAquMlWQb2WFrsVJIvLSc0qQxTEe { display:block; }
 }@media only screen and (max-width: 763px) { #gxnwXnSRAaEHJ7sbrWui9az0tQwWyaF7 { top:16.9375rem;left:0rem;width:15.6875rem;height:4.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMAz9A4KTMEsdXxPElST631voD85QlJu { top:1.0625rem;left:0rem;width:43.875rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnr7By2XerScAF6TTmCEFc9vCDPSau55 { display:block; }#Jnr7By2XerScAF6TTmCEFc9vCDPSau55 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUzLsSA2cJrykaoDPPxM3Az0sKWvJUV3 { top:2.75rem;left:0rem;width:47.75rem;height:15.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snEsvG14VvJRZVamLhsFzfM0CBAohw1T { top:2.9375rem;left:0rem;width:12.625rem;height:12.750263564975rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ7JBAsO3MSBbVNI9Nqf78iVwLQQUMbA { display:block; }#wQ7JBAsO3MSBbVNI9Nqf78iVwLQQUMbA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wa3Abb78RQBcfMnLgqiUCNRdL6du5aNi { top:5.375rem;left:0rem;width:47.75rem;height:6.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9QV3VT8LyIN7TCsWKZpiADNoc74yZXh { display:block; }#o9QV3VT8LyIN7TCsWKZpiADNoc74yZXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #or0IsR4LM2aXOVbBVdq8Uus9XM5nZVUd { top:2.8125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrlqAQTT4TnTmIJS3gvlI1G4GOVSi30E { display:block; }#KrlqAQTT4TnTmIJS3gvlI1G4GOVSi30E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0uMbgDZHLa5ai5smMTXRZ0Qt1JTnD6s { top:3.9375rem;left:0rem;width:47.75rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCOqSnfhtZIdDaSC13tDQfF25BiIxBxE { display:block; }#pCOqSnfhtZIdDaSC13tDQfF25BiIxBxE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMxiFMwQSwQs40euXB6TAvma8Tb20KPx { top:4rem;left:9.0625rem;width:29.3125rem;height:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsX2DznGgHbdJFTbVPr6MT3pNV01oCpk { top:16.9375rem;left:10.3125rem;width:26.875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7krK00q0kkMGTywTPDwbNHuNKUx0IIw { top:22.6875rem;left:12.5625rem;width:22.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #LX6a2Nz4QznLo5kAmWHqU00tQBv9fWIG { top:25.4375rem;left:10.5625rem;width:26.4375rem;height:14.75rem;font-size:0.75rem;display:block; }#LX6a2Nz4QznLo5kAmWHqU00tQBv9fWIG li:before{  }
 }@media only screen and (max-width: 763px) { #VQkVXL738qQNdw0C1ohfr63RaxRGHyz8 { top:5.75rem;left:19.5rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTveyNHdpaZQxeJWNtlkfi1Qc48JAath { display:block; }#vTveyNHdpaZQxeJWNtlkfi1Qc48JAath > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAxLK2mBaT57soWJvbr8McCWCOrmqUUe { top:3.625rem;left:0rem;width:29.3125rem;height:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aniHXP3Dq58ETdtcdzv244QuWeVFfEkB { top:3.625rem;left:18.0625rem;width:29.3125rem;height:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQQZ6DLXm4VxEH06No20TGDeJL0lvWZI { top:16.5625rem;left:0rem;width:26.875rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQtyI2nbPBnphgCa2zqZaBpkNbCu1tzH { top:16.5625rem;left:19.8125rem;width:27.9375rem;height:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAS1m3ByqqGquumWuQ1ngJEU0NvnvN7g { top:25.0625rem;left:0rem;width:26.4375rem;height:14.6875rem;font-size:0.75rem;display:block; }#KAS1m3ByqqGquumWuQ1ngJEU0NvnvN7g li:before{  }
 }@media only screen and (max-width: 763px) { #sKauiG3A7wHo3lxquVkuf8DBHyuZNQcZ { top:5.375rem;left:7.125rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0gr7rkXq5ynenvtdP49575fFM2eHdDC { top:5.375rem;left:31.5rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9BOpVu2DOCN3W38axHkWoeRJ0CHpaCd { top:22.3125rem;left:0.1875rem;width:22.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #D3C93gRQ73TRzL80a8pSk9XJwRuFfe8R { top:22.3125rem;left:24.5625rem;width:22.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #NJAqJ6FOOmt1JorB8ZTKRr3i5EMmNJX3 { top:25.0625rem;left:21.375rem;width:26.375rem;height:20.4375rem;font-size:0.75rem;display:block; }#NJAqJ6FOOmt1JorB8ZTKRr3i5EMmNJX3 li:before{  }
 }@media only screen and (max-width: 763px) { #BilrOeUL6NMcckM9Xk5v9kXPtwhnsy68 { top:13.8125rem;left:0rem;width:47.75rem;height:6.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OvZJaMS45CBHvKdkymaRsZo1r0qyya90 { display:block; }#OvZJaMS45CBHvKdkymaRsZo1r0qyya90 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2vig2K4XrpadZmExirHxHsetauaI6fW { top:23.9375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdISV9MI2s6OlnkFFclRvqJ9oCJU3Czg { top:3.875rem;left:9.8125rem;width:28.125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvFbgV9GLmQcOHK295XKwA9qIO1w5Ldx { top:7.0625rem;left:9.8125rem;width:28rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #DR00RxWQJiu3po9WIgTHgGM46tC9JbRc { top:9.875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgwC2FnfHe52GgPslPn26Cvw8MllufUT { display:block; }#lgwC2FnfHe52GgPslPn26Cvw8MllufUT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ant0PrMheZ253cyTTKnsPz9il7QkO5c5 { top:19.25rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VswJSoxTcgXWnhwHhiR5JV0ElnzgrCZ4 { top:2.875rem;left:11.75rem;width:24.25rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeAiEPg1UyyAB9diRJmBl4DHCFnRyoi4 { top:6rem;left:9.875rem;width:28.0625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Rd6PJ5EioZTqO2CmUbkkUI0ZGk5RoJvC { top:8.5625rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3MkLsNPtf3aJGW2707eUpRDzofv771J { top:16.3125rem;left:17.4375rem;width:12.875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #AOHFx11gMpEdWh8uAZpNANdIPK4QopAS { display:block; }#AOHFx11gMpEdWh8uAZpNANdIPK4QopAS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDyyZB3oTHtxK8HCKPUi5QKohRnUBMpC { top:8rem;left:3.6875rem;width:18.125rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbuKBrQaAa2d8JCVnQGhds3XltTMMlrO { top:8rem;left:23.875rem;width:22.4375rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7MAp8RSGkNFiVdOzTIm5T9pQxM0L3UT { top:3.9375rem;left:8.625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSvQsbDnTVNO3h0b9mpDZ5LChSSmTIR8 { top:3.9375rem;left:34.375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFsaDOsqXmXl3uwKFXOKXkvMn8CqxNCB { display:block; }#lFsaDOsqXmXl3uwKFXOKXkvMn8CqxNCB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hbwg6AZSa10MgwBRL14gJkLMDBdUEak0 { top:3rem;left:5rem;width:37.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrpJZQrn4IZFN27BgJTDc8mbXQc0KVJ2 { top:6.1875rem;left:0rem;width:46.3125rem;height:7.375rem;font-size:1.1875rem;display:block; }#lrpJZQrn4IZFN27BgJTDc8mbXQc0KVJ2 li:before{  }
 }@media only screen and (max-width: 763px) { #s1etkvgv4fJ2NwnnTZJaAtUvOC5aTmDF { display:block; }#s1etkvgv4fJ2NwnnTZJaAtUvOC5aTmDF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SI6bZHvaHUIscrhDQhe7w3UhJTfEq9SQ { top:3.9375rem;left:0rem;width:47.375rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuS6iK846qVSbnXAqyc8eExbeTF3nDQp { top:10rem;left:0.0625rem;width:47.6875rem;height:;font-size:1rem;display:block; }#IuS6iK846qVSbnXAqyc8eExbeTF3nDQp li:before{  }
 }@media only screen and (max-width: 763px) { #PrmcfXv7pq9cKKdkie8Hpco0BlanhLnl { top:6.25rem;left:0.74609375rem;width:32.875rem;height:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiFcRimiT0hA4TMlPVuFzLXr5B5hNkST { display:block; }#BiFcRimiT0hA4TMlPVuFzLXr5B5hNkST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTL0Nf7HTkJUTNdGBKuNvio83AVTke5i { top:2.25rem;left:6.248046875rem;width:36.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVIxmCIaitin34QhObciQgHtD5DrTJtr { top:9.625rem;left:3rem;width:42.6875rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvkGrX1ZiNz2z4BNu5GcMhWHlrbipsHz { top:25.5rem;left:0rem;width:47.75rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtMZ0EFuV6B0UqZubR9eSVyig37ntssw { top:17.625rem;left:0.0625rem;width:47.6875rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpkCW5Dh3GQlcu3ZGOiv4fi7UtJbk3LN { top:5.1875rem;left:5.4678840637207rem;width:36.8125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #LQAWzrmQaGDR8FI073Etl9eilxDd5JUT { top:15.1875rem;left:20.125rem;width:6.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7b8T6a7ghBK3ydJwBVBDluQ19Sr4OvA { top:23rem;left:20.125rem;width:6.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZu7ucTEPQu4rX32mXJUga31ikbUUJQn { display:block; }#uZu7ucTEPQu4rX32mXJUga31ikbUUJQn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARBxiavuGKNPFBFhPiZxZFePxPiZaL4u { top:4rem;left:4rem;width:39.875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVU66ORtH5y3Aulvv9HTO5XLrnTgHULH { top:10.25rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTpg9pWmhkH0RPBy2uop8AesQdko3syU { top:18.1875rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0l5MECnPWP2NfhipNrcr0gxNxKu5CI5 { top:26.4375rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNzLMDSaBN6c6AHZNziWw9u1TXozF3B4 { top:7.25rem;left:4.0625rem;width:39.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #kQpbzD6dP58ZrAATeSnv3650Z0633lzF { top:16rem;left:17.5rem;width:12.875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #FJKhpQDp5z8fEO2IdSfLiK6Q2OFC2uGz { top:23.8125rem;left:17.4375rem;width:12.875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #xaOi6oM4ZqR67Hh6qVIFkqwdT65MJvTR { display:block; }#xaOi6oM4ZqR67Hh6qVIFkqwdT65MJvTR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXa0EwJkSaeu9stvKBSTeo492ffcLSw3 { top:2.75rem;left:2rem;width:43.75rem;height:3.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyB27UNOMn39LFAh0r3pcar4Fxnq2Tez { top:5.9375rem;left:2rem;width:43.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb6EEcSp3vgOnGscgy2ia6piugKweK9b { display:block; }#Pb6EEcSp3vgOnGscgy2ia6piugKweK9b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUaehVQStR4kUwcrDFxmOA8BqKFG4KlB { top:2.1875rem;left:0rem;width:11.875rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF9FBl22SCHV6KBPXS5y3XQLbhrNkLXK { top:2.1875rem;left:11.75rem;width:11.875rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPpTuExICeq07TZdDg8zzqQFtuu37lsZ { top:2.1875rem;left:23.6875rem;width:11.875rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #l90VLiaGwMPbJ034s3FQiaopKaRJD3zs { top:2.1875rem;left:35.625rem;width:11.875rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVNi2v9iT9r3rlWws9toMV2K1ha7ZkBZ { top:12.3125rem;left:0.90625rem;width:10rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2QFCL07LgeN7a2deDcxGTNUgr6Trss9 { top:13rem;left:12.28125rem;width:11.1875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy0KUMqu5bQzIetMKfyQz6x1zHL9qyHp { top:12.3125rem;left:24.40625rem;width:10.875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIp41ASi1HeJuIyJuwFTitQR5nW8sCHN { top:12.3125rem;left:36.78125rem;width:10rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCxsUMwl8GTRykS0emaNQnwMndkTm9p6 { top:21.25rem;left:34.8125rem;width:12.9375rem;height:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9WbSMIs57V2JXKc2pDb0uyIyv34shO4 { top:0.0625rem;left:0rem;width:4.6875rem;height:4.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqsVxpZl6wRgJ02rVoPRdBWC3FAMrVyE { top:0.0625rem;left:11.9375rem;width:4.6875rem;height:4.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDzccblpPAsdhHzaM1KP370Pi5QyQ2tD { top:0.0625rem;left:23.875rem;width:4.6875rem;height:4.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7n8enMP1NFPPeTghldFTXOgRBZXon7W { top:0rem;left:31.125rem;width:4.6875rem;height:4.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwTGiiTDLrraeBMBTh7iR9ZQSsvRTygp { top:3.25rem;left:1.78125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDSKvTpZRK20ltoleCEmaSgX77akTM1I { top:3.25rem;left:13.71875rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiLouqbssM4ZwcSTSliID2d8hX5htDca { top:2.5rem;left:24.90625rem;width:9.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyvoB0cWrpiT6sTtDH59bxTugsteWPUB { top:3.375rem;left:37.71875rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBcX8JsdFpPTgcIvBvRSCcH5Zn3gr2SJ { top:1.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyewrX2wBkisBB8Z6c5bDXAEpE2HW2uE { top:1.5rem;left:11.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzPTV6qPmiZdMswqETkefOL7qBtmexAG { top:1.5rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT1AvpxOyN0yt1NAGUI2pX6M7la8hzeG { top:1.4375rem;left:35.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNZO5FtXJUVZn6WBOOJITARHD0A2QAVg { top:0.125rem;left:11.375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Elk9ABsiS0Rs0gSzoKopxxQzlEdlnQiS { display:block; }#Elk9ABsiS0Rs0gSzoKopxxQzlEdlnQiS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrK3lpJaSklUthqin4lXrfcqIBb5dTGi { top:4.375rem;left:0rem;width:13.125rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2LCwf0GnLSwiu78604M0arxAIoeBagr { top:17.3125rem;left:0rem;width:8.75rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UunnpQoxP4Wk7I0LM7wf2TOWZkAmORJB { top:5.875rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUFzJ2z3aeF2TV0IQw7BqH7R7fIXI9ey { top:4.375rem;left:10.375rem;width:13.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxLCtQivIIoBt0TgKCW6cFZWBNEaJ5GA { top:16.625rem;left:12.75rem;width:11.125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nssQSNwTZuOilBmRMDaaH103AKlxh92P { top:5.6875rem;left:14.1875rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz7WXTZD1rHV2paesRPC6QhsPuWMvZV8 { top:4.625rem;left:15.5625rem;width:31.8125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPRkwbFxe0s0Cx4t3FntTBwKwSA6mkMg { top:6.375rem;left:23.875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmmEemQ7eyB7VvCPRzDtwTZ6n5HoI3OX { top:10.25rem;left:30.125rem;width:17.625rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1b0W6ecMJgCt43wCOwMUib3Tp8B8uWN { top:3rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO1p2dOGXCRT5nMtzpv8lvBSJUHEoeqk { top:3rem;left:14rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUefZH7acpeTgNOkrTlm1ZCtTL5yoMqJ { top:3.25rem;left:23.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHnhvtPOElcCBT90eO50zTfuaMpSBIAc { top:3.5rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS7dllkEWwwlfKJ8PceOsgcD78KpTmx4 { top:3.5rem;left:14.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETui6TotJRTNUympSERhuynmv66SFHsD { top:3.75rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLbM4Z6iebkKCcVaBrkoiQ6noOTwommi { display:block; }#XLbM4Z6iebkKCcVaBrkoiQ6noOTwommi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWk6hOQ2EsOWpVTPFH2J8hax79NtTvtR { top:1.3125rem;left:0rem;width:31.8125rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4O9xSaF5BWmVTJdS1mQHX8JeagvEIyG { top:15.6875rem;left:0rem;width:31.0625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADCED68c0qCeeIpbTphLEg1AHd7fa4Ze { top:1.375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utcmITJHsipVWVIhVG60R9P5rZOLfzLz { top:1.5625rem;left:15.5625rem;width:31.8125rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP32A5mub9ObTwvWNCh3dAdwX205d9WW { top:15.1875rem;left:22.3125rem;width:25.4375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiwrtgt8ybORhvVUTDL2eik7O2a6olFo { top:2.3125rem;left:30.125rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8Ap5dSJTBqmu69pOeB43eaeSlQvtRQN { top:18.4375rem;left:26.125rem;width:19.375rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvJPAFs5xVEz9CLgw54svsG9c1o3bXBl { top:1.375rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iztpPrctIBgpOX4RxXdIP2JHqVBuwk1B { top:0.8125rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk7FgfxTQgaSlQM0DZEUFzF49XKE7kPE { top:0.8125rem;left:23.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfEGzFSTw6MB8yNCcpSgLCww8qGsrRp8 { top:2.6875rem;left:6.59375rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9m9wtNuKxlKxFNUMoNSk3yBGQuk0zXK { display:block; }#t9m9wtNuKxlKxFNUMoNSk3yBGQuk0zXK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQUSBrfKqAl0FwKwzOPsS84RJb2fpDUo { top:3.5625rem;left:0rem;width:13.125rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPS9rBLnTBc7qkEAJf1hedBNioh3NfWW { top:19.0625rem;left:0rem;width:8.75rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssNx0qmOmX24ESEqaQd1gqGeeaIFselz { top:5.0625rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVyOT6Op1S2SzTZCbiJPzfha7AfpqTEk { top:3.5625rem;left:10.5rem;width:13.125rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKtdpbKBfkcdfNPm0pxfmm7A0kAmTHJO { top:18.4375rem;left:12.75rem;width:11.125rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOaMlGzDOdSrTTO7KH9RFLTIT3bbe5fT { top:4.875rem;left:14.1875rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6gfiRwoEsGbfyQRJuu9fUqispd85wvl { top:3.5625rem;left:15.75rem;width:31.75rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT9Lp9rbTOWNPCxu3oHF6olCGosTwu0M { top:16.5rem;left:30.1875rem;width:17.5625rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNoPkBW9q28yTHQRT8GK2O7GgxPw5hgm { top:15.125rem;left:23.875rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmVG4QauygrEK4t3h6AZSLfIkC7TpbBH { top:5.3125rem;left:23.875rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw5ePmXeqUvqBsfUM4KLCsobwPf6daZW { top:6.4375rem;left:30.125rem;width:17.625rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJFkprxuIHq5f4GmfVlZhfLqDIOZQdoW { top:2.1875rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnDFwUrdIOf6OTTGSmlecwP3X4ep4XpE { top:2.1875rem;left:13.5625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uALhSo3VFmN4OcOSpd8PTrSQlFVlNGaZ { top:2.1875rem;left:23.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #euzW6XNUZxCAewsKbBtP1unzx8FcwHg2 { top:2.6875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHERTQUsO1APvEqMzrvM7Zg9lSkKQgaC { top:2.6875rem;left:14rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwxkBuMoFAsao7kqxkm0EVTJhAS2EBCz { top:2.6875rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv97gzii3Dvh456IJ5VgqTfi24DEoV4w { top:14.75rem;left:35.25rem;width:12.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZHhvOUr8q3X6hFgBgXNGenWVpG3iqH9x { display:block; }#ZHhvOUr8q3X6hFgBgXNGenWVpG3iqH9x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMzkKIxXFz7Q2Ld7cJWgbDh2If3wvuQR { top:1.3125rem;left:0rem;width:31.75rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKISO88O5zUGZzmDnv62272As1K7gU1a { top:12.9375rem;left:0rem;width:31.0625rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubT81dFAZ5nZTBkXippBimGGTSMc2ISE { top:1.375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlzN7TyCFIEvcbToIkVWiqlrP5leSn9V { top:18.625rem;left:0rem;width:31.0625rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRJA4pzzkTxq26uSTsKUpuZF8aG69asI { top:1.5625rem;left:15.6875rem;width:31.8125rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1f4eD61mSTvuTTGiikvIPsOIRWiW59x { top:15.1875rem;left:22.3125rem;width:25.4375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyvKgMlZuP5TrrKO9gHofu41eGsJFMsp { top:2.6875rem;left:30.4375rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NotxDalmsqhOoUnQiiBQKbtE2sQSu4Ln { top:18.4375rem;left:26.125rem;width:19.375rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7p4ws5AoQUWHJ6Fe6zs4i3EgTd1MpiL { top:1.375rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZICpxHw3RBVEuk6CQPvMZOEATdrnQ0U { top:0.8125rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5fqzvX9ZsaVwbBLtEIZPb9TKHmuc8H7 { top:0.8125rem;left:23.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUZWsIo5LTokJxy4dFcu6cUZVU7K9eTf { top:17.1875rem;left:5.4375rem;width:12.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ybuJysx2RQzaCFfcuqJaK1xig353GqRG { top:2.5rem;left:7.09375rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaZwDrMIrOyXGHQaoaqQTPLp7LBmTbvq { display:block; }#OaZwDrMIrOyXGHQaoaqQTPLp7LBmTbvq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U606gMJVoTKpUZDf8J7gsD3orgZuVSG6 { top:1.5625rem;left:0rem;width:31.8125rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyTLTdPN9XO81LHMypBge7wnV3bPOOfr { top:5.25rem;left:10.4375rem;width:13.4375rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xtumxwkbu1LMcsafa1vCLSb29TLqGnZU { top:3.75rem;left:0rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZznVvkTrvvvTeZ3lnn89bVhMOgNqztu { top:1rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFWSncSGaerfUCLhRvfSJwyZ6UoRZTIc { top:14.0625rem;left:0rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTqoWGlziPTNqrW62VDEIzuWPDrTiaGE { top:15.625rem;left:10.25rem;width:13.625rem;height:6.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvlfxc2KpdAIXtWv9CFX7hscNbFyg7mf { top:1.875rem;left:34.375rem;width:13.125rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n09oaVXwLKekG2rS9qJGZZZHTfcuk2om { top:16.5rem;left:36.3125rem;width:11.4375rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MISoaXrMfHDm9xeSy6TWCIvueLHbNiTO { top:1.875rem;left:23.875rem;width:13.125rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCOh8TJttbQmxXx62WtowWtFy7PNzHJT { top:14.375rem;left:23.875rem;width:11.5625rem;height:6.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVAtCoqJ8rcPFRHwBuA8O9A5RC2MFtlJ { top:3.3125rem;left:23.875rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0K1XKo78sLaxGxxQxL0mnmrnMX4Zpw7 { top:21.8125rem;left:23.875rem;width:12.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eifd8xrEaq6NGrdlwTEsTBiTUlVCcgtK { top:3.125rem;left:37.6875rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqEhr1lgi1rsFkc1FtaPPkkw7lReeLg7 { top:1.6875rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKH6dSm03fPRoqzgnluoZLAHGIe62T7M { top:1.6875rem;left:38.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ4Z4W8JntLklxV9uKTQRXQ7TNUv8Tto { top:0rem;left:37.1875rem;width:5rem;height:5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdRS4iTzJbd3WeF9yKVWFn4pRynCmCCk { top:0rem;left:23.875rem;width:5rem;height:5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN7xpim4zTbT1fWqTVn5Ton7r8DCt5Vi { display:block; }#WN7xpim4zTbT1fWqTVn5Ton7r8DCt5Vi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8XK4DTq6AwZEdN9pHFhm5lufoyTe7pT { top:2.1875rem;left:0rem;width:11.875rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHXC866mi293dgBPP851anfQTxfIKKTM { top:2.1875rem;left:11.75rem;width:11.875rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKzTrLOLwg70q7ozKfq6Dp2J4gUbfepO { top:2.1875rem;left:23.0625rem;width:12.5rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGAwwHDxxfJiWItbOp20AclF3ro6c1Ky { top:2.1875rem;left:35rem;width:12.5rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ2uPFg3fEHxuOGNHubw5SrOdQxH1eiK { top:14.9375rem;left:1.46875rem;width:8.8125rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNs7CU1WF042OG6TOX5cl4FuIkkZ52xd { top:14.3125rem;left:12.21875rem;width:11.125rem;height:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoLnk30ED793MnbTt7ZQq2n0uEsEtMN1 { top:13.5625rem;left:24.405384063721rem;width:11.625rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S19Fgy6lp88EoyrgLSahTWI10S4Mmyip { top:14.9375rem;left:36.030384063721rem;width:11.4375rem;height:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMliLVrBPnt7yqaGtrnuQl9iJmaVDFBh { top:0.0625rem;left:0rem;width:4.6875rem;height:4.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3HuGsTpITqVUcyBd8sNIgd4ME07eJnc { top:0.0625rem;left:11.9375rem;width:4.6875rem;height:4.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAkNLnO3tUPkoyNCOiRQqkR5OsyAc0fZ { top:0.0625rem;left:23.875rem;width:4.6875rem;height:4.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIBmRkZNXNECSyqbsXmWEB8Er5C9NdSo { top:0rem;left:35.8125rem;width:4.6875rem;height:4.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMOl1un62UCXwUVcQaHuOOk0QfGlKwGK { top:4.125rem;left:1.21875rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2Hlx8x8NBX098JakR7DU1puZ3rdeltO { top:3.6875rem;left:13.03125rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbzlJ4iJU913LldtmB7wyHdQulFFKSdP { top:3.1875rem;left:24.84375rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #am8yVucCs7U393vS2JtXzwVs2e1J1oe3 { top:4rem;left:37.71875rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6dpCwVb6DhFJy4HKIVPVaGVe2hpL2RS { top:1.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czGO1KkseJ3UVVug2kfTTNOB1apu7rBW { top:1.5rem;left:11.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT09BmA5RgFGblXn2PlxtVDb4gGyx0gz { top:1.5rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTf5nthLnyeTEAwa09EPJTEkJvXo6Thu { top:1.4375rem;left:35.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbFls5bOtQUKxEkebSSNUxUN1GHNPDg7 { display:block; }#PbFls5bOtQUKxEkebSSNUxUN1GHNPDg7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VWNhyMz7K8gTrom39Sk2Q5oxoyoLsvBO { top:2.875rem;left:0rem;width:26.6875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT47GR1J5KNLSP4TFaRDW2ksLef499zD { top:4.125rem;left:0rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJUlC8HXbGgiisbgKElauK1S9DMs7SMz { top:6.375rem;left:8.375rem;width:15.5rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1O1OCHiHSzLPsVUaATJHz8cz8z5OZaJ { top:2.875rem;left:20.75rem;width:26.75rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO7NxSRIQdVC1wDHfP1El1eBGyq18nIV { top:7.375rem;left:33rem;width:14.75rem;height:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppshsGTtsapOZR7tc4OdVu0bgOEMD2Hr { top:3.8125rem;left:23.875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUOVw9s76OwQZMOVIattzgOXMECzLxtO { top:10.75rem;left:7.5rem;width:16.375rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFJLe5OaVbyUCz2TN8fdDUviVtriiKsE { top:0.5625rem;left:0rem;width:4.75rem;height:4.75rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDri4KaiAxvpcNq5uM2vQbOTEoBhbORg { top:0.625rem;left:23.875rem;width:4.6875rem;height:4.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBbQi9WZrfeKEEoFSJ7i0t237kZWTZcF { top:2.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVAPnXoLTChd2XW1hCetFs0ARd5SA1qq { top:2rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s96TyVLOdpXKEsPxucvC8aMFpwO2otbi { display:block; }#s96TyVLOdpXKEsPxucvC8aMFpwO2otbi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4gHWTUgnBbAwW0OmRbBbsDQ1QSGlqCk { top:5.125rem;left:0rem;width:47.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdrHa1V3azCFSxHfBN2icrp6A308F7cG { top:5.6875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF9Eqx2btIuw70iDeuFQPT1689vumJ4X { top:18.125rem;left:0rem;width:26.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOzIuS4i0TmTpuM9uS9So7JmwtXA1y1J { top:39.4375rem;left:0.49935150146484rem;width:17.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO8PGIxqTfZ2PJUfKpcuL4pggGwkDBLL { top:39.375rem;left:30.25rem;width:17.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BREh0eSyk5QxUMnzzAxDreJJF9TDuqeD { top:48rem;left:30.25rem;width:17.5rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7bwLcNmw0O2rttrCTBBAtUHWsALH5zV { top:40.5625rem;left:1.9674491882324rem;width:14.5rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAMApGFXdRsFp4Tk1wnckL2Ailm4Z15z { top:40.5625rem;left:31.375rem;width:16.375rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGlB1pBnIORhGTuABNdvukte4vzGpxcM { top:49.0625rem;left:32.5rem;width:15.0625rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #De8ZKiHZfEFuIwhcQT1Ju3qbelZg1tFM { top:25.75rem;left:35.625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI8AQWdzhn5MkH6x0SUCTrIbvkPGcqdi { top:26.875rem;left:35.875rem;width:7.5625rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6oeqOJ314Qvwp1AL0gWTFw8ACnaSDOi { top:31.375rem;left:37rem;width:6.5625rem;height:2.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esdTNQ3kuxKLhT5M1ZbmE8gkrzL54DUM { top:21.1875rem;left:9.0625rem;width:0;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM6eM2PWHo3KFf7zRJzy9uVFqgWgnrz0 { top:21.0625rem;left:40.125rem;width:0;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiCF9glW8byuUAXJi016n7kFJIfGSc0a { top:20.25rem;left:0rem;width:26.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #gqI7nrUgJscPgTBVy527zXLVuTzhWTog { top:44.6875rem;left:38.248920440674rem;width:2.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsKigPlQIlNKgIBQUPimQdmk4tX5uy2u { top:8.8125rem;left:38.4375rem;width:0;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUT0Io2D5uy5gou9CzkByu3Ob0nezKVX { top:23.4375rem;left:38.4375rem;width:0;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5B9WxD0z0T1rVoyGkSA8TCXUP3iSMHh { top:8.8125rem;left:38.4375rem;width:0;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #o8ebJADl8sMsLKDfHRR6v6IqZKKaKH0b { top:18.125rem;left:24.75rem;width:23rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJWDLdiOWap3B9ez6kboFu03ORDOt0GX { top:20.25rem;left:25.25rem;width:22.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #bZfJtPazpMtFwQ5P3m8hr0k2cvsvo8S0 { top:34.9375rem;left:40.125rem;width:0;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2AdrOuJQIBbdmbhX1Tw0ol6HRu9tACr { top:9.375rem;left:40.125rem;width:0.0625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAZOVodHZWR95pDIlBg6cGhWXdfqaGg2 { top:9.375rem;left:9.125rem;width:0.0625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dusAdywMhBDA8ImOwIiK9aEZ18JWmrrd { width:17.5rem;height:3.8125rem;top:39.375rem;left:0.49935150146484rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6hD3cgSubhnN8MFat5807Lwrqs9qbNS { display:block; }
 }@media only screen and (max-width: 763px) { #tqdVyBAsJsE14wVlIpWEUu15uD6zBxT7 { width:17.5rem;height:3.875rem;top:39.5rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkJIgwhByKD7BBripNRsJkpr58wBiSEh { display:block; }
 }@media only screen and (max-width: 763px) { #b8ihc53ZwypG8SzgdSU8obFRvx2zrfn1 { width:17.5rem;height:3.8125rem;top:48rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #En4qVkOz5OvWbsncg7rgUDGmd00rJwuI { display:block; }
 }@media only screen and (max-width: 763px) { #Ilzz7Wmo3R7Tzh62qBWAgZbUaIOgGIlF { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #m3HD3ZikwMn5nmmpytZgHx1ki4GmbTeF { display:block; }
 }@media only screen and (max-width: 763px) { #ETcSOAKcAmzHTvry2gQrWt2B5XwN9Tro { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #hoQ3LXerpZnvo3NrJBWZiaNm6efpfF35 { display:block; }
 }@media only screen and (max-width: 763px) { #GwELvuSu5Bk8XZgeL8wJNmtnLMuiH4Aa { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #H6aM2Ck42Ui2aq8GhHUF6nU2Rc7JI55R { display:block; }
 }@media only screen and (max-width: 763px) { #sI6dNxSpOB2R9wwJkvhZd0R3QvM5tlUR { display:block; }#sI6dNxSpOB2R9wwJkvhZd0R3QvM5tlUR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cHCdFpBnFhgesgrT8194A2Pcbh0X1Dx0 { top:3.5rem;left:5.9375rem;width:41.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6uGOtRlMtMyNWxdWo1JsChMk8i48uzx { top:4.5rem;left:8.3400611877444rem;width:38.3125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP0N4ZxSBMhZcMTFHIwx37qBkVlmEF3p { top:27.3125rem;left:0rem;width:22.4375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKbpZywZ7a3K26LgXsR3UPGLcHAArxLT { top:27.3125rem;left:27.6875rem;width:20.0625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrCuRitOz8vK0Bvfkq6W4FmbAhT0Vknh { top:34.125rem;left:1.9056015014649rem;width:17.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkzBOTSGdZ7aa5t7lwNsRdR4nLGg5BdF { top:34.1875rem;left:29.75rem;width:17.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0NFGeNWvcTWAqsswzG8l7nQfmwrm5JR { top:41.0625rem;left:29.75rem;width:17.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCcNXFt0Hf9I6knf6fwezfWScecl3UNT { top:35.1875rem;left:3.375rem;width:14.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPpQTI5BUU1XU0cRtmJi9Vn4E3wPSQAR { top:35.125rem;left:33.1875rem;width:11.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPwXVLKus3Py31V3QkhTTQHKz0l07t4G { top:42.0625rem;left:34.125rem;width:8.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgMbLxGqTDsHrybr35G6yGMBrCTad5Ao { top:13.4375rem;left:33.8125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJgzl9kf1n7xUzq9DFKsoCvHAnpFZv6g { top:14.5625rem;left:34.0625rem;width:7.5625rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #haZ0LMGiw01Ny3E9r9PsTCrBDTpxUvE7 { top:18.6875rem;left:35.0625rem;width:6.875rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtRlMqMOXIlgDxbPK95PaS7kwItqPAbQ { top:9.0625rem;left:10.5625rem;width:0.0625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqr3hrW1QFexeZ5qtvJaJi8hL5pTxw35 { top:23.4375rem;left:38.4375rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbfxQyLxnAWdqILCxsUSWJnTb7DTZrn9 { top:8.875rem;left:38.4375rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaAg797NEg4bhr7hV1qWPNG6MFTMhfaF { top:29.75rem;left:38.4375rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMnX1glHpNIHrEfiLMQF6K8TM1x00whN { top:29.875rem;left:10.5625rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy4VLbklcmGfkqf5T4filXLffJhXBv0d { top:29rem;left:0rem;width:23.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFcJNOTayGp2B4uA8fRbNC3GaA2OfFro { top:29rem;left:26.75rem;width:21rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZpLcvuIu1SA3AXTC64NneTKo0lu6wEx { top:38.6875rem;left:37.1875rem;width:2.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXvWq4sDWtRy3VBHtDit5VlfX0piZBpl { top:8.8125rem;left:38.4375rem;width:0;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMPXa3NdmPrqhkesdhWN52JrwlSCxsrh { top:23.4375rem;left:38.4375rem;width:0;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oN0NmNQZAabpAU4RHQygb48cQxESmTJu { top:8.8125rem;left:38.4375rem;width:0;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oaRlzUzelyGNxlZglka8AmHvVabW4Niy { display:block; }#oaRlzUzelyGNxlZglka8AmHvVabW4Niy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztJMenD3xid1EVPfUXGuHh81K1Ba3gf0 { top:2.75rem;left:0rem;width:47.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H28D1RyTmsTbBJUF8DNtIr0qJL54AKfB { top:9.375rem;left:0rem;width:14.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKNOhzdKr9gL5eyJ0zaPwTwlvehxxd1N { top:4.625rem;left:0.6875rem;width:46.1875rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBzS5Zrxspd9eoNdAZJBOBgbtHzu12HT { top:10.5rem;left:11.875rem;width:35.625rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L327QNFn40TA1N37LSNoIQztnT0Wfhwu { top:7.25rem;left:0.6875rem;width:46.1875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL5UkuG4vWB9qwDhynRe02DgDarVeRrD { top:16.9375rem;left:24.0625rem;width:11.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASTSd5c4m03K8JJfqWI0RCXrzUE3ddNR { top:17.625rem;left:24.625rem;width:10.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBMTAdwJTmw3kvEvsAXv5vq7QwVrblqW { top:16.9375rem;left:36.5rem;width:11.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDxzFHZfbZVaC3igvoxBV3TeXmOUQOwh { top:17.625rem;left:38.25rem;width:8.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfd0R0SqFcG2VNmsTSOOo6hc7rzWLOxS { top:16.9375rem;left:11.1875rem;width:11.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqu5tDGTWgn7IogiTU8T9EgxaKM82h8g { top:17.625rem;left:12.9375rem;width:8.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl03csobFfR3LMVAVWFGBVRI4y7vGZOF { width:11.625rem;height:3.25rem;top:17.0625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeWq33pFTUMzGJVFEPEe6Tml1c9l3Odv { display:block; }
 }@media only screen and (max-width: 763px) { #lnAtvza9Zh2y5cLyi05M9nbEL41CGbcS { width:11.75rem;height:3.25rem;top:17.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaQUtQrO9wAUZmCgmwh7uTevdT8AJoVy { display:block; }
 }@media only screen and (max-width: 763px) { #TEpPo5MypuytAHrhNqiWhdqtWyKQOeBf { width:11.625rem;height:3.25rem;top:17.0625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6ITyaOJWedNxQxS0QhXKVhwsESqnWiK { display:block; }
 }@media only screen and (max-width: 763px) { #TwOdxlZDwwB6RsmvInxXg63rlEaqDCS4 { top:17.625rem;left:24.625rem;width:10.125rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FuUqR7w4G7c5vPvn9J2klkiame0Tll1N { display:block; }#FuUqR7w4G7c5vPvn9J2klkiame0Tll1N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIw6Ei2X7Q39hyIZfGpqFlBcEW9SRCVt { top:1.6875rem;left:13.625rem;width:20.5rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT2Moa7cTdbLFFrWzSfw0LHcTHr112cT { top:4.3125rem;left:7rem;width:33.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #tlivNbiVpCALC0SScoXnctsA2x6EPhiO { top:5.1875rem;left:4.1875rem;width:39.1875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbsSuXQx6VHSMy43lqrouqkJTPHHfa0M { display:block; }#IbsSuXQx6VHSMy43lqrouqkJTPHHfa0M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y53SKqxARwghyyDvTAVIEfeTp2xcAUeu { top:1.6875rem;left:7.4375rem;width:8.8125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0ZdXTxeWofuQM8FQiIw8F2wLGwcwxrT { top:1.6875rem;left:31.625rem;width:8.25rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niVux6aTzUFx8rxd8M0yMSAdphVU8Gsl { top:5.3125rem;left:2.5625rem;width:18.625rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwDSgFWJNuTKppCIs1dHZ8K1bvIaR54B { top:5.3125rem;left:26.5rem;width:18.625rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RATqVMto4PN4q7FUbIzOW7yiCVeS0Jua { top:9.25rem;left:2.9375rem;width:17.5rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIaoZPJJGpIvB1L6XZXpp2dyiP5IcfxF { top:9.25rem;left:26.8125rem;width:17.5rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkkKRvP6EZm0An77dSkgquUGknv3ouT2 { width:19.75rem;height:20.5rem;top:1.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecH0FMfK8UOikA53z3QBW6HEieRf6yTN { display:block; }
 }@media only screen and (max-width: 763px) { #E6oR4lhmXxKM7r0QLLiy4ylQOKT2TMT1 { display:block; }#E6oR4lhmXxKM7r0QLLiy4ylQOKT2TMT1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4bI8s2UnwviEogsv7DL2GMGwU3tEhAZ { top:3.125rem;left:11.1875rem;width:25.3125rem;height:3.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTnmSsaUSbTMkLsi2TGhECVkkAxx8v45 { top:6.1875rem;left:11.125rem;width:25.3125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDLWXT8ZIz5eVHkOTCVBMum3Zd88NdDQ { display:block; }#pDLWXT8ZIz5eVHkOTCVBMum3Zd88NdDQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zc7ieLAknOFcLEsTUrtyvureQ62GXy4w { top:1.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opzkHtHmHSZb23OpH3CDR1pK47NdUWot { display:block; }#opzkHtHmHSZb23OpH3CDR1pK47NdUWot > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z28w5dkFPhEJPt4yC3G7Ic6C96H6vQ1L { top:0.625rem;left:0.75rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9r6Sq9dlC4D6HSbXMfrWeIr6MB6RBnr { top:15.3125rem;left:0rem;width:20.8125rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfNB8LDaXevNmJ0pt6oadGwIZwHn2cKg { top:15.9375rem;left:13.625rem;width:18.125rem;height:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmeQbRA9LNCtCR5eNJWdfAiUSX15dUT9 { top:0.625rem;left:16.625rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzvkJ5zyJDbzX2mnUeRshELdynVJWtpp { top:15.9375rem;left:29.5rem;width:18.125rem;height:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6uNfKC8ktAOOKTqKLRwLgyyx8c0ZZ5L { top:0.625rem;left:32.5rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCvVFfmeaeerlzFmEVOK3NaerM0vqCGz { display:block; }#KCvVFfmeaeerlzFmEVOK3NaerM0vqCGz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vefPafW812WV7uno2acxkZtWWEvXb0vH { top:0.75rem;left:0.75rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csiZWuNP4QZBo97wGuaOIxCm0cbDqK5K { top:15.9375rem;left:0rem;width:17.3125rem;height:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtfLV2I4ekTfQRFJZJkU3T6XiLPGvrpG { top:15.9375rem;left:13.625rem;width:18.125rem;height:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9A6W8vKd9MMP9eNner67nDdB9EN5Elf { top:0.75rem;left:16.625003814698rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byTxHOBXmDgUSNsRSxmIqxSsxgiOL401 { top:15.75rem;left:29.5rem;width:18.125rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qynf7XErT12Uo2WuJQOZxFcyCcwSPSAC { top:0.75rem;left:32.500003814698rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLan4afV55iLVsrunOhTM6AtuMFRpPXX { display:block; }#uLan4afV55iLVsrunOhTM6AtuMFRpPXX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMa0wig4Xe7GVh74fniXEAOp1iRVi2J5 { top:2.375rem;left:4.75rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT6BUXotCfSIUNKK4hK5dNLi59iioafy { top:17.875rem;left:3.2490234375rem;width:17.3125rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSeyDOghOqaWaTtPrSwPvouJEwTMdMia { top:17.875rem;left:27.1875rem;width:17.3125rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVffT8MS3KE8XoW8Wqqi7Iu62kuDEbQh { top:2.375rem;left:28.625rem;width:14.375rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frUNioq23Xo6RxC1hXvsnTOQbsvDq6fU { display:block; }#frUNioq23Xo6RxC1hXvsnTOQbsvDq6fU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dkw0EiHPw3im1gJiZQT35hdtD5giPZh0 { top:1.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3PxyTbZAIV3xUiQukzGshGxoMPXUVCV { display:block; }#i3PxyTbZAIV3xUiQukzGshGxoMPXUVCV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evOCBRNEOaSh36Zni4fzbic96kBhEuFL { top:0.75rem;left:5.999568939209rem;width:35.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZzzIqTTpDXNTam3BKseZP59w1S4kHu0 { display:block; }#dZzzIqTTpDXNTam3BKseZP59w1S4kHu0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHqyK7EK7BXAAKur858VvM4IXUTwppwS { top:2.6875rem;left:0rem;width:32.5rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpZfzB84qJIKygqsytqQUMel26Tlo0xD { top:2.6875rem;left:14.875rem;width:32.5rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyAgiX8XQ87xm7Tf6mxWSHR4gfKHlz4l { display:block; }#tyAgiX8XQ87xm7Tf6mxWSHR4gfKHlz4l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCu4dBhrbmG7PtfMLr4s2mypN7Ivv0WG { top:5.5rem;left:2rem;width:43.75rem;height:31.3736875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbdoZadiaziJFeINMyoV0Wr6iJKXSHbE { top:2.375rem;left:19.593318939209rem;width:8.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ4q4E9hNOEkfZCFcRL3qndt0Q7b0pdK { top:4.125rem;left:7rem;width:33.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #xRnfh1VHUAfzf1zNFMv04TW1vvyNd8xA { display:block; }#xRnfh1VHUAfzf1zNFMv04TW1vvyNd8xA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNQvuuGOWR6TdkiAl6V9tNHykpX3A4rq { top:36.875rem;left:19.625rem;width:8.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXExmixaaAgHJD8t8Mq7kR8t2de5i6C3 { top:34.3125rem;left:7.0625rem;width:33.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #tDl2aiR5SBmZSorUy3QRM1eFoqPxP0hT { top:39rem;left:2.0625rem;width:43.75rem;height:31.3736875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1gpnBfu5pZxSwxv8lOo9CL8GH0emHFv { top:2rem;left:1.875rem;width:43.75rem;height:29.124375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRkw6OyvQT8WKXHtnk0yy5ZcCv1g8RzN { top:0.25rem;left:6rem;width:35.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7CRzAD6xsMyBcSR9aA7t4pJd50AWTVh { display:block; }#P7CRzAD6xsMyBcSR9aA7t4pJd50AWTVh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fo2RxTSVIw1lJzvWM3T1O5WaZNdkiaNE { top:36.875rem;left:19.625rem;width:8.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXV8TbTCzBxPFPgMiNRv3PNbxblJBH34 { top:34.3125rem;left:7.0625rem;width:33.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #FaqbWddhwbPEyQncqfPbB8ELkaETZXhq { top:39rem;left:2.0625rem;width:43.75rem;height:31.3736875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERpFl62Z4dI5S6qxf1S3nGPoTfgkPCEa { top:2rem;left:1.875rem;width:43.75rem;height:29.124375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8LpmKRwpXOLv10AHlCyoMmHy1CKhkTV { top:0.25rem;left:6rem;width:35.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2hwtdQhLhcTdKssVdyVTDtbXrlx7dXG { display:block; }#T2hwtdQhLhcTdKssVdyVTDtbXrlx7dXG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2yvFv7x5lZSsMJbabbvfhWicgGNPGuf { top:3.9375rem;left:7rem;width:33.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhE2qpntUBr4soFmTiZew0eBiqmEwOIq { top:1rem;left:14.5625rem;width:18.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd63ybEOfAtubQVsOFpVFv1CiCezrMFx { top:5.375rem;left:4.3748555183411rem;width:38.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM2R15Nc0iHFOPNWBsG4vysnCecx3kFw { display:block; }#OM2R15Nc0iHFOPNWBsG4vysnCecx3kFw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5gxJ8thEGvrw7oOXUIAuleFaQLi0ZAG { top:37.6875rem;left:19.875rem;width:8rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NalVyWA1T1ekBzw8ozVTUUTBU76wxFsI { top:36.125rem;left:7rem;width:33.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogpDJ9dU7NLXpyntMpRoQTi2oWxtdP4q { top:39.8125rem;left:2rem;width:43.75rem;height:31.3730625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDW68CMZh3c2Ny15lRgt8Wvshq5WHkDV { top:4.5rem;left:1.8125rem;width:43.75rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykrgFt632K2ckksShJkDyx98xrDstAl2 { top:1.9375rem;left:7.6875rem;width:32.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ1VD0UKxRQKSfvQ4GyJCWwkmPkGGv3K { top:73.3125rem;left:7rem;width:33.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGS7B7VWQcslRzSu3JHgeByoUitCwTGb { display:block; }#vGS7B7VWQcslRzSu3JHgeByoUitCwTGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9OXdXtZUWxf8peHgnm81hm7XXzkwnMM { top:0.6875rem;left:9rem;width:29.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmhxW3fGDOEu7KxsWedfAIIJhgUiEwTf { top:36.5rem;left:19.9375rem;width:7.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk4vHqE0QSUuggMEHazbuzLuiBJWAGaB { top:34.5625rem;left:7rem;width:33.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x55ixyOpzs5rLL52iBgF58SqvVHFi9r6 { top:38.5rem;left:2rem;width:43.75rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDpqFTaC83vl9yIVWIiQI6y8Bg4WJAMb { top:3rem;left:1.8125rem;width:43.625rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW384eB52gEZQF5MHgchp6lJTELth8J8 { display:block; }#BW384eB52gEZQF5MHgchp6lJTELth8J8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuA6W4vsZUfbDqdaT0tLTLGWZ6k6aEec { top:1.875rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFzdkxgxpXFBwtPM7eBrWdH8y8JSXJRc { top:0.1875rem;left:5.8125rem;width:36.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #blqics8NvycD3y7OpVM17pH9vIv0IIgJ { top:0.1875rem;left:5.8125rem;width:36.125rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6tx1gLpFCxRuo5hCqN6kSWJmxd5i0RT { display:none; }#k6tx1gLpFCxRuo5hCqN6kSWJmxd5i0RT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NcWXFGTJlkmQ07JKnsF47nkUTUW2mBos { display:none; }#NcWXFGTJlkmQ07JKnsF47nkUTUW2mBos > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xD9KPd58sbAPX34q4DB3vH44LdEK00qa { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #TXe2Na9PIsuJHFTQz9IfTvinNqd2iLNR { display:block; }
 }@media only screen and (max-width: 763px) { #sSJxhucivqZ4tigzvOpLbZci45TT3egx { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #sXvSow093y1l6GNx2qSqL9xFp8OJp2yw { display:block; }
 }@media only screen and (max-width: 763px) { #p3ve1nrgFAyOTFIIGFoJMGPbMTpFTd19 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #VVBLNyM64XSaBwryXf5z9q4DV4JCA576 { display:block; }
 }@media only screen and (max-width: 763px) { #cutwW17zXwCSL9Atb5Umq3sy2WFgmFei { display:none; }#cutwW17zXwCSL9Atb5Umq3sy2WFgmFei > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TKWcTMUutqggi6ORrs4bguyg7N5Hf16B { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #RvVRhpTgEVfnW32IBvWx5PB35PHOz8H0 { display:block; }
 }@media only screen and (max-width: 763px) { #hzp3Q0ZGgonU63SMxT9BCJpLDaqDS7hX { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #IXG45NosOiGffkN4TH1cDUv0ZNDp7RwV { display:block; }
 }@media only screen and (max-width: 763px) { #T9BkzdTc7F9DGGBaPTIr8WAFtUP0raJb { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #GDDQbpqOxHuAKuM0Wdsei7S6rrrIdb5f { display:block; }
 }@media only screen and (max-width: 763px) { #CrCgytb6K8VVzFL1mxaalimKOBBxWqM2 { display:none; }#CrCgytb6K8VVzFL1mxaalimKOBBxWqM2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OON8olFgNdezn4M64MU9Ca4mfWPUEGbm { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #wcBWlx0vXSqIz8AIq4NwfRCRQ6rREf9A { display:block; }
 }@media only screen and (max-width: 763px) { #rIMk3UtQbE8wqKO83oqea7F1pTVQQHtt { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #qWSBzkuTCWHSSrn6ERgkCpF7NTUAJ0qu { display:block; }
 }@media only screen and (max-width: 763px) { #O2m9bf3nw8yqvZabCg4UBwivl46yAbR1 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ZJeLNPcEA3LaflnOoG8eVlk5yPUpeQdT { display:block; }
 }@media only screen and (max-width: 763px) { #gRRZ9qLBspNzUGq0dmSoLsXKJtQ3omDZ { display:none; }#gRRZ9qLBspNzUGq0dmSoLsXKJtQ3omDZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wLNbfe7tuXlIgkrSQKLLPor2OEKChpbg { display:none; }#wLNbfe7tuXlIgkrSQKLLPor2OEKChpbg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Gqsl8FPypPEt0RT6sRRECTRUk3fAAXBv { width:9.625rem;height:2.8125rem;top:76.25rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mbUMoTRUcltPTEohDOnhhDwaHtRJilMn { display:block; }
 }@media only screen and (max-width: 763px) { #auNeBeKcTTqhpovWBeEQutBqTT5eBf0E { top:1.875rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCN3QqUswqCO8AWvFCrP8eMLUF4DzQBr { top:1.875rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KUPbm9ny5Hzloos8KUEdiMBOZKh0EL7s { width:9.625rem;height:2.8125rem;top:0rem;left:32.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tNivtn0ormWXn8HgwdUu0fOa0P1Lov0B { display:block; }
 }@media only screen and (max-width: 763px) { #SSxdmyDFiq8JtMlHpdc1EHTAkP2yNVMb { width:9.625rem;height:2.8125rem;top:76.25rem;left:38.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDVrXJytg6HqokFM3l0aLEUHauexQnZm { display:block; }
 }@media only screen and (max-width: 763px) { #vVz9TktG8Hs2saob6r8saGuKRZkLdfir { top:1.875rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kwp6i8uzFTaozok7Diq3U4nTDXZLyBeT { display:block; }#kwp6i8uzFTaozok7Diq3U4nTDXZLyBeT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RysHJpuqTI00PCDBU7k4JqR7D7w3drB2 { top:4.75rem;left:7.3125rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odo3EELCQIfTIQAH9lFUHXev6cGWW241 { top:4.75rem;left:23.1875rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg8cCoBsP3f0SUnLE1FAIkiqui62l8Nt { top:4.8125rem;left:38.375rem;width:9.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIw9SDxfAyMhBcDyrzxC8M1uHcJaU69p { top:25.8125rem;left:0rem;width:6.3125rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2WwTb5x4STybMSCDbQtTBtlaFcdciKe { top:21.4375rem;left:6.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AslFiXdDT5Wy0C5EVzacQ5bgN0EE00QL { top:23.8125rem;left:7.375rem;width:12.25rem;height:10rem;font-size:1rem;display:block; }#AslFiXdDT5Wy0C5EVzacQ5bgN0EE00QL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oiVZnHNK/check.png); }
 }@media only screen and (max-width: 763px) { #mbG797qQn7EAOUwmkBTnhflMaTMP6PNC { top:21.4375rem;left:22.625rem;width:25.125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvMh36aS5vE1aTeSlscTJZTzJ8WHzHGS { top:25.8125rem;left:26.4375rem;width:8.8125rem;height:6rem;font-size:1rem;display:block; }#DvMh36aS5vE1aTeSlscTJZTzJ8WHzHGS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oiVZnHNK/check.png); }
 }@media only screen and (max-width: 763px) { #kJG4ydPlvtyPkaN7X4suoNIzXA00EmeT { top:25.8125rem;left:39rem;width:8.75rem;height:5.625rem;font-size:1rem;display:block; }#kJG4ydPlvtyPkaN7X4suoNIzXA00EmeT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oiVZnHNK/check.png); }
 }@media only screen and (max-width: 763px) { #CsdhyFvEP8Xi7xmsevym3xEVcOch1QgH { top:19.875rem;left:0rem;width:47.75rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLtVz7QSWpOdRZ3DSVAcDSxBlELZhGCm { top:35.3125rem;left:0rem;width:47.75rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB5OgJTMgC3RoZ7FQ6m7Ip0B8GghA5c8 { top:19.875rem;left:19.8125rem;width:1.8125rem;height:46.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu7Tb47worRiSka2MIwbAsJC958SvIHf { top:35.3125rem;left:35.5rem;width:1.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4BXL5REktZbd7flHIVXru4IK02avbTW { top:19.9375rem;left:4.125rem;width:1.8125rem;height:46.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJKtIZn77b4NHqt44TFRyS2T3TTILnKb { top:38.375rem;left:0rem;width:8.75rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGFRWMuBgTW5nlftmTCAtnTsWApOIFnt { top:37.125rem;left:7.3125rem;width:12.5rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVPRfL6Df7oidxriCfqAetnTWcwaaaKM { top:37.125rem;left:22.875rem;width:13rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiVgbx9pGSpWi487L6TMrx407smzey9b { top:38.125rem;left:36.625rem;width:11.125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPpwfafF7tbeAIm84KN3IqzEiRsvBk9d { top:44.75rem;left:0rem;width:47.75rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unnBONWqqL7P7k64Uevzp3BdSb2UCfa0 { top:46.125rem;left:0rem;width:8.875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZhFvCXlTrf2ZAmBMmVLAn7ua3xZGqHr { top:46.3125rem;left:8.6875rem;width:9.6875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQmzC4kTXin1RRhlAvg4dDizuFZJNQOg { top:46.3125rem;left:21.9375rem;width:25.8125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiJIO1khoXNPGWIPqciupeGJ20FKdfAP { top:50.5625rem;left:0rem;width:47.75rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOnhxJrGWGPwUeL74pmD442xQ3ZirE44 { top:51.5rem;left:0rem;width:8.9375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH62TJF6yWUQZUWznTpBNkksJ0ufnUTK { top:52.375rem;left:7.6875rem;width:11.6875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJCLmJw69ebGWOteQdJQ1UN4JyQTC9nb { top:50.5625rem;left:35.5rem;width:1.75rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP5yO11sT0aASC07TroL0IKitxDx7Mr6 { top:52.375rem;left:23.375rem;width:12.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #weLmHASSfGn3MJbLVIdmVWgA1xSdhl2w { top:52.375rem;left:37.0625rem;width:10.6875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AloiEsQK9NRJ9tdFfrlUhLlKRthRAJ7i { top:56rem;left:0rem;width:47.75rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrvJOmvlmcA2QnWTlEzbLUaV2nSL1GZr { top:61.3125rem;left:0rem;width:47.75rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPq4iTV02Kp2WdZ7XTHRaf69VVnssP0J { top:56.9375rem;left:0rem;width:9.25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxCkw80Vy2V2TVGGTH112htxGM0CelDK { top:57.8125rem;left:8.4375rem;width:11.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3EXZX5HLfSSLypbTFU8RsVbZSrUsyuT { top:56.9375rem;left:26.4375rem;width:21.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNTH1ohFSMalo8VShcGAC0Tv6a4Cdduo { top:66.625rem;left:0rem;width:47.75rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVTsOQCBvC88B3bzvg1BrUhfTTAO1wU1 { top:62.125rem;left:0rem;width:6.9375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwXmqvQmr6KUaggRMB2BISBr3cEtoD6B { top:61.375rem;left:35.5rem;width:1.8125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVGIhqT2UA3xn5Sx93sFFckbFDZCbT1G { top:62.8125rem;left:11.25rem;width:4.5625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9NytgvZpJ28TKuvZz1nTiwG7IPbnRg4 { top:62.8125rem;left:41.625rem;width:6.125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdJIKaLF24nvcbAyl9OfeTONRx4Fs6Vq { top:3.125rem;left:45.75rem;width:1.875rem;height:69.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4fGO5neg5lJp4NMOhBKxstTb2g04m3M { top:3.125rem;left:0.6875rem;width:47.0625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFTdVByaaEI3Ky0GNFHfUmZ848O9ywDM { top:19.8125rem;left:0rem;width:1.875rem;height:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh4f74gyvwEzh2FlXis6u6QuPuM4EUVG { top:19.875rem;left:0rem;width:47.75rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muVZbsN9G4az8LC49wEpBsi9sNZo4y8S { top:44.75rem;left:0rem;width:47.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cevHnOBqayAMiJ20HGiTNFtt9BsraC9k { top:56.0625rem;left:0rem;width:47.75rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPB14iun2h5Q4J9Z9pO6eDnEBpVW21xb { top:8.0625rem;left:5.9375rem;width:15.625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGH0yKkaTesgxGtkn7WqT5VsJTDGT44U { top:8.0625rem;left:21.6875rem;width:15.625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF2LipMZo3Ro65PEwWCv6351TsaiWqx1 { top:8.0625rem;left:32.0625rem;width:15.625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #umEMzUl1X4KwoWwQhCqewqPPeXy0dXTp { width:9.625rem;height:2.8125rem;top:68.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #th1vfkgE6spgoeKSvtte1HhBlhNCT2y2 { display:block; }
 }@media only screen and (max-width: 763px) { #e5gW9x6NuRvI6NiAbSXZW8eILtI4xXVZ { top:3.125rem;left:4.125rem;width:1.8125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XacahPMAEzATrkfvTGZGlxyG8TNUZVWM { top:3.125rem;left:35.5rem;width:1.8125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI9nCrWuV9PGwFcEGCx1KJw4dHkGrX2W { top:3.125rem;left:19.8125rem;width:1.8125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbI86lGg1yoMFNCXK23QTBTln8XDbWJd { top:66.625rem;left:19.8125rem;width:1.8125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnXwVREsG42kVIz1IpWMFTq1WDUOOLzb { top:3.25rem;left:0.8125rem;width:46.9375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwAMtPg3OR13eZreNRWTZN2TFJutTte7 { width:9.625rem;height:2.8125rem;top:68.125rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftcoadDcr23xEKEcUCbzZCs4eCKIpaVT { display:block; }
 }@media only screen and (max-width: 763px) { #tBTlQweJfMlvhXBvgm9EZwUMuKpHwKBI { width:9.625rem;height:2.8125rem;top:68.125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTsQGv0AcQ4bGvJfQnLMCnFMvTOMBKMv { display:block; }
 }@media only screen and (max-width: 763px) { #xlfpMDXUxCd2wETkeC9pFIHUMhCGW0vb { top:72.375rem;left:0.6875rem;width:47.0625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZgGQ0dafdGIx2OvTMNAghl1KApFKWzu { top:66.6875rem;left:4.125rem;width:1.8125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQIuSFWpsoTqAfT6zyhfnTbSKum1PSTH { top:58.75rem;left:26.4375rem;width:21.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrCAP12lDslKz8vHf0uulNyiychk57nJ { top:62.8125rem;left:26.375rem;width:6.125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk210b21lVRpMEApMiE0vTEPRM2G0dCS { display:block; }#Kk210b21lVRpMEApMiE0vTEPRM2G0dCS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aU8KXhp9CeOPHRQwafeDCJ8tqqls6h2A { width:13.375rem;height:2.625rem;top:62.375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH0o3b0G9f8DgGa8oLVT4lzSZzirBJv4 { display:block; }
 }@media only screen and (max-width: 763px) { #ebGV4M3AhQEJ825FwOZbqLxTqwS7t2hF { width:9.875rem;height:2.625rem;top:62.375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub3tzvDNT9C7QtFJkuCqeH10gVIVRomB { display:block; }
 }@media only screen and (max-width: 763px) { #g5PszPyLm1pbqdsDGVFOSdAVSkNfeLcX { width:9.875rem;height:2.625rem;top:62.375rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOWNWJJFF2Xd3TuimhWX2GrfvwDJNbBb { display:block; }
 }@media only screen and (max-width: 763px) { #QLQIAN4vGuNtJtiN6zGw0sxGRrPkyIXl { display:block; }#QLQIAN4vGuNtJtiN6zGw0sxGRrPkyIXl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #To2tIgDb3EfLIbs4wTJ920yiK5ZogRUF { width:13.375rem;height:2.625rem;top:62.375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTWUiWn56RJbUe6KEOp8VDBK0DWl2G8l { display:block; }
 }@media only screen and (max-width: 763px) { #xniovFi8rnORs1USqTVbbpg5v5Ah8kNW { width:9.875rem;height:2.625rem;top:62.375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfNdJ5Ohur6fThwO5Uvhxh7RGgUrrqNk { display:block; }
 }@media only screen and (max-width: 763px) { #Bsb4iJxqfdBQDZywOtvQJGZXadGEGzus { width:9.875rem;height:2.625rem;top:62.375rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFvRRlyKCHSEagnPJfEVfR7lBWBAJNM3 { display:block; }
 }@media only screen and (max-width: 763px) { #JWNd8sATgg4TlTvJxgO7gz48Z2Vsfxuv { display:block; }#JWNd8sATgg4TlTvJxgO7gz48Z2Vsfxuv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbJmezTsu3TsZWxk9NqgTBqI5RoTeZEq { top:1.8125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr4D5M9tfUmbooi4HZTVrtsM2Cu3nVaT { display:block; }#hr4D5M9tfUmbooi4HZTVrtsM2Cu3nVaT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvRLTMXk2dxZrCzUDqQEmzCPABVfebp8 { top:8.625rem;left:13.78125rem;width:8.125rem;height:;font-size:1.125rem;display:block; }#EvRLTMXk2dxZrCzUDqQEmzCPABVfebp8 li:before{  }
 }@media only screen and (max-width: 763px) { #Q3OJB3yvdVBWhdflO0sCudk7GNmU0oQh { top:8.625rem;left:1.65625rem;width:9.0625rem;height:6.625rem;font-size:1.125rem;display:block; }#Q3OJB3yvdVBWhdflO0sCudk7GNmU0oQh li:before{  }
 }@media only screen and (max-width: 763px) { #ggPgxX5NC9dAypIdgF1nqcvhC4PLnI98 { top:8.625rem;left:23rem;width:12.8125rem;height:;font-size:1.125rem;display:block; }#ggPgxX5NC9dAypIdgF1nqcvhC4PLnI98 li:before{  }
 }@media only screen and (max-width: 763px) { #PpyiZ6pfqCUtCJ9JTQ0DHnNl4LsRFT7p { top:8.625rem;left:35.75rem;width:12rem;height:;font-size:1.125rem;display:block; }#PpyiZ6pfqCUtCJ9JTQ0DHnNl4LsRFT7p li:before{  }
 }@media only screen and (max-width: 763px) { #cOA6kSFpCrmdLeZ9gDKaFcSz2UwD7g9h { top:1.9375rem;left:3.78125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO6Dv0iX1FTfaIu4suKh2kTyIUe6TxDx { top:1.9375rem;left:15.71875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc3OJvQZnkGIx2EaMroacTJcDDip9wuc { top:2.0625rem;left:27.78125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLIeXkL6WOKFCp9G6xprdFTdyMrivAHr { top:1.75rem;left:39.40625rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw0IvpzdFTHPVTInFmuyUTog9Fq9oFIb { top:7.3125rem;left:2.53125rem;width:7.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZlnzofu0sfq44JW6hdVMGBZ9dcPuyFC { top:7.3125rem;left:14.28125rem;width:7.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk1M5RfsCeQ3ZkLiTKiFRockW30w9RNp { top:7.3125rem;left:26.21875rem;width:7.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNN1esHkbNathTUv05vvbuWf7tXSn04Z { top:7.3125rem;left:38.15625rem;width:7.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgwpPNur1bzMqF2buLHSE2de4TF1IviB { top:8.4375rem;left:34rem;width:13.75rem;height:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8HohNP81K6CLwuT4NtET3Hn1geUqDb0 { top:8.4375rem;left:34rem;width:13.75rem;height:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nz5ygPdCTi2ViHF5ApuNLR8pNAHmszTi { top:8.4375rem;left:34rem;width:13.75rem;height:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tIoTsoXTi90uvpWMpvoVPQR0pzkZLyOT { top:8.4375rem;left:34rem;width:13.75rem;height:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcao0vlR5GxMnaL5RXTJLo58v0RF1xIc { top:0rem;left:34rem;width:13.75rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsucm7Xe0WCnf7ti6ivHKsFEsWpHTkT2 { top:0rem;left:22.0625rem;width:13.75rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgzZkyfm4TTnDVposkDTKxpqkwXTiUK2 { top:0rem;left:10.125rem;width:13.75rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csra2KBdrPdJpnVS83KLkp70mmhcWQbp { top:0rem;left:0rem;width:13.75rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltpXvJQgUwZkvRLWqpCauyQUBmfTDCmw { display:block; }#ltpXvJQgUwZkvRLWqpCauyQUBmfTDCmw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TeTJTV6Z2Mci1LS2AahfgVUzTfGlmdGk { display:block; }#TeTJTV6Z2Mci1LS2AahfgVUzTfGlmdGk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hilk64hk5WdR1oKFGOtxyqgva0P1kTio { top:2.375rem;left:0rem;width:44.5625rem;height:7.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPmWiIRNvTa6Jzn7yWq183tekXpmPpXr { width:14.375rem;height:3.9375rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko51ybmTvO3J9nvpvpcrkLFfcbFT6acu { display:block; }
 }@media only screen and (max-width: 763px) { #A9ViLuzvo7fvFyQV6T2aGFnZcoK7z0g3 { display:block; }#A9ViLuzvo7fvFyQV6T2aGFnZcoK7z0g3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvSmCUMitLsRZX1RTmUUsMQVRuJZcOr0 { top:6.3125rem;left:0rem;width:47.75rem;height:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkcKMTTyrVqxCFFHMzv8LduZZGGinf67 { display:block; }#ZkcKMTTyrVqxCFFHMzv8LduZZGGinf67 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcRGXSM4iAqTnWl8dWEzwTQgLRe6F9ut { width:14.6875rem;height:2.5rem;top:62.375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF2OQk9uvlgfZ1TTlTTfIdTC6GutTd1o { display:block; }
 }@media only screen and (max-width: 763px) { #uBMisZVZeMRiorUH03SZfzR5GOP2dQO9 { width:9.8125rem;height:2.5625rem;top:62.3125rem;left:33.187068939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ2z5qAOBiG5B45SzVhe02TWXlt7k2zI { display:block; }
 }@media only screen and (max-width: 763px) { #mBuClwXqMaWx3LF2pgV6Sl5n3TEpx0al { width:9.8125rem;height:2.5625rem;top:62.3125rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlCa8BmGHibJ1Ngxw3tNOTNHvoJduACt { display:block; }
 }@media only screen and (max-width: 763px) { #UeR8bvKGEUM6yB26IBwJposWc9kyFIWv { display:block; }#UeR8bvKGEUM6yB26IBwJposWc9kyFIWv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSTLtJExuQ0LXobDAQEHPNAef0LTuEzn { top:1.0625rem;left:14.9375rem;width:17.8125rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSOR9rktxzssTJoOADT8e2IaaTUqBObm { width:11.749125rem;height:5.74978125rem;top:0rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abHafa23KtEUK1rpfwxQvu9Vva6L6n4T { width:15.686875rem;height:1.29980625rem;top:5.7486982345581rem;left:2.1560330986977rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QE4L67H89rIleAlB1VJkBOq8Tz4ROKTd { width:20rem;height:1.13671875rem;top:7.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NwxBCUXL7TltQTKVtmlQRrCpEdatgCNx { width:4.4987rem;height:4.4987rem;top:8.61111164093rem;left:8.3745661377906rem;display:none; }
 }@media only screen and (max-width: 763px) { #CMvLczxKSSHHlAEBwQlOc2kPTDveLmFA { width:4.12435rem;height:4.0625rem;top:10rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kem95b3xr1Pgu98D5isT65110xcdRG1P { display:block; }
 }@media only screen and (max-width: 763px) { #XFZKLQweTc0MA5hDHJWlLQL4rZJimXu2 { top:9.75rem;left:3.6555991768837rem;width:12.686625rem;height:2.6806625rem;z-index:100006;font-size:2.0625rem;font-family:museo;color:#005a50;display:block; }
 }@media only screen and (max-width: 763px) { #n68cRixtANXacknrVh3xnuuo3VEWbqoz { top:9.755859375rem;left:3.5937500596046rem;width:12.8125rem;height:2.6237rem;z-index:100007;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RITkKixhT7zdfKtw6Vp60KOhHQWlZTUo { display:block; }
 }@media only screen and (max-width: 763px) { #gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/57ddd684-7c5f-4e6e-9f84-9250b4a275b5/TESTYNACOVIDDLAPODROZUJACYCH_foto.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #005a50;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #005a50;display:block; }#gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W.adaptive-delivery-prevent-bg, #gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W.lazyload, #gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W.lazyloading { background-image: none; }#gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W > .row .container { background-color: transparent; background-image: none; }#gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W > .row .container > .video-iframe-container { display: none; }#gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W > .row > .video-iframe-container { display: none; }#gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W > .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); }#gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W > .row .container { border-width: 0; border-radius: 0; }#gWqSVFSCqHfZNH3gQT9O5V9J8W2q9L9W > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGT1ubLEl2IZQHOuhCgxTpMWHReK1Rhq { width:20rem;height:6.09375rem;top:16.0625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bd80oBURhqIwnFqR98G089tR5PIffgbD { top:14.25rem;left:0rem;width:20rem;height:0.0618489375rem;z-index:100007;border-top:0.0625rem solid #005a50;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #XO9Awk80lBot3HhnM7JyGdoW0CDRMsbZ { width:16.875rem;height:4.25rem;top:31.000001057983rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIJwxAquMlWQb2WFrsVJIvLSc0qQxTEe { display:block; }
 }@media only screen and (max-width: 763px) { #gxnwXnSRAaEHJ7sbrWui9az0tQwWyaF7 { width:10.8125rem;height:3.25rem;top:24rem;left:4.59375rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rMAz9A4KTMEsdXxPElST631voD85QlJu { width:20rem;height:28.4375rem;top:36.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jnr7By2XerScAF6TTmCEFc9vCDPSau55 { display:block; }#Jnr7By2XerScAF6TTmCEFc9vCDPSau55 > .row .container { width:20rem;height:23.858375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUzLsSA2cJrykaoDPPxM3Az0sKWvJUV3 { width:20rem;height:12.8584rem;top:11rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #snEsvG14VvJRZVamLhsFzfM0CBAohw1T { width:7.8125rem;height:7.8125rem;top:1.875rem;left:6.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ7JBAsO3MSBbVNI9Nqf78iVwLQQUMbA { display:none; }#wQ7JBAsO3MSBbVNI9Nqf78iVwLQQUMbA > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wa3Abb78RQBcfMnLgqiUCNRdL6du5aNi { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9QV3VT8LyIN7TCsWKZpiADNoc74yZXh { display:block; }#o9QV3VT8LyIN7TCsWKZpiADNoc74yZXh > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #or0IsR4LM2aXOVbBVdq8Uus9XM5nZVUd { width:20rem;height:3.57421875rem;top:0.82465362548825rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrlqAQTT4TnTmIJS3gvlI1G4GOVSi30E { display:none; }#KrlqAQTT4TnTmIJS3gvlI1G4GOVSi30E > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e0uMbgDZHLa5ai5smMTXRZ0Qt1JTnD6s { width:20rem;height:0;top:6.7046446800231rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #pCOqSnfhtZIdDaSC13tDQfF25BiIxBxE { display:block; }#pCOqSnfhtZIdDaSC13tDQfF25BiIxBxE > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMxiFMwQSwQs40euXB6TAvma8Tb20KPx { width:19.75rem;height:23.311625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsX2DznGgHbdJFTbVPr6MT3pNV01oCpk { width:20rem;height:2.5996125rem;top:11.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7krK00q0kkMGTywTPDwbNHuNKUx0IIw { width:18.75rem;height:0;top:14.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX6a2Nz4QznLo5kAmWHqU00tQBv9fWIG { width:17.1245625rem;height:9.375rem;top:15.5625rem;left:1.4375rem;font-size:0.75rem;display:block; }#LX6a2Nz4QznLo5kAmWHqU00tQBv9fWIG li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#LX6a2Nz4QznLo5kAmWHqU00tQBv9fWIG li:before{  }
 }@media only screen and (max-width: 763px) { #VQkVXL738qQNdw0C1ohfr63RaxRGHyz8 { width:7.5rem;height:7.5rem;top:2.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTveyNHdpaZQxeJWNtlkfi1Qc48JAath { display:none; }#vTveyNHdpaZQxeJWNtlkfi1Qc48JAath > .row .container { width:20rem;height:60.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uAxLK2mBaT57soWJvbr8McCWCOrmqUUe { width:19.75rem;height:23.311625rem;top:6.1241321563721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aniHXP3Dq58ETdtcdzv244QuWeVFfEkB { width:19.75rem;height:26.75rem;top:31.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQQZ6DLXm4VxEH06No20TGDeJL0lvWZI { width:20rem;height:2.5996125rem;top:15.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQtyI2nbPBnphgCa2zqZaBpkNbCu1tzH { width:20rem;height:2.4375rem;top:41.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAS1m3ByqqGquumWuQ1ngJEU0NvnvN7g { width:17.1245625rem;height:9.375rem;top:19.5625rem;left:1.4375rem;font-size:0.75rem;display:block; }#KAS1m3ByqqGquumWuQ1ngJEU0NvnvN7g li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#KAS1m3ByqqGquumWuQ1ngJEU0NvnvN7g li:before{  }
 }@media only screen and (max-width: 763px) { #sKauiG3A7wHo3lxquVkuf8DBHyuZNQcZ { width:7.5rem;height:7.5rem;top:6.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0gr7rkXq5ynenvtdP49575fFM2eHdDC { width:7.5rem;height:7.5rem;top:32.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9BOpVu2DOCN3W38axHkWoeRJ0CHpaCd { width:18.75rem;height:0;top:18.811850547791rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3C93gRQ73TRzL80a8pSk9XJwRuFfe8R { width:18.75rem;height:0;top:44.749353408814rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJAqJ6FOOmt1JorB8ZTKRr3i5EMmNJX3 { width:17.561875rem;height:11.8125rem;top:46.3125rem;left:1.1875rem;font-size:0.75rem;display:block; }#NJAqJ6FOOmt1JorB8ZTKRr3i5EMmNJX3 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#NJAqJ6FOOmt1JorB8ZTKRr3i5EMmNJX3 li:before{  }
 }@media only screen and (max-width: 763px) { #BilrOeUL6NMcckM9Xk5v9kXPtwhnsy68 { width:20rem;height:2.4375rem;top:2.0625rem;left:0rem;font-size:0.9375rem;color:#00505a;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #OvZJaMS45CBHvKdkymaRsZo1r0qyya90 { display:none; }#OvZJaMS45CBHvKdkymaRsZo1r0qyya90 > .row .container { width:20rem;height:35rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U2vig2K4XrpadZmExirHxHsetauaI6fW { width:20rem;height:19.4444375rem;top:7.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xdISV9MI2s6OlnkFFclRvqJ9oCJU3Czg { width:20rem;height:4.44444375rem;top:1.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zvFbgV9GLmQcOHK295XKwA9qIO1w5Ldx { width:20rem;height:0.0625rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR00RxWQJiu3po9WIgTHgGM46tC9JbRc { width:20rem;height:0;top:27.942734130859rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lgwC2FnfHe52GgPslPn26Cvw8MllufUT { display:none; }#lgwC2FnfHe52GgPslPn26Cvw8MllufUT > .row .container { width:20rem;height:55.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ant0PrMheZ253cyTTKnsPz9il7QkO5c5 { width:20rem;height:19.4444375rem;top:7.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VswJSoxTcgXWnhwHhiR5JV0ElnzgrCZ4 { width:20rem;height:4.44444375rem;top:1.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IeAiEPg1UyyAB9diRJmBl4DHCFnRyoi4 { width:20rem;height:0.0625rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd6PJ5EioZTqO2CmUbkkUI0ZGk5RoJvC { width:20rem;height:0;top:27.942734130859rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v3MkLsNPtf3aJGW2707eUpRDzofv771J { width:12.875rem;height:0;top:33.317734130859rem;left:3.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #AOHFx11gMpEdWh8uAZpNANdIPK4QopAS { display:none; }#AOHFx11gMpEdWh8uAZpNANdIPK4QopAS > .row .container { width:20rem;height:54.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fDyyZB3oTHtxK8HCKPUi5QKohRnUBMpC { width:18.75rem;height:5.16666875rem;top:27.4375rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbuKBrQaAa2d8JCVnQGhds3XltTMMlrO { width:18.75rem;height:6.4583125rem;top:40rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7MAp8RSGkNFiVdOzTIm5T9pQxM0L3UT { width:2.8125rem;height:2.8125rem;top:47.70725rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSvQsbDnTVNO3h0b9mpDZ5LChSSmTIR8 { width:2.8125rem;height:2.8125rem;top:51.76975rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFsaDOsqXmXl3uwKFXOKXkvMn8CqxNCB { display:none; }#lFsaDOsqXmXl3uwKFXOKXkvMn8CqxNCB > .row .container { width:20rem;height:18.52607299614rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hbwg6AZSa10MgwBRL14gJkLMDBdUEak0 { width:20rem;height:3.5rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrpJZQrn4IZFN27BgJTDc8mbXQc0KVJ2 { width:20rem;height:18.40275rem;top:0.12369799613952rem;left:0rem;font-size:1.1875rem;display:block; }#lrpJZQrn4IZFN27BgJTDc8mbXQc0KVJ2 li:before{  }
 }@media only screen and (max-width: 763px) { #s1etkvgv4fJ2NwnnTZJaAtUvOC5aTmDF { display:block; }#s1etkvgv4fJ2NwnnTZJaAtUvOC5aTmDF > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SI6bZHvaHUIscrhDQhe7w3UhJTfEq9SQ { width:20.25rem;height:20.0625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuS6iK846qVSbnXAqyc8eExbeTF3nDQp { width:18.3125rem;height:12.3730625rem;top:8.875rem;left:0.875rem;font-size:1rem;display:block; }#IuS6iK846qVSbnXAqyc8eExbeTF3nDQp li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#IuS6iK846qVSbnXAqyc8eExbeTF3nDQp li:before{  }
 }@media only screen and (max-width: 763px) { #PrmcfXv7pq9cKKdkie8Hpco0BlanhLnl { width:20rem;height:1.8681625rem;top:5.0625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BiFcRimiT0hA4TMlPVuFzLXr5B5hNkST { display:none; }#BiFcRimiT0hA4TMlPVuFzLXr5B5hNkST > .row .container { width:20rem;height:31.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OTL0Nf7HTkJUTNdGBKuNvio83AVTke5i { width:20rem;height:4.027775rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qVIxmCIaitin34QhObciQgHtD5DrTJtr { width:20rem;height:5rem;top:7.4044723510744rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvkGrX1ZiNz2z4BNu5GcMhWHlrbipsHz { width:20rem;height:8.75rem;top:6.5256271362306rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtMZ0EFuV6B0UqZubR9eSVyig37ntssw { width:20rem;height:6.25rem;top:15.224728442382rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpkCW5Dh3GQlcu3ZGOiv4fi7UtJbk3LN { width:20rem;height:0.0618489375rem;top:5.2756233215332rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQAWzrmQaGDR8FI073Etl9eilxDd5JUT { width:6.5625rem;height:0.0618489375rem;top:13.967012405396rem;left:6.6861982941625rem;border-top:0.0625rem dotted #ffffff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0rem solid #5d92ff;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #d7b8T6a7ghBK3ydJwBVBDluQ19Sr4OvA { width:6.4995625rem;height:0.0618489375rem;top:22.8125rem;left:6.7491322159769rem;border-top:0.0625rem solid #ffffff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0rem solid #5d92ff;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uZu7ucTEPQu4rX32mXJUga31ikbUUJQn { display:block; }#uZu7ucTEPQu4rX32mXJUga31ikbUUJQn > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARBxiavuGKNPFBFhPiZxZFePxPiZaL4u { width:20rem;height:1.625rem;top:2.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AVU66ORtH5y3Aulvv9HTO5XLrnTgHULH { width:20rem;height:3.65625rem;top:6.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTpg9pWmhkH0RPBy2uop8AesQdko3syU { width:20rem;height:4.875rem;top:13.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0l5MECnPWP2NfhipNrcr0gxNxKu5CI5 { width:20rem;height:4.875rem;top:23.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNzLMDSaBN6c6AHZNziWw9u1TXozF3B4 { width:20rem;height:0.060763875rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQpbzD6dP58ZrAATeSnv3650Z0633lzF { width:12.874375rem;height:0.0618489375rem;top:11.8125rem;left:3.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #FJKhpQDp5z8fEO2IdSfLiK6Q2OFC2uGz { width:12.874375rem;height:0;top:20.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaOi6oM4ZqR67Hh6qVIFkqwdT65MJvTR { display:block; }#xaOi6oM4ZqR67Hh6qVIFkqwdT65MJvTR > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXa0EwJkSaeu9stvKBSTeo492ffcLSw3 { width:20rem;height:3.4121125rem;top:1.4160175323486rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyB27UNOMn39LFAh0r3pcar4Fxnq2Tez { width:20rem;height:0.0625rem;top:5.998265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb6EEcSp3vgOnGscgy2ia6piugKweK9b { display:none; }#Pb6EEcSp3vgOnGscgy2ia6piugKweK9b > .row .container { width:20rem;height:161.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BUaehVQStR4kUwcrDFxmOA8BqKFG4KlB { width:11.875rem;height:13.875rem;top:7.1875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF9FBl22SCHV6KBPXS5y3XQLbhrNkLXK { width:11.875rem;height:13.875rem;top:28.5rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPpTuExICeq07TZdDg8zzqQFtuu37lsZ { width:11.875rem;height:13.875rem;top:49.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l90VLiaGwMPbJ034s3FQiaopKaRJD3zs { width:11.875rem;height:13.875rem;top:71.125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVNi2v9iT9r3rlWws9toMV2K1ha7ZkBZ { width:10rem;height:5.5rem;top:13.937316894531rem;left:4.9371452331543rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2QFCL07LgeN7a2deDcxGTNUgr6Trss9 { width:11.125rem;height:4.125rem;top:35.874816894531rem;left:4.4994659423828rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy0KUMqu5bQzIetMKfyQz6x1zHL9qyHp { width:10.8125rem;height:5.5rem;top:57.187316894531rem;left:4.5305404663086rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIp41ASi1HeJuIyJuwFTitQR5nW8sCHN { width:10rem;height:5.5rem;top:78.499816894531rem;left:5.0001831054688rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCxsUMwl8GTRykS0emaNQnwMndkTm9p6 { width:12.9375rem;height:3.83333125rem;top:86.5rem;left:3.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9WbSMIs57V2JXKc2pDb0uyIyv34shO4 { width:4.6875rem;height:4.6875rem;top:1.25rem;left:7.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqsVxpZl6wRgJ02rVoPRdBWC3FAMrVyE { width:4.6875rem;height:4.6875rem;top:22.5625rem;left:7.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDzccblpPAsdhHzaM1KP370Pi5QyQ2tD { width:4.6875rem;height:4.6875rem;top:43.875rem;left:7.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7n8enMP1NFPPeTghldFTXOgRBZXon7W { width:4.6875rem;height:4.6875rem;top:65.1875rem;left:7.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwTGiiTDLrraeBMBTh7iR9ZQSsvRTygp { width:8.125rem;height:8.125rem;top:94.7074625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDSKvTpZRK20ltoleCEmaSgX77akTM1I { width:8.125rem;height:8.125rem;top:107.2074625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiLouqbssM4ZwcSTSliID2d8hX5htDca { width:9.875rem;height:9.875rem;top:119.7074625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyvoB0cWrpiT6sTtDH59bxTugsteWPUB { width:8.125rem;height:8.125rem;top:133.9574625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBcX8JsdFpPTgcIvBvRSCcH5Zn3gr2SJ { width:1.875rem;height:1.875rem;top:91.5824625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyewrX2wBkisBB8Z6c5bDXAEpE2HW2uE { width:1.875rem;height:1.875rem;top:104.0824625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzPTV6qPmiZdMswqETkefOL7qBtmexAG { width:1.875rem;height:1.875rem;top:116.5824625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT1AvpxOyN0yt1NAGUI2pX6M7la8hzeG { width:1.875rem;height:1.875rem;top:130.8324625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNZO5FtXJUVZn6WBOOJITARHD0A2QAVg { width:12.5rem;height:12.5rem;top:143.3324625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Elk9ABsiS0Rs0gSzoKopxxQzlEdlnQiS { display:block; }#Elk9ABsiS0Rs0gSzoKopxxQzlEdlnQiS > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrK3lpJaSklUthqin4lXrfcqIBb5dTGi { width:13.75rem;height:15.374375rem;top:2.6866331100464rem;left:2.9372830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2LCwf0GnLSwiu78604M0arxAIoeBagr { width:9.436875rem;height:1.4619125rem;top:14.812283992767rem;left:5.2810330986977rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UunnpQoxP4Wk7I0LM7wf2TOWZkAmORJB { width:7.5rem;height:7.5rem;top:6.2489149570465rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUFzJ2z3aeF2TV0IQw7BqH7R7fIXI9ey { width:13.75rem;height:16.624375rem;top:21.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxLCtQivIIoBt0TgKCW6cFZWBNEaJ5GA { width:11.124125rem;height:2.923825rem;top:33.6875rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nssQSNwTZuOilBmRMDaaH103AKlxh92P { width:7.8125rem;height:7.8125rem;top:24.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz7WXTZD1rHV2paesRPC6QhsPuWMvZV8 { width:13.875rem;height:19.875rem;top:41.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPRkwbFxe0s0Cx4t3FntTBwKwSA6mkMg { width:6.875rem;height:6.875rem;top:44.125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmmEemQ7eyB7VvCPRzDtwTZ6n5HoI3OX { width:12.874375rem;height:6.499rem;top:52.375rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1b0W6ecMJgCt43wCOwMUib3Tp8B8uWN { width:3rem;height:3rem;top:1.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO1p2dOGXCRT5nMtzpv8lvBSJUHEoeqk { width:2.9375rem;height:2.9375rem;top:20.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUefZH7acpeTgNOkrTlm1ZCtTL5yoMqJ { width:2.9375rem;height:2.9375rem;top:40.125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHnhvtPOElcCBT90eO50zTfuaMpSBIAc { width:2rem;height:2rem;top:1.8125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS7dllkEWwwlfKJ8PceOsgcD78KpTmx4 { width:2rem;height:2rem;top:20.5625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETui6TotJRTNUympSERhuynmv66SFHsD { width:2rem;height:2rem;top:40.625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLbM4Z6iebkKCcVaBrkoiQ6noOTwommi { display:block; }#XLbM4Z6iebkKCcVaBrkoiQ6noOTwommi > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWk6hOQ2EsOWpVTPFH2J8hax79NtTvtR { width:13.9375rem;height:19.4375rem;top:2.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4O9xSaF5BWmVTJdS1mQHX8JeagvEIyG { width:13.811875rem;height:5.19921875rem;top:15rem;left:3.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ADCED68c0qCeeIpbTphLEg1AHd7fa4Ze { width:1.9375rem;height:1.9375rem;top:2.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utcmITJHsipVWVIhVG60R9P5rZOLfzLz { width:13.9375rem;height:20.4375rem;top:25.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP32A5mub9ObTwvWNCh3dAdwX205d9WW { width:13.936625rem;height:5.59765625rem;top:36.4375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiwrtgt8ybORhvVUTDL2eik7O2a6olFo { width:7.8125rem;height:7.8125rem;top:27.75rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8Ap5dSJTBqmu69pOeB43eaeSlQvtRQN { width:12.9373125rem;height:1.13671875rem;top:42.875rem;left:3.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvJPAFs5xVEz9CLgw54svsG9c1o3bXBl { width:1.9375rem;height:1.9375rem;top:24.25rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iztpPrctIBgpOX4RxXdIP2JHqVBuwk1B { width:2.9375rem;height:2.9375rem;top:1.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk7FgfxTQgaSlQM0DZEUFzF49XKE7kPE { width:2.9375rem;height:2.9375rem;top:23.6875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfEGzFSTw6MB8yNCcpSgLCww8qGsrRp8 { width:7.3125rem;height:7.3125rem;top:5.9375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9m9wtNuKxlKxFNUMoNSk3yBGQuk0zXK { display:none; }#t9m9wtNuKxlKxFNUMoNSk3yBGQuk0zXK > .row .container { width:20rem;height:79.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rQUSBrfKqAl0FwKwzOPsS84RJb2fpDUo { width:13.75rem;height:15.374375rem;top:2.6866331100464rem;left:2.9372830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPS9rBLnTBc7qkEAJf1hedBNioh3NfWW { width:9.436875rem;height:1.4619125rem;top:14.812283992767rem;left:5.2810330986977rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssNx0qmOmX24ESEqaQd1gqGeeaIFselz { width:7.5rem;height:7.5rem;top:6.2489149570465rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVyOT6Op1S2SzTZCbiJPzfha7AfpqTEk { width:13.75rem;height:16.624375rem;top:21.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKtdpbKBfkcdfNPm0pxfmm7A0kAmTHJO { width:11.124125rem;height:2.923825rem;top:33.6875rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOaMlGzDOdSrTTO7KH9RFLTIT3bbe5fT { width:7.8125rem;height:7.8125rem;top:24.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6gfiRwoEsGbfyQRJuu9fUqispd85wvl { width:13.875rem;height:37.375rem;top:41.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT9Lp9rbTOWNPCxu3oHF6olCGosTwu0M { width:12.561875rem;height:7.79883125rem;top:71.0625rem;left:3.8125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pNoPkBW9q28yTHQRT8GK2O7GgxPw5hgm { width:7.3125rem;height:7.3125rem;top:62rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmVG4QauygrEK4t3h6AZSLfIkC7TpbBH { width:6.875rem;height:6.875rem;top:44.125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw5ePmXeqUvqBsfUM4KLCsobwPf6daZW { width:12.874375rem;height:10.39841875rem;top:52.375rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJFkprxuIHq5f4GmfVlZhfLqDIOZQdoW { width:3rem;height:3rem;top:1.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnDFwUrdIOf6OTTGSmlecwP3X4ep4XpE { width:2.9375rem;height:2.9375rem;top:20.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uALhSo3VFmN4OcOSpd8PTrSQlFVlNGaZ { width:2.9375rem;height:2.9375rem;top:40.125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euzW6XNUZxCAewsKbBtP1unzx8FcwHg2 { width:2rem;height:2rem;top:1.8125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHERTQUsO1APvEqMzrvM7Zg9lSkKQgaC { width:2rem;height:2rem;top:20.5625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwxkBuMoFAsao7kqxkm0EVTJhAS2EBCz { width:2rem;height:2rem;top:40.625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv97gzii3Dvh456IJ5VgqTfi24DEoV4w { width:12.5rem;height:0;top:60.5rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHhvOUr8q3X6hFgBgXNGenWVpG3iqH9x { display:none; }#ZHhvOUr8q3X6hFgBgXNGenWVpG3iqH9x > .row .container { width:20rem;height:56.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KMzkKIxXFz7Q2Ld7cJWgbDh2If3wvuQR { width:13.9375rem;height:27.0625rem;top:2.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKISO88O5zUGZzmDnv62272As1K7gU1a { width:13.811875rem;height:5.19921875rem;top:15rem;left:3.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ubT81dFAZ5nZTBkXippBimGGTSMc2ISE { width:1.9375rem;height:1.9375rem;top:2.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlzN7TyCFIEvcbToIkVWiqlrP5leSn9V { width:13.8125rem;height:6.499025rem;top:22.1875rem;left:3.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NRJA4pzzkTxq26uSTsKUpuZF8aG69asI { width:13.9375rem;height:20.4375rem;top:33.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1f4eD61mSTvuTTGiikvIPsOIRWiW59x { width:13.936625rem;height:5.59765625rem;top:44.9375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyvKgMlZuP5TrrKO9gHofu41eGsJFMsp { width:7.8125rem;height:7.8125rem;top:36.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NotxDalmsqhOoUnQiiBQKbtE2sQSu4Ln { width:12.9373125rem;height:1.13671875rem;top:51.375rem;left:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7p4ws5AoQUWHJ6Fe6zs4i3EgTd1MpiL { width:1.9375rem;height:1.9375rem;top:32.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZICpxHw3RBVEuk6CQPvMZOEATdrnQ0U { width:2.9375rem;height:2.9375rem;top:1.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5fqzvX9ZsaVwbBLtEIZPb9TKHmuc8H7 { width:2.9375rem;height:2.9375rem;top:32.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUZWsIo5LTokJxy4dFcu6cUZVU7K9eTf { width:12.5rem;height:0;top:20.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybuJysx2RQzaCFfcuqJaK1xig353GqRG { width:7.3125rem;height:7.3125rem;top:5.9375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaZwDrMIrOyXGHQaoaqQTPLp7LBmTbvq { display:none; }#OaZwDrMIrOyXGHQaoaqQTPLp7LBmTbvq > .row .container { width:20rem;height:109.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U606gMJVoTKpUZDf8J7gsD3orgZuVSG6 { width:19.75rem;height:22.1875rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyTLTdPN9XO81LHMypBge7wnV3bPOOfr { width:13.4375rem;height:0;top:4.9370651245117rem;left:6.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xtumxwkbu1LMcsafa1vCLSb29TLqGnZU { width:8.25rem;height:8.25rem;top:3.4375rem;left:3.5629367828369rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZznVvkTrvvvTeZ3lnn89bVhMOgNqztu { width:2rem;height:2rem;top:24.93706625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFWSncSGaerfUCLhRvfSJwyZ6UoRZTIc { width:8.3125rem;height:8.3125rem;top:13.75rem;left:3.5629367828369rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTqoWGlziPTNqrW62VDEIzuWPDrTiaGE { width:13.625rem;height:0;top:15.3125rem;left:6.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mvlfxc2KpdAIXtWv9CFX7hscNbFyg7mf { width:13.125rem;height:22.1875rem;top:70.9366325rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n09oaVXwLKekG2rS9qJGZZZHTfcuk2om { width:11.4375rem;height:0;top:85.561197624513rem;left:4.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MISoaXrMfHDm9xeSy6TWCIvueLHbNiTO { width:13.125rem;height:22.1875rem;top:37.68706625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCOh8TJttbQmxXx62WtowWtFy7PNzHJT { width:11.5625rem;height:6.59725rem;top:50.18706625rem;left:4.2495727539062rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVAtCoqJ8rcPFRHwBuA8O9A5RC2MFtlJ { width:9.6875rem;height:9.6875rem;top:39.123696499024rem;left:5.1870727539062rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0K1XKo78sLaxGxxQxL0mnmrnMX4Zpw7 { width:12.0625rem;height:0;top:57.624131374512rem;left:3.8122863769531rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eifd8xrEaq6NGrdlwTEsTBiTUlVCcgtK { width:10.0625rem;height:10.0625rem;top:72.1866325rem;left:5.0622787475588rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqEhr1lgi1rsFkc1FtaPPkkw7lReeLg7 { width:2rem;height:2rem;top:34.43706625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKH6dSm03fPRoqzgnluoZLAHGIe62T7M { width:2rem;height:2rem;top:67.6866325rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ4Z4W8JntLklxV9uKTQRXQ7TNUv8Tto { width:5rem;height:5rem;top:61.4366325rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdRS4iTzJbd3WeF9yKVWFn4pRynCmCCk { width:5rem;height:5rem;top:28.18706625rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN7xpim4zTbT1fWqTVn5Ton7r8DCt5Vi { display:none; }#WN7xpim4zTbT1fWqTVn5Ton7r8DCt5Vi > .row .container { width:20rem;height:66.312505722046rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f8XK4DTq6AwZEdN9pHFhm5lufoyTe7pT { width:11.875rem;height:13.875rem;top:2.5rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHXC866mi293dgBPP851anfQTxfIKKTM { width:11.875rem;height:13.875rem;top:19.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKzTrLOLwg70q7ozKfq6Dp2J4gUbfepO { width:11.875rem;height:13.875rem;top:35.75rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGAwwHDxxfJiWItbOp20AclF3ro6c1Ky { width:11.875rem;height:13.875rem;top:52.1875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ2uPFg3fEHxuOGNHubw5SrOdQxH1eiK { width:8.9995625rem;height:1.31944375rem;top:13.4375rem;left:5.5002174973488rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNs7CU1WF042OG6TOX5cl4FuIkkZ52xd { width:11.124125rem;height:2.6388875rem;top:29.6875rem;left:4.4368491768837rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoLnk30ED793MnbTt7ZQq2n0uEsEtMN1 { width:10.811625rem;height:5.27778125rem;top:44.0625rem;left:4.5930991768837rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S19Fgy6lp88EoyrgLSahTWI10S4Mmyip { width:10rem;height:5.27778125rem;top:60.310332775116rem;left:5.0000000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMliLVrBPnt7yqaGtrnuQl9iJmaVDFBh { width:4.6875rem;height:4.6875rem;top:0rem;left:1.9053819775581rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3HuGsTpITqVUcyBd8sNIgd4ME07eJnc { width:4.6875rem;height:4.6875rem;top:16.625rem;left:2rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAkNLnO3tUPkoyNCOiRQqkR5OsyAc0fZ { width:4.6875rem;height:4.6875rem;top:33.375rem;left:2.125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIBmRkZNXNECSyqbsXmWEB8Er5C9NdSo { width:4.6875rem;height:4.6875rem;top:49.874134063721rem;left:2.1245661377907rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMOl1un62UCXwUVcQaHuOOk0QfGlKwGK { width:8.4375rem;height:8.4375rem;top:3.875rem;left:5.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2Hlx8x8NBX098JakR7DU1puZ3rdeltO { width:7.875rem;height:7.875rem;top:20.25rem;left:6.0622830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbzlJ4iJU913LldtmB7wyHdQulFFKSdP { width:8.3125rem;height:8.3125rem;top:35.749783992767rem;left:5.8430991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #am8yVucCs7U393vS2JtXzwVs2e1J1oe3 { width:7.375rem;height:7.375rem;top:52.75rem;left:6.3118491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6dpCwVb6DhFJy4HKIVPVaGVe2hpL2RS { width:1.875rem;height:1.875rem;top:1.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #czGO1KkseJ3UVVug2kfTTNOB1apu7rBW { width:1.875rem;height:1.875rem;top:18rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT09BmA5RgFGblXn2PlxtVDb4gGyx0gz { width:1.875rem;height:1.875rem;top:34.780809879303rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTf5nthLnyeTEAwa09EPJTEkJvXo6Thu { width:1.875rem;height:1.875rem;top:51.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbFls5bOtQUKxEkebSSNUxUN1GHNPDg7 { display:none; }#PbFls5bOtQUKxEkebSSNUxUN1GHNPDg7 > .row .container { width:20rem;height:42.312284469604rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VWNhyMz7K8gTrom39Sk2Q5oxoyoLsvBO { width:11.875rem;height:17.874375rem;top:3.1875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT47GR1J5KNLSP4TFaRDW2ksLef499zD { width:9.6875rem;height:9.6875rem;top:2.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJUlC8HXbGgiisbgKElauK1S9DMs7SMz { width:11.8125rem;height:5.55555625rem;top:12rem;left:4.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H1O1OCHiHSzLPsVUaATJHz8cz8z5OZaJ { width:11.875rem;height:17.875rem;top:24.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO7NxSRIQdVC1wDHfP1El1eBGyq18nIV { width:8.9995625rem;height:6.59725rem;top:34.25rem;left:6.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ppshsGTtsapOZR7tc4OdVu0bgOEMD2Hr { width:8.936625rem;height:8.936625rem;top:25.1875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUOVw9s76OwQZMOVIattzgOXMECzLxtO { width:11.875rem;height:0.83333125rem;top:18.75rem;left:4.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFJLe5OaVbyUCz2TN8fdDUviVtriiKsE { width:4.74935rem;height:4.74935rem;top:21.875rem;left:2.5625rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDri4KaiAxvpcNq5uM2vQbOTEoBhbORg { width:4.6875rem;height:4.6875rem;top:0.625rem;left:2.25rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBbQi9WZrfeKEEoFSJ7i0t237kZWTZcF { width:1.875rem;height:1.875rem;top:2.0616226196289rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVAPnXoLTChd2XW1hCetFs0ARd5SA1qq { width:1.875rem;height:1.875rem;top:23.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #s96TyVLOdpXKEsPxucvC8aMFpwO2otbi { display:block; }#s96TyVLOdpXKEsPxucvC8aMFpwO2otbi { border-width: 0; border-radius: 0; }#s96TyVLOdpXKEsPxucvC8aMFpwO2otbi > .row .container { width:20rem;height:41.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4gHWTUgnBbAwW0OmRbBbsDQ1QSGlqCk { width:20rem;height:4rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdrHa1V3azCFSxHfBN2icrp6A308F7cG { width:15.625rem;height:3.25rem;top:4rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SF9Eqx2btIuw70iDeuFQPT1689vumJ4X { width:6.436625rem;height:3.65625rem;top:11.75rem;left:1.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SOzIuS4i0TmTpuM9uS9So7JmwtXA1y1J { width:8.6870625rem;height:3.1875rem;top:21.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO8PGIxqTfZ2PJUfKpcuL4pggGwkDBLL { width:8.375rem;height:3.5625rem;top:35.6875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BREh0eSyk5QxUMnzzAxDreJJF9TDuqeD { width:8.375rem;height:3.375rem;top:29.124350547791rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7bwLcNmw0O2rttrCTBBAtUHWsALH5zV { width:6.12413125rem;height:2.5996125rem;top:21.5rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PAMApGFXdRsFp4Tk1wnckL2Ailm4Z15z { width:7.5rem;height:2.5996125rem;top:36.1875rem;left:11.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XGlB1pBnIORhGTuABNdvukte4vzGpxcM { width:6.1875rem;height:2.5996125rem;top:29.4375rem;left:12.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #De8ZKiHZfEFuIwhcQT1Ju3qbelZg1tFM { width:5.625rem;height:5.625rem;top:19.875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI8AQWdzhn5MkH6x0SUCTrIbvkPGcqdi { width:4.5625rem;height:2.4375rem;top:20.5rem;left:13.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6oeqOJ314Qvwp1AL0gWTFw8ACnaSDOi { width:4.74935rem;height:1.7871125rem;top:22.875rem;left:13.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esdTNQ3kuxKLhT5M1ZbmE8gkrzL54DUM { width:0.0618489375rem;height:35rem;top:6.8125rem;left:10.125rem;border-top:0;border-left:0;border-right:0.1875rem solid #ffffff;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #bM6eM2PWHo3KFf7zRJzy9uVFqgWgnrz0 { width:0;height:4.4375rem;top:7.625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiCF9glW8byuUAXJi016n7kFJIfGSc0a { width:20rem;height:0.875rem;top:79.476989746094rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gqI7nrUgJscPgTBVy527zXLVuTzhWTog { width:2.87435rem;height:1.7871125rem;top:33.25rem;left:14.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsKigPlQIlNKgIBQUPimQdmk4tX5uy2u { width:0;height:5.6875rem;top:15.375rem;left:5.0625rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #TUT0Io2D5uy5gou9CzkByu3Ob0nezKVX { width:0;height:3.125rem;top:25.5625rem;left:15.3125rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #N5B9WxD0z0T1rVoyGkSA8TCXUP3iSMHh { width:0;height:3.8125rem;top:7.625rem;left:5.0625rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #o8ebJADl8sMsLKDfHRR6v6IqZKKaKH0b { width:8.125rem;height:2.4375rem;top:12.3125rem;left:11.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tJWDLdiOWap3B9ez6kboFu03ORDOt0GX { width:20rem;height:0;top:20.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZfJtPazpMtFwQ5P3m8hr0k2cvsvo8S0 { width:0;height:4.875rem;top:14.8125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2AdrOuJQIBbdmbhX1Tw0ol6HRu9tACr { width:0.0625rem;height:9.125rem;top:44.928948828125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAZOVodHZWR95pDIlBg6cGhWXdfqaGg2 { width:0.0625rem;height:9.125rem;top:32.123392578125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dusAdywMhBDA8ImOwIiK9aEZ18JWmrrd { width:17.5rem;height:3.75rem;top:46.746963500976rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6hD3cgSubhnN8MFat5807Lwrqs9qbNS { display:block; }
 }@media only screen and (max-width: 763px) { #tqdVyBAsJsE14wVlIpWEUu15uD6zBxT7 { width:17.5rem;height:3.875rem;top:46.686187744141rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EkJIgwhByKD7BBripNRsJkpr58wBiSEh { display:block; }
 }@media only screen and (max-width: 763px) { #b8ihc53ZwypG8SzgdSU8obFRvx2zrfn1 { width:17.5rem;height:3.875rem;top:51.811187744141rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #En4qVkOz5OvWbsncg7rgUDGmd00rJwuI { display:block; }
 }@media only screen and (max-width: 763px) { #Ilzz7Wmo3R7Tzh62qBWAgZbUaIOgGIlF { top:21.250001430511rem;left:0.80946177244188rem;width:8.6875rem;height:3.1875rem;z-index:100025;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #m3HD3ZikwMn5nmmpytZgHx1ki4GmbTeF { display:block; }
 }@media only screen and (max-width: 763px) { #ETcSOAKcAmzHTvry2gQrWt2B5XwN9Tro { top:29.124349117279rem;left:11.185981810093rem;width:8.375rem;height:3.375rem;z-index:100026;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hoQ3LXerpZnvo3NrJBWZiaNm6efpfF35 { display:block; }
 }@media only screen and (max-width: 763px) { #GwELvuSu5Bk8XZgeL8wJNmtnLMuiH4Aa { top:35.685765743256rem;left:11.187066137791rem;width:8.3745625rem;height:3.5625rem;z-index:100027;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #H6aM2Ck42Ui2aq8GhHUF6nU2Rc7JI55R { display:block; }
 }@media only screen and (max-width: 763px) { #sI6dNxSpOB2R9wwJkvhZd0R3QvM5tlUR { display:none; }#sI6dNxSpOB2R9wwJkvhZd0R3QvM5tlUR > .row .container { width:20rem;height:30.874351501465rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cHCdFpBnFhgesgrT8194A2Pcbh0X1Dx0 { width:20rem;height:3.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6uGOtRlMtMyNWxdWo1JsChMk8i48uzx { width:13.936625rem;height:1.66666875rem;top:2.0084638595581rem;left:3.0305991768837rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP0N4ZxSBMhZcMTFHIwx37qBkVlmEF3p { width:6.125rem;height:3.54166875rem;top:7.6875rem;left:2.0929687619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KKbpZywZ7a3K26LgXsR3UPGLcHAArxLT { width:8.186875rem;height:2.3611125rem;top:7.6875rem;left:11.812499821186rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CrCuRitOz8vK0Bvfkq6W4FmbAhT0Vknh { width:8.6870625rem;height:2.9375rem;top:14.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkzBOTSGdZ7aa5t7lwNsRdR4nLGg5BdF { width:7.875rem;height:1.875rem;top:27.5625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0NFGeNWvcTWAqsswzG8l7nQfmwrm5JR { width:7.5rem;height:1.875rem;top:22.75rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCcNXFt0Hf9I6knf6fwezfWScecl3UNT { width:6.12413125rem;height:2.5rem;top:14.875rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wPpQTI5BUU1XU0cRtmJi9Vn4E3wPSQAR { width:7.5rem;height:1.25rem;top:27.875rem;left:12.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPwXVLKus3Py31V3QkhTTQHKz0l07t4G { width:6.1875rem;height:1.25rem;top:23.03750038147rem;left:12.811718761921rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgMbLxGqTDsHrybr35G6yGMBrCTad5Ao { width:5.625rem;height:5.625rem;top:13.375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJgzl9kf1n7xUzq9DFKsoCvHAnpFZv6g { width:4.5625rem;height:2.43055625rem;top:14rem;left:13.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #haZ0LMGiw01Ny3E9r9PsTCrBDTpxUvE7 { width:4.74935rem;height:1.94444375rem;top:16.375rem;left:13.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtRlMqMOXIlgDxbPK95PaS7kwItqPAbQ { width:0.0618489375rem;height:26.4375rem;top:4.4375rem;left:10.124999821186rem;border-top:0;border-left:0;border-right:0.1875rem solid #ffffff;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #wqr3hrW1QFexeZ5qtvJaJi8hL5pTxw35 { width:0;height:3.125rem;top:10.25rem;left:15.811718761921rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbfxQyLxnAWdqILCxsUSWJnTb7DTZrn9 { width:0;height:3.125rem;top:4.4375rem;left:15.811718761921rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaAg797NEg4bhr7hV1qWPNG6MFTMhfaF { width:0;height:3.75rem;top:88.165552734375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMnX1glHpNIHrEfiLMQF6K8TM1x00whN { width:0;height:3.75rem;top:83.165552734375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oy4VLbklcmGfkqf5T4filXLffJhXBv0d { width:20rem;height:0.875rem;top:79.476989746094rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WFcJNOTayGp2B4uA8fRbNC3GaA2OfFro { width:20rem;height:0.125rem;top:81.790552734375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZpLcvuIu1SA3AXTC64NneTKo0lu6wEx { width:2.87435rem;height:1.7361125rem;top:25.3125rem;left:14.468749821186rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXvWq4sDWtRy3VBHtDit5VlfX0piZBpl { width:0;height:3.125rem;top:11.28750038147rem;left:5.0617187619209rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #TMPXa3NdmPrqhkesdhWN52JrwlSCxsrh { width:0;height:3.125rem;top:19.0625rem;left:15.811718761921rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #oN0NmNQZAabpAU4RHQygb48cQxESmTJu { width:0;height:3.125rem;top:4.4375rem;left:5.0937502980232rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #oaRlzUzelyGNxlZglka8AmHvVabW4Niy { display:none; }#oaRlzUzelyGNxlZglka8AmHvVabW4Niy { border-width: 0; border-radius: 0; }#oaRlzUzelyGNxlZglka8AmHvVabW4Niy > .row .container { width:20rem;height:50.9375rem;border-top:0;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ztJMenD3xid1EVPfUXGuHh81K1Ba3gf0 { width:19.75rem;height:47.6875rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H28D1RyTmsTbBJUF8DNtIr0qJL54AKfB { width:12.5rem;height:12.5rem;top:21.46875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKNOhzdKr9gL5eyJ0zaPwTwlvehxxd1N { width:16rem;height:6.875rem;top:3.875rem;left:2rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VBzS5Zrxspd9eoNdAZJBOBgbtHzu12HT { width:19.625rem;height:7.5rem;top:13.5625rem;left:0.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L327QNFn40TA1N37LSNoIQztnT0Wfhwu { width:20rem;height:0.5625rem;top:11.875rem;left:0rem;border-top:0.1875rem solid #005a50;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #PL5UkuG4vWB9qwDhynRe02DgDarVeRrD { width:13.75rem;height:3.125rem;top:35.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASTSd5c4m03K8JJfqWI0RCXrzUE3ddNR { width:10.125rem;height:0;top:52.4375rem;left:5.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBMTAdwJTmw3kvEvsAXv5vq7QwVrblqW { width:13.75rem;height:3.125rem;top:40.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDxzFHZfbZVaC3igvoxBV3TeXmOUQOwh { width:6.5rem;height:1.25rem;top:45.9375rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfd0R0SqFcG2VNmsTSOOo6hc7rzWLOxS { width:13.75rem;height:3.125rem;top:45rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqu5tDGTWgn7IogiTU8T9EgxaKM82h8g { width:8.0625rem;height:1.25rem;top:36.875rem;left:6rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wl03csobFfR3LMVAVWFGBVRI4y7vGZOF { width:11.625rem;height:3.25rem;top:29.9375rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UeWq33pFTUMzGJVFEPEe6Tml1c9l3Odv { display:block; }
 }@media only screen and (max-width: 763px) { #lnAtvza9Zh2y5cLyi05M9nbEL41CGbcS { width:11.75rem;height:3.25rem;top:27.9375rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RaQUtQrO9wAUZmCgmwh7uTevdT8AJoVy { display:block; }
 }@media only screen and (max-width: 763px) { #TEpPo5MypuytAHrhNqiWhdqtWyKQOeBf { width:11.625rem;height:3.25rem;top:29rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6ITyaOJWedNxQxS0QhXKVhwsESqnWiK { display:block; }
 }@media only screen and (max-width: 763px) { #TwOdxlZDwwB6RsmvInxXg63rlEaqDCS4 { width:7.9375rem;height:1.25rem;top:41.4375rem;left:6.0625rem;font-size:1rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #FuUqR7w4G7c5vPvn9J2klkiame0Tll1N { display:none; }#FuUqR7w4G7c5vPvn9J2klkiame0Tll1N > .row .container { width:20rem;height:18.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KIw6Ei2X7Q39hyIZfGpqFlBcEW9SRCVt { width:20rem;height:0;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT2Moa7cTdbLFFrWzSfw0LHcTHr112cT { width:19.875rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlivNbiVpCALC0SScoXnctsA2x6EPhiO { width:20rem;height:0;top:6.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbsSuXQx6VHSMy43lqrouqkJTPHHfa0M { display:none; }#IbsSuXQx6VHSMy43lqrouqkJTPHHfa0M > .row .container { width:20rem;height:65.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y53SKqxARwghyyDvTAVIEfeTp2xcAUeu { width:8.8125rem;height:0;top:23rem;left:5.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0ZdXTxeWofuQM8FQiIw8F2wLGwcwxrT { width:8.25rem;height:0;top:44.125rem;left:5.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niVux6aTzUFx8rxd8M0yMSAdphVU8Gsl { width:18.625rem;height:0;top:26.625rem;left:0.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwDSgFWJNuTKppCIs1dHZ8K1bvIaR54B { width:18.625rem;height:0;top:47.75rem;left:0.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RATqVMto4PN4q7FUbIzOW7yiCVeS0Jua { width:17.5rem;height:11.625rem;top:30.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIaoZPJJGpIvB1L6XZXpp2dyiP5IcfxF { width:17.5rem;height:11.625rem;top:52rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkkKRvP6EZm0An77dSkgquUGknv3ouT2 { width:19.75rem;height:20.5rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecH0FMfK8UOikA53z3QBW6HEieRf6yTN { display:block; }
 }@media only screen and (max-width: 763px) { #E6oR4lhmXxKM7r0QLLiy4ylQOKT2TMT1 { display:block; }#E6oR4lhmXxKM7r0QLLiy4ylQOKT2TMT1 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4bI8s2UnwviEogsv7DL2GMGwU3tEhAZ { width:15.686875rem;height:2.03125rem;top:2.4848079681396rem;left:2.1560330986977rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTnmSsaUSbTMkLsi2TGhECVkkAxx8v45 { width:15.6875rem;height:0.0625rem;top:4.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDLWXT8ZIz5eVHkOTCVBMum3Zd88NdDQ { display:block; }#pDLWXT8ZIz5eVHkOTCVBMum3Zd88NdDQ > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zc7ieLAknOFcLEsTUrtyvureQ62GXy4w { width:18.998875rem;height:4.62890625rem;top:0.56206512451172rem;left:0.50021702051162rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #opzkHtHmHSZb23OpH3CDR1pK47NdUWot { display:block; }#opzkHtHmHSZb23OpH3CDR1pK47NdUWot { background-color: transparent; background-image: none; }#opzkHtHmHSZb23OpH3CDR1pK47NdUWot::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#opzkHtHmHSZb23OpH3CDR1pK47NdUWot > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#opzkHtHmHSZb23OpH3CDR1pK47NdUWot > .row .container > .video-iframe-container { display: none; }#opzkHtHmHSZb23OpH3CDR1pK47NdUWot > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#opzkHtHmHSZb23OpH3CDR1pK47NdUWot > .row > .video-iframe-container { display: none; }#opzkHtHmHSZb23OpH3CDR1pK47NdUWot > .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); }#opzkHtHmHSZb23OpH3CDR1pK47NdUWot { border-width: 0; border-radius: 0; }#opzkHtHmHSZb23OpH3CDR1pK47NdUWot > .row .container { width:20rem;height:47.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z28w5dkFPhEJPt4yC3G7Ic6C96H6vQ1L { width:9.375rem;height:9.375rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9r6Sq9dlC4D6HSbXMfrWeIr6MB6RBnr { width:17.312rem;height:4.3857375rem;top:10.0634765625rem;left:1.312255859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfNB8LDaXevNmJ0pt6oadGwIZwHn2cKg { width:18.125rem;height:4.3857375rem;top:26.438232421875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmeQbRA9LNCtCR5eNJWdfAiUSX15dUT9 { width:9.375rem;height:9.375rem;top:16.18798828125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzvkJ5zyJDbzX2mnUeRshELdynVJWtpp { width:18.125rem;height:4.3857375rem;top:42.3134765625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6uNfKC8ktAOOKTqKLRwLgyyx8c0ZZ5L { width:9.375rem;height:9.375rem;top:32.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCvVFfmeaeerlzFmEVOK3NaerM0vqCGz { display:block; }#KCvVFfmeaeerlzFmEVOK3NaerM0vqCGz { background-color: transparent; background-image: none; }#KCvVFfmeaeerlzFmEVOK3NaerM0vqCGz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KCvVFfmeaeerlzFmEVOK3NaerM0vqCGz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KCvVFfmeaeerlzFmEVOK3NaerM0vqCGz > .row .container > .video-iframe-container { display: none; }#KCvVFfmeaeerlzFmEVOK3NaerM0vqCGz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KCvVFfmeaeerlzFmEVOK3NaerM0vqCGz > .row > .video-iframe-container { display: none; }#KCvVFfmeaeerlzFmEVOK3NaerM0vqCGz > .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); }#KCvVFfmeaeerlzFmEVOK3NaerM0vqCGz { border-width: 0; border-radius: 0; }#KCvVFfmeaeerlzFmEVOK3NaerM0vqCGz > .row .container { width:20rem;height:48.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vefPafW812WV7uno2acxkZtWWEvXb0vH { width:9.375rem;height:9.375rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csiZWuNP4QZBo97wGuaOIxCm0cbDqK5K { width:17.312rem;height:4.3857375rem;top:10.0634765625rem;left:1.312255859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtfLV2I4ekTfQRFJZJkU3T6XiLPGvrpG { width:18.125rem;height:4.3857375rem;top:26.438232421875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9A6W8vKd9MMP9eNner67nDdB9EN5Elf { width:9.375rem;height:9.375rem;top:16.18798828125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #byTxHOBXmDgUSNsRSxmIqxSsxgiOL401 { width:18.125rem;height:4.3857375rem;top:42.3134765625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qynf7XErT12Uo2WuJQOZxFcyCcwSPSAC { width:9.375rem;height:9.375rem;top:32.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLan4afV55iLVsrunOhTM6AtuMFRpPXX { display:block; }#uLan4afV55iLVsrunOhTM6AtuMFRpPXX > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMa0wig4Xe7GVh74fniXEAOp1iRVi2J5 { width:14.375rem;height:14.375rem;top:1.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT6BUXotCfSIUNKK4hK5dNLi59iioafy { width:17.3125rem;height:4.3857375rem;top:16.875rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSeyDOghOqaWaTtPrSwPvouJEwTMdMia { width:17.3125rem;height:4.3857375rem;top:38.1347625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVffT8MS3KE8XoW8Wqqi7Iu62kuDEbQh { width:14.375rem;height:14.3125rem;top:22.5722625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frUNioq23Xo6RxC1hXvsnTOQbsvDq6fU { display:none; }#frUNioq23Xo6RxC1hXvsnTOQbsvDq6fU > .row .container { width:20rem;height:5.9404296875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Dkw0EiHPw3im1gJiZQT35hdtD5giPZh0 { width:19rem;height:4.62890625rem;top:1.3118839263916rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i3PxyTbZAIV3xUiQukzGshGxoMPXUVCV { display:none; }#i3PxyTbZAIV3xUiQukzGshGxoMPXUVCV > .row .container { width:20rem;height:3.8496125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #evOCBRNEOaSh36Zni4fzbic96kBhEuFL { width:17.999125rem;height:2.5996125rem;top:1.25rem;left:0.99934893846512rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZzzIqTTpDXNTam3BKseZP59w1S4kHu0 { display:none; }#dZzzIqTTpDXNTam3BKseZP59w1S4kHu0 > .row .container { width:20rem;height:30.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vHqyK7EK7BXAAKur858VvM4IXUTwppwS { width:19.6245625rem;height:13.01975rem;top:0.56202578544617rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpZfzB84qJIKygqsytqQUMel26Tlo0xD { width:19.6245625rem;height:13.01975rem;top:14.892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyAgiX8XQ87xm7Tf6mxWSHR4gfKHlz4l { display:none; }#tyAgiX8XQ87xm7Tf6mxWSHR4gfKHlz4l > .row .container { width:20rem;height:19.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xCu4dBhrbmG7PtfMLr4s2mypN7Ivv0WG { width:20rem;height:14.341375rem;top:3.3875961303711rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbdoZadiaziJFeINMyoV0Wr6iJKXSHbE { width:8.499375rem;height:1.3808625rem;top:1.25rem;left:5.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ4q4E9hNOEkfZCFcRL3qndt0Q7b0pdK { width:20rem;height:0;top:3.8183625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xRnfh1VHUAfzf1zNFMv04TW1vvyNd8xA { display:none; }#xRnfh1VHUAfzf1zNFMv04TW1vvyNd8xA > .row .container { width:20rem;height:36.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aNQvuuGOWR6TdkiAl6V9tNHykpX3A4rq { width:7.3115rem;height:1.31944375rem;top:19.25rem;left:6.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXExmixaaAgHJD8t8Mq7kR8t2de5i6C3 { width:19.875rem;height:0.0625rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDl2aiR5SBmZSorUy3QRM1eFoqPxP0hT { width:20rem;height:14.3418125rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1gpnBfu5pZxSwxv8lOo9CL8GH0emHFv { width:20rem;height:13.3135rem;top:3.216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRkw6OyvQT8WKXHtnk0yy5ZcCv1g8RzN { width:16.875rem;height:2.5rem;top:0rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7CRzAD6xsMyBcSR9aA7t4pJd50AWTVh { display:none; }#P7CRzAD6xsMyBcSR9aA7t4pJd50AWTVh > .row .container { width:20rem;height:36.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fo2RxTSVIw1lJzvWM3T1O5WaZNdkiaNE { width:7.3115rem;height:1.31944375rem;top:19.25rem;left:6.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXV8TbTCzBxPFPgMiNRv3PNbxblJBH34 { width:19.875rem;height:0.0625rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaqbWddhwbPEyQncqfPbB8ELkaETZXhq { width:20rem;height:14.3418125rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERpFl62Z4dI5S6qxf1S3nGPoTfgkPCEa { width:20rem;height:13.3135rem;top:3.216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8LpmKRwpXOLv10AHlCyoMmHy1CKhkTV { width:16.875rem;height:2.5rem;top:0rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2hwtdQhLhcTdKssVdyVTDtbXrlx7dXG { display:none; }#T2hwtdQhLhcTdKssVdyVTDtbXrlx7dXG > .row .container { width:20rem;height:8.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c2yvFv7x5lZSsMJbabbvfhWicgGNPGuf { width:19.874rem;height:0.0615234375rem;top:3.5634765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhE2qpntUBr4soFmTiZew0eBiqmEwOIq { width:13.125rem;height:1.66666875rem;top:1.5625rem;left:3.4375002980233rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd63ybEOfAtubQVsOFpVFv1CiCezrMFx { width:18.125rem;height:2.5rem;top:4.791015625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM2R15Nc0iHFOPNWBsG4vysnCecx3kFw { display:none; }#OM2R15Nc0iHFOPNWBsG4vysnCecx3kFw > .row .container { width:20rem;height:36.590942382812rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o5gxJ8thEGvrw7oOXUIAuleFaQLi0ZAG { width:7.3115rem;height:1.31944375rem;top:19.25rem;left:6.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NalVyWA1T1ekBzw8ozVTUUTBU76wxFsI { width:19.875rem;height:0.0625rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogpDJ9dU7NLXpyntMpRoQTi2oWxtdP4q { width:20rem;height:14.3418125rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDW68CMZh3c2Ny15lRgt8Wvshq5WHkDV { width:20rem;height:13.3135rem;top:3.216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykrgFt632K2ckksShJkDyx98xrDstAl2 { width:16.875rem;height:2.5rem;top:0rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ1VD0UKxRQKSfvQ4GyJCWwkmPkGGv3K { width:20rem;height:0.0625rem;top:36.466796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGS7B7VWQcslRzSu3JHgeByoUitCwTGb { display:none; }#vGS7B7VWQcslRzSu3JHgeByoUitCwTGb > .row .container { width:20rem;height:36.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W9OXdXtZUWxf8peHgnm81hm7XXzkwnMM { width:20rem;height:2.59259375rem;top:0.603515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmhxW3fGDOEu7KxsWedfAIIJhgUiEwTf { width:7.3115rem;height:1.34259375rem;top:20.4375rem;left:6.3427734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk4vHqE0QSUuggMEHazbuzLuiBJWAGaB { width:19.875rem;height:0.0625rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x55ixyOpzs5rLL52iBgF58SqvVHFi9r6 { width:20rem;height:13.5rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDpqFTaC83vl9yIVWIiQI6y8Bg4WJAMb { width:20rem;height:13.3125rem;top:3.841796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW384eB52gEZQF5MHgchp6lJTELth8J8 { display:none; }#BW384eB52gEZQF5MHgchp6lJTELth8J8 > .row .container { width:20rem;height:9.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JuA6W4vsZUfbDqdaT0tLTLGWZ6k6aEec { width:20rem;height:6.04166875rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFzdkxgxpXFBwtPM7eBrWdH8y8JSXJRc { width:14.3125rem;height:1.25rem;top:1.1875rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #blqics8NvycD3y7OpVM17pH9vIv0IIgJ { width:14.3125rem;height:0.375rem;top:8.9375rem;left:2.8437500596046rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #k6tx1gLpFCxRuo5hCqN6kSWJmxd5i0RT { display:block; }#k6tx1gLpFCxRuo5hCqN6kSWJmxd5i0RT > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcWXFGTJlkmQ07JKnsF47nkUTUW2mBos { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/jjJGLt4V/tabela_mobile_kopia.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#NcWXFGTJlkmQ07JKnsF47nkUTUW2mBos.adaptive-delivery-prevent-bg, #NcWXFGTJlkmQ07JKnsF47nkUTUW2mBos.lazyload, #NcWXFGTJlkmQ07JKnsF47nkUTUW2mBos.lazyloading { background-image: none; }#NcWXFGTJlkmQ07JKnsF47nkUTUW2mBos > .row .container { border-width: 0; border-radius: 0; }#NcWXFGTJlkmQ07JKnsF47nkUTUW2mBos > .row .container { width:20rem;height:21.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xD9KPd58sbAPX34q4DB3vH44LdEK00qa { top:20rem;left:3.25rem;width:6.4375rem;height:1.875rem;z-index:100000;background-color:#f5cc45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#005a50;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXe2Na9PIsuJHFTQz9IfTvinNqd2iLNR { display:block; }
 }@media only screen and (max-width: 763px) { #sSJxhucivqZ4tigzvOpLbZci45TT3egx { top:20rem;left:12.3125rem;width:3.125rem;height:1.875rem;z-index:100001;background-color:#f5cc45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#005a50;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXvSow093y1l6GNx2qSqL9xFp8OJp2yw { display:block; }
 }@media only screen and (max-width: 763px) { #p3ve1nrgFAyOTFIIGFoJMGPbMTpFTd19 { top:20rem;left:16.875rem;width:3.125rem;height:1.875rem;z-index:100002;background-color:#f5cc45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#005a50;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVBLNyM64XSaBwryXf5z9q4DV4JCA576 { display:block; }
 }@media only screen and (max-width: 763px) { #cutwW17zXwCSL9Atb5Umq3sy2WFgmFei { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PBI5mHoR/TABELA_TESTOW_2021_03_17_mobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#cutwW17zXwCSL9Atb5Umq3sy2WFgmFei.adaptive-delivery-prevent-bg, #cutwW17zXwCSL9Atb5Umq3sy2WFgmFei.lazyload, #cutwW17zXwCSL9Atb5Umq3sy2WFgmFei.lazyloading { background-image: none; }#cutwW17zXwCSL9Atb5Umq3sy2WFgmFei > .row .container { border-width: 0; border-radius: 0; }#cutwW17zXwCSL9Atb5Umq3sy2WFgmFei > .row .container { width:20rem;height:21.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TKWcTMUutqggi6ORrs4bguyg7N5Hf16B { top:20rem;left:3.25rem;width:6.4375rem;height:1.875rem;z-index:100000;background-color:#f5cc45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#005a50;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvVRhpTgEVfnW32IBvWx5PB35PHOz8H0 { display:block; }
 }@media only screen and (max-width: 763px) { #hzp3Q0ZGgonU63SMxT9BCJpLDaqDS7hX { top:20rem;left:12.3125rem;width:3.125rem;height:1.875rem;z-index:100001;background-color:#f5cc45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#005a50;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXG45NosOiGffkN4TH1cDUv0ZNDp7RwV { display:block; }
 }@media only screen and (max-width: 763px) { #T9BkzdTc7F9DGGBaPTIr8WAFtUP0raJb { top:20rem;left:16.875rem;width:3.125rem;height:1.875rem;z-index:100002;background-color:#f5cc45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#005a50;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDDQbpqOxHuAKuM0Wdsei7S6rrrIdb5f { display:block; }
 }@media only screen and (max-width: 763px) { #CrCgytb6K8VVzFL1mxaalimKOBBxWqM2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/qFzLf6hg/TABELA_TESTOW_2021_05_26_mobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#CrCgytb6K8VVzFL1mxaalimKOBBxWqM2.adaptive-delivery-prevent-bg, #CrCgytb6K8VVzFL1mxaalimKOBBxWqM2.lazyload, #CrCgytb6K8VVzFL1mxaalimKOBBxWqM2.lazyloading { background-image: none; }#CrCgytb6K8VVzFL1mxaalimKOBBxWqM2 > .row .container { border-width: 0; border-radius: 0; }#CrCgytb6K8VVzFL1mxaalimKOBBxWqM2 > .row .container { width:20rem;height:23.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OON8olFgNdezn4M64MU9Ca4mfWPUEGbm { top:20rem;left:3.25rem;width:6.4375rem;height:1.875rem;z-index:100000;background-color:#f5cc45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#005a50;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcBWlx0vXSqIz8AIq4NwfRCRQ6rREf9A { display:block; }
 }@media only screen and (max-width: 763px) { #rIMk3UtQbE8wqKO83oqea7F1pTVQQHtt { top:20rem;left:12.3125rem;width:3.125rem;height:1.875rem;z-index:100001;background-color:#f5cc45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#005a50;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWSBzkuTCWHSSrn6ERgkCpF7NTUAJ0qu { display:block; }
 }@media only screen and (max-width: 763px) { #O2m9bf3nw8yqvZabCg4UBwivl46yAbR1 { top:20rem;left:16.875rem;width:3.125rem;height:1.875rem;z-index:100002;background-color:#f5cc45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#005a50;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJeLNPcEA3LaflnOoG8eVlk5yPUpeQdT { display:block; }
 }@media only screen and (max-width: 763px) { #gRRZ9qLBspNzUGq0dmSoLsXKJtQ3omDZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/5KDbVG91/testy_covid_tabela.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#gRRZ9qLBspNzUGq0dmSoLsXKJtQ3omDZ.adaptive-delivery-prevent-bg, #gRRZ9qLBspNzUGq0dmSoLsXKJtQ3omDZ.lazyload, #gRRZ9qLBspNzUGq0dmSoLsXKJtQ3omDZ.lazyloading { background-image: none; }#gRRZ9qLBspNzUGq0dmSoLsXKJtQ3omDZ > .row .container { border-width: 0; border-radius: 0; }#gRRZ9qLBspNzUGq0dmSoLsXKJtQ3omDZ > .row .container { width:20rem;height:25.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wLNbfe7tuXlIgkrSQKLLPor2OEKChpbg { display:none; }#wLNbfe7tuXlIgkrSQKLLPor2OEKChpbg > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Gqsl8FPypPEt0RT6sRRECTRUk3fAAXBv { width:8.375rem;height:2.8125rem;top:1.4375rem;left:11.625rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #mbUMoTRUcltPTEohDOnhhDwaHtRJilMn { display:block; }
 }@media only screen and (max-width: 763px) { #auNeBeKcTTqhpovWBeEQutBqTT5eBf0E { width:9.1875rem;height:1.625rem;top:2rem;left:0rem;font-size:1.25rem;z-index:100004;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KCN3QqUswqCO8AWvFCrP8eMLUF4DzQBr { width:10.125rem;height:1.625rem;top:6rem;left:0rem;font-size:1.25rem;z-index:100005;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KUPbm9ny5Hzloos8KUEdiMBOZKh0EL7s { width:8.375rem;height:2.8125rem;top:9.1875rem;left:11.625rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #tNivtn0ormWXn8HgwdUu0fOa0P1Lov0B { display:block; }
 }@media only screen and (max-width: 763px) { #SSxdmyDFiq8JtMlHpdc1EHTAkP2yNVMb { width:8.375rem;height:2.8125rem;top:5.4375rem;left:11.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #qDVrXJytg6HqokFM3l0aLEUHauexQnZm { display:block; }
 }@media only screen and (max-width: 763px) { #vVz9TktG8Hs2saob6r8saGuKRZkLdfir { width:8.9375rem;height:1.625rem;top:9.8125rem;left:0rem;font-size:1.25rem;z-index:100006;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kwp6i8uzFTaozok7Diq3U4nTDXZLyBeT { display:none; }#kwp6i8uzFTaozok7Diq3U4nTDXZLyBeT > .row .container { width:20rem;height:271.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RysHJpuqTI00PCDBU7k4JqR7D7w3drB2 { width:12.5rem;height:1.625rem;top:21rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odo3EELCQIfTIQAH9lFUHXev6cGWW241 { width:12.5rem;height:1.625rem;top:21rem;left:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg8cCoBsP3f0SUnLE1FAIkiqui62l8Nt { width:9.375rem;height:1.625rem;top:21.0625rem;left:10.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIw9SDxfAyMhBcDyrzxC8M1uHcJaU69p { width:6.3125rem;height:3.25rem;top:147.4384765625rem;left:0.5556640625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2WwTb5x4STybMSCDbQtTBtlaFcdciKe { width:12.5rem;height:1.25rem;top:143.0634765625rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AslFiXdDT5Wy0C5EVzacQ5bgN0EE00QL { width:12.25rem;height:9.9375rem;top:145.4384765625rem;left:7.75rem;font-size:1rem;display:block; }#AslFiXdDT5Wy0C5EVzacQ5bgN0EE00QL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oiVZnHNK/check.png); }
 }@media only screen and (max-width: 763px) { #mbG797qQn7EAOUwmkBTnhflMaTMP6PNC { width:20rem;height:3rem;top:143.0634765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvMh36aS5vE1aTeSlscTJZTzJ8WHzHGS { width:8.8125rem;height:5.9375rem;top:147.4384765625rem;left:11.1875rem;font-size:1rem;display:block; }#DvMh36aS5vE1aTeSlscTJZTzJ8WHzHGS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oiVZnHNK/check.png); }
 }@media only screen and (max-width: 763px) { #kJG4ydPlvtyPkaN7X4suoNIzXA00EmeT { width:8.75rem;height:5.625rem;top:147.4384765625rem;left:11.25rem;font-size:1rem;display:block; }#kJG4ydPlvtyPkaN7X4suoNIzXA00EmeT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oiVZnHNK/check.png); }
 }@media only screen and (max-width: 763px) { #CsdhyFvEP8Xi7xmsevym3xEVcOch1QgH { width:20rem;height:1.4375rem;top:141.5009765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLtVz7QSWpOdRZ3DSVAcDSxBlELZhGCm { width:20rem;height:1.4375rem;top:156.9384765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB5OgJTMgC3RoZ7FQ6m7Ip0B8GghA5c8 { width:1.8125rem;height:43rem;top:141.5009765625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu7Tb47worRiSka2MIwbAsJC958SvIHf { width:1.75rem;height:9.375rem;top:156.9384765625rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4BXL5REktZbd7flHIVXru4IK02avbTW { width:1.8125rem;height:59.0625rem;top:141.5634765625rem;left:9.3681640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJKtIZn77b4NHqt44TFRyS2T3TTILnKb { width:8.75rem;height:3.25rem;top:160.0595703125rem;left:9.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGFRWMuBgTW5nlftmTCAtnTsWApOIFnt { width:12.5rem;height:6rem;top:207.6953125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVPRfL6Df7oidxriCfqAetnTWcwaaaKM { width:13rem;height:6rem;top:214.9453125rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiVgbx9pGSpWi487L6TMrx407smzey9b { width:11.125rem;height:4.5rem;top:222.1953125rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPpwfafF7tbeAIm84KN3IqzEiRsvBk9d { width:20rem;height:1.4375rem;top:166.3759765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #unnBONWqqL7P7k64Uevzp3BdSb2UCfa0 { width:8.875rem;height:3.25rem;top:167.798828125rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZhFvCXlTrf2ZAmBMmVLAn7ua3xZGqHr { width:9.6875rem;height:3rem;top:167.9384765625rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQmzC4kTXin1RRhlAvg4dDizuFZJNQOg { width:20rem;height:3rem;top:167.9384765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiJIO1khoXNPGWIPqciupeGJ20FKdfAP { width:20rem;height:1.4375rem;top:172.1884765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOnhxJrGWGPwUeL74pmD442xQ3ZirE44 { width:8.9375rem;height:3.25rem;top:173.1318359375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH62TJF6yWUQZUWznTpBNkksJ0ufnUTK { width:11.6875rem;height:1.5rem;top:227.9453125rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJCLmJw69ebGWOteQdJQ1UN4JyQTC9nb { width:1.75rem;height:5.5rem;top:172.1884765625rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP5yO11sT0aASC07TroL0IKitxDx7Mr6 { width:12.0625rem;height:1.5rem;top:230.6953125rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #weLmHASSfGn3MJbLVIdmVWgA1xSdhl2w { width:10.6875rem;height:1.5rem;top:233.4453125rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AloiEsQK9NRJ9tdFfrlUhLlKRthRAJ7i { width:20rem;height:1.4375rem;top:177.6259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrvJOmvlmcA2QnWTlEzbLUaV2nSL1GZr { width:20rem;height:1.4375rem;top:184.4384765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPq4iTV02Kp2WdZ7XTHRaf69VVnssP0J { width:9.25rem;height:3.25rem;top:191.1259765625rem;left:1.1865234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxCkw80Vy2V2TVGGTH112htxGM0CelDK { width:11.375rem;height:1.5rem;top:192.0009765625rem;left:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3EXZX5HLfSSLypbTFU8RsVbZSrUsyuT { width:20rem;height:1.5rem;top:192.0009765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNTH1ohFSMalo8VShcGAC0Tv6a4Cdduo { width:20rem;height:1.4375rem;top:190.1259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVTsOQCBvC88B3bzvg1BrUhfTTAO1wU1 { width:6.9375rem;height:3.25rem;top:196.4072265625rem;left:1.4677734375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwXmqvQmr6KUaggRMB2BISBr3cEtoD6B { width:1.8125rem;height:10.6875rem;top:195.6259765625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVGIhqT2UA3xn5Sx93sFFckbFDZCbT1G { width:8.125rem;height:1.875rem;top:244.4453125rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9NytgvZpJ28TKuvZz1nTiwG7IPbnRg4 { width:7.3125rem;height:1.875rem;top:247.5703125rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdJIKaLF24nvcbAyl9OfeTONRx4Fs6Vq { width:1.875rem;height:81.6875rem;top:19.375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4fGO5neg5lJp4NMOhBKxstTb2g04m3M { width:20rem;height:1.4375rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFTdVByaaEI3Ky0GNFHfUmZ848O9ywDM { width:1.875rem;height:59.1875rem;top:141.5rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh4f74gyvwEzh2FlXis6u6QuPuM4EUVG { width:20rem;height:15.375rem;top:141.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muVZbsN9G4az8LC49wEpBsi9sNZo4y8S { width:20rem;height:5.75rem;top:166.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cevHnOBqayAMiJ20HGiTNFtt9BsraC9k { width:20rem;height:6.6875rem;top:177.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPB14iun2h5Q4J9Z9pO6eDnEBpVW21xb { width:15.625rem;height:11.75rem;top:102.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGH0yKkaTesgxGtkn7WqT5VsJTDGT44U { width:15.625rem;height:11.75rem;top:115.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF2LipMZo3Ro65PEwWCv6351TsaiWqx1 { width:15.625rem;height:11.75rem;top:128.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #umEMzUl1X4KwoWwQhCqewqPPeXy0dXTp { width:9.625rem;height:2.8125rem;top:250.6953125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #th1vfkgE6spgoeKSvtte1HhBlhNCT2y2 { display:block; }
 }@media only screen and (max-width: 763px) { #e5gW9x6NuRvI6NiAbSXZW8eILtI4xXVZ { width:1.8125rem;height:16.875rem;top:1.25rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #XacahPMAEzATrkfvTGZGlxyG8TNUZVWM { width:1.8125rem;height:5rem;top:19.375rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI9nCrWuV9PGwFcEGCx1KJw4dHkGrX2W { width:1.8125rem;height:5rem;top:19.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbI86lGg1yoMFNCXK23QTBTln8XDbWJd { width:1.8125rem;height:5.875rem;top:200.5703125rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnXwVREsG42kVIz1IpWMFTq1WDUOOLzb { width:20rem;height:4.8125rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwAMtPg3OR13eZreNRWTZN2TFJutTte7 { width:9.625rem;height:2.8125rem;top:254.7578125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftcoadDcr23xEKEcUCbzZCs4eCKIpaVT { display:block; }
 }@media only screen and (max-width: 763px) { #tBTlQweJfMlvhXBvgm9EZwUMuKpHwKBI { width:9.625rem;height:2.8125rem;top:258.8203125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTsQGv0AcQ4bGvJfQnLMCnFMvTOMBKMv { display:block; }
 }@media only screen and (max-width: 763px) { #xlfpMDXUxCd2wETkeC9pFIHUMhCGW0vb { width:20rem;height:1.4375rem;top:262.8828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZgGQ0dafdGIx2OvTMNAghl1KApFKWzu { width:1.8125rem;height:5.75rem;top:200.6259765625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQIuSFWpsoTqAfT6zyhfnTbSKum1PSTH { width:20rem;height:0;top:265.6953125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrCAP12lDslKz8vHf0uulNyiychk57nJ { width:6.125rem;height:0;top:268.4453125rem;left:6.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk210b21lVRpMEApMiE0vTEPRM2G0dCS { display:none; }#Kk210b21lVRpMEApMiE0vTEPRM2G0dCS > .row .container { width:20rem;height:68.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aU8KXhp9CeOPHRQwafeDCJ8tqqls6h2A { width:11.1875rem;height:2.625rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH0o3b0G9f8DgGa8oLVT4lzSZzirBJv4 { display:block; }
 }@media only screen and (max-width: 763px) { #ebGV4M3AhQEJ825FwOZbqLxTqwS7t2hF { width:9.875rem;height:2.625rem;top:5.125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub3tzvDNT9C7QtFJkuCqeH10gVIVRomB { display:block; }
 }@media only screen and (max-width: 763px) { #g5PszPyLm1pbqdsDGVFOSdAVSkNfeLcX { width:9.875rem;height:2.625rem;top:9rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOWNWJJFF2Xd3TuimhWX2GrfvwDJNbBb { display:block; }
 }@media only screen and (max-width: 763px) { #QLQIAN4vGuNtJtiN6zGw0sxGRrPkyIXl { display:none; }#QLQIAN4vGuNtJtiN6zGw0sxGRrPkyIXl > .row .container { width:20rem;height:68.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #To2tIgDb3EfLIbs4wTJ920yiK5ZogRUF { width:11.1875rem;height:2.625rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTWUiWn56RJbUe6KEOp8VDBK0DWl2G8l { display:block; }
 }@media only screen and (max-width: 763px) { #xniovFi8rnORs1USqTVbbpg5v5Ah8kNW { width:9.875rem;height:2.625rem;top:5.125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfNdJ5Ohur6fThwO5Uvhxh7RGgUrrqNk { display:block; }
 }@media only screen and (max-width: 763px) { #Bsb4iJxqfdBQDZywOtvQJGZXadGEGzus { width:9.875rem;height:2.625rem;top:9rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFvRRlyKCHSEagnPJfEVfR7lBWBAJNM3 { display:block; }
 }@media only screen and (max-width: 763px) { #JWNd8sATgg4TlTvJxgO7gz48Z2Vsfxuv { display:block; }#JWNd8sATgg4TlTvJxgO7gz48Z2Vsfxuv > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbJmezTsu3TsZWxk9NqgTBqI5RoTeZEq { width:18.125rem;height:8.125rem;top:1.247829914093rem;left:0.93750005960463rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr4D5M9tfUmbooi4HZTVrtsM2Cu3nVaT { display:block; }#hr4D5M9tfUmbooi4HZTVrtsM2Cu3nVaT > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvRLTMXk2dxZrCzUDqQEmzCPABVfebp8 { width:8.125rem;height:6.69825rem;top:24.875rem;left:5.4375rem;font-size:1.125rem;display:block; }#EvRLTMXk2dxZrCzUDqQEmzCPABVfebp8 li:before{  }
 }@media only screen and (max-width: 763px) { #Q3OJB3yvdVBWhdflO0sCudk7GNmU0oQh { width:9.0625rem;height:6.69825rem;top:8.5rem;left:5.4361982941628rem;font-size:1.125rem;display:block; }#Q3OJB3yvdVBWhdflO0sCudk7GNmU0oQh li:before{  }
 }@media only screen and (max-width: 763px) { #ggPgxX5NC9dAypIdgF1nqcvhC4PLnI98 { width:12.8125rem;height:6.69825rem;top:41.1875rem;left:4.0625rem;font-size:1.125rem;line-height:1.8;display:block; }#ggPgxX5NC9dAypIdgF1nqcvhC4PLnI98 li:before{  }
 }@media only screen and (max-width: 763px) { #PpyiZ6pfqCUtCJ9JTQ0DHnNl4LsRFT7p { width:11.9998125rem;height:6.38575rem;top:57.1875rem;left:3.9995661377907rem;font-size:1.125rem;display:block; }#PpyiZ6pfqCUtCJ9JTQ0DHnNl4LsRFT7p li:before{  }
 }@media only screen and (max-width: 763px) { #cOA6kSFpCrmdLeZ9gDKaFcSz2UwD7g9h { width:4.375rem;height:4.375rem;top:2.2873268127441rem;left:7.8125000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO6Dv0iX1FTfaIu4suKh2kTyIUe6TxDx { width:4.375rem;height:4.375rem;top:18.4375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc3OJvQZnkGIx2EaMroacTJcDDip9wuc { width:4.1875rem;height:4.1875rem;top:35.060766428709rem;left:7.8732643723487rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLIeXkL6WOKFCp9G6xprdFTdyMrivAHr { width:5rem;height:5rem;top:50.625011444092rem;left:6.9997830986975rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw0IvpzdFTHPVTInFmuyUTog9Fq9oFIb { width:7.249375rem;height:0.0618489375rem;top:56.310766220093rem;left:6.3422313332556rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZlnzofu0sfq44JW6hdVMGBZ9dcPuyFC { width:7.249375rem;height:0.0618489375rem;top:40.186630249024rem;left:6.3747830986975rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk1M5RfsCeQ3ZkLiTKiFRockW30w9RNp { width:7.249375rem;height:0.0618489375rem;top:23.748907089233rem;left:5.8745661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNN1esHkbNathTUv05vvbuWf7tXSn04Z { width:7.249375rem;height:0.0618489375rem;top:7.5rem;left:6.3747830986975rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgwpPNur1bzMqF2buLHSE2de4TF1IviB { width:13.75rem;height:14.4998125rem;top:1.123046875rem;left:3.1250000596046rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #U8HohNP81K6CLwuT4NtET3Hn1geUqDb0 { width:13.75rem;height:14.4998125rem;top:17.4375rem;left:3.125rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #nz5ygPdCTi2ViHF5ApuNLR8pNAHmszTi { width:13.75rem;height:14.4998125rem;top:33.625rem;left:3.125rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #tIoTsoXTi90uvpWMpvoVPQR0pzkZLyOT { width:13.75rem;height:14.4998125rem;top:49.75rem;left:3.125rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #xcao0vlR5GxMnaL5RXTJLo58v0RF1xIc { width:13.75rem;height:14.4998125rem;top:90.186635971069rem;left:3.1250000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tsucm7Xe0WCnf7ti6ivHKsFEsWpHTkT2 { width:13.75rem;height:14.5rem;top:68.9375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgzZkyfm4TTnDVposkDTKxpqkwXTiUK2 { width:13.75rem;height:14.5rem;top:44.125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #csra2KBdrPdJpnVS83KLkp70mmhcWQbp { width:13.75rem;height:18.186875rem;top:12.749557495118rem;left:3.1250000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltpXvJQgUwZkvRLWqpCauyQUBmfTDCmw { display:none; }#ltpXvJQgUwZkvRLWqpCauyQUBmfTDCmw > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TeTJTV6Z2Mci1LS2AahfgVUzTfGlmdGk { background-color:#ffffff;background-image:none;display:block; }#TeTJTV6Z2Mci1LS2AahfgVUzTfGlmdGk > .row .container { background-color: transparent; background-image: none; }#TeTJTV6Z2Mci1LS2AahfgVUzTfGlmdGk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TeTJTV6Z2Mci1LS2AahfgVUzTfGlmdGk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TeTJTV6Z2Mci1LS2AahfgVUzTfGlmdGk > .row .container > .video-iframe-container { display: none; }#TeTJTV6Z2Mci1LS2AahfgVUzTfGlmdGk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TeTJTV6Z2Mci1LS2AahfgVUzTfGlmdGk > .row > .video-iframe-container { display: none; }#TeTJTV6Z2Mci1LS2AahfgVUzTfGlmdGk > .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); }#TeTJTV6Z2Mci1LS2AahfgVUzTfGlmdGk > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hilk64hk5WdR1oKFGOtxyqgva0P1kTio { width:20rem;height:7.59375rem;top:3.1875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DPmWiIRNvTa6Jzn7yWq183tekXpmPpXr { width:14.375rem;height:3.9375rem;top:12.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko51ybmTvO3J9nvpvpcrkLFfcbFT6acu { display:block; }
 }@media only screen and (max-width: 763px) { #A9ViLuzvo7fvFyQV6T2aGFnZcoK7z0g3 { display:none; }#A9ViLuzvo7fvFyQV6T2aGFnZcoK7z0g3 > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QvSmCUMitLsRZX1RTmUUsMQVRuJZcOr0 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkcKMTTyrVqxCFFHMzv8LduZZGGinf67 { display:none; }#ZkcKMTTyrVqxCFFHMzv8LduZZGGinf67 > .row .container { width:20rem;height:68.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fcRGXSM4iAqTnWl8dWEzwTQgLRe6F9ut { width:11.1875rem;height:2.625rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF2OQk9uvlgfZ1TTlTTfIdTC6GutTd1o { display:block; }
 }@media only screen and (max-width: 763px) { #uBMisZVZeMRiorUH03SZfzR5GOP2dQO9 { width:9.875rem;height:2.625rem;top:5.125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ2z5qAOBiG5B45SzVhe02TWXlt7k2zI { display:block; }
 }@media only screen and (max-width: 763px) { #mBuClwXqMaWx3LF2pgV6Sl5n3TEpx0al { width:9.875rem;height:2.625rem;top:9rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlCa8BmGHibJ1Ngxw3tNOTNHvoJduACt { display:block; }
 }@media only screen and (max-width: 763px) { #UeR8bvKGEUM6yB26IBwJposWc9kyFIWv { display:block; }#UeR8bvKGEUM6yB26IBwJposWc9kyFIWv > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSTLtJExuQ0LXobDAQEHPNAef0LTuEzn { width:17.8125rem;height:2.111325rem;top:1.0190162658691rem;left:1.0611979365349rem;font-size:0.8125rem;display:block; }
 }